Releases: Sennevds/system_sensors
Releases · Sennevds/system_sensors
1.3.2
1.3.1
1.3
Fixes #72 and adds host OS information
Merge pull request #73 from Sennevds/Sennevds-patch-1 Fix #72
Add IP and hostname rewrite mqtt paths
Warning possible breaking change!
This rewrites the mqtt paths to be more logic(all lower case and split by underscore)
Now also gives back the Hostname and ip-address of the device (thanks @MaxVRAM )
Fix no values after restarting mqtt or hass
fix for offline message even after reconnect #57 closes #57
Power supply uses a library
Warning! This release contains a breaking change!
The sensor powerstatus is changed to a binary sensor!
The latest firmware and images use another way to show if the PI has undervoltage. For Home Assistant a library was created. I use the same library to get this value but this library returns a boolean instead of a integer.
Compatibility with other linux systems then RPI
Merge pull request #49 from MaxVRAM/master Changed "system_sensor" to "system_sensors" in doc
1.0.3
Fixed apt-get
Removed python-apt from requirements and added the instruction to manualy install it with apt-get