Skip to content

Commit

Permalink
Update deye_micro.yaml
Browse files Browse the repository at this point in the history
Change device fault
  • Loading branch information
CrazyUs3r authored Jan 3, 2025
1 parent 9d5507a commit bbe8b4d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions custom_components/solarman/inverter_definitions/deye_micro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ parameters:
- key: "default"
value: "Error"

- name: "Device Fault"
- name: "Device Fault 1"
class: "enum"
rule: 3
registers: [0x0067, 0x0068, 0x0069, 0x006A]
registers: [0x0067]
icon: "mdi:message-alert-outline"
lookup:
- key: 0x0000
Expand Down Expand Up @@ -242,7 +242,18 @@ parameters:
value: "Arc Fault Reservation"
- key: 0x2000
value: "Grid Current Sample Abnormality"
- key: 0x2030000
- key: "default"
value: "Error"

- name: "Device Fault 2"
class: "enum"
rule: 3
registers: [0x0068]
icon: "mdi:message-alert-outline"
lookup:
- key: 0x0000
value: "OK"
- key: 0x191
value: "Grid phase failure or No Relay Connection"
- key: "default"
value: "Error"
Expand Down

0 comments on commit bbe8b4d

Please sign in to comment.