this post was submitted on 07 Jun 2024
1091 points (99.7% liked)

Technology

58279 readers
4924 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 1 points 3 months ago (2 children)

It's a very conservative estimate, as manufacturers really don't want to deal with warranty claims.

One part of solar system design is often to undersize the inverter a bit, so you might not see any degradation in the first few years at all. The logic there is that the electricity lost to clipping during peak times of the year doesn't make up for the higher cost of a larger inverter.

Try to avoid SolarEdge inverters if you can. Enphase is really good and has a local API (so you can pull data into Home Assistant and other apps without going via the cloud) with a bunch of data, including per-panel production. Fronius and SMA are good too. Everyone I know with SolarEdge inverters has had issues with them though.

[–] Windex007@lemmy.world 1 points 3 months ago (1 children)

Any thoughts on a set of APsystems DSL3-L inverters? That's what I'm quoted for. I'm in Canada so no idea what the inverter market is here

[–] dan@upvote.au 1 points 3 months ago

Never heard of them so I'm not sure, sorry!

[–] Windex007@lemmy.world 1 points 3 months ago* (last edited 3 months ago) (1 children)

This is amazing, because I do have HA running and I do want to pull data. I'll look into what their plan is to see if I can make any last minute adjustments.

Assuming data is sent in the clear over any medium which I can get a receiver for I think I'd be ok, I am planning on getting a software defined radio on my HA in the near future

[–] dan@upvote.au 2 points 3 months ago* (last edited 3 months ago)

For Enphase, the data is available via a HTTP API. The combiner box (their hardware that all the inverters connect to) connects to your network via wifi or Ethernet, and you can hit its IP directly.

Unfortunately it's kinda-cloud-dependent these days. The API used to take a basic username and password, nice and simple. Now, you need to hit a cloud API to get an access token (and periodically refresh it). The API is entirely local once you have the access token though, and there's no problem with polling the data once per second.