Homematic IP
Usage areas
- Grid meter
- Solar production
- Charger meter
Parameters
| Name | Description | Value | Level |
|---|---|---|---|
host | IP address or hostname | optional | |
device | Device address/Serial number Homematic device id like shown in the CCU web user interface. | optional | |
meterchannel | Meter channel number Homematic meter channel number like shown after the device id separated with a colon in the CCU web user interface. | optional | |
user | Username e.g. email address, user id, etc. | optional | |
password | Password Service account password | optional | |
cache | XML-RPC API cache duration In case of duty cycle problems try a cache setting of 30s. | advanced |
Configuration example for evcc.yaml
If you don't want to configure via the UI, you can alternatively use this YAML block.
meters: - name: my_grid type: template template: homematic usage: grid host: 192.0.2.2 # IP address or hostname device: 0001EE89AAD848 # Device address/Serial number, Homematic device id like shown in the CCU web user interface. meterchannel: 6 # Meter channel number, Homematic meter channel number like shown after the device id separated with a colon in the CCU web user interface. user: # Username, e.g. email address, user id, etc. (optional) password: # Password, Service account password (optional) cache: 1s # XML-RPC API cache duration, In case of duty cycle problems try a cache setting of 30s. (optional)meters: - name: my_pv type: template template: homematic usage: pv host: 192.0.2.2 # IP address or hostname device: 0001EE89AAD848 # Device address/Serial number, Homematic device id like shown in the CCU web user interface. meterchannel: 6 # Meter channel number, Homematic meter channel number like shown after the device id separated with a colon in the CCU web user interface. user: # Username, e.g. email address, user id, etc. (optional) password: # Password, Service account password (optional) cache: 1s # XML-RPC API cache duration, In case of duty cycle problems try a cache setting of 30s. (optional)meters: - name: my_charger type: template template: homematic usage: charge host: 192.0.2.2 # IP address or hostname device: 0001EE89AAD848 # Device address/Serial number, Homematic device id like shown in the CCU web user interface. meterchannel: 6 # Meter channel number, Homematic meter channel number like shown after the device id separated with a colon in the CCU web user interface. user: # Username, e.g. email address, user id, etc. (optional) password: # Password, Service account password (optional) cache: 1s # XML-RPC API cache duration, In case of duty cycle problems try a cache setting of 30s. (optional)