-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[luxtronikheatpump] Failed to update item ControlSignalCirculatingPump after upgrading to OH4 #15836
Labels
bug
An unexpected problem or unintended behavior of an add-on
Comments
jamietownsend
added
the
bug
An unexpected problem or unintended behavior of an add-on
label
Nov 2, 2023
That channel definition does look a bit odd. The type suggest energy, the label suggests some percentages. Readme is also not clear about it. I would suspect it to be a percentage according to the channel label. But you expect it to be kWh? |
This was referenced Nov 6, 2023
jamietownsend
added a commit
to jamietownsend/openhab-addons
that referenced
this issue
Nov 6, 2023
Signed-off-by: Jamie Townsend <[email protected]>
jamietownsend
added a commit
to jamietownsend/openhab-addons
that referenced
this issue
Nov 6, 2023
Signed-off-by: Jamie Townsend <[email protected]>
jamietownsend
added a commit
to jamietownsend/openhab-addons
that referenced
this issue
Nov 9, 2023
Signed-off-by: Jamie Townsend <[email protected]>
jamietownsend
added a commit
to jamietownsend/openhab-addons
that referenced
this issue
Nov 9, 2023
Signed-off-by: Jamie Townsend <[email protected]>
This was referenced Nov 9, 2023
jlaur
pushed a commit
that referenced
this issue
Nov 9, 2023
Fixes #15836 Signed-off-by: Jamie Townsend <[email protected]>
wborn
pushed a commit
to openhab/openhab-distro
that referenced
this issue
Nov 12, 2023
Related to openhab/openhab-addons#15836 Signed-off-by: Jamie Townsend <[email protected]>
andrewfg
pushed a commit
to andrewfg/openhab-addons
that referenced
this issue
Nov 26, 2023
Fixes openhab#15836 Signed-off-by: Jamie Townsend <[email protected]>
austvik
pushed a commit
to austvik/openhab-addons
that referenced
this issue
Mar 27, 2024
Fixes openhab#15836 Signed-off-by: Jamie Townsend <[email protected]> Signed-off-by: Jørgen Austvik <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
After upgrading from OH3 to OH4, the following messages are now appearing in the log file:
15:12:28.103 [WARN ] [openhab.core.library.items.NumberItem] - Failed to update item 'HeatpumpwithLuxtronikControl_ControlSignalCirculatingPump' because '0 %' could not be converted to the item unit 'kWh'
I think it may be related to the definition here:
openhab-addons/bundles/org.openhab.binding.luxtronikheatpump/src/main/resources/OH-INF/thing/channels.xml
Line 1578 in 59c3135
Any ideas if this may be the case or how to fix this otherwise?
The text was updated successfully, but these errors were encountered: