hems
evcc can be integrated into existing Home Energy Management Systems (HEMS). Currently, the SMA Sunny Home Manager 2.0 (SHM) is supported!
For example:
hems:
type: sma
...
Below, the various parameters are explained.
Required Parameters
type
Defines the HEMS system.
Possible Values:
sma: For the SMA Sunny Home Manager 2.0. Seesma
For example:
type: sma
Optional SMA Parameters
evcc registers each charging point with the SHM as an independent device. The device ID is generated by evcc.
The device ID is a HEX string and is composed as follows
F-AAAAAAAA-BBBBBBBBBBBB-00
- F: Vendor ID Type, predefined
- AAAAAAAA: See
vendorid - BBBBBBBBBBBB: See
deviceid - 00: Sub Device ID, predefined
vendorid
Defines the VendorID used for generating the Device ID. If no Vendor ID is specified in the configuration, a predefined ID is used.
HEX string, length 8 characters
For example:
hems:
type: sma
vendorid: AAAAAAAA
...
deviceid
Defines the device ID used for generating the Device ID. If no device ID is specified, evcc generates a random device ID depending on the current computer.
HEX string, length: 12 characters
For example:
hems:
type: sma
deviceid: BBBBBBBBBBBB
...
If evcc is running as a Docker container, machine-id must be mounted. See also Docker Configuration
Determine Previous DeviceID
If evcc is moved to another computer, the randomly generated device ID also changes. In this case, the SHM recognizes evcc as a new device, and the previous devices are not recognized in the SMA Portal.
To prevent this, the device ID from the previous system should be adopted:
-
Open the address
http://PREVIOUS-EVCC-HOST-IP-ADDRESS:7070/sempin a browser. -
XML-formatted text will be displayed. The text starts in this form:
<Device2EM xmlns="http://www.sma.de/communication/schema/SEMP/v1">
<DeviceInfo>
<Identification>
<DeviceId>F-28081973-BBBBBBBBBBBB-00</DeviceId> -
The string at the location of
BBBBBBBBBBBBcorresponds to the DeviceID. -
This string must now be used in the configuration for
deviceidin the new system.
HEMS Supported
sma
Provides support for the SMA Sunny Home Manager 2.0 (SHM).
Through this integration, chargers can be added to the SHM and appear in the Sunny Portal. Charge control is managed exclusively by evcc.
For example:
hems:
type: sma