Unofficial integration for Zonneplan ONE solar inverter + Zonneplan connect
- Support for Zonneplan ONE + Connect
- Zonneplan ONE (Solar inverter) sensors:
- Yield total:
kWh
(can be used as entity on Energy Dashboard) - Yield today:
kWh
(can be used as entity on Energy Dashboard) - First measured:
date
(default disabled) - Last measured value:
W
- Last measured:
date
- Yield total:
- Zonneplan Connect (P1 reader) sensors: (when available)
- Electricity today:
kWh
(can be used as entity on Energy Dashboard) - Electricity today low tariff:
kWh
(can be used as entity on Energy Dashboard, default disabled) - Electricity today normal tariff:
kWh
(can be used as entity on Energy Dashboard, default disabled) - Electricity today high tariff:
kWh
(can be used as entity on Energy Dashboard, default disabled) - Electricity consumption:
W
- Electricity production:
W
- Electricity average:
W
(average use over the last 5min) - Electricity first measured:
date
(default disabled) - Electricity last measured:
date
- Electricity last measured production:
date
- Gas consumption today:
m³
- Gas first measured:
date
(default disabled) - Gas last measured:
date
- Electricity today:
- Additional sensors:
- Current Zonneplan Electricity tariff:
€/kWh
(default disabled) - Current Zonneplan Gas tariff:
€/m³
(default disabled) - 8 hours forcast of Zonneplan Electricity tariff:
€/kWh
(default disabled) - Current elektricity usage
- Sustainability score
- Current Zonneplan Electricity tariff:
Do you have HACS installed?
- Search integrations for Zonneplan ONE
- Click
Install
- Restart Home Assistant
- See Setup
- Install this platform by creating a
custom_components
folder in the same folder as your configuration.yaml, if it doesn't already exist. - Create another folder
zonneplan_one
in thecustom_components
folder. Copy all files fromcustom_components/zonneplan_one
into thezonneplan_one
folder.
- In Home Assitant click on
Configuration
- Click on
Integrations
- Click on
+ Add integration
- Search for and select
Zonneplan ONE
- Enter you
emailaddress
you also use in the Zonneplan ONE app - You will get an email to verify the login.
- Click "Save"
- Enjoy
Zonneplan yield total
is what you’re panels produced
Zonneplan P1 electricity consumption today
is what you used from the grid
Currently the API doesn't provide the current production (Return to grid) in kWh
. But to have the Energy Dashboard
complete you need this value.
As a work-arround you can let HA calculate a engery value from the power values that's available.
For that you need to create a integration
sensor. Add next lines to configuration.yaml
:
sensor:
- platform: integration
source: sensor.zonneplan_p1_electricity_production
name: "Zonneplan P1 electricity production kWh"
unit: kWh
unit_prefix: k
round: 2
- Go to
HACS
=>Integratrions
- Click on the three dots icon in right bottom of the Zonneplan ONE card
- Click
Reinstall
- Make sure
Show beta versions
is checked - Select version
main
- Click install and restart HA
If you run into issues during setup or when entries do not update anymore please increase logging and provide them when creating an issue:
Add custom_components.zonneplan_one: debug
to the logger config in you configuration.yaml
:
logger:
logs:
custom_components.zonneplan_one: debug