You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ EVCC is an extensible EV Charge Controller with PV integration implemented in [G
36
36
-[Meter](#meter)
37
37
-[Vehicle](#vehicle)
38
38
-[Home Energy Management System](#home-energy-management-system)
39
+
-[Flexible Energy Tariffs](#flexible-energy-tariffs)
39
40
-[Plugins](#plugins)
40
41
-[Modbus (read/write)](#modbus-readwrite)
41
42
-[MQTT (read/write)](#mqtt-readwrite)
@@ -295,6 +296,25 @@ to the configuration. The EVCC loadpoints can then be added to the SHM configura
295
296
Sunny-Portal via the "Optional energy demand" slider. When the amount of configured PV is not available, charging suspends like in **PV** mode. So, pushing the slider completely
296
297
to the left makes **Min+PV** behave as described above. Pushing completely to the right makes **Min+PV** mode behave like **PV** mode.
297
298
299
+
### Flexible Energy Tariffs
300
+
301
+
EVCC supports flexible energy tariffs as offered by [Awattar](https://www.awattar.de) or [Tibber](https://tibber.com). Configuration allows to define a "cheap" rate at which charging from grid is enabled at highest possible rate even when not enough PV power is locally available:
homeid: "cc83e83e-8cbf-4595-9bf7-c3cf192f7d9c" # optional if multiple homes associated to account
311
+
312
+
# or
313
+
type: awattar
314
+
cheap: 20 # ct/kWh
315
+
region: de # optional, chose at for Austria
316
+
```
317
+
298
318
## Plugins
299
319
300
320
Plugins are used to integrate various devices and external data sources with EVCC. Plugins can be used in combination with a `custom` type meter, charger or vehicle.
0 commit comments