Skip to content

Commit

Permalink
fix: Device Flags - Deye Microinverter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Dec 8, 2024
1 parent 389bdf0 commit 37855f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions custom_components/solarman/inverter_definitions/deye_micro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ parameters:
"Device Modbus Address",
"Device Protocol Version",
"Device Serial Number",
"Device Rated Phase",
"Device Flags",
"Device Chip Type",
"Device Communication Board Firmware Version 2",
"Device Control Board Helper Version",
Expand Down Expand Up @@ -73,16 +73,16 @@ parameters:
rule: 5
registers: [0x0003, 0x0004, 0x0005, 0x0006, 0x0007]

- name: "Device Rated Phase"
- name: "Device Flags"
attribute:
class: "enum"
rule: 1
registers: [0x0008]
lookup:
- key: 0
value: "Number of channels by Rated power"
- key: 1
value: "Single-Phase"
- key: 2
value: "Three-Phase"
value: "Number of channels by MPPT number"

- name: "Device Chip Type"
attribute:
Expand Down

0 comments on commit 37855f0

Please sign in to comment.