Просмотр исходного кода

Feyree 3phase EV charger: make compatible with 7.6kW model

A few extra optional dps (display values for timers, switch for RFID)

Issue #2064
Jason Rumney 1 год назад
Родитель
Сommit
d635ccf7c3
1 измененных файлов с 19 добавлено и 0 удалено
  1. 19 0
      custom_components/tuya_local/devices/feyree_3phase_ev_charger.yaml

+ 19 - 0
custom_components/tuya_local/devices/feyree_3phase_ev_charger.yaml

@@ -2,6 +2,8 @@ name: EV charger
 products:
   - id: j6bzjwhiv2cljjcy
     name: Feyree 32A 85-264V 3 phase
+  - id: basqjlsmzcq8ipva
+    name: Feyree 7.6kW 32A
 primary_entity:
   entity: sensor
   class: enum
@@ -186,6 +188,10 @@ secondary_entities:
         range:
           min: 0
           max: 15
+      - id: 121
+        type: string
+        optional: true
+        name: display
   - entity: sensor
     class: energy
     dps:
@@ -301,6 +307,10 @@ secondary_entities:
         range:
           min: 0
           max: 15
+      - id: 122
+        type: string
+        optional: true
+        name: display
   - entity: select
     name: Command
     icon: "mdi:ev-plug-type2"
@@ -323,3 +333,12 @@ secondary_entities:
       - id: 120
         type: string
         name: sensor
+  - entity: switch
+    name: RFID
+    icon: "mdi:credit-card-wireless"
+    category: config
+    dps:
+      - id: 123
+        type: boolean
+        name: switch
+        optional: true