Skip to content

Commit

Permalink
Kostal Plenticore: add max charge rate (#17786)
Browse files Browse the repository at this point in the history
  • Loading branch information
iseeberg79 authored Dec 18, 2024
1 parent c5e360d commit 2304a47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/definition/meter/kostal-plenticore-hw0200.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ params:
- name: capacity
advanced: true
- name: maxacpower
# battery control
- name: maxchargerate
advanced: true
- name: watchdog
type: duration
default: 60s
Expand Down Expand Up @@ -104,7 +105,7 @@ render: |
- case: 3 # charge
set:
source: const
value: -100 # %
value: -{{ .maxchargerate }} # %
set:
source: modbus
{{- include "modbus" . | indent 10 }}
Expand Down

0 comments on commit 2304a47

Please sign in to comment.