andrasU / openhab-addons

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

openHAB is not updating temperature in xx.5 in setpoint temperature channel for RTC device #9

Open andrasU opened 1 year ago

andrasU commented 1 year ago

Expected Behavior

All temperature values are provided from openHAB to f@h

Current Behavior

When I change the temperature in openhab, the value in the free@home app also changes. Except for 22.5 °C there. When changing from 22,0 to 22,5 the value in free@home stays at 22,0. And when changing from 23.0 to 22.5, the value in free@home remains at 23.0.

Possible Solution

Steps to Reproduce (for Bugs)

Context

original info from openHAB community

Your Environment

ML19821 commented 1 year ago

I've just tried a slider, the behaviour is strange, see video. https://user-images.githubusercontent.com/96960914/214394123-4ff8074a-ab19-45c7-b6b2-917e44cf0d50.mp4

andrasU commented 1 year ago

This is really strange… Thank you… This is a very good video. I will check it.

ML19821 commented 1 year ago

the behaviour from the last video disappeared. But i've got new strange things. After switching the RTC off, the item itself is updated correctly to 7°. But the Stepper Card in Openhab isn't updatet untill i click on Metadata. I have recorded a new video. See attachment of this comment.

it seems to be an issue with the openhab UI and not with the binding. When I watch at taillog, everything looks fine. I think we could close this issue here and I will open an seperate issue for openhab.

https://user-images.githubusercontent.com/96960914/216765199-ba35b736-d8fb-469a-87b5-ac24afc1af58.mp4

ML19821 commented 1 year ago

after upgrading to Openhab 4.0 M2, the problem is solved.

by the way. I had to change the item type from "Number:Temperature" to "Number" otherwise I got several errors.

ML19821 commented 1 year ago

@andrasU you can close this issue

ML19821 commented 1 year ago

I had to downgrade to Openhab 3.x

But not it's clear, I have to change the item type from "Number:Temperature" to "Number", and then the problems with the setpoint are solved. It's not an issue that it solved by OH4, but the item type. @andrasU you can close the issue.