Skip to content

Commit

Permalink
refactor: Reading of module sensors controllable by Number of Batteri…
Browse files Browse the repository at this point in the history
…es for Pylontech Force H1/2/3
  • Loading branch information
davidrapan committed Feb 13, 2025
1 parent 80b9aa8 commit ee5b16a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ parameters:

- group: Battery Module 1
hidden:
pack: 2
items:
- name: "Battery Module 1 Voltage"
class: "voltage"
Expand All @@ -300,6 +301,7 @@ parameters:

- group: Battery Module 2
hidden:
pack: 3
items:
- name: "Battery Module 2 Voltage"
class: "voltage"
Expand All @@ -319,6 +321,7 @@ parameters:

- group: Battery Module 3
hidden:
pack: 4
items:
- name: "Battery Module 3 Voltage"
class: "voltage"
Expand All @@ -338,6 +341,7 @@ parameters:

- group: Battery Module 4
hidden:
pack: 5
items:
- name: "Battery Module 4 Voltage"
class: "voltage"
Expand All @@ -359,6 +363,7 @@ parameters:

- group: Battery Module 5
hidden:
pack: 6
items:
- name: "Battery Module 5 Voltage"
class: "voltage"
Expand All @@ -380,6 +385,7 @@ parameters:

- group: Battery Module 6
hidden:
pack: 7
items:
- name: "Battery Module 6 Voltage"
class: "voltage"
Expand Down

0 comments on commit ee5b16a

Please sign in to comment.