SauRoNZA
Honorary Master
Cable length on RS485 will not be an issue. At work we run > 100m RS485 cables. We use proper comms cable though.
Yeah I managed to make it work.
Integration is a bit flakey but does the job.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Cable length on RS485 will not be an issue. At work we run > 100m RS485 cables. We use proper comms cable though.
With Solar Assistant you do get the energy dashboard. Any chance you'd be looking to sell one of your Pis?
View attachment 1296860
No i didn't - but to be fair i didn't try to get them matched..I am using Solar Assistant and sunsync and when I saw your HA screenshot it looks the same. So my question is did you ever get your Solar Prediction to closer match the actual - Mine looks the same - The peak and shape is good, but about 2 hours too early. Was thinking of tweaking the angles to maybe try delay the shape?
Mine still fine.Help!! My HA has stopped seeing my solarman - it is not updating any sensors. Any ideas?
For some reason the dongle dropped WiFi. Reset that and it's all good againMine still fine.
Did you update anything in HA perhaps
Are you new to HA, or only the SunSynk integration?Were can I get a step by step guide on how to connect Sunsynk inverter to Home Assistant using the Kellerza addon?
I installed the sunsynk addon, aswell as Node Red. Then connected the inverter using the adaptor as per instruction.
So what now? How do I display the readings etc?
Do you have the SunSynk or Solarman dongle?New to HA.
But I managed to impprt my sonoff devices, other smart devices, etc.
So is it more a thing of learning HA?
I thought it would be easy to at least view the sunsynk sensor readings somewhere in HA, without starting the complex stuff like building routines etc?
Home AssistantWhat does this integration give me more than the existing sunsynk app?
The new Sunsynk dongle. As far as I know this one cannoct be integrated with HA.Do you have the SunSynk or Solarman dongle?
The new Sunsynk dongle. As far as I know this one cannoct be integrated with HA.
Thats why I went the Kellerza route. But the instructions srop at importing the Sunsynk and Nodered addon and linking the Pi with inverter with the rs485 connection.
Is their a step by step guide for what to do after that to view the sensor data?
What does this integration give me more than the existing sunsynk app?




- platform: template
sensors:
pv_power:
friendly_name: 'Solar Energy'
value_template: "{{ (states('sensor.pv1_power')|float + states('sensor.pv2_power')|float) }}"
unit_of_measurement: "W"
@leonb
So my Sunsynk Add-on looks like this...
View attachment 1424177
View attachment 1424179
It goes without saying you need MQTT setup already for any of this to work and I highly recommend using the /dev/serial path directly to your FTDI cable because the USB port addresses tend to change upon reboots in Linux.
Once that is all working it will show up as a Device via MQTT.
View attachment 1424183
And under that will be all the sensors specified above.
View attachment 1424185
Now the only real problem with the Sunsynk is that it has no output which combines PV1 and PV2 and therefore you need to make one and so the below lives under my sensors.yaml file.
Code:- platform: template sensors: pv_power: friendly_name: 'Solar Energy' value_template: "{{ (states('sensor.pv1_power')|float + states('sensor.pv2_power')|float) }}" unit_of_measurement: "W"
Which then creates a sensor.pv_power entity and you can now go plug that into the Energy Dashboard along with all the other sensors for grid input/output and battery charge/discharge.
It seems I have a lot of homework this weekend.
Mine does not show up as a device. I have not set up MQTT . Let me try this first later today. do I just add MQTT integration via setup/add integration, or what must be done thereafter to map/communicate with the inverter?
Thanks
I get the error below. Does this mean something is wrong with my wiring/connection? Or is there some setting that is incorrect? Any assistance is much appreciated.Yeah you can just setup the built-in HA integration and then feed the Inverter add-on the username and password.
![]()