Test MQTT example config
This commit is contained in:
parent
2042ceccd1
commit
70aefdd705
@ -44,12 +44,16 @@ truma_inetbox:
|
|||||||
# # Advanced users can use `on_heater_message` action. The heater data is in the `message` variable.
|
# # Advanced users can use `on_heater_message` action. The heater data is in the `message` variable.
|
||||||
# on_heater_message:
|
# on_heater_message:
|
||||||
# then:
|
# then:
|
||||||
# - logger.log: "Message from CP Plus."
|
# - logger.log:
|
||||||
|
# format: "Message from CP Plus."
|
||||||
|
# level: INFO
|
||||||
# - if:
|
# - if:
|
||||||
# condition:
|
# condition:
|
||||||
# lambda: return message->operating_status == truma_inetbox::OperatingStatus::OPERATING_STATUS_OFF;
|
# lambda: return message->operating_status == truma_inetbox::OperatingStatus::OPERATING_STATUS_OFF;
|
||||||
# then:
|
# then:
|
||||||
# - logger.log: "Heater is off."
|
# - logger.log:
|
||||||
|
# format: "Heater is off."
|
||||||
|
# level: INFO
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: truma_inetbox
|
- platform: truma_inetbox
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
esphome:
|
esphome:
|
||||||
# https://womolin.de/products/womolin-lin-controller/
|
# https://womolin.de/products/womolin-lin-controller/
|
||||||
name: "womo_lin_controller"
|
name: "womo_lin_controller_mqtt"
|
||||||
|
|
||||||
external_components:
|
external_components:
|
||||||
- source: github://Fabian-Schmidt/esphome-truma_inetbox
|
- source: github://Fabian-Schmidt/esphome-truma_inetbox
|
||||||
@ -32,6 +32,7 @@ ethernet:
|
|||||||
mqtt:
|
mqtt:
|
||||||
id: mqtt_client
|
id: mqtt_client
|
||||||
broker: 192.168.1.1
|
broker: 192.168.1.1
|
||||||
|
username: womo_lin_controller
|
||||||
|
|
||||||
uart:
|
uart:
|
||||||
- id: lin_uart_bus
|
- id: lin_uart_bus
|
||||||
@ -48,12 +49,16 @@ truma_inetbox:
|
|||||||
# # Advanced users can use `on_heater_message` action. The heater data is in the `message` variable.
|
# # Advanced users can use `on_heater_message` action. The heater data is in the `message` variable.
|
||||||
# on_heater_message:
|
# on_heater_message:
|
||||||
# then:
|
# then:
|
||||||
# - logger.log: "Message from CP Plus."
|
# - logger.log:
|
||||||
|
# format: "Message from CP Plus."
|
||||||
|
# level: INFO
|
||||||
# - if:
|
# - if:
|
||||||
# condition:
|
# condition:
|
||||||
# lambda: return message->operating_status == truma_inetbox::OperatingStatus::OPERATING_STATUS_OFF;
|
# lambda: return message->operating_status == truma_inetbox::OperatingStatus::OPERATING_STATUS_OFF;
|
||||||
# then:
|
# then:
|
||||||
# - logger.log: "Heater is off."
|
# - logger.log:
|
||||||
|
# format: "Heater is off."
|
||||||
|
# level: INFO
|
||||||
|
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: truma_inetbox
|
- platform: truma_inetbox
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user