gh-6 Updated Home Assistant configuration files for room temperature

This commit is contained in:
Jarno Rankinen 2023-02-23 20:09:33 +02:00
parent 1b1a9c75ea
commit b1aa71e5c7
4 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ views:
- type: entities - type: entities
entities: entities:
- entity: sensor.enervent_pingvin_mode - entity: sensor.enervent_pingvin_mode
- entity: sensor.enervent_pingvin_room_temperature_1
- 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

@ -5,6 +5,9 @@ rest:
- name: "Enervent Pingvin mode" - name: "Enervent Pingvin mode"
value_template: "{{ value_json['op_mode'] }}" value_template: "{{ value_json['op_mode'] }}"
icon: mdi:information icon: mdi:information
- name: "Enervent Pingvin room temperature 1"
value_template: "{{ value_json['vent_info']['room_temp1'] }}"
unit_of_measurement: "°C"
- 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

@ -4,6 +4,7 @@ views:
- type: entities - type: entities
entities: entities:
- entity: sensor.enervent_pingvin_tila - entity: sensor.enervent_pingvin_tila
- entity: sensor.enervent_pingvin_huonelampotila_1
- 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

View File

@ -5,6 +5,9 @@ rest:
- name: "Enervent Pingvin tila" - name: "Enervent Pingvin tila"
value_template: "{{ value_json['op_mode'] }}" value_template: "{{ value_json['op_mode'] }}"
icon: mdi:information icon: mdi:information
- name: "Enervent Pingvin huonelämpötila 1"
value_template: "{{ value_json['vent_info']['room_temp1'] }}"
unit_of_measurement: "°C"
- 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: "%"