Hi!
Thanks for this great integration!
On “sonnenBatterie hybrid 8.1 (Firmware Version 1.6)” it seems that the “production”-values are not working correctly?
At least Ampere and Watt can’t be displayed?
Is there any way to fix this?
Kind regards
Hi!
Thanks for this great integration!
On “sonnenBatterie hybrid 8.1 (Firmware Version 1.6)” it seems that the “production”-values are not working correctly?
At least Ampere and Watt can’t be displayed?
Is there any way to fix this?
Kind regards
i have the same problem with the missing “Production Watt” on sonnenBatterie hybrid 8.1.
any solution possible?
regards iflowmav
If the Batterie is not giving data, the integration cant read them.
Note that the row with name “error” shows value “3” on Meter1
Maybe you need to check with your electrician
I have the error 3 as well on my battery.
Has anyone figured out how to retrieve data from my.sonnen.de?
hello #weltmeyer, is it possible to “extend” the integration for the “new energy features” in HA? I only get my values from the fronius integration. THX in advance
This integration only shows power, not energy.
As this integration only measures Power (Watts) and not Energy(WattHours) it wont ever show up in the energy dashboard
What you can do/what i have done is to use the power sensors to a rieman integral sensor (Integration - Riemann sum integral - Home Assistant)
Example for consumption(Creates sensor for ConsumptionEnergy named “PowerConsumption” with unit kWh and usable in energy-dashboard:
- platform: integration
source: sensor.sonnenbatterie_XXXXXX_meter_consumption_4_2_w_total
name: PowerConsumption
unit_prefix: k
@iflowmac can you show me the data on the “Wechselrichter” Page?
As this is a sonnen-hybrid, i think the data is on another page es it has an internal “wechselreichter”
Interesting Info is about here: “PV Leistung”
sorry, PPV!
can you check the latest version for sensor:
sensor.sonnenbatterie_XXXXX_inverter_ppv
YESS! now it works, thx a lot!!
Hey, first Thanks for this nice integration. i can tell you it works fine on sonnen hybrid 9.53 inventer with battery
No problems at all
Hi there… newbie and happy integration user here
Has anyone tried to change “EM-OperatingMode” via curl -X PUT?
Would be awesome having a switch to change between “Time of Use” (bad weather, charge at night on low tariff, discharge battery during peak tariff) and “Self-Consumption” (sunny days) on the dashboard…
and possibly taking it further based on weather forecast
Hey, thank you very much for the integration! Hacs and all the sensors of the integration are just working fine now! I am just wondering how I get the Graphics under energy. I do get the message „no matching statistics found“. Is there a way to solve this?
The list of sensors created from this HACS integration are all point in time readings of power rather than power per time (Energy). To use this data in the Energy Management component of Home Assistant you have to collate the data over a period of time (one hour for example). kW → kWh
One way to do this is to add the following to your configuration.yaml file under the sensor: section.
- platform: integration
source: sensor.sonnenbatterie_XXXXX_meter_consumption_4_2_w_total
name: PowerConsumption
unit_prefix: k
- platform: integration
source: sensor.sonnenbatterie_XXXXX_meter_production_4_1_w_total
name: PowerProduction
unit_prefix: k
- platform: integration
source: sensor.sonnenbatterie_XXXXX_state_grid_input
name: GridInput
unit_prefix: k
- platform: integration
source: sensor.sonnenbatterie_XXXXX_state_grid_output
name: GridOutput
unit_prefix: k
- platform: integration
source: sensor.sonnenbatterie_XXXXX_state_battery_input
name: BatteryInput
unit_prefix: k
- platform: integration
source: sensor.sonnenbatterie_XXXXX_state_battery_output
name: BatteryOutput
unit_prefix: k
As explained above by weltmeyer this is using the Riemann sum integral to calculate the energy in kWh from power. You can experiment with ‘left’, ‘right’ and ‘trapezoidal’ methods. I’ve left the default and haven’t experimented with these settings. Would like to know if ‘left’ is better that ‘trapezoidal’ for typical household with a pool pump that comes on once a day.
This gives you a list of new sensors you can use in the Energy Management system.
Yes, I have been using it. I would send EM_OperatingMode=1. That would set the battery in manual mode and then I could control charge/discharge. Unfortunately, it looks like sonnen made an update and now the manual mode doesn’t exist any more. I sent an email today to sonnen, explaining the problem.
Hello
I urgently need the password for the “Installer” because another memory module would have to be installed and maintained.
The old password “Sonnen@Installer2016” does not work for me!!! Is there another one or was it changed afterwards during installation?
Can I enter the module otherwise in the system!
Thanks a lot, this was really helpful!
All these sensors are listed as sensors in entities.
But I run into one problem. If I want to add the battery I can only select the sensor for BatteryInput. BatteryOutput is not available in the list although the sensor is shown in entities.
EDIT: After a few hours, the sensor appeared.I don’t know why, but I presume it has something to do with available data.
This is what I’ve configured for battery. What have you set up?