Skip to content

arteck/ioBroker.traccar

Repository files navigation

Logo

ioBroker.traccar

NPM version Downloads Number of Installations (latest) Number of Installations (stable) Dependency Status Known Vulnerabilities Translation status

NPM

Traccar adapter for ioBroker

This adapter imports in real time the position and the extended data from Traccar and makes them available in ioBroker.

Configuration

  1. Create a new instance of the adapter
  2. Fill the URL/IP and port from Traccar server
  3. Configur username and password
  4. Save the settings
  5. Have fun :)

Changelog

WORK IN PROGRESS

  • (arteck) transfer to arteck

1.1.4 (2023-10-30)

  • (arteck) fix last_update DP

1.1.3 (2023-10-28)

  • (arteck) geofances fix for Server >= 5.8 (check adapter Settings)

1.1.2 (2023-07-16)

  • (o0shojo0o) another fix for Traccar Server >= v5.8

1.1.1 (2023-07-01)

  • (o0shojo0o) fix translation

1.1.0 (2023-07-01)

  • (o0shojo0o) support for https/wss connections
  • (o0shojo0o) fix for Traccar Server < v5.8

1.0.1 (2023-06-22)

  • (o0shojo0o) fix deploy workflow

1.0.0 (2023-06-22)

  • (o0shojo0o) fix for Traccar Server >= v5.8

0.0.12 (2022-07-20)

  • (o0shojo0o) fix geofenceIds now nullable
  • (o0shojo0o) add Device datapoint Status

0.0.11 (2021-08-19)

  • (o0shojo0o) fix translation

0.0.10 (2021-08-18)

  • (o0shojo0o) change UI to JSONConfig

0.0.9 (2021-05-19)

  • (o0shojo0o) prevent unnecessary process attributes from being interrupted
  • (o0shojo0o) optimization of the link between device and incoming message

0.0.8 (2021-04-30)

  • (o0shojo0o) bugfix wrong value type
  • (Weblate) german language update

0.0.7 (2021-03-24)

  • (o0shojo0o) bugfix special characters in password or username
  • (o0shojo0o) code refactor
  • (o0shojo0o) better handling with new device or geolocation at runtime

0.0.6 (2021-03-19)

  • (o0shojo0o) adjustments according to the adapter review

0.0.5 (2021-03-08)

0.0.4

0.0.3

  • (o0shojo0o) workaround for unclean geofences in the database

0.0.2

  • (o0shojo0o) add websocket connection
  • (o0shojo0o) add position url
  • (o0shojo0o) add dynamic datapoints for attributes

0.0.1

  • (braindead1) initial release

License

MIT License

Copyright (c) 2024 Arthur Rupp arteck@outlook.com,

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.