4
0
Эх сурвалжийг харах

Add 3A Nue Smart AC Fan 3 Speed & Lamp Controller

Vytautas Krivickas 1 жил өмнө
parent
commit
287215392a

+ 42 - 0
custom_components/tuya_local/devices/nue_smart_fan_3speed_light.yaml

@@ -0,0 +1,42 @@
+name: Smart AC Fan 3 Speed & Lamp Controller
+products:
+  - id: hqq73kftvzh8c92u
+    manufacturer: 3A Nue
+    model: LGT-SWCH10006
+    name: Smart AC Fan 3 Speed & Lamp Controller
+primary_entity:
+  entity: fan
+  dps:
+    - id: 1
+      type: boolean
+      name: switch
+    - id: 3
+      type: string
+      name: speed
+      mapping:
+        - dps_val: "1"
+          value: 33
+        - dps_val: "2"
+          value: 66
+        - dps_val: "3"
+          value: 100
+secondary_entities:
+  - entity: light
+    dps:
+      - id: 9
+        type: boolean
+        name: switch
+      - id: 6
+        name: countdown
+        type: integer
+        unit: h
+        range:
+          min: 0
+          max: 6
+      - id: 7
+        name: countdown_left
+        type: integer
+        unit: min
+        range:
+          min: 0
+          max: 360