Leks ter Schuur 10 месяцев назад
Родитель
Сommit
d7ffa37c7c
1 измененных файлов с 27 добавлено и 0 удалено
  1. 27 0
      custom_components/tuya_local/devices/eurom_wifi_thermostat.yaml

+ 27 - 0
custom_components/tuya_local/devices/eurom_wifi_thermostat.yaml

@@ -0,0 +1,27 @@
+name: EUROM Wi-Fi thermostat
+products:
+  - id: jqzvke4b1nzjcr5n
+    manufacturer: EUROM
+    model: Wi-Fi thermostat
+entities:
+  - entity: climate
+    translation_only_key: heater
+    dps:
+      - id: 1
+        name: hvac_mode
+        type: boolean
+        mapping:
+          - dps_val: true
+            value: "heat"
+          - dps_val: false
+            value: "off"
+      - id: 2
+        name: temperature
+        type: integer
+        unit: C
+        range:
+          min: 0
+          max: 37
+      - id: 3
+        name: current_temperature
+        type: integer