November 17, 2025Nov 17 @cp2023 thank-you so much for forking the great work originally done by Gary. I have so many automations that rely on SOC and PV. Mine is now working after deploying your updated NR and also needed to redo most of the configuration, but entities are 95% there, will iron out the rest soon hopefully. Ultimately, I need to connect directly as it seems Sunsynk want to keep giving us breaking changes. Thanks again.
November 19, 2025Nov 19 Hi there thanks so much for this.Im not great with node red but I think i Have done all the new steps just confused with sndata and sunsynksn_flow?
November 19, 2025Nov 19 Sorry also confused with the Yaml file when you say needs to be in the right order? How do I know what the right order is?
November 25, 2025Nov 25 Is the service down again? Getting a 500, this was after I had it working yesterday with the gdwaterworth fork
November 25, 2025Nov 25 Needed to reinstall since HA seemed to be corrupt.Getting the below, is Sunsynk changing things again @cp2023 25 Nov 17:32:36 - [error] [function:Get Bearer Token] Internal Server Error25 Nov 17:33:36 - [error] [function:Get Bearer Token] Internal Server Error25 Nov 17:34:36 - [error] [function:Get Bearer Token] Internal Server Error25 Nov 17:35:36 - [error] [function:Get Bearer Token] Internal Server Error25 Nov 17:36:36 - [error] [function:Get Bearer Token] Internal Server Error25 Nov 17:37:36 - [error] [function:Get Bearer Token] Internal Server Error
November 25, 2025Nov 25 On 2025/09/02 at 1:45 PM, Bjorn-CPT said:withLooks like they have changed the authentication again, I updated to match the website request and now get: {"code":115,"msg":"Invalid login interface request!","data":null,"success":false}
November 26, 2025Nov 26 Looks like the whole SunSynk API is down? Authentication no longer succeeding across the board. Any official announcements?
November 26, 2025Nov 26 The API is working. There were more changes to the token and authentication processes.The crew for the SolarSynkv3 add-on implemented an update yesterday. That solution is currently working for sunsynk and other generic pv.inteless dongle setups.All of these solutions are all still so fundamentally flawed relying on the cloud for data access.I need to start moving my friends and family over to direct local connections.
November 26, 2025Nov 26 Author Saw the problems earlier.I suspected this was going to be coming for a while. I think addons like mine caused problems for them and this is their way to remove themSunsynk as a brand with their Crap support is running their brand into the ground Edited November 26, 2025Nov 26 by Gary Waterworth
November 26, 2025Nov 26 In my opinion it is worth the effort to go direct, I only rely on this for the event notifications like faults etc. the rest is via a direct RS485 pull.Shortcut if you ever consider the move and what I did was I kept the config and just mapped the corresponding sensors in the config to the direct sensors instead of the consolidated node-red source then you don't need to redo any cards and automation's as the sensors stays the same just the data source is replaced. The event notifications was a nice to have but I can life without it in HA.
November 26, 2025Nov 26 @-cK- is there a guide anywhere for this? i actually bought an RS485 converter a while back but have never got round to setting it up. looks like now might be the time to do it!
November 26, 2025Nov 26 Author 21 minutes ago, -cK- said:In my opinion it is worth the effort to go direct, I only rely on this for the event notifications like faults etc. the rest is via a direct RS485 pull.Shortcut if you ever consider the move and what I did was I kept the config and just mapped the corresponding sensors in the config to the direct sensors instead of the consolidated node-red source then you don't need to redo any cards and automation's as the sensors stays the same just the data source is replaced.The event notifications was a nice to have but I can life without it in HA.I have to agree on this or if you have to use : GitHub - martinville/solarsynkv3: Integrate your Sunsynk account with Home Assistant for real-time solar energy monitoring. Track power generation, battery storage, and grid usage while enabling smart automations and custom alerts. Optimize energy efficiency, reduce costs, and stay in control with seamless remote access and intuitive dashboards.They took it to where I wanted to, but didnt have the time to invest If I ever got sunsynk again I would go direct.I created something that was needed at the time, but there are far better solutions nowEven Solar as a one in all solution I now realise I can live withoutIn a rental. Have access to a small solar install that basically powers lights.Geyser/Stove etc are all on Gas.Keep a 5kw battery pack for work stuff. I can run 3 days on it.Cost was minimal. If I have longish power downs I just charge up the battery pack with the genny.What we realised is if we can cook / shower / work and have lights the rest is ~meh~ Edited November 26, 2025Nov 26 by Gary Waterworth
November 26, 2025Nov 26 i copied the fix from solarsynkv3 and applied it to my fork (https://github.com/cpether/Home-Assistant---E-Linter-Logger---Sunsynk), so this should be working again if anyone wants it.
November 27, 2025Nov 27 Is there a issue with changing settings with the updated version or do I have a setup issue somewhere?
November 27, 2025Nov 27 18 hours ago, cp2023 said:@-cK- is there a guide anywhere for this? i actually bought an RS485 converter a while back but have never got round to setting it up. looks like now might be the time to do it!I take it you want to setup the kellerza addon? Think I used this videos on Scoobs youtube channel:Note your inverter's modbus is usually set to 0 but needs to be set to 1 and if you have to change this in my experience this will trip the inverter just give it a few minutes to clear the alarm.
December 4, 2025Dec 4 On 2025/11/26 at 1:17 PM, WazzaCPT said:The API is working. There were more changes to the token and authentication processes.The crew for the SolarSynkv3 add-on implemented an update yesterday. That solution is currently working for sunsynk and other generic pv.inteless dongle setups.All of these solutions are all still so fundamentally flawed relying on the cloud for data access.I need to start moving my friends and family over to direct local connections.This has been working great thank you - you're right, it was just auth, the rest stayed as-is. I honestly don't mind the cloud reliance as long as it's reliable (it actually has been for the last few months after their infrastructure move) and it doesn't change (like it did in this case). My understanding is that the revised auth process was to improve security - which is fine but only if we know in advance it's coming.
December 25, 2025Dec 25 hiwhat's better to use this node-red integration or the "Sunsynk v3 addon" implementation with a dual inverter setup?thanks
January 3Jan 3 Author Been looking at how to do this whole thing better Forked off the Sunsynkv3 Looking at pulling all the data into MQTT under HA then setting up a config file to create some auto entities via MQTT with the required info. Problem is my Sunsynk is no more so I cant get data Can someone share their plant to mine under [email protected]So Far :
January 4Jan 4 Author I have been working on the next iteration of Solar MonitoringHigh level it will Consist of the following addons: Scraper that gets the solar information and populates it in MQQT I have allready completed a bare bones of this one running under : https://github.com/gdwaterworth/sunsynkmqqtI forked SunsynkV3 and changed it 90% to do what I want Only prerequisite is the MQQT addon Processor which then take the MQQT data and creates topics in MQQT that will then be processed as MQQT discovery and create entities in Home Assistant TBDA MQQT listener that will look at changes coming from topics in HA and then set those topics back on the inverter TBD I have chosen this route to be modular so in the future I can add in modules that talk to various inverters and you just implement the modules needed.
January 5Jan 5 @Gary Waterworth Shout if you want access to a couple of different site variations. You should still have my email address.I have access to a 50kw HV 3 phase, dual LV 3 phase and a LV single phase.
January 5Jan 5 Author 7 minutes ago, WazzaCPT said:@Gary Waterworth Shout if you want access to a couple of different site variations. You should still have my email address.I have access to a 50kw HV 3 phase, dual LV 3 phase and a LV single phase.Can u pm it to me again ? or send to my email : [email protected]
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.