Notifications
Clear all

Communicating with Huawei Inverter

12 Posts
2 Users
1 Likes
617 Views
(@bontwoody)
Prominent Member Contributor
2816 kWhs
Joined: 2 years ago
Posts: 402
Topic starter  

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-2 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


   
Quote
Transparent
(@transparent)
Famed Member Moderator
8136 kWhs
Veteran Expert
Joined: 2 years ago
Posts: 1356
 

Do have any knowledge of Modbus or RS485 @bontwoody?

Save energy... recycle electrons!


   
ReplyQuote
(@bontwoody)
Prominent Member Contributor
2816 kWhs
Joined: 2 years ago
Posts: 402
Topic starter  

@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-2 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


   
ReplyQuote
Transparent
(@transparent)
Famed Member Moderator
8136 kWhs
Veteran Expert
Joined: 2 years ago
Posts: 1356
 

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

RS485wiring

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.

image

 

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?

This post was modified 8 months ago by Transparent

Save energy... recycle electrons!


   
ReplyQuote
(@bontwoody)
Prominent Member Contributor
2816 kWhs
Joined: 2 years ago
Posts: 402
Topic starter  

@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:

image

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-2 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


   
ReplyQuote
Transparent
(@transparent)
Famed Member Moderator
8136 kWhs
Veteran Expert
Joined: 2 years ago
Posts: 1356
 

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.

This post was modified 8 months ago by Transparent

Save energy... recycle electrons!


   
ReplyQuote



(@bontwoody)
Prominent Member Contributor
2816 kWhs
Joined: 2 years ago
Posts: 402
Topic starter  

@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-2 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


   
ReplyQuote
(@bontwoody)
Prominent Member Contributor
2816 kWhs
Joined: 2 years ago
Posts: 402
Topic starter  

@transparent and here is the dongle outside which connects directly to my network via a poowerline adapter

IMG 9783
IMG 9782

House-2 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


   
ReplyQuote
Transparent
(@transparent)
Famed Member Moderator
8136 kWhs
Veteran Expert
Joined: 2 years ago
Posts: 1356
 

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:

image

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!


   
ReplyQuote
(@bontwoody)
Prominent Member Contributor
2816 kWhs
Joined: 2 years ago
Posts: 402
Topic starter  

@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)

IMG 9784
This post was modified 8 months ago by bontwoody

House-2 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


   
ReplyQuote
Transparent
(@transparent)
Famed Member Moderator
8136 kWhs
Veteran Expert
Joined: 2 years ago
Posts: 1356
 

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!


   
Derek M reacted
ReplyQuote
(@bontwoody)
Prominent Member Contributor
2816 kWhs
Joined: 2 years ago
Posts: 402
Topic starter  

@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-2 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


   
ReplyQuote



Share:

Join Us!

Latest Posts

x  Powerful Protection for WordPress, from Shield Security
This Site Is Protected By
Shield Security