-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[influxdb] InfluxDB persistence does not work with #1356 and #1357 #5658
Comments
This will probably have to be fixed in ESH. The persistence bundle here hasn't changed. |
Thx, I think you are right. After writing this issue I realized that mqtt and caldav are not working properly, too. |
The log says:
So although nothing has changed about InfluxDB persistence service, it seems as if it has always already posted wrong values and now it is only checked and noticed by the framework. |
It seems the service tries to get the correct type, but somehow always ends up doing String as a fallback (which should not be done in any case). Maybe there's a startup order issue that the itemRegistry is still missing? |
That was one of my other problems with # 1356 regarding the caldav binding: log message "item registry not set" on default logging level. |
@sihui62 I have meanwhile found the real cause for this problem - and have created a fix for it with openhab/openhab-core#397. All should be fine with tonight's snapshot again, I would hope. |
With the snapshot versions mentioned above persistence for InfluxDB does not work anymore.
Related Community Thread:
https://community.openhab.org/t/snapshot-build-1357-items-persisted-by-influxdb-are-not-restored/51122
The text was updated successfully, but these errors were encountered: