Explorar el Código

New device: Oekoboiler RS series heat pump water heater (#4286)

Ingmar Stein hace 5 meses
padre
commit
f3868ab16c

+ 1 - 0
DEVICES.md

@@ -193,6 +193,7 @@
 - Modena ES-15-SKY water heater
 - Neopower Black Diamond all-in-one heat pump water heater
 - Nulite NL-B245 monobloc heat pump
+- Oekoboiler RS series heat pump water heater
 - Powerworld PW040, PWS58330, PWS58410 air+water heat pumps
 - Rinnai Enviroflo heat pump water heater
 - Sanden GAU-A45HPD WiFi heat pump controller

+ 51 - 0
custom_components/tuya_local/devices/theodoor_oekoboiler_waterheater.yaml

@@ -0,0 +1,51 @@
+name: Water heat pump
+products:
+  - id: 1wcpbsyq2lczlf8q
+    manufacturer: Oekoboiler (Theodoor)
+    model: RS Series
+entities:
+  - entity: water_heater
+    dps:
+      - id: 1
+        type: boolean
+        name: operation_mode
+        mapping:
+          - dps_val: false
+            value: "off"
+          - dps_val: true
+            constraint: work_mode
+            conditions:
+              - dps_val: jn_num
+                value: eco
+              - dps_val: heat_num
+                value: heat_pump
+              - dps_val: eheat_num
+                value: electric
+      - id: 2
+        type: integer
+        name: temperature
+        unit: C
+        range:
+          min: 5
+          max: 75
+      - id: 3
+        type: integer
+        name: current_temperature
+      - id: 4
+        type: string
+        name: work_mode
+        hidden: true
+  - entity: binary_sensor
+    class: problem
+    category: diagnostic
+    dps:
+      - id: 9
+        type: bitfield
+        name: sensor
+        mapping:
+          - dps_val: 0
+            value: false
+          - value: true
+      - id: 9
+        type: bitfield
+        name: fault_code