seydx / homebridge-fritz-platform

AiO Homebridge dynamic platform plugin for AVM hardware like Fritz!Box, Fritz!Repeater etc.
MIT License
223 stars 32 forks source link

DECT 210: temperature stopped sending data #261

Open marhindev opened 2 years ago

marhindev commented 2 years ago

Describe the bug Since December 20th the device stopped sending temperature data, or at least to record the data. The device itself has not been touched/modified. What really is strange is that the power switching does still work correctly, even via automation in the EVE app. Might be that this is an issue with the fakegato?

To Reproduce Open the eve app and check the temperature history for the DECT 210. No new data is shown.

Expected behavior It has been working before...so that is what I would hope to reach again.

Screenshots n/a

Desktop (please complete the following information): OS: Windows 10 Smartphone (please complete the following information): iPhone with iOS15.2

Additional context Since the beginning homebridge reports the following log lines during startup of the plugin:


3.1.2022, 17:46:37Fritz Platform BridgeFritzPlatform WarnungDECT 210 Temperature: Multiple devices are configured with this name. Duplicate devices will be skipped.
3.1.2022, 17:46:37Fritz Platform BridgeBridge is running on port xxxxxx.
3.1.2022, 17:46:37Fritz Platform BridgeFritzPlatformFritzBox Wifi guest: Configuring cached accessory...
3.1.2022, 17:46:37Fritz Platform BridgeFritzPlatformDECT 210: Configuring cached accessory...
3.1.2022, 17:46:37Fritz Platform BridgeFritzPlatformDECT 210 Temperature: Configuring cached accessory...
(...)
3.1.2022, 17:46:37Fritz Platform BridgeFritzPlatformFritzBox Wifi guest: Setup accessory...
3.1.2022, 17:46:37Fritz Platform BridgeFritzPlatformDECT 210: Setup accessory...
3.1.2022, 17:46:37Fritz Platform BridgeFritzPlatformDECT 210 Temperature: Setup accessory...
(...)

This warning has been there from the beginning, so I am not sure if that has something to do with the issue.

The relevant config.json-part is:


"smarthome": [
                {
                    "active": true,
                    "name": "DECT 210",
                    "ain": "11234 0123456",
                    "energy": true,
                    "temperature": true,
                    "accType": "switch"
                },
                {
                    "active": true,
                    "name": "DECT 210 Temperature",
                    "ain": "11234 0123456",
                    "accType": "temperature"
                }
            ]