• Have you tried out dark mode?! Scroll to the bottom of any page to find a sun or moon icon to turn dark mode on or off!

diy solar

diy solar

What Would I need to Implement to move Solis to NOT Sending data back to China ?

MSRConf

New Member
Joined
Oct 19, 2021
Messages
13
Location
UK
I have a Solis 3.6kw RHI-3.6K-48ES-5G, that is connected to ye'olde Internet and is 'configurable' by the Manufacturer, looking at the recent posts about Inverters being bricked on mass, Im wondering what I would need to buy / build, to have all the data from the inverter and perhaps some level of control via my phone, I have seen solutions mentioned like Home Assistant, Solar Assistant, Raspberry PI, etc, before I go down a rabbit hole and start researching, is there a standard config / approach and if so what are the buckets of costs associated ?
 
You'd need to remove the datalogger stick and connect something that will connect to the datalogger port. There is no unit you can get that just plugs in directly, so you need to do a bit of work involving soldering connectors and things.

Basically you need to get the RS485/Modbus data to a computer (Raspberry Pi is good) running Home Assistant or Solar Assistant. There are some units that will do RS485/Modbus to Ethernet or WiFi. I used the ethernet one. Actually I used two because I'm still allowing Solis access.

For the inverter end I needed 1 x Waveshare RS 485 to Ethernet module (about £35 on Amazon), an ethernet cable from the inverter to my router, a 12V DC 1A power supply (under £10), a passive PoE splitter pair to feed power up the ethernet cable as I have no power sockets in my loft (I think they were under £10 on ebay), a plug to connect to the Inverter (about £10 on ebay) and some odd bits of wire.

Configuration of the Waveshare unit took a while to figure out, but now it's up and running fine. There's a Home Assistant plugin that supports the Solis inverter this way.

Don't ask me about the HA end, as I like to tinker and do my own code, but I have direct control of my inverter from my PC.

There's some poeple on the Solis Solar Inverter Owners group on facebook who use this method with HA, so they can help. Also search that group for details and wiring diagrams.
 
It appears (although I cannot confirm) that the pins are as follows:
1: +5V
2: GND
3: DATA+
4: DATA-


Pins 3&4 are an RS485 bus so an RS485 to USB converter would work. You just need a connector (or take apart the datalogger, or get a second datalogger that you can take apart).


 
It appears (although I cannot confirm) that the pins are as follows:
1: +5V
2: GND
3: DATA+
4: DATA-
Yes, that's correct and you are right that a USB RS485 adaptor will work too. I decided on the Ethernet method as any computer on my network can now talk to the inverter. I can do development on my laptop, then transfer programs to a Raspberry Pi to run automatically.
 
Excellent stuff - thanks to all who replied, I'll now start to read up a little more based on your comments.
 
I have a Solis 3.6kw RHI-3.6K-48ES-5G, that is connected to ye'olde Internet and is 'configurable' by the Manufacturer, looking at the recent posts about Inverters being bricked on mass, Im wondering what I would need to buy / build, to have all the data from the inverter and perhaps some level of control via my phone, I have seen solutions mentioned like Home Assistant, Solar Assistant, Raspberry PI, etc, before I go down a rabbit hole and start researching, is there a standard config / approach and if so what are the buckets of costs associated ?
Wouldnt it work if you simply create a new wifi hor your home. Leave one hotspot with the old ssid for solis inverter to connect to but leave the old ssid without internet. Just a local wifi network. This way its not internet connected but you can still connect to it via web browser and ip address of the inverter by connecting a computer to that same local network.
 
Wouldnt it work if you simply create a new wifi hor your home. Leave one hotspot with the old ssid for solis inverter to connect to but leave the old ssid without internet. Just a local wifi network. This way its not internet connected but you can still connect to it via web browser and ip address of the inverter by connecting a computer to that same local network.
No. The Solis has no web server or IP Address or any Ethernet connection itself. It only communicates via Modbus RTU over RS485.
 
No. The Solis has no web server or IP Address or any Ethernet connection itself. It only communicates via Modbus RTU over RS485.
Actually the datalogger has a minimal webserver, mostly used for setup, but it can display some basic information about the inverter. Some dataloggers can also supply MQTT data.
 
Actually the datalogger has a minimal webserver, mostly used for setup, but it can display some basic information about the inverter. Some dataloggers can also supply MQTT data.
But I thought the point was they don't want the datalogger in the first place. As you suggested... to remove it in post #2 ;)
 

diy solar

diy solar
Back
Top