Unofficial integration for Zonneplan. This integration uses the official Zonneplan API to pull the same data available in the Zonneplan app into your Home Assistant instance.
- Solar panels: (available when you have 1 or more Zonneplan solar inverters)
- Yield today:
kWh
(combined yield of all Zonneplan solar inverters) (can be used as entity on Energy Dashboard)
- Yield today:
- General energy values: (available when there is a Zonneplan Connect P1 reader)
- Electricity consumed today:
kWh
(can be used as entity on Energy Dashboard) - Electricity returned today:
kWh
(can be used as entity on Energy Dashboard) - Gas consumption today:
m³
- Electricity consumed today:
Sensors available if you have a Zonneplan Connect P1 reader
- 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 first measured:
date
(default disabled) - Gas last measured:
date
Sensors available if you have a Zonneplan energy contract
- Current Zonneplan Electricity tariff:
€/kWh
- The full Electricity forecast is available as a forecast attribute of this sensor
- Current Zonneplan Gas tariff:
€/m³
- Next Zonneplan Gas tariff:
€/m³
- 8 hours forecast of Zonneplan Electricity tariff:
€/kWh
(default disabled, available when you have a energy contract) - Current electricity usage
- Sustainability score
- Electricity delivery costs today
- Electricity production costs today
- Gas delivery costs today
Sensors available if you have a Zonneplan solar inverter
- Yield total:
kWh
- First measured:
date
(default disabled) - Last measured value:
W
- Last measured:
date
- Powerplay enabled:
on/off
(default disabled) - Powerplay/power limit active:
on/off
(default disabled) - Powerplay total:
€
(default disabled) - Powerplay today:
€
(default disabled)
Sensors available if you have a Zonneplan charge point/laadpaal
- Charge point state
- Charge point power
W
- Charge point energy delivered session
kWh
- Charge point next schedule start
date
- Charge point next schedule end
date
- Charge point dynamic load balancing health (default disabled)
- Charge point connectivity state
on/off
- Charge point can charge
on/off
- Charge point can schedule
on/off
- Charge point charging manually
on/off
- Charge point charging automatically
on/off
- Charge point plug and charge
on/off
- Charge point overload protection active
on/off
(default disabled) - Charge point session cost
€
- Charge point cost total
€
- Charge point session average costs
€/kWh
- Charge point start mode (default disabled)
- Charge point dynamic load desired distance
km
- Charge point dynamic load desired end time
datetime
- Charge point session start time
datetime
- Charge point session charged distance
km
- Charge point dynamic charging enabled
on/off
- Charge point dynamic charging flex enabled
on/off
- Charge point dynamic charging flex suppressed
on/off
(default disabled) - Buttons to start/stop charge
Sensors available if you have a Zonneplan Nexus battery
- Battery state
- Percentage
%
- Power
W
(default disabled) - Delivery today
kWh
- Production today
kWh
- Today
€
- Total
€
- Dynamic charging enabled
on/off
- Dynamic load balancing overload active
on/off
- Dynamic load balancing overload enabled
on/off
- Manual control enabled
on/off
- Inverter state (default disabled)
- Manual control state (default disabled)
- First measured
datetime
(default disabled) - Last measured
datetime
Ensure you have HACS installed.
- Click the above My button or search HACS integrations for Zonneplan
- Click
Install
- Restart Home Assistant
- Continue with 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 from
custom_components/zonneplan_one
into the newly createdzonneplan_one
folder.
- Go to
HACS
=>Integrations
- Click on the three dots icon in right bottom of the Zonneplan card
- Click
Reinstall
- Make sure
Show beta versions
is checked - Select version
main
- Click install and restart HA
- Click the above My button (or navigate to
Configuration
->Integrations
->+ Add integration
and search for and selectZonneplan ONE
) - Enter you
emailaddress
you also use in the Zonneplan app - You will get an email to verify the login.
- Click "Save"
- Enjoy
Zonneplan Yield total
is what your panels produced
Zonneplan Electricity consumption today
is what you used from the grid
Zonneplan Electricity returned today
is what you returned to the grid
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