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

FritzDECT 200 FakeGato partly not working #304

Open waywit opened 1 year ago

waywit commented 1 year ago

Describe the bug I have 7 FritzDECT 200 plugs an my FritzBox 7590 (actual on latest Labor Firmware). All plugs are working correctly with Fritzbox and OpenHAB, reading out temperature and poor is working. I tried to using the Eve App instead of Home App to see all those nice features not supported. All plugs show actual consumption and temperature and also the graphs for historical data, but most of them are empty with "no data available". All devices are configured the same in home bridge:

            {
                "active": true,
                "name": "Name of DECT",
                "ain": "XXXXXXX XXXXXX",
                "energy": true,
                "temperature": true,
                "accType": "switch"
            }

To Reproduce Steps to reproduce the behavior:

  1. Go to FritzDECT 200 device
  2. Open the device to see the power or temperature measurements
  3. Open the diagrams and check if they are displayed
  4. Some of them have historical data, most not (1 from 7 have)

Expected behavior All FritzDECT 200 show historical power and temperature data

Screenshots Missing historical data: image3

Historical data is shown: image2

Missing historical data: image1

Historical data is shown: image0

Smartphone (please complete the following information):

Additional context I am not sure how to get some debug functionality or where I can gather some. information on why the historical data is shown on limited devices. Perhaps you can help here and tell me where to look into ;-) PS: The device showing consumption historical data does not show historical temperature data.

Thanks for creating this great home bridge plugin :-)