Skip to content

Commit

Permalink
refactor: Remove validation from Today Losses
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Oct 5, 2024
1 parent 0dbe031 commit 9ac02b9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,6 @@ parameters:
registers: [0x03EC]
- operator: subtract
registers: [0x07D9]
validation:
default: 0
min: 1

- name: Total Losses
description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,6 @@ parameters:
registers: [0x0046]
- operator: subtract
registers: [0x0054]
validation:
default: 0
min: 1

- name: Total Losses
description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,6 @@ parameters:
registers: [0x020E]
- operator: subtract
registers: [0x0202]
validation:
default: 0
min: 1

- name: Total Losses
description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1492,9 +1492,6 @@ parameters:
registers: [0x020E]
- operator: subtract
registers: [0x0202]
validation:
default: 0
min: 1

- name: Total Losses
description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,6 @@ parameters:
# - operator: subtract
# scale: 0.1
# registers: [???] # Missing Today Load Consumption
# validation:
# default: 0
# min: 1

# - name: Total Losses
# description: Includes total consumption of the inverter device itself as well AC/DC conversion losses
Expand Down

0 comments on commit 9ac02b9

Please sign in to comment.