phenotypic / homebridge-web-thermostat

Homebridge plugin for a web-based thermostat
MIT License
18 stars 15 forks source link

Does this work with Baxi? #25

Closed miguelpruivo closed 2 years ago

miguelpruivo commented 2 years ago

Hi!

Sorry if this is sort of a dumb question but: does this work with BAXI heaters? I have a BAXI heater with a wireless thermostat (RXM) but I can't figure a way to integrate with homebridge. I know it has opentherm and it uses its property bridge to communicate with the wireless thermostat (RF).

Is there anything else I can do?

Thanks!

phenotypic commented 2 years ago

Hi there, this plugin is not designed to work with any specific brand of heater/thermostat. Instead, it communicates with an API using the HTTP calls specified in API Interfacing.

Feel free to fork the plugin and modify these HTTP calls to work with your heater. Alternatively, take a look at homebridge-web-boiler to see how you can make your own homebridge-compatible OpenTherm bridge.