PlantCtrl/esp32/host/config-example.json
2020-09-07 18:18:46 +02:00

28 lines
496 B
JSON

{
"name": "PlantControl",
"device_id": "PlantCtrl1",
"device_stats_interval": 60,
"wifi": {
"ssid": "SSID",
"bssid" : "BSSID",
"password": "mysecretPassword",
"channel": 1
},
"mqtt": {
"host": "[0-255].[0-255].[0-255].[0-255]",
"port": 1883,
"base_topic": "mqtt/topic/",
"auth": false
},
"ota": {
"enabled": true
},
"settings": {
"deepsleep": 60000,
"plants" : 3,
"moist1" : 2000,
"moist2" : 2000,
"moist3" : 2000
}
}