Skip to content
EN | DE

SENEC .Home P4

Cloud connection via the SENEC.Connect API. A subscription key from the SENEC developer portal is required. Access is read-only, battery control is not possible.

Usage areas

  • Grid meter
  • Solar production
  • Battery

Parameters

NameDescriptionValueLevel
tokenSubscription key

Subscription key from the SENEC developer portal (sent as header Ocp-Apim-Subscription-Key).

optional
minsoc [%]Minimum charge

Lower limit when discharging the battery in normal operation

Example: 25
optional
maxsoc [%]Maximum charge

Upper limit when charging the battery from the grid

Example: 95
optional
maxacpower [W]Maximum AC power of the hybrid inverter
Default: 0
Example: 5000
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: senec-connect
usage: grid
token: # Subscription key, Subscription key from the SENEC developer portal (sent as header `Ocp-Apim-Subscription-Key`).
meters:
- name: my_pv
type: template
template: senec-connect
usage: pv
token: # Subscription key, Subscription key from the SENEC developer portal (sent as header `Ocp-Apim-Subscription-Key`).
maxacpower: 0 # Maximum AC power of the hybrid inverter (W), optional
meters:
- name: my_battery
type: template
template: senec-connect
usage: battery
token: # Subscription key, Subscription key from the SENEC developer portal (sent as header `Ocp-Apim-Subscription-Key`).
minsoc: 25 # Minimum charge (%), Lower limit when discharging the battery in normal operation (optional)
maxsoc: 95 # Maximum charge (%), Upper limit when charging the battery from the grid (optional)