andig / homebridge-fritz

Homebridge platform for Fritz!Box router and supported DECT devices
MIT License
74 stars 21 forks source link

Cannot control thermostats individually #150

Closed christophby closed 3 years ago

christophby commented 3 years ago

Describe the bug Its not possible to control each thermostat individually. If I turn off/on or on one device, all other devices are synched and do the same.

thermostat

To Reproduce My Config: { "platform": "FRITZ!Box", "name": "My FRITZ!Box", "username": "admin", "password": "xxxxxx", "url": "http://192.168.78.1", "interval": 60, "concurrent": true, "devices": { "099950478222": { "ContactSensor": false }, "099950476223": { "ContactSensor": false }, "099950477224": { "ContactSensor": false } } },

Expected behavior Every device should be turned on & off separately, not auto-synched with other devices

Additional context Raspberry Pi - Raspbian GNU/Linux Buster (10) Homebridge 1.2.3 Node.js Version v12.16.2 npm Version v6.14.4

christophby commented 3 years ago

Okay fixed the issue by myself. I created a group inside the FritzBox UI 😅

I removed the group and the "bug" is gone.

image