rsciriano / ESPHome-OpenTherm

Example of how to control an opentherm boiler with esphome
156 stars 44 forks source link

Home Assistant Integration (LoveLace) #22

Closed electricfire closed 2 years ago

electricfire commented 2 years ago

Hi so i have flashed my esp8266 and all looks ok (FYI i dont have the opentherm connected as i have not received it yet) I can add the device to my integrations but i don't see the additional properties see below

image image

Is it because there is no opentherm connected which i find hard to believe or is there something missing?

Also on a separate note i am looking to upgrade my heating any advice on a boiler system / brand that will be compatible with this?

rsciriano commented 2 years ago

Hi @electricfire,

This happens because the opentherm adapter is not connected.

If you want to test without connecting it you can change line 35 of the opentherm_component.h file by increasing the polling time.

  OpenthermComponent(): PollingComponent(10000) {
electricfire commented 2 years ago

Awesome thank you so much!!