ioBroker / ioBroker.wolf

Connect WOLF heating, solar and domestic ventilation
MIT License
25 stars 16 forks source link

Data points don´t get updated after updating to v1.4 #68

Closed Claus1985 closed 2 years ago

Claus1985 commented 2 years ago

First thx for the update!

Describe the bug
All data points are filled once when the adapter is started/restarted, but are not updated afterwards. Strange thing is that log in debug mode shows constant updates from the adapter: `

source | time | debug | message -- | -- | -- | -- wolf.0 | 2022-04-26 13:24:26.089 | debug | Data from 192.168.178.107:51304: 0620f080001704000000f006009c0001009c03030d1900 wolf.0 | 2022-04-26 13:23:17.947 | debug | Data from 192.178.148.107:51304: 0620f080001704000000f00600a2000100a20303101800 wolf.0 | 2022-04-26 13:23:17.798 | debug | Data from 192.178.148.107:51304: 0620f080001704000000f00600a1000100a103030d1800 wolf.0 | 2022-04-26 13:23:17.165 | debug | Data from 192.178.148.107:51304: 0620f080001704000000f006009d0001009d0303101800 wolf.0 | 2022-04-26 13:23:17.012 | debug | Data from 192.178.148.107:51304: 0620f080001704000000f006009c0001009c03030d1800 wolf.0 | 2022-04-26 13:22:19.692 | debug | Data from 192.178.148.107:51304: 0620f080001604000000f00600a5000100a5030203fc

`

To Reproduce
Steps to reproduce the behavior:

  1. Start the adapter
  2. Go to objects explorer
  3. See timestamp / last changed date+time

Expected behavior
Data points get updated constantly

Screenshots & Logfiles
What specifically do you need?

Versions:

Additional context
With the previous version 1.34 data points got updated constantly and reliably

Claus1985 commented 2 years ago

ok nevermind.. it works as designed and updates all values. I was just to impatient.

Apollon77 commented 2 years ago

I love issues that solve itself :-)