PSA: https://github.com/home-assistant/core/pull/146036 adds similar functionality in core
For a few months now this integration is practically useless for me and it seems for many people judging by all the recent issues. Data from SolarEdge is often delayed by a couple of hours so this integration zero outs the sensors. This integration is also the slowest I have with all the requests it makes.
So in https://github.com/home-assistant/core/pull/146036 I'm adding an integration in core with similar functionality but uses statistics instead of sensors, and a single request to get the energy produced for all equipment over the last 7 days. Because it might take several months before it makes it to core, I created https://github.com/tronikos/solaredge_modules that you can install via HACS.
Sounds interesting. Would it be possible to use your modified integration right now, even when it is not merged?
For a few months now this integration is practically useless for me and it seems for many people judging by all the recent issues. Data from SolarEdge is often delayed by a couple of hours so this integration zero outs the sensors. This integration is also the slowest I have with all the requests it makes.
So in home-assistant/core#146036 I'm adding an integration in core with similar functionality but uses statistics instead of sensors, and a single request to get the energy produced for all equipment over the last 7 days.
This sounds exciting.
I wish you all the luck and let us know when it's done. Im sorry, but i cant spare the time for this project.
Futher more, the integration keeps working just fine for me. I realy cant figrure out why.. hardly any hikcups or data los..
@ProudElm How many optimizers/modules do you have? I have 27.
@ProudElm How many optimizers/modules do you have? I have 27.
I have 24 and this integration is the longest to start up every time. im looking forward to a better solution!
@tronikos how's this coming along?
It's out of my control. PRs in core often take several months before someone starts reviewing them... We need to be patient.
I just checked the link you shared , is there anything you do for the Python error in the checker? Or is that someone on the HA team?
I just checked the link you shared , is there anything you do for the Python error in the checker? Or is that someone on the HA team?
It's just a flaky test. I updated and it now passed.
Is it possible to download your code now and try it before it gets approved by HA?
Yes you can download the solaredge_modules directory from my branch, copy it under config/custom_components and add version in the manifest.json. For how to use it see https://deploy-preview-39361--home-assistant-docs.netlify.app/integrations/solaredge_modules/
Can you please send me a link to the "solaredge_modules directory from my branch" so I can make sure I am grabbing the correct code. Thanks.
From: tronikos @.> Sent: Wednesday, July 16, 2025 12:23 AM To: ProudElm/solaredgeoptimizers @.> Cc: Gunnar Bergstrom @.>; Comment @.> Subject: Re: [ProudElm/solaredgeoptimizers] PSA: https://github.com/home-assistant/core/pull/146036 adds similar functionality in core (Issue #94)
[https://outlook.office.com/mail/inbox/id/AAkALgAAAAAAHYQDEapmEc2byACqAC%2FEWg0A4XTmJyWGLkK6eC6UHs0MQwAK8yuyngAA?nativeVersion=1.2025.702.500]tronikos left a comment (ProudElm/solaredgeoptimizers#94)https://github.com/ProudElm/solaredgeoptimizers/issues/94#issuecomment-3076678539
Yes you can download the solaredge_modules directory from my branch, copy it under config/custom_components and add version in the manifest.json. For how to use it see https://deploy-preview-39361--home-assistant-docs.netlify.app/integrations/solaredge_modules/
— Reply to this email directly, view it on GitHubhttps://github.com/ProudElm/solaredgeoptimizers/issues/94#issuecomment-3076678539, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3WAI3KFJQZTQXQU2USH533IXHTBAVCNFSM6AAAAAB6P62HTCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANZWGY3TQNJTHE. You are receiving this because you commented.
Yes you can download the solaredge_modules directory from my branch, copy it under config/custom_components and add version in the manifest.json. For how to use it see https://deploy-preview-39361--home-assistant-docs.netlify.app/integrations/solaredge_modules/
I completed the steps and can now see solaredge_modules integration. Have logged into my account with the setup steps. However I dont get and items showing under Entities .
There are no entities/sensors. Read the documentation.
are no entities/sensors. Read the documentation
I got confused with the use of the entities in the documentation examples. Sorry! E.g entities:
- solaredge_modules:1234567_100000001
- solaredge_modules:1234567_100000002
- solaredge_modules:1234567_100000003
- solaredge_modules:1234567_100000004
Found the statistics in developer tools.
Sorry, not looking for the entities or sensors. Looking for a link to the location of your code that I need to copy to my instance of Home Assistant.
Gunnar
On Jul 20, 2025, at 1:12 AM, tronikos @.***> wrote:
[https://avatars.githubusercontent.com/u/9987465?s=20&v=4]tronikos left a comment (ProudElm/solaredgeoptimizers#94)https://github.com/ProudElm/solaredgeoptimizers/issues/94#issuecomment-3093210564
There are no entities/sensors. Read the documentation.
— Reply to this email directly, view it on GitHubhttps://github.com/ProudElm/solaredgeoptimizers/issues/94#issuecomment-3093210564, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3WAIYOQG2OP67VJVJJQOL3JMQMPAVCNFSM6AAAAAB6P62HTCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTAOJTGIYTANJWGQ. You are receiving this because you commented.Message ID: @.***>
So waited for 2025.8.0 but don't see the new integration. Is it still planned?
The same applies to me – I couldn't find your integration in version 2025.8.0 of HA. I would very much like to test this new integration. Hopefully it will be officially available soon.
Since this appears to be hung up as far as adding to HA core as an integration could @tronikos maybe give us a link to download the code and test?
Will your project make it to September's release? I'd ask in a thread on that project's page but can't find it.
Very unlikely to make it to the September release. The cut is in 2 days. So in the meantime I created https://github.com/tronikos/solaredge_modules