Skip to content
Snippets Groups Projects
Verified Commit c6c66985 authored by David G. Martin IV's avatar David G. Martin IV
Browse files

Superseded by mqtt4hass

parent f76fa6cc
Branches master
No related tags found
No related merge requests found
......@@ -2,6 +2,16 @@
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.
</details>
[DAVe3283/rtl_433-to-mqtt-for-hass]: https://github.com/DAVe3283/rtl_433-to-mqtt-for-hass
[mqtt4hass]: https://piglab.reaperlegion.net/home-automation/hass/mqtt4hass
[paho-mqtt]: https://pypi.org/project/paho-mqtt/
[pip]: https://pip.pypa.io/en/stable/
[waveshare_tutorial]: https://www.waveshare.com/wiki/Raspberry_Pi_Tutorial_Series:_1-Wire_DS18B20_Sensor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment