Domoticz
domoticz setup by HTTP
- Install https://domoticz.com/downloads/ normally in windows
- after installtion, open webpage to setup
Create "hardware"
- add "hardware" - > "dummy" - virtual switch
Create "device" switch
- after created hardware, creat "devices" -> you can click "Create Virtual Sensors"
- Setup -> type switch, name any
- back to menu switches, edit this switch, ON action set to http command -> http://192.168.1.109/control?cmd=gpio,13,1
- OFF action same to http://192.168.1.109/control?cmd=gpio,13,0
- Both relay can be setup, in switches manu, click the bulb to checkout if can work or not, or use domoticz app
Create "device" DHT22 sensor
- click "Create Virtual Sensors" again -> create temp+hum type sensor device
- very important to remember to IDX number, this should be later set in espeasy - device - your DHT22 sensor setup
- Data should appear soon on server page too.
Device control via HTTP
- Simple command http://192.168.1.109/control?cmd=gpio,13,1