juicejuice / homeassistant_redback

Home Assistant integration for inverter and battery systems from Redback Technologies
7 stars 2 forks source link

SH4600 Inverter #1

Closed djgoding closed 1 year ago

djgoding commented 1 year ago

Hi there, From your notes If you have a different model I would be interested to adapt the code to suit, but would need some data packets from your system

I have a SH4600 Redback inverter and keen to get it integrated. What information do you require?

juicejuice commented 1 year ago

Sounds good! Firstly you need API access, which you can request from Redback support team. Then you will have access to the Swagger API site: https://api.redbacktech.com/docs/index.html. From there you need to retrieve two EnergyData samples, one for Static and one for Dynamic data. Please sanitise those samples (they may contain some personal info) then send them over. That should be enough for me to check against.

djgoding commented 1 year ago

Static and Dynamic Data as requested Static and Dynamic Data Redback SH4600.zip

djgoding commented 1 year ago

Just an update, this now appears to be showing valid data after I disabled the battery entities I don't have a battery connected to my SH4600

juicejuice commented 1 year ago

Thanks @djgoding for the sleuthing here. I've now pushed an update to the integration code which will detect whether the inverter has any connected batteries. If there are no batteries, it will not create the battery entities. It seems to work here for me but my system has batteries, so please try the updated integration out when you get chance and let me know?

LachyGoshi commented 1 year ago

I can test this out over the weekend also and see how it runs on my si5000 inverter.

LachyGoshi commented 1 year ago

Just re installed this integration via hacs and as expected, it picked up my SI5000 inverter (and not my SH5000 Hybrid) and looks like it has not added any battery entities, after about a minute, all the appropriate inverter entities did populate OK!

so this does look like you no longer have to disable the battery entities when you don't have batts connected for all the other data to show anymore!

Nice one Juice!

juicejuice commented 1 year ago

Thanks for the confirmation, I'll mark this issue as closed then :)