homebridge-tado-platform
homebridge-tado-platform copied to clipboard
Anyone sensor only
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"
},