Skip to content

Commit

Permalink
RCT: make cache configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Mar 3, 2025
1 parent 8ad5ae8 commit 080e486
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/definition/meter/rct-power.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ params:
type: int
default: 97
advanced: true
- name: cache
advanced: true
default: 5s
render: |
type: rct
uri: {{ .host }}
usage: {{ .usage }}
cache: 2s
cache: {{ .cache }}
capacity: {{ .capacity }} # kWh
minsoc: {{ .minsoc }}
maxsoc: {{ .maxsoc }}

0 comments on commit 080e486

Please sign in to comment.