Since the Zhender Q-series has a lot of information to share to Home Assistant I was missing overview:
So today I made a picture elements card to give me the important information in a glance:
For anyone interested in doing the same:
type: picture-elements
image: local/images/wtw_icons2.png
elements:
- type: state-label
entity: sensor.comfoairq_supply_airflow
style:
top: 59%
left: 73%
color: black
- type: state-label
entity: sensor.comfoairq_exhaust_airflow
style:
top: 59%
left: 27%
color: black
- type: state-label
entity: sensor.comfoairq_inside_temperature
style:
top: 20%
left: 90%
color: darkred
- type: state-label
entity: sensor.comfoairq_inside_humidity
style:
top: 28%
left: 90%
color: '#4171b1'
- type: state-label
entity: sensor.comfoairq_supply_temperature
style:
top: 76%
left: 90%
color: darkred
- type: state-label
entity: sensor.comfoairq_supply_humidity
style:
top: 84.2%
left: 90%
color: '#4171b1'
- type: state-label
entity: sensor.comfoairq_outside_temperature
style:
top: 20%
left: 12.5%
color: '#4171b1'
- type: state-label
entity: sensor.comfoairq_outside_humidity
style:
top: 28%
left: 12.5%
color: '#4171b1'
- type: state-label
entity: sensor.comfoairq_exhaust_temperature
style:
top: 76%
left: 13%
color: '#4171b1'
- type: state-label
entity: sensor.comfoairq_exhaust_humidity
style:
top: 84.2%
left: 13%
color: '#4171b1'
- type: state-label
entity: sensor.comfoairq_bypass_state
prefix: 'Bypass: '
style:
top: 26%
left: 50%
color: black
- type: state-label
entity: sensor.comfoairq_days_to_replace_filter
prefix: 'Filterwissel in '
suffix: agen
style:
top: 92%
left: 50%
color: black
- type: state-label
entity: sensor.comfoairq_current_rmot
prefix: 'Rmot '
style:
top: 10%
left: 13%
color: grey
and the picture: