rsciriano / ESPHome-OpenTherm

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

external temperature #36

Open daninvencions opened 1 year ago

daninvencions commented 1 year ago

Hello, sorry for my English. my question is if it is possible to send the outside temperature data from a sensor that is inside homeassistant to the boiler. From what I see, you can read the temperature of the sensor connected to the boiler, but if you don't have one connected, can you send the temperature of another sensor? I understand that to improve the operation of the boiler, the boiler should have this information in order to modulate the flame accordingly. Thank you very much in advance

Chupaka commented 1 year ago

According to OpenTherm Protocol Specification v2.2, outside temperature is read-only. You cannot write this parameter.

image
daninvencions commented 1 year ago

it's okay. Thank you very much for the reply.