Releases: corvy/ha-addons
Version 2024.9.0
- Added optional debug logging to check if all attributes received gets published to MQTT
- Added logic to make sure attributes track and magtrack does not expire in Home Assistant even if not reported for an extended period, this can happen if the GPS is stationary
- Merged upstream PR changes (builder)
- Change to fix that disabling the interval for publishing updates defaulted to 10 (setting config option to 0)
Version 2024.7.0
- Changes done to Apparmor to fix permissions error causing problem for certain USB GPS devices
- Removed settings for sock, should not be needed
Version 2024.4.4
Fixes broken functionality not detecting HA reboots.
Version 2024.4.2
-
Added option to configure required number of satellites to establish the position. 3D fix is 3 satellites, but sometimes you need a more accurate position rather than frequent updates. Setting this to 5, or even 6 or 7 will greatly increase the accuracy of the position reported to device_tracker. Note that the updated position frequency could be reduced if the GPS sensor has bad coverage, especially the first minutes after the add-on is started. You will then get 0 new updates in the log, but be patient and it will start reporting if the coverage is good enough
-
Introduced a new sensor for Sky data. Under Settings -> Integrations -> Entities (MQTT) -> GPSD Service. This device shows the Sky coverage data as attributes. The sensor is called sensor.gpsd_service_sky_data and the state is the current number of satellites used to establish position
Version 2024.4.1
- NEW OPTION: No username or password required for MQTT if using Mosquitto on Home Assistant. If you use custom username / password this can be deleted if the previous is true
- NEW OPTION: Add option to only publish when good GPS fix is achieved, and made it default. Option called "3D Fix Only". Turn it off if you like to get all updates
- Fix the configurable publish interval setting. This is 10 seconds default, can be changed in options, set to 0 to publish all updates. Did not work in previous releases
- Many small fixes and improvements
Version 2024.4.0
- Reworked addon to listen for LWT messages from Home Assistant. This ensures that the device tracker gets discovered after reboots.
- Changed the discovery message so it becomes a device under MQTT and shows in the devices dashboard (config/devices/dashboard)
- Added unique ID to discovery message, enabling the user to edit the device
- Added automation example to github readme
Version 2024.2.1
Small bugfix on MQTT
Version 2024.2.0
Small change to startup parameters for GPSD daemon to support setting serial speed.
Version 2024.1.0
Improved serial device handling
Merged upstream changes from Home Assistant builder
Version 2023.8.0
New release of GPSD2MQTT with some changes. Most importantly a more robust mqtt recconect function to make sure the add-on does not loose connection. Also some minor changes to logging.