mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Add more waterfurnace sensors (#18451)
Add the following sensors that provide interesting data when using a variable speed geothermal system: * Compressor Power * Fan Power * Aux Power * Loop Pump Power * Compressor Speed * Fan Speed
This commit is contained in:
parent
a306475065
commit
07a7ee0ac7
@ -42,6 +42,14 @@ SENSORS = [
|
||||
"mdi:water-percent", "%"),
|
||||
WFSensorConfig("Humidity", "tstatrelativehumidity",
|
||||
"mdi:water-percent", "%"),
|
||||
WFSensorConfig("Compressor Power", "compressorpower", "mdi:flash", "W"),
|
||||
WFSensorConfig("Fan Power", "fanpower", "mdi:flash", "W"),
|
||||
WFSensorConfig("Aux Power", "auxpower", "mdi:flash", "W"),
|
||||
WFSensorConfig("Loop Pump Power", "looppumppower", "mdi:flash", "W"),
|
||||
WFSensorConfig("Compressor Speed", "actualcompressorspeed",
|
||||
"mdi:speedometer"),
|
||||
WFSensorConfig("Fan Speed", "airflowcurrentspeed", "mdi:fan"),
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user