Skip to content

Commit

Permalink
fix: Validation of custom losses sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Sep 21, 2024
1 parent db904df commit ad77894
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ parameters:
registers: [0x0054]
validation:
default: 0
min: 0.5
min: 1

- name: Total Losses
description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down Expand Up @@ -149,7 +149,7 @@ parameters:
scale: 0.1
registers: [0x0055, 0x0056]
validation:
min: 0.5
min: 1

- name: "Today Production"
friendly_name: Today's Production
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ parameters:
registers: [0x0202]
validation:
default: 0
min: 0.5
min: 1

- name: Total Losses
description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down Expand Up @@ -1520,7 +1520,7 @@ parameters:
scale: 0.1
registers: [0x0204, 0x0205]
validation:
min: 0.5
min: 1

- name: Today Production
alt: Daily Production
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ parameters:
registers: [0x0202]
validation:
default: 0
min: 0.5
min: 1

- name: Total Losses
description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down Expand Up @@ -1524,7 +1524,7 @@ parameters:
scale: 0.1
registers: [0x0204, 0x0205]
validation:
min: 0.5
min: 1

- name: Today Production
alt: Daily Production
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ parameters:
# registers: [???] # Missing Today Load Consumption
# validation:
# default: 0
# min: 0.5
# min: 1

# - name: Total Losses
# description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down Expand Up @@ -368,7 +368,7 @@ parameters:
# scale: 0.1
# registers: [???] # Missing Total Load Consumption
# validation:
# min: 0.5
# min: 1

- group: Battery
items:
Expand Down

0 comments on commit ad77894

Please sign in to comment.