@octopan/telegram-green-house
Version:
Monitor & control green-house with Telegram & Raspberry Pi
61 lines • 1.9 kB
JSON
{
"language": "ru",
"webPanel": {
"isEnabled": true,
"port": 8080,
"title": "Умная тепличка",
"link": "http://demo.green.octopan.net:8080"
},
"webEmulator": {
"isEnabled": false,
"port": 8081,
"link": "http://demo.green.octopan.net:8081"
},
"bot": {
"token": "411697622:20FXSc7ITnAAvcFck2Xun5MFr7q2-JNcvij",
"linkToRepository": "https://github.com/vavsab/telegram-green-house",
"link": "https://t.me/demo_green_house_bot",
"adminChatId": 282721686,
"allowedChatIds": [282721686],
"weatherLink": "https://sinoptik.ua/%D0%BF%D0%BE%D0%B3%D0%BE%D0%B4%D0%B0-%D0%BF%D0%BE%D0%BB%D1%82%D0%B0%D0%B2%D0%B0/10-%D0%B4%D0%BD%D0%B5%D0%B9",
"takePhotoDelayInSeconds": 5,
"intervalBetweenWarningsInMinutes": 30,
"switchOnLightsTimeRange": "16:00-18:00",
"grantAccessForAllUsers": false,
"windowAddresses": [1, 2, 5],
"modules": {
"sensors": true,
"settings": true,
"chart": true,
"photo": true,
"video": true,
"weather": true,
"water": true,
"windows": true
},
"watering": {
"valves": [
{
"id": 1,
"name": "1st valve",
"pin": 20
},
{
"id": 2,
"name": "2nd valve",
"pin": 21
},
{
"id": 3,
"name": "3rd valve",
"pin": 22
}
]
}
},
"downDetector": {
"endpoint": null,
"id": null,
"pingIntervalMs": 600000
}
}