mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
noSerial option, DHT fix, 8266 slim to fit Sonoff
This commit is contained in:
25
config-examples/sonoff_s26_humidity_controller.json
Normal file
25
config-examples/sonoff_s26_humidity_controller.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"syslog":["95.31.43.9"],
|
||||
"items": {
|
||||
"ledhum":[6,-13],
|
||||
"reghum": [13, [
|
||||
[50, 10, 0, 60, 250, 200], [{"item": "relayhum"}, {"item":"ledhum"}]
|
||||
], 30, 12],
|
||||
|
||||
"relayhum": [16, [12, 1200], 255, 2]
|
||||
},
|
||||
"in":{
|
||||
"0":{"T":0,
|
||||
"click":{ "item":"reghum","icmd":"TOGGLE"},
|
||||
"dclick":{ "emit":"myhome/light-d2/light","ecmd":"TOGGLE"}
|
||||
},
|
||||
|
||||
"3":{"T":4,
|
||||
"temp":{"emit":"plugtemp"},
|
||||
"hum":{"item":"reghum/val","emit":"plughum"}
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
"mqtt":["plug00","192.168.88.2"]
|
||||
}
|
||||
Reference in New Issue
Block a user