Closed holgerfriedrich closed 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.
@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!
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.
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:
power-r
, which is used by CHA and Solar modulenumber-r
for DpId002 (should bemode-r
), and wrong typetemperature-r
for DpId013 (should bepressure-r
); fix typo CML -> CWL