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

Anyone sensor only

Open nielsth opened this issue 3 years ago • 0 comments

After updating to v6, I'm not seeing the anyone sensor. I am using the plug-in with only the Anyone sensor, as was implemented under Issue #12

I've tried two configs, in both cases not seeing the Anyone sensor.

First, with the users set to false to prevent separate HomeKit sensors:

                    "presence": {
                        "anyone": true,
                        "accTypeAnyone": "OCCUPANCY",
                        "user": [
                            {
                                "active": false,
                                "name": "Name 1",
                                "accType": "OCCUPANCY"
                            },
                            {
                                "active": false,
                                "name": "Name 2",
                                "accType": "OCCUPANCY"
                            }
                        ]
                    },

Second, by completely leaving out the part of the users.

                    "presence": {
                        "anyone": true,
                        "accTypeAnyone": "OCCUPANCY"
                    },

nielsth avatar Mar 22 '21 18:03 nielsth