nitaybz / homebridge-tado-ac

Homebridge plugin to support Tado Smart AC Control devices.
MIT License
40 stars 12 forks source link

How to whitelist/blacklist devices #108

Closed bosco90 closed 7 months ago

bosco90 commented 3 years ago

Hi there, I have 3 Tado AC devices and only the oldest one is not compatible with HomeKit, so I use this plugin just to integrate it. Is it possible to expose to HomeKit only that particular device?

Thanks.

nitaybz commented 3 years ago

if you edit the config manually you can remove services for specific device: https://github.com/nitaybz/homebridge-tado-ac#specific-device-custom-settings

I would just remove all services for all devices you don't want to see

bosco90 commented 3 years ago

Thanks for the fast answer!

At the moment I've both disableFan and disableDry set to true, tried to add disabledAcAccessory for the 2 devices already compatible but they still there. I'm not sure about the device/zone ID, where should I find them?

bosco90 commented 3 years ago

Tried with some device name (the one in HomeKit and the one in Tado app) but without success.

Here is my configuration, I might be blind and not find the issue

    {
        "username": "xxxxx",
        "password": "xxxxx",
        "occupancySensorsEnabled": false,
        "occupancyPollingInterval": 10,
        "anyoneSensor": false,
        "weatherSensorsEnabled": false,
        "weatherPollingInterval": 5,
        "tadoMode": "MANUAL",
        "durationInMinutes": 90,
        "disableFan": true,
        "disableDry": true,
        "disableACAccessory": [
            "Cameretta",
            "Soggiorno"
        ],
        "manualControlSwitch": false,
        "historyStorage": false,
        "extraHumiditySensor": false,
        "forceThermostat": false,
        "forceHeaterCooler": false,
        "statePollingInterval": 30,
        "debug": false,
        "platform": "TadoAC"
    },
nitaybz commented 3 years ago

set "debug" to true and try to find the zone ID, use those and see if it helps