From c6c669859f510a8ff14e7570b3bf7a0a17ff91f2 Mon Sep 17 00:00:00 2001 From: DAVe3283 <DAVe3283@gmail.com> Date: Tue, 31 Aug 2021 10:42:07 -0600 Subject: [PATCH] Superseded by mqtt4hass --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 495ff5c..87b76d7 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab