Replies: 2 comments 1 reply
-
you might be able in your evcc circuits configuration to make use of an 'external' source - like I have shown hot it can be done for meters (https://github.com/marq24/ha-evcc/blob/main/HA_AS_EVCC_SOURCE.md) - WHEN this is possible for That's the only way how you might can control this - but even if you can feed the data to this evcc.config you still might need a evcc restart with every change... IMHO this is more a question for the evcc developers - then the HA integration... |
Beta Was this translation helpful? Give feedback.
-
Tried the http GET as you described, it works great for meters but I cannot get it to work for circuits. |
Beta Was this translation helpful? Give feedback.
-
Any idea how I can set the maxPower for a circuit from HA?
As we get billed for the Max peak consumption in a month, I'd like to limit what evcc can 'consume' based on the max peak of the month.
Using the below in my evcc.yaml works great, but needs manual adjustments throughout the month to limit the max power to the previous peak.
From the evcc.io site: (load management)
circuits:
title: 'main circuit' # name for the UI (not implemented in UI yet)
maxCurrent: 63 # 63A (optional)
maxPower: 30000 # 30kW (optional)
meter: grid # optional
loadpoints:
circuit: main
Beta Was this translation helpful? Give feedback.
All reactions