Add sensors to know when A/C fans and compressors are running

This commit is contained in:
2023-04-10 20:32:55 -04:00
parent badec3bcae
commit d1286055a8
2 changed files with 51 additions and 0 deletions

View File

@ -293,5 +293,37 @@
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Emma A/C Compressor Time
entity_id: binary_sensor.emma_aircon_compressor
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Emma A/C Fan Time
entity_id: binary_sensor.emma_aircon_fan
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Master Bedroom A/C Compressor Time
entity_id: binary_sensor.master_bedroom_aircon_compressor
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24
- platform: history_stats
name: Master Bedroom A/C Fan Time
entity_id: binary_sensor.master_bedroom_aircon_fan
state: 'on'
type: time
end: '{{ now() }}'
duration:
hours: 24