Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 530 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 530 Bytes

Requirements

A running domoticz server with 2 virtual sensors of type Temp+Hum A ready to flash NodeMCU 1.0 (ESP8266MOD) with 2 DHT22 on port D1 and D2

How to use

This little sketch is ready to deploy through Arduino IDE or Visual Studio Code with arduino plugin

What it does

Every 10 seconds NodeMCU connect to wifi, read value on DHT and send data to domoticz devices. I prefer connecting every loop to limit wifi waves !