openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.86k stars 3.58k forks source link

[solarforecast] Failed to normalize configuration for thing #17209

Open Dasch2380 opened 1 month ago

Dasch2380 commented 1 month ago
2024-08-06 08:23:54.383 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'solarforecast:fs-site:14588a9ede' 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.
2024-08-06 08:23:54.386 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for thing 'solarforecast:fs-site:14588a9ede': {thing/channel=Type description solarforecast:actual-channel for solarforecast:fs-site:14588a9ede:actual not found, although we checked the presence before.}
2024-08-06 08:23:54.398 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for new thing during update 'solarforecast:fs-site:14588a9ede': {thing/channel=Type description solarforecast:actual-channel for solarforecast:fs-site:14588a9ede:actual not found, although we checked the presence before.}
2024-08-06 08:23:54.400 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'solarforecast:fs-plane:14588a9ede:56f6698b28' 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.
2024-08-06 08:23:54.401 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for thing 'solarforecast:fs-plane:14588a9ede:56f6698b28': {thing/channel=Type description solarforecast:actual-channel for solarforecast:fs-plane:14588a9ede:56f6698b28:actual not found, although we checked the presence before.}
2024-08-06 08:23:54.632 [WARN ] [core.thing.internal.ThingManagerImpl] - Channel types or config descriptions for thing 'solarforecast:fs-plane:14588a9ede:fd209ff48f' 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.
2024-08-06 08:23:54.633 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for thing 'solarforecast:fs-plane:14588a9ede:fd209ff48f': {thing/channel=Type description solarforecast:actual-channel for solarforecast:fs-plane:14588a9ede:fd209ff48f:actual not found, although we checked the presence before.}

Already uninstalled and reinstalled the binding. This did not help.

Steps to Reproduce (for Bugs)

After Upgrade to OH4.2 the Binding doesn´t work anymore

Your Environment

OH4.2

weymann commented 3 weeks ago

@Dasch2380 SolarForecast binding comes the first time officially with the openHAB release 4.2. I assume you tested before the Community Marketplace version.

2024-08-06 08:23:54.398 [WARN ] [core.thing.internal.ThingManagerImpl] - Failed to normalize configuration for new thing during update 'solarforecast:fs-site:14588a9ede': {thing/channel=Type description solarforecast:actual-channel for solarforecast:fs-site:14588a9ede:actual not found, although we checked the presence before.}

The actual channel doesn't exists anymore therefore power-actual and energy-actual are introduced. Please check channel and configuration settings to adapt to official released version.