Przeglądaj źródła

Goldair GPPH heater: map power level of auto to 0

GPPH 620 returns "auto" as a power level, others in the series seem to
return the actual output level when in auto mode.  Since we cannot guess
what the power level might be, map it to 0.  It may even only do this when
an actual power level is not available due to the heater being off.

Issue #762
Jason Rumney 2 lat temu
rodzic
commit
432f1125c0

+ 2 - 0
custom_components/tuya_local/devices/goldair_gpph_heater.yaml

@@ -177,6 +177,8 @@ secondary_entities:
         mapping:
           - dps_val: "stop"
             value: 0
+          - dps_val: "auto"
+            value: 0
           - dps_val: "1"
             value: 20
           - dps_val: "2"