Răsfoiți Sursa

IPS Pro: add dps 142 and 143

Based on seemingly identical Aqua-X branded pool heatpump.  Additional dps
added as optional in case they are missing on other models.  142 is power in W,
143 is an unidentified boolean.

Issue #440
Jason Rumney 3 ani în urmă
părinte
comite
a752d0ec4d
1 a modificat fișierele cu 14 adăugiri și 1 ștergeri
  1. 14 1
      custom_components/tuya_local/devices/ips_pro_heatpump.yaml

+ 14 - 1
custom_components/tuya_local/devices/ips_pro_heatpump.yaml

@@ -84,11 +84,14 @@ primary_entity:
     - id: 116
       type: bitfield
       name: error_2
+    - id: 143
+      type: boolean
+      name: unknown_43
+      optional: true
 secondary_entities:
   - entity: sensor
     name: Power level
     class: power_factor
-    icon: "mdi:signal"
     category: diagnostic
     dps:
       - id: 104
@@ -97,6 +100,16 @@ secondary_entities:
         unit: "%"
         class: measurement
         readonly: true
+  - entity: sensor
+    name: Power
+    class: power
+    category: diagnostic
+    dps:
+      - id: 142
+        name: sensor
+        type: integer
+        unit: W
+        optional: true
   - entity: binary_sensor
     name: Water flow
     class: problem