소스 검색

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 년 전
부모
커밋
432f1125c0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      custom_components/tuya_local/devices/goldair_gpph_heater.yaml

+ 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"