homebridge-tado-platform icon indicating copy to clipboard operation
homebridge-tado-platform copied to clipboard

Settings for Extras ignored when there are no active zones

Open nielsth opened this issue 3 years ago • 0 comments

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)

nielsth avatar Nov 05 '21 12:11 nielsth