Explorar el Código

feat (rectec_rt700_grill): add additional entities

Similar to other Recteq devices, this also supports:
 - Minimum feed rate
 - Temperature compensation
 - Power failure, Ignition failure, Probe fault sensors

Issue #3882
Jason Rumney hace 4 meses
padre
commit
8f03d8d397
Se han modificado 1 ficheros con 42 adiciones y 0 borrados
  1. 42 0
      custom_components/tuya_local/devices/rectec_rt700_grill.yaml

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

@@ -42,3 +42,45 @@ entities:
         type: integer
         name: sensor
         unit: F
+  - entity: number
+    name: Minimum feed rate
+    dps:
+      - id: 104
+        type: integer
+        name: value
+        range:
+          min: 5
+          max: 255
+        mapping:
+          - step: 5
+  - entity: number
+    name: Temperature compensation
+    class: temperature
+    dps:
+      - id: 107
+        type: integer
+        name: value
+        range:
+          min: -127
+          max: 128
+  - entity: binary_sensor
+    name: Power failure
+    class: problem
+    dps:
+      - id: 109
+        type: boolean
+        name: sensor
+  - entity: binary_sensor
+    name: Ignition failure
+    class: problem
+    dps:
+      - id: 110
+        type: boolean
+        name: sensor
+  - entity: binary_sensor
+    name: Probe fault
+    class: problem
+    dps:
+      - id: 111
+        type: boolean
+        name: sensor