1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 10:52:19 +01:00

[opentherm] Message ordering, on-the-fly message editing, code improvements (#7903)

This commit is contained in:
Oleg Tarasov
2024-12-16 02:04:26 +03:00
committed by GitHub
parent 9816c27031
commit a6957b9d3b
12 changed files with 475 additions and 145 deletions

View File

@@ -16,6 +16,19 @@ opentherm:
summer_mode_active: true
dhw_block: true
sync_mode: true
controller_product_type: 63
controller_product_version: 1
opentherm_version_controller: 2.2
controller_id: 1
controller_configuration: 1
before_send:
then:
- lambda: |-
ESP_LOGW("OT", ">> Sending message %d", x.id);
before_process_response:
then:
- lambda: |-
ESP_LOGW("OT", "<< Processing response %d", x.id);
output:
- platform: opentherm