Explorar el Código

Add support for Recteq RT700 Grill

Kasey Batterman hace 1 año
padre
commit
b905ff856c
Se han modificado 1 ficheros con 39 adiciones y 0 borrados
  1. 39 0
      custom_components/tuya_local/devices/rectec_rt700_grill.yaml

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

@@ -0,0 +1,39 @@
+name: RecTeq RT-700 Grill
+products:
+  - id: 5518137548fda419c2e
+    name: RecTeq RT-700
+primary_entity:
+  entity: climate
+  name: RecTeq RT-700
+  dps:
+    - id: 1
+      type: boolean 
+      name: hvac_mode
+      mapping:
+        - dps_val: false
+          value: "off"
+        - dps_val: true
+          value: heat
+    - id: 102
+      type: integer
+      name: temperature
+      range:
+        min: 180
+        max: 500
+      unit: F
+    - id: 103
+      type: integer
+      name: current_temperature
+      unit: F
+secondary_entities:
+  - entity: sensor
+    name: Probe A Temperature
+    class: temperature
+    dps:
+      - id: 105
+        type: integer
+        name: sensor
+        unit: F
+  - entity: sensor
+    name: Probe B Temperature
+    class: temperature