Przeglądaj źródła

Update cecotec_bigdry_4000_dehumidifier.yaml

- Removed UV switch, not present on the unit
- Corrected problem binary sensor mapping
- Renamed "E1" to "Error 1"
Nicola 1 rok temu
rodzic
commit
1339f618f6

+ 3 - 12
custom_components/tuya_local/devices/cecotec_bigdry_4000_dehumidifier.yaml

@@ -52,15 +52,6 @@ entities:
         type: integer
         class: measurement
         unit: C
-  - entity: switch
-    translation_key: uv_sterilization
-    # Not supported by the device, still shown by Tuya
-    category: config
-    dps:
-      - id: 13
-        type: boolean
-        name: switch
-        optional: true
   - entity: binary_sensor
     translation_key: tank_full
     dps:
@@ -80,7 +71,7 @@ entities:
         mapping:
           - dps_val: 0
             value: false
-          - dps_val: 1
+          - dps_val: 2
             value: false
           - dps_val: null
             value: false
@@ -95,7 +86,7 @@ entities:
           - dps_val: 0
             value: OK
           - dps_val: 1
-            value: "E2 Compressor Fault"
-            # Unknown. Might be compressor fault
+            value: "Error 1"
+            # Unknown. Compressor or temperature/humidity sensor fault?
           - dps_val: 2
             value: "Water Tank Full or Removed"