TA2k / ioBroker.withings

ioBroker adapter for Withings
MIT License
5 stars 4 forks source link

State "withings.0.info.connection" has no existing object #2

Closed obakuhl closed 2 years ago

obakuhl commented 2 years ago

Describe the bug
Every hour following message in the log (level warn): State "withings.0.info.connection" has no existing object, this might lead to an error in future versions

To Reproduce
This warning message occurs after the first adapter start. The object was not created inital. After restarting the adapter, the warning message occurs again, but the object then is in the object list. From then on no more warning message, because the object exists now.

Expected behavior
The object must be created earlier with the first adapter execution, so there is no error message anymore.

Versions:

Additional context
The issue is just for your information, the adapter works fine besides that 😎