mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[opentherm] Message ordering, on-the-fly message editing, code improvements (#7903)
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user