You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to OH4 there are two error lines at startup in openhab.log
2023-07-31 14:16:33.159 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'smartmeter:meter:ee5ccf85db' are missing in the respective registry for more than 120s. In case it does not happen immediately after an upgrade, it should be fixed in the binding.
2023-07-31 14:16:33.217 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for thing 'smartmeter:meter:ee5ccf85db': {thing/channel=Type description smartmeter:129-129_199-130-3 for smartmeter:meter:ee5ccf85db:129-129_199-130-3 not found, although we checked the presence before.}
2023-07-31 14:16:33.450 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'smartmeter:meter:87e2db31cf' are missing in the respective registry for more than 120s. In case it does not happen immediately after an upgrade, it should be fixed in the binding.
2023-07-31 14:16:33.495 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for thing 'smartmeter:meter:87e2db31cf': {thing/channel=Type description smartmeter:129-129_199-130-3 for smartmeter:meter:87e2db31cf:129-129_199-130-3 not found, although we checked the presence before.}
2023-07-31 14:16:55.029 [INFO ] [ding.smartmeter.internal.MeterDevice] - Read out following values: Device: smartmeter:meter:ee5ccf85db
I've tried to delete the thing and recreated it. Nothing changes.
Running OH4.0 Release on a Raspberry PI 4
The text was updated successfully, but these errors were encountered:
This bindings seems to not define static channels / channel types, so I assume they are created dynamically.
The binding is listed in #14954. So you confirm that a change is required, I note it in the issue.
Hi there,
this is the issue from community topic:
https://community.openhab.org/t/error-for-configuration-after-upgrade-to-oh4-failed-to-normalize/148138
After upgrading to OH4 there are two error lines at startup in openhab.log
I've tried to delete the thing and recreated it. Nothing changes.
Running OH4.0 Release on a Raspberry PI 4
The text was updated successfully, but these errors were encountered: