gh-6 Add operating mode to HASS YAMLs

This commit is contained in:
Jarno Rankinen 2023-02-19 22:51:48 +02:00
parent aba5156e7a
commit 1f5a258937
4 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,7 @@ views:
cards: cards:
- type: entities - type: entities
entities: entities:
- entity: sensor.enervent_pingvin_mode
- entity: sensor.enervent_pingvin_heating - entity: sensor.enervent_pingvin_heating
- entity: sensor.enervent_pingvin_heat_recovery - entity: sensor.enervent_pingvin_heat_recovery
- entity: sensor.enervent_pingvin_temperature_setpoint - entity: sensor.enervent_pingvin_temperature_setpoint

View File

@ -2,6 +2,9 @@ rest:
- resource: http://IP_ADDRESS:8888/api/v1/status - resource: http://IP_ADDRESS:8888/api/v1/status
scan_interval: 15 scan_interval: 15
sensor: sensor:
- name: "Enervent Pingvin mode"
value_template: "{{ value_json['op_mode'] }}"
icon: mdi:information
- name: "Enervent Pingvin heating" - name: "Enervent Pingvin heating"
value_template: "{{ value_json['heater_pct'] }}" value_template: "{{ value_json['heater_pct'] }}"
unit_of_measurement: "%" unit_of_measurement: "%"

View File

@ -3,6 +3,7 @@ views:
cards: cards:
- type: entities - type: entities
entities: entities:
- entity: sensor.enervent_pingvin_tila
- entity: sensor.enervent_pingvin_lammitys - entity: sensor.enervent_pingvin_lammitys
- entity: sensor.enervent_pingvin_lammontalteenotto - entity: sensor.enervent_pingvin_lammontalteenotto
- entity: sensor.enervent_pingvin_lampotila_asetus - entity: sensor.enervent_pingvin_lampotila_asetus
@ -22,4 +23,4 @@ views:
- entity: sensor.enervent_pingvin_lto_hyotysuhde_tuloilma - entity: sensor.enervent_pingvin_lto_hyotysuhde_tuloilma
icon: '' icon: ''
- entity: sensor.enervent_pingvin_lto_hyotysuhde_poistoilma - entity: sensor.enervent_pingvin_lto_hyotysuhde_poistoilma
title: Enervent Pingvin mittaukset title: Enervent Pingvin mittaukset

View File

@ -2,6 +2,9 @@ rest:
- resource: http://IP_ADDRESS:8888/api/v1/status - resource: http://IP_ADDRESS:8888/api/v1/status
scan_interval: 15 scan_interval: 15
sensor: sensor:
- name: "Enervent Pingvin tila"
value_template: "{{ value_json['op_mode'] }}"
icon: mdi:information
- name: "Enervent Pingvin lämmitys" - name: "Enervent Pingvin lämmitys"
value_template: "{{ value_json['heater_pct'] }}" value_template: "{{ value_json['heater_pct'] }}"
unit_of_measurement: "%" unit_of_measurement: "%"