EspHome kc868_a8 Kochegarka
This commit is contained in:
44
mqtt.yaml
44
mqtt.yaml
@@ -278,33 +278,6 @@ switch:
|
|||||||
qos: 1
|
qos: 1
|
||||||
retain: true
|
retain: true
|
||||||
|
|
||||||
#KC868-A8 Kochegarka
|
|
||||||
- name: Podval_Close
|
|
||||||
unique_id: Podval_Close
|
|
||||||
state_topic: "KC868_A8/38182B798788/STATE"
|
|
||||||
value_template: '{{ value_json.output1.value }}'
|
|
||||||
state_on: true
|
|
||||||
state_off: false
|
|
||||||
command_topic: "KC868_A8/38182B798788/SET"
|
|
||||||
payload_on: '{"output1":{"value":true}, "output2":{"value":false}}'
|
|
||||||
payload_off: '{"output1":{"value":false}, "output2":{"value":false}}'
|
|
||||||
optimistic: true
|
|
||||||
qos: 1
|
|
||||||
retain: true
|
|
||||||
|
|
||||||
- name: Podval_Open
|
|
||||||
unique_id: Podval_Open
|
|
||||||
state_topic: "KC868_A8/38182B798788/STATE"
|
|
||||||
value_template: '{{ value_json.output2.value }}'
|
|
||||||
state_on: true
|
|
||||||
state_off: false
|
|
||||||
command_topic: "KC868_A8/38182B798788/SET"
|
|
||||||
payload_on: '{"output2":{"value":true}, "output1":{"value":false}}'
|
|
||||||
payload_off: '{"output2":{"value":false}, "output1":{"value":false}}'
|
|
||||||
optimistic: true
|
|
||||||
qos: 1
|
|
||||||
retain: true
|
|
||||||
|
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
|
|
||||||
@@ -379,23 +352,6 @@ sensor:
|
|||||||
device_class: 'humidity'
|
device_class: 'humidity'
|
||||||
|
|
||||||
|
|
||||||
#KC868-A8 Кочегарка
|
|
||||||
- name: Temperature_box_kontroller
|
|
||||||
unique_id: Temperature_box_kontroller
|
|
||||||
icon: mdi:thermometer
|
|
||||||
state_topic: "KC868_A8/38182B798788/STATE"
|
|
||||||
value_template: "{{ value_json.sensor1.temperature | round(2) }}"
|
|
||||||
unit_of_measurement: "°C"
|
|
||||||
device_class: 'temperature'
|
|
||||||
|
|
||||||
- name: Temperature_box_server
|
|
||||||
unique_id: Temperature_box_server
|
|
||||||
icon: mdi:thermometer
|
|
||||||
state_topic: "KC868_A8/38182B798788/STATE"
|
|
||||||
value_template: "{{ value_json.sensor2.temperature | round(2) }}"
|
|
||||||
unit_of_measurement: "°C"
|
|
||||||
device_class: 'temperature'
|
|
||||||
|
|
||||||
#KC868-A6
|
#KC868-A6
|
||||||
- name: Temperature_kitchen
|
- name: Temperature_kitchen
|
||||||
unique_id: Temperature_kitchen
|
unique_id: Temperature_kitchen
|
||||||
|
|||||||
Reference in New Issue
Block a user