Skip to content

Tags: hjelev/rpi-mqtt-monitor

Tags

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix uptime device_class hass logs error (#177)

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add device class for wifi_signal (#176)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
clean prints when sending via hass api (#173)

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update display (#168)

Update display (-d) function so no empty values are displayed

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
improve updater so new python modules are auto installed (#167)

0.13.1

Toggle 0.13.1's commit message
fix syntax error

0.13.0

Toggle 0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename uptime_days to uptime and make it a timestamp (#164)

0.12.1

Toggle 0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix f-string delimiters in publish_to_hass_api (#161)

0.12.0

Toggle 0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support for Home Assistant API (no MQTT needed) Experimental feature (#…

…160)

0.11.0

Toggle 0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
External sensors (#153)

* proof of principle, a DS18B20 is read and its value is transferred via MQTT, also discovery message works

* added names for ext sensors

* bugfix for names: there was a problem with the topics & added SHT21 support

* catch exceptions if a problem during readout occurs, shrink comments in config-file

* include ext_sensors in README file

* work in progress

* bugfix, also for ID of ds18b20 sensor

* Revert "bugfix, also for ID of ds18b20 sensor"

This reverts commit 1353b84.

file was intended for another branch

* Revert "work in progress"

This reverts commit b3e884f.

these changes were intended for another branch

* bugfix for ID of ds18b20 sensor