Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microspikes every 10 Minutes #41

Open
rschoell opened this issue Nov 12, 2024 · 4 comments
Open

Microspikes every 10 Minutes #41

rschoell opened this issue Nov 12, 2024 · 4 comments

Comments

@rschoell
Copy link

Hi Markus,

I once in a while see spikes in my Home Assistant timeline. I've monitored the debug log and can see the spike there as well:

2024-11-12T16:57:33.900498936Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":10,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008 2024-11-12T16:57:43.934404227Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":10,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008 2024-11-12T16:57:53.966388739Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":10,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008 2024-11-12T16:58:03.99601796Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":10,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008 2024-11-12T16:58:14.03338803Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":10,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008 2024-11-12T16:58:24.065371161Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":10,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008 2024-11-12T16:58:32.387469025Z DEBUG | msg=battery data received BAT0={"serial":"0PVP40ZR14QT0008","soc":17,"temp":8} BAT1={"serial":"RZGP240425000267","soc":14,"temp":7} device=0PVP40ZR14QT0008 2024-11-12T16:58:32.497228325Z DEBUG | msg=parameter data received data={"charging_limit":100,"discharge_limit":10,"output_power_w":800} device=0PVP40ZR14QT0008 2024-11-12T16:58:34.090679318Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":15,"charge_w":0,"discharge_w":0,"battery_num":2,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008

At 2024-11-12T16:58:32.387469025Z the SOC out of the sudden rises from 10 % to 14 %. then returns to 10. Do you see anything similiar?

Also sometimes there as spikes in the opposite direction also happening:
'2024-11-12T16:44:39.057323367Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":11,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008
2024-11-12T16:44:49.084134166Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":11,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008
2024-11-12T16:44:59.109377194Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":11,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008
2024-11-12T16:45:09.139067652Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":9,"charge_w":0,"discharge_w":0,"battery_num":2,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008
2024-11-12T16:45:19.164756262Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":11,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008
2024-11-12T16:45:29.190852717Z DEBUG | msg=device data received data={"output_w":0,"solar_w":0,"soc":11,"charge_w":0,"discharge_w":0,"battery_num":3,"generation_total_kwh":380.5,"generation_today_kwh":0.4,"work_mode":"load_first","status":"online"} device=0PVP40ZR14QT0008
2024-11-12T16:45:31.500692756Z DEBUG | msg=battery data received BAT0={"serial":"0PVP40ZR14QT0008","soc":17,"temp":8} BAT1={"serial":"RZGP240415000018","soc":2,"temp":8} BAT2={"serial":"RZGP240425000267","soc":15,"temp":7} device=0PVP40ZR14QT0008'

At 2024-11-12T16:45:09.139067652Z drops from 11 to 9, returns the next poll to 11 again.

image

Any idea, where this is coming from?

BR, Ralph

@frankfrommelt
Copy link

Hi Ralph,
well I am using this addon/integration just a very short time.
But I do not see any spikes (or dips) in the battery percentage.
So, I guess, these are real values being reported by your battery.
And they might be a sign of the battery is not working properly.
Take care
Frank

@rschoell
Copy link
Author

Thanks Frank. Do you also use multiple batteries in a stack?
BR Ralph

@frankfrommelt
Copy link

frankfrommelt commented Nov 18, 2024 via email

@rschoell
Copy link
Author

Interesting finding:
I only have these spikes on any discharge. When power goes into the Noah's, this does not encounter.

Thanks
Ralph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants