Skip to content

Commit

Permalink
fix: Number of MPPTs and Phases for newer firmware versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Dec 25, 2024
1 parent 7c4d3d7 commit cfb6f64
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ parameters:
registers: [0x0012]
range:
min: 257
max: 2051
validation:
max: 12
default: 2

- name: "Device Phases"
attribute:
Expand All @@ -137,7 +139,9 @@ parameters:
registers: [0x0012]
range:
min: 257
max: 2051
validation:
max: 3
default: 3

- group: Control
update_interval: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ parameters:
registers: [0x0012]
range:
min: 257
max: 2051
validation:
max: 12
default: 2

- name: "Device Phases"
attribute:
Expand All @@ -135,7 +137,9 @@ parameters:
registers: [0x0012]
range:
min: 257
max: 2051
validation:
max: 3
default: 3

- group: Control
items:
Expand Down
8 changes: 6 additions & 2 deletions custom_components/solarman/inverter_definitions/deye_p3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ parameters:
registers: [0x0016]
range:
min: 257
max: 2051
validation:
max: 12
default: 2

- name: "Device Phases"
attribute:
Expand All @@ -136,7 +138,9 @@ parameters:
registers: [0x0016]
range:
min: 257
max: 2051
validation:
max: 3
default: 3

- name: Device Self-check
attribute:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ parameters:
registers: [0x0012]
range:
min: 257
max: 2051
validation:
max: 12
default: 2

- name: "Device Phases"
attribute:
Expand All @@ -137,7 +139,9 @@ parameters:
registers: [0x0012]
range:
min: 257
max: 2051
validation:
max: 3
default: 3

- group: Control
items:
Expand Down

0 comments on commit cfb6f64

Please sign in to comment.