Hello,
I have just published a binding that connects to the “local API” of an AirZone HVAC WebSever.
This is usually used with ducted air conditioning systems that allows control of individual zones.
It supports openHAB 3.4 and later and its source code is hosted at GitHub
Three things are supported:
- Bridge to represent the actual connection to the webserver. The IP address is the only required configuration parameter, others have appropriate default values.
- System to represent a system connected to the AirZone device. Usually there is only one system which is the outdoor/indoor air conditioning unit.
- Zone to represent a zone controlled by the AirZone device. Usually these are rooms like bedroom, office, living room…
It offers channels or properties for all HVAC values described in the latest PDF documentation that I could find, plus two channels that match values returned by my system despite not being documented.
Note that I have not implemented domestic hot water (DHW) related channels as I don’t have such a device, nor am I sure how this should be represented.
Systems and zones are automatically discovered and placed in the inbox.
I have not implemented discovery for the bridge itself as it would need DHCP sniffing which is not reliable and error prone as the possible MAC address prefixes are quite numerous.
I have the following left to do:
- French translation
- Code abstractions to allow for unit testing
The current version is 0.1.0 and while it works just fine with my current setup, I’d be happy to have feedback and reviews from other users, either on the functionality or on the source code.