Skip to content

Releases: Sennevds/system_sensors

1.3.2

03 Apr 05:54
00284b9
Compare
Choose a tag to compare
Merge pull request #175 from Smankusors/config-payload-enhancement

MQTT config payload enhancements

1.3.1

24 Mar 07:49
c5ba97b
Compare
Choose a tag to compare
Merge pull request #174 from mmattel/add_exclude_to_.gitignore

Add settings.yaml to .gitignore

1.3

23 Mar 22:28
7186a1f
Compare
Choose a tag to compare
1.3
Merge pull request #173 from mmattel/updates

Update code and modules because of module changes

Fixes #72 and adds host OS information

30 Dec 15:25
2fd00d2
Compare
Choose a tag to compare
Merge pull request #73 from Sennevds/Sennevds-patch-1

Fix #72

Add IP and hostname rewrite mqtt paths

26 Nov 11:54
e4fa63e
Compare
Choose a tag to compare

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

19 Oct 09:18
370d621
Compare
Choose a tag to compare
fix for offline message even after reconnect #57

closes #57

Power supply uses a library

18 Sep 13:46
Compare
Choose a tag to compare

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

22 Jul 14:10
9d7aeae
Compare
Choose a tag to compare
Merge pull request #49 from MaxVRAM/master

Changed "system_sensor" to "system_sensors" in doc

1.0.3

09 Jun 09:14
Compare
Choose a tag to compare

Per #37 apt updates are now optional

Fixed apt-get

02 Jun 06:25
Compare
Choose a tag to compare

Removed python-apt from requirements and added the instruction to manualy install it with apt-get