kpanchen / org.openhab.binding.icomforts30

Lennox iComfort S30 binding for OpenHAB 3
Eclipse Public License 2.0
3 stars 0 forks source link

New Channels Not Appearing #6

Open bspiegel33 opened 1 year ago

bspiegel33 commented 1 year ago

I updated the jar file, but the new channels did not appear. I restarted the binding, and still no new channels. So far, the binding seems to stay connected and capture events from the thermostat. I will do further testing.

Thanks again for the update. I am excited to get this interface working reliably. It's a great improvement.

kpanchen commented 1 year ago

Make sure you removed old file and have only new one in "addons" folder, they should appear even if they are not linked like this: ch

bspiegel33 commented 1 year ago

I uninstalled the module, placed new jar in addon folder and restarted openhab. Got this error: 2023-03-26 09:42:59.946 [WARN ] [org.apache.felix.fileinstall ] - Error while starting bundle: file:/usr/share/openhab/addons/org.openhab.binding.icomforts30- 4.0.0-SNAPSHOT.jar org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.icomforts30 [289] Unresolved requirement: Import-Package: com.google.gson; version="[2.9.0,3.0.0)"

kpanchen commented 1 year ago

An issue moving to 4.0.0-Snapshot, I'll have a look. I've attached previous version, code is almost identical and works for me fine, I'll update release with fix when I can. org.openhab.binding.icomforts30-3.4.0-SNAPSHOT.jar.zip

kpanchen commented 1 year ago

I've reverted release to Java 11 and 3.4.3 until we can move to 4.0.0 and Java 17/18. Should work fine now. Please let me know if you have any issues.

Thanks!