openhab / openhab-addons

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

[ism8] Support for heat pump power channels #17682

Closed holgerfriedrich closed 2 weeks ago

holgerfriedrich commented 1 month ago

ism8 API has been extended to provide data for new heat pumps (CHA) in firmware 1.80 and 1.90. See the new manual at https://oxomi.com/service/json/catalog/pdf?portal=2024876&user=&roles=&accessToken=&catalog=10572791

The following should be done:

holgerfriedrich commented 1 month ago

Observed The model of ism8:device:wolf is inconsistent [thing.getHandler().getThing() != thing on 4.2.2 when editing thing files, to be checked on 4.3.

holgerfriedrich commented 2 weeks ago

@florian-h05 Working on this issue, I found another issue with the add-on store. We have two add-ons, ism8 and wolfsmartset (you will need one or the other depending on the smart home interface installed in the heating system). When a user types "wolf" into the search field, I would like to see both add-ons shown.

Current behaviour is as follows: Whey I search for "wolf", I get only the latter. The search mechanism seems to look at the name of the binding, but not at the description (which contains Wolf for both add-ons). Should I change the field name to "Wolf ISM8" in addon.xml or do you know a better way?

Any recommendations how to proceed? Thanks!

holgerfriedrich commented 2 weeks ago

Observed The model of ism8:device:wolf is inconsistent [thing.getHandler().getThing() != thing on 4.2.2 when editing thing files, to be checked on 4.3.

I have worked with the configuration files for the example, causing a few reloads of the configuration. I could not reproduce this on 4.3M4 yet.