Inspired by a [Waveshare Raspberry Pi 1-Wire DS18B20 Tutorial][waveshare_tutorial], combined with my work on [DAVe3283/rtl_433-to-mqtt-for-hass]. Publishes all detected DS18B20 sensors on the 1-Wire bus to Home Assistant.
# Superseded by [mqtt4hass][]
This project has been implemented as a plugin in [mqtt4hass][].
Moving to the newer project is recommended, as it does a lot of things better.
If you still wish to use this legacy project, the original README is below.
<details>
<summary>Original README</summary>
Only tested on a Raspberry Pi 2 Model B Rev 1.1 running Raspbian 10 (buster) May 2020.
# Configuration
...
...
@@ -104,8 +114,10 @@ sudo service ds18b20-to-mqtt restart
The service uses the standard system logs.
*`journalctl --unit ds18b20-to-mqtt.service` will display the full log.
*`sudo service ds18b20-to-mqtt status` will display the latest few lines of output.