Browse Source

feat: more kogan lx10 error codes

2 - Battery low
4096 - Abnormal main brush

Messages taken from Tuya app
William Brockhus 2 years ago
parent
commit
d77182032d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      custom_components/tuya_local/devices/kogan_lx10_vacuum.yaml

+ 4 - 0
custom_components/tuya_local/devices/kogan_lx10_vacuum.yaml

@@ -89,8 +89,12 @@ primary_entity:
       name: error # robot_fault
       type: bitfield
       mapping:
+        - dps_val: 2
+          value: Battery low
         - dps_val: 32
           value: Drop sensor abnormal
+        - dps_val: 4096
+          value: Abnormal main brush
         - dps_val: 524288
           value: Machine trapped
         - dps_val: 1048576