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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ EVCC is an extensible EV Charge Controller with PV integration implemented in [G
34
34
-[Charger](#charger)
35
35
-[Meter](#meter)
36
36
-[Vehicle](#vehicle)
37
+
-[Home Energy Management System](#home-energy-management-system)
37
38
-[Plugins](#plugins)
38
39
-[Modbus](#modbus-read-only)
39
40
-[MQTT](#mqtt-readwrite)
@@ -216,6 +217,16 @@ Available vehicle implementations are:
216
217
217
218
Configuration examples are documented at [andig/evcc-config#vehicles](https://github.com/andig/evcc-config#vehicles)
218
219
220
+
### Home Energy Management System
221
+
222
+
EVCC can integrate itself with Home Energy Management Systems. At this time, the SMA Home Manager (SHM) is the only supported system. To enable add
223
+
224
+
```yaml
225
+
hems: sma
226
+
```
227
+
228
+
to the configuration. The EVCC loadpoints can then be added to the SHM configuration.
229
+
219
230
## Plugins
220
231
221
232
Plugins are used to integrate various devices and external data sources with EVCC. Plugins can be used in combination with a `default` type meter, charger or vehicle.
0 commit comments