homebridge-tado-platform
homebridge-tado-platform copied to clipboard
Settings for Extras ignored when there are no active zones
When there is no active zone, the settings for extras are ignored and no switches are added. As soon as I enable one zone, the switches appear as configured under extras
.
From my configs:
"extras": {
"centralSwitch": true,
"runningInformation": false,
"sheduleSwitch": false,
"presenceLock": false,
"accTypePresenceLock": "SWITCH",
"turnoffSwitch": false
},
Nothing happens with this:
"zones": [
{
"active": false,
"id": 1,
And then the central switch appears when changing to this:
"zones": [
{
"active": true,
"id": 1,
I'm assuming this is a bug, because:
- other settings, like Weather and Presence, work just fine without any active zone
- if one zone is enabled and the configured switches appear, using them to control tado does affect all zones (including the ones that are inactive in this plugin, I checked this by flicking the Central switch in the Home app and checking its result in the tado app)