-
Notifications
You must be signed in to change notification settings - Fork 6
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
Retrying setup: 'peakPower' #6
Comments
`This error originated from a custom integration. Logger: custom_components.saj_esolar_air Unexpected error fetching saj_esolar_air data: 'peakPower' |
Hi, I will need some additional information. Can you please describe your set-up. System: E.g. Solar inverter, Battery Module, SEC Module I have only tested it with SAJ R5 and another user with H1. SEC is not supported. Likely I will need you to run a few tests for me as I cannot replicate the issue. Two options: If you edit this line in esolar.py and enable logging, I will likely be able to see more. Meanwhile, have you tried @djansen1987 integration? Maybe it works better for you while we find this bug.. /Marcus |
@faanskit they seem to have changed the api on peakpower for some models it seems. This can be fixed by removing the device serial number in de post to plant2 api |
Credentials to my installation sent to: [email protected] |
For a quick test following the advice from @djansen1987, change this line in esolar.py: From: To: I'll try this myself in a virtual system tomorrow. /Marcus |
same result, sorry :) |
Tried @djansen1987 integration: https://github.com/djansen1987/SAJeSolar and it created all the sensors with the values. |
It appears as if the root cause of is simply that this integration does not support a SEC module and from the appearance of the login page, there is a SEC module installed. A quick removal of the problematic line (247) installs the system ok: But, PV power is not updated. For this system, I think I need to pick power from What is very strange is that when I log in as your guest, the inverter tab is empty: Glad that you are up and running with the integration from @djansen1987, which support SEC. I'll see if I can free up some time to fix this properly. From the looks of it, some refactoring is needed. |
hello, after an update also i have error “peakPower” i tried to install again but no success. who can help me? thanks |
hello, I have had problems since the last HA update in August, not having
backups I can't go back unfortunately
Il giorno ven 30 ago 2024 alle ore 16:03 Daniel Jansen <
***@***.***> ha scritto:
… This is an old thread, after which update do you have problems?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APGYWUOKQANVMDLZ7SL3OSLZUB3UJAVCNFSM6AAAAABNMNX3T2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRRGM3DOMZYG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Do you have an inverter with a battery? I encountered a "peakPower" error last weekend in an installation which had been running (slightly modded https://github.com/djansen1987/SAJeSolar) fine for months. It turned out SAJ have changed the plant type from 3 to 1 for battery systems. |
Are you using ha-esolar from @faanskit or esolar custom integration from @djansen1987 |
Could you maybe share your findings with @jaesbit in djansen1987/SAJeSolar#86 |
Yes, I'm updating that issue now. I made my changes outside of Git, and on closer inspection of what I'm running, it's actually slightly modded version of the faanskit code. |
My integration lives in custom_components/saj_esolar_air, so it's the faanskit one. But I messed something up at install time because it keeps offering me the djansen version upgrade(s). |
Okay strange, can't help with that unfortunately. Thank you for sharing your findings! |
hello, yes i have a H1-6K-S2 inverter with 3 batteries (B1-5.1-48). do you have any suggestions??? |
No problem. I almost never install upgrades on the basis "if it ain't broken, don't fix it" and especially not in this case since my integration has been tweaked from the github vanilla version. |
To get my integration working again last weekend I had to change one line in esolar.py, changing the test for
to
around line 229 in esolar.py. |
it's work!!! |
Great, you're welcome. |
try to fill Here you can check how to get the battery SN, and |
Discussed in #5
Originally posted by absorbo March 16, 2023
Hello, first of all, thank you for the effort at creating this HACS integration.
Today, I tried to install it and followed the ReadMe. Instead of the choice of installation, it just says "Configuration successfully created".
The integration constantly tries to: Retrying setup: 'peakPower' and I get no devices or entities.
Please advise.
Thank you for the support.
The text was updated successfully, but these errors were encountered: