-
-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing channels since last update #2831
Comments
Progressing in my search. This seems related to channel-types of kind trigger that has no item-type, witch seems normal. |
Adding |
This error message was introduced in #2775. |
Ok, but it is not only an error message, it prevents things from loading their channels. |
Yes, but the newly introduced |
Yes it is probably caused by my PR. I'll have a look after some coffee. 😉 |
Trigger channel types failed to load because the item type became required with the changes in openhab#2775. Also adds a unit test for the ThingDescriptionReader to prevent future regressions. Fixes openhab#2831 Signed-off-by: Wouter Born <github@maindrain.net>
This issue has been mentioned on openHAB Community. There might be relevant details there: https://community.openhab.org/t/trigger-channeltype-itemtype-must-not-be-null-or-empty/134163/3 |
Trigger channel types failed to load because the item type became required with the changes in openhab#2775. Also adds a unit test for the ThingDescriptionReader to prevent future regressions. Fixes openhab#2831 Signed-off-by: Wouter Born <github@maindrain.net> GitOrigin-RevId: 92a6c1c
I'm on milestone 3.3.0 Build 2797, updated this morning.
Many channels have disappeared from things.
Here's an example for Telegram Bot :
Many bindings seems impacted (openuv, telegram, logreader, astro...) and the log is full of this error :
I suspect a change in core.
Same behaviour observed in my dev environment on eclipse.
The text was updated successfully, but these errors were encountered: