소스 검색

Rotenso heatpump: Swap low and high fan modes.

Also changed auto from "0" to "4" due to comment that the device had stopped responding for a minute.  Still unsure which of these auto actually is.

Issue #265
Jason Rumney 3 년 전
부모
커밋
9b23601277
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      custom_components/tuya_local/devices/rotenso_ronir35wi_heatpump.yaml

+ 3 - 3
custom_components/tuya_local/devices/rotenso_ronir35wi_heatpump.yaml

@@ -46,12 +46,12 @@ primary_entity:
       name: fan_mode
       name: fan_mode
       mapping:
       mapping:
         - dps_val: "1"
         - dps_val: "1"
-          value: low
+          value: high
         - dps_val: "2"
         - dps_val: "2"
           value: medium
           value: medium
         - dps_val: "3"
         - dps_val: "3"
-          value: high
-        - dps_val: "0"
+          value: low
+        - dps_val: "4"
           value: auto
           value: auto
     - id: 8
     - id: 8
       type: boolean
       type: boolean