Joining the Renewable Heating Hub forums is completely free and only takes a minute. By registering you’ll be able to ask questions, join discussions, follow topics you’re interested in, bookmark useful threads and receive notifications when someone replies. Non-registered members also do not have access to our AI features. When choosing your username, please note that it cannot be changed later, so we recommend avoiding brand or product names. Before registering, please take a moment to read the Forum Rules & Terms of Use so we can keep the community helpful, respectful and informative for everyone. Thanks for joining!
Communicating with Huawei Inverter
Does anyone by any chance have any experience of pulling data from a Huawei inverter? I know it can be done but Im struggling where to start. I use Home Assistant for monitoring most of my other systems and found this link to integrate with it once I have established comms
https://github.com/wlcrs/huawei_solar
Thanks in advance
House-3 bed partial stone bungalow, 5kW Samsung Gen 6 ASHP (Self install)
6.9 kWp of PV
5kWh DC coupled battery
Blog: https://thegreeningofrosecottage.weebly.com/
Heatpump Stats: http://heatpumpmonitor.org/system/view?id=60
@transparent Not really, but im a reasonable programmer with experience of python so im sure I could pick it up. The articles Ive read seem to suggest that they are two approaches, via modbus or via wifi. I think the wifi is preferred as being more stable but i cant see a network associated with my inverter, however that might be because its using a Powerline adapter to communicate with the Huawei server so I imagine the SSID might have been disabled.
Ive also mused about interrogating my Samsung ASHP with modbus and even ran a twin cable when I installed it just in case, however I have full monitoring on it anyway so unless I could control it via modbus there probably isnt much point.
House-3 bed partial stone bungalow, 5kW Samsung Gen 6 ASHP (Self install)
6.9 kWp of PV
5kWh DC coupled battery
Blog: https://thegreeningofrosecottage.weebly.com/
Heatpump Stats: http://heatpumpmonitor.org/system/view?id=60
OK. So Modbus is the language.
RS485 or WiFi or USB is the connection medium you use for communication.
RS485 is a serial protocol which runs over a pair of wires, A and B
On a workbench I can use loose wires, but when installing devices I use a twisted-pair cable.
It can run to more than a kilometer across an entire industrial plant.
There may also be an earth wire connection.
It isn't mandatory. Sometimes a device manufacturer suggests it gets used for safety reasons.
It depends what devices you're connecting together, and whether the RS485 connections are opto-isolated.
There is one Master device, which is usually a computer.
Slave devices can be a meter, relays, signal acquisition modules or entire inverters.
Each 'slave' device must have a unique ID from 0 to 254.
That is set either by using pins/jumpers/switches or by sending it a Modbus command.
You also define the communications speed (baud rate).
It is sometimes the case that a particular slave device may only use a narrow range of IDs, such as 0-31.
It can also be the case that a device doesn't allow you to change its preset baud rate.
However, RS485 is very tolerant of that.
You can actually set the baud rate at the Master end, talk to one device, then change the speed again and talk to the rest of the modules!
There is no defined connector for using Modbus.
Each manufacturer makes up their own mind and then tells you what the pins do in the manual.
Modbus is a standard international protocol...
... which many (Far East) manufacturers ignore!
Instead they use a similar sub-set of commands which they list in their manuals or online.
Sometimes the implementation is very detailed and specific,
whilst others are pretty crude approximations.
I have Modbus devices with only one Read command.
They simply deliver back to you the status of all their internal registers...
... which you then sort out in your own software.
How's that for starters?
Save energy... recycle electrons!
@transparent So far so good, so the twin wires I ran to my Samsung ASHP would be the RS485 comms medium.
So going from the advice below:
I would be better trying to access the modbus port on my inverter via wifi than directly via a direct RS485 connection?
This is where Im hitting a brick wall as I cant see a wifi connection to the inverter
House-3 bed partial stone bungalow, 5kW Samsung Gen 6 ASHP (Self install)
6.9 kWp of PV
5kWh DC coupled battery
Blog: https://thegreeningofrosecottage.weebly.com/
Heatpump Stats: http://heatpumpmonitor.org/system/view?id=60
I really don't like the sound of linking to anything made by Huawei using a WiFi connection!
Even if it isn't frittering away time trying 'call back to base' in China, Huawei doesn't handle errors well.
I had a Huawei WiFi router which would clock up at least 10% of the WiFi data packets as aborted/corrupted.
You will achieve a much more reliable connection using Modbus over RS485!
That means you can stop banging your head against that brick wall, trying to find the IP address which may be hiding behind a NetMask.
If there are physical constraints on you running an actual wire, then please say.
But in my house I try to run all 'smart' devices using real cable.
It's much more resilient, and continues to operate if WiFi crashes.
Save energy... recycle electrons!
@transparent My inverter is outside so Im a bit worried about weather resistant connections but otherwise I could run a cable. This is the link to the post that was putting me off trying this. What do you think?
https://skyboo.net/2022/02/huawei-sun2000-why-using-a-usb-dongle-for-monitoring-is-not-a-good-idea/
House-3 bed partial stone bungalow, 5kW Samsung Gen 6 ASHP (Self install)
6.9 kWp of PV
5kWh DC coupled battery
Blog: https://thegreeningofrosecottage.weebly.com/
Heatpump Stats: http://heatpumpmonitor.org/system/view?id=60
@transparent and here is the dongle outside which connects directly to my network via a poowerline adapter
House-3 bed partial stone bungalow, 5kW Samsung Gen 6 ASHP (Self install)
6.9 kWp of PV
5kWh DC coupled battery
Blog: https://thegreeningofrosecottage.weebly.com/
Heatpump Stats: http://heatpumpmonitor.org/system/view?id=60
That article doesn't say anything negative about using a direct hardwired RS485 connection to the inverter @bontwoody.
The author listed RS485 as an option, but then only tried two different approaches to implement data collection using WiFi.
It was the option where WiFi was connected to the inverter's USB port which was producing lots of data errors.
Given that you already have a live mains socket supplying power to the external dongle, I can't see how Modbus over RS485 would be any less 'weather resistant'!
What is the physical connector which is offered by the Huawei inverter?
The manual I've looked at online suggests that it's an 8-pin plug with rubber seals:
That looks pretty weather resistant to me!
The smaller is the twisted pair cable you elect to use, the smaller will be the hole you need to drill through the outer wall of the house.
I have a choice of RS485 cables which I've tried, from an expensive one that's less than 3mm diameter, up to a CAT5E ethernet cable with 4 twisted pairs.
I'd drill from the outside at a slight upwards angle. That allows any ingress of water to flow back out.
And I'd use a rigid plastic liner, through which I'd thread the cable.
Save energy... recycle electrons!
@transparent so that looks like the one second from the right? It already has two cables running through it which I have no idea what they do 🙂
I mistakenly thought the connection would be through the dongle (3rd from the right)
House-3 bed partial stone bungalow, 5kW Samsung Gen 6 ASHP (Self install)
6.9 kWp of PV
5kWh DC coupled battery
Blog: https://thegreeningofrosecottage.weebly.com/
Heatpump Stats: http://heatpumpmonitor.org/system/view?id=60
Looking at the Huawei connections diagram, that 8-pin connector appears to support three channels of RS485.
Without delving into the full manual, I don't know how 'separate' they are.
You'll need to check if each RS485 port has independent device IDs or whether they all use the same one.
Those two cables need tracing to see where they go to.
Your storage battery probably accounts for one of them.
Didn't your installer provide you with a schematic showing all the devices and their connections?
For safety reasons you should have one which identifies how to isolate each piece of equipment in case of a failure.
Save energy... recycle electrons!
@transparent I cant trace the cables as they go behind the supporting board and I would have to take off the whole thing. I will have a look at what was left by the installer or failing that ask him as he is good at responding to questions.
House-3 bed partial stone bungalow, 5kW Samsung Gen 6 ASHP (Self install)
6.9 kWp of PV
5kWh DC coupled battery
Blog: https://thegreeningofrosecottage.weebly.com/
Heatpump Stats: http://heatpumpmonitor.org/system/view?id=60
- 26 Forums
- 2,631 Topics
- 61.5 K Posts
- 1,178 Online
- 7,027 Members
Join Us!
Latest Posts
-
RE: A2A vs A2W: Which Heat Pump Would You Pick?
Good questions @temperature_gradient. My understanding ...
By springswood , 1 hour ago
-
RE: Estimating true heat loss from twelve months of consumption data
Thank you both for your replies. It is heartening to di...
By ian33a , 2 hours ago
-
RE: Anyone concerned about GivEnergy?
@sunnyskies I agree with Downfield trying to ask the GE...
By Judith , 10 hours ago
-
RE: Setback savings - fact or fiction?
@jamespa — this version may be marginally better: &nb...
By cathodeRay , 12 hours ago
-
RE: New Vaillant aroTherm Plus in black - When will it come to the UK?
All going according to plan, mid July we get that 7kW a...
By Batpred , 13 hours ago
-
Current metrics - DHW target set to 47c
By TaffontheTaff , 17 hours ago
-
RE: My Grant R290 9kW Heat Pump Installation
@petch I'm very sorry that I have not picked up your po...
By GrahamF , 20 hours ago
-
RE: Samsung gen 7 HP 12kw - auto control issue and water law
Suggest you have a trial with Havenwise app. I have th...
By Broadsman , 22 hours ago
-
RE: New Solar, Batteries, Air Source and Under Floor Heating advice please
You’re right: UFH works best with high-conductivity fin...
By bafab , 1 day ago
-
RE: DIY or Don’t Touch? Solarman Smart Meter Install
That was my understanding also.
By JamesPa , 1 day ago
-
RE: Grant Aeona 3 R32 cycling with weather compensation.
That would be abnormal but I cant see from your charts ...
By JamesPa , 1 day ago
-
RE: Vaillant Sensocomfort Time
Oh I remember this from when I set mine up 2 years ago,...
By JamesPa , 1 day ago
-
Heat geek have already stated that the pro is in fact c...
By JamesPa , 1 day ago
-
RE: The Myth of the MCS Performance Guarantee
@editor I know. As if MCS wasn't bad enough, it's now e...
By Deltona , 1 day ago











