Skip to content

Commit

Permalink
feat: Add PV Power for ZCS Azzurro HYD ZSS HP (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edsol authored Dec 9, 2024
1 parent 1312035 commit 72b481b
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ parameters:
- group: PV
update_interval: 5
items:
- name: "PV Power"
description: "Combined power of all inputs"
realtime:
class: "power"
state_class: "measurement"
uom: "W"
rule: 1
digits: 0
registers: [0x0586, 0x0589]
scale: 10
sensors:
- registers: [0x0586]
- registers: [0x0589]
icon: "mdi:solar-power-variant"

- name: "PV1 Power"
class: "power"
mppt: 1
Expand Down

0 comments on commit 72b481b

Please sign in to comment.