You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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