Gleb 2 лет назад
Родитель
Сommit
4c15aff9dc
1 измененных файлов с 57 добавлено и 0 удалено
  1. 57 0
      custom_components/tuya_local/devices/thermex_IF_50_V.yaml

+ 57 - 0
custom_components/tuya_local/devices/thermex_IF_50_V.yaml

@@ -0,0 +1,57 @@
+name: Thermex IF series V (pro) Wi-Fi
+product:
+  - id: sz9gfbdn5my6GCfR
+    name: Thermex IF 50 V (pro) Wi-Fi
+primary_entity:
+  entity: water_heater
+  dps:
+    - id: 101
+      type: boolean
+      name: power
+      hidden: true
+      mapping:
+        - dps_val: false
+          value: "off"
+    - id: 104
+      type: integer
+      name: temperature
+      range:
+        min: 15
+        max: 75
+  #    readonly: true
+    - id: 102
+      type: integer
+      name: current_temperature
+    - id: 105
+      type: string
+      name: operation_mode
+      mapping:
+        - dps_val: 3
+          constraint: power
+          conditions:
+            - dps_val: false
+              value_redirect: power
+            - dps_val: true
+              value: Economy
+        - dps_val: 2
+          constraint: power
+          conditions:
+            - dps_val: false
+              value_redirect: power
+              value: "off"
+            - dps_val: true
+              value: Optimal
+        - dps_val: 4
+          constraint: power
+          conditions:
+            - dps_val: false
+              value_redirect: power
+            - dps_val: true
+              value: No Frost
+        - dps_val: 1
+          constraint: power
+          conditions:
+            - dps_val: false
+              value_redirect: power
+            - dps_val: true
+              value: Turbo