andrasU / openhab-addons

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

OpenHab and f@h RTC Device interoperation is not correct #8

Open andrasU opened 1 year ago

andrasU commented 1 year ago

Expected Behavior

Setting the temperature in f@h the openHAB Thing/item shall be updated

Current Behavior

When the target temperature is changed in the free@home app, the item in openhab is not updated.

Possible Solution

Steps to Reproduce (for Bugs)

Context

original info from openHAB community

Your Environment

ML19821 commented 1 year ago

@andrasU here the Device Config of this RTC device with the swagger:

response_1674588918077.json.txt

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 OH 3.x. After I changed the item type from "Number:Temperature" to "Number" the problems are solved.

But there is still one problem that remains.

When I switch to Eco mode in the OpenHab, the status of the items in the Free@Home APP changes as desired. However, when I switch to the Eco mode in the Free@Home app, the status of the item in the OH remains at the same status.

Currently only the direction OpenHab --> Free@Home works.

Edit 20.05.2023: I made a mistake in the previous version of this post. I got the direction of the communication problem wrong.