Releases: ironsheep/RPi-Reporter-MQTT2HA-Daemon
Releases · ironsheep/RPi-Reporter-MQTT2HA-Daemon
v1.8.5
v1.8.4
v1.8.3
v1.8.2
Repair MQTT subscription regression, LWT online/offline reporting
- Fix LWT online/offline status updates of Daemon
- Repaired the MQTT command subscription mechanism
- Repaired the remote-control setup instructions for restart-service, updated config.ini.dist
Full Changelog: v1.8.1...v1.8.2
v1.8.1
v1.8.0
Introduction of new features including remote control of your RPi from Home Assistant
- Update README.md and requirements.txt to reflect the use of Python
apt
library - Add reporting of pending os updates (#71) See
ux_updates
- Adjust cpu temp reporting to fall back to proc filesystem when vcgencmd not present (#72)
- Add reporting uptime in seconds (#53) See
up_time_secs
- Incorporate network usage from @mcarlosro (#47) See
tx_data
andrx_data
for each network IF - Incorporate remote restart from @hobbypunk90 (#77, #80). Docs in README
- Add new RMTECTRL.md advising on how to set up control over your RPi
This version introduces new configurable values for config.ini
... see the file config.ini.dist
for the new control values with comments describing each.
NOTE: this version requires the use of the Python apt library. I've updated requirements.txt and the instructions in README.md. You can simply ensure that python3-apt is installed (or likely is already the latest version) on your system.
Arch Linux users will not have this library as Arch Linux does not use the APT package manager. In your case available updates will always report (-1)
v1.7.4
v1.7.3
Add mem used sensor, fix disk used sensor
- Add
fs_disk_used
value - Correct Disk Used % sensor to use "used" vs. "free" value
- Convert memory values from floating point string to integer (precision not necessary)
- Add new Mem Used % sensor (#42)
Full Changelog: v1.7.2...v1.7.3