eebus
For example:
eebus:
shipid: EVCC-1234567890abcdef
interfaces:
- eth0
certificate:
public: |
-----BEGIN CERTIFICATE-----
1234567890abcdef==
-----END CERTIFICATE-----
private: |
-----BEGIN EC PRIVATE KEY-----
1234567890abcdef
-----END EC PRIVATE KEY-----
Required Parameters
certificate
Defines the certificate and its private key to be used for the required HTTPS connection.
This can be generated using evcc eebus-cert
.
For example:
certificate:
public: |
-----BEGIN CERTIFICATE-----
1234567890abcdef==
-----END CERTIFICATE-----
private: |
-----BEGIN EC PRIVATE KEY-----
1234567890abcdef
-----END EC PRIVATE KEY-----
certificate.public
The public certificate.
For example:
public: |
-----BEGIN CERTIFICATE-----
1234567890abcdef==
-----END CERTIFICATE-----
certificate.private
The private key of the certificate.
For example:
private: |
-----BEGIN EC PRIVATE KEY-----
1234567890abcdef
-----END EC PRIVATE KEY-----
Optional Parameters
interfaces
Defines a list of network interfaces through which EEBUS should communicate. By default, all interfaces are used, but this might lead to communication issues.
For example:
interfaces:
- eth0
shipid
Defines the Device ID (SKI) to be used.
For example:
shipid: EVCC-1234567890abcdef