kylegordon / homie-ds18b20-1wire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homie-ds18b20-1wire

DEPRECATED

In favour of Tasmota

A simple ESP8266 Arduino sketch that reads the temperature from up to three DS18B20 sensors, and publishes them to an MQTT broker. It simply scans the bus, reads each sensor, and publishe the relevant reading.

Uses the Homie framework, so you don't need to worry about wireless connectivity, wireless configuration persistence, and all that. Simply compile and upload, and configure using the Homie configuration tool. All future flashes will not overwrite the wireless configuration.

Best used with PlatformIO. Simply git clone, edit ROM IDs as appropriate, pio run -t upload, watch the dependencies download and compile, and then if required do the initial Homie configuration with the tool for Homie 1.5 at http://marvinroger.github.io/homie-esp8266/

About

License:MIT License


Languages

Language:C++ 100.0%