homebridge-tado-ac
Version:
tado° Smart AC Control plugin for homebridge: https://github.com/nfarina/homebridge
39 lines (36 loc) • 942 B
JSON
{
"bridge": {
"name": "Homebridge",
"username": "CD:22:3D:E3:CE:30",
"port": 51826,
"pin": "031-45-154"
},
"description": "This is an example configuration for the tado-ac homebridge plugin",
"platforms": [
{
"platform": "TadoAC",
"username": "user@name.com",
"password": "*************",
"tadoMode": "TIMER",
"durationInMinutes": 100,
"manualControlSwitch": true,
"historyStorage": true,
"occupancySensorsEnabled": true,
"occupancyPollingInterval": 10,
"anyoneSensor": true,
"weatherSensorsEnabled": true,
"weatherPollingInterval": 5,
"disableFan": false,
"disableDry": false,
"extraHumiditySensor": true,
"debug": false,
"statePollingInterval": 30,
"homeID": 12345,
"forceThermostat": false,
"forceHeaterCooler": false,
"disableAcAccessory": false
}
],
"accessories": [
]
}