Releases: ironsheep/RPi-Reporter-MQTT2HA-Daemon
Releases · ironsheep/RPi-Reporter-MQTT2HA-Daemon
v1.6.1
v1.6.0
- Merged 4 pull requests:
- Cleaned up README and added thankyou to github members who have contributed
v1.5.5
v1.5.4
v1.5.3
v1.5.2
- BUGFIX: on some hassio installations the eth0 and wlan0 interfaces are not using FIFO queueing... thus hiding them from this script. Adjusted the script to find them even when they are not using FIFO's... sigh... (life's little unexpected surprises...)
- Date Updated - algorithm change: while the script reported the date something was last installed it didn't handle the case where nothing needed to be updated. Now the last update date will reflect that the check was made even if nothing was updated.
v1.5.1
- Adjust filter which ignores non-hardware interfaces (#12)
This will prevent devices from changing UniqueID's during startup
(v1.5.0 didn't completely fix the problem)
This may be a BREAKING change for some users (e.g., those running dockerized HA on monitored RPi)
The one time fix should be:
- stop the reporter daemon
- remove all of the Duplicate discovered RPi devices from HA
- update to v1.5.0 or later
- restart the reporter daemon
..your device should be discovered and the cards should be working once again.
v1.5.0
-
Add filters to ignore non-hardware interfaces (#12)
This will prevent devices from changing UniqueID's during startup -
Add Memory and CPU reporting to HA (#3)
-
Awaken ChangeLog and add to README
This may be a BREAKING change for some users (e.g., those running dockerized HA on monitored RPi)
The one time fix should be:- stop the reporter daemon
- remove all of the Duplicate discovered RPi devices from HA
- update to v1.5.0 or later
- restart the reporter daemon
- your device should be discovered and the cards should be working once again.