[openthermgateway] Add support for Ventilation/Heat Recovery units (#12367)

* [openthermgateway] clean version of prior PR
* [openthermgateway] fix NoSuchMethod exception
* [openthermgateway] create thread according to OH guidelines
* [openthermgateway] fix annotation warning
* [openthermgateway] framework handles bridge status changes
* [openthermgateway] implement learnings from PR #12356
* [openthermgateway] add ReadMe chapter on migration v3.2 .. v3.3
* [openthermgateway] delete duplicate OpenThermGatewayBindingConstants class
* [openthermgateway] remove redundant else clause, remove npe warning
* [openthermgateway] log to debug rather than info; eliminate static import
* [openthermgateway] eliminate static import
* [openthermgateway] suppress unused argument warning
* [openthermgateway] delete xml definitions for no longer used 'otgw' Thing type

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
Andrew Fiddian-Green
2022-03-06 20:18:02 +00:00
committed by GitHub
parent 5842ad1644
commit ba07a870fe
35 changed files with 2031 additions and 808 deletions

View File

@@ -14,4 +14,5 @@
<name>openHAB Add-ons :: Bundles :: OpenTherm Gateway Binding</name>
<description>This binding integrates OpenTherm capable devices via an OpenThermGateway bridge.</description>
</project>