Simple Project for ESP 8266 with Arduino Firmware.
- Requires ESP8266. The most simplest one is the NodeMcu
- DS18B20 Sensor
- Requires installed Arudino IDE with
- ESP8266 core for Arduino (https://github.com/esp8266/Arduino)
- OneWirte (https://github.com/PaulStoffregen/OneWire)
- DallasTemperature (https://www.arduinolibraries.info/libraries/dallas-temperature)
- Connects ESP8266 with WiFi
- Returns current tempreature as JSON
- Could be used with Home Assient RESTful Sensor (https://home-assistant.io/components/sensor.rest/)