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
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
@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
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-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
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?
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
@transparent and here is the dongle outside which connects directly to my network via a poowerline adapter
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
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-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
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-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
- 26 Forums
- 2,158 Topics
- 47.4 K Posts
- 36 Online
- 5,736 Members
Podcast Picks
Latest Posts
-
RE: Help me keep the faith with my air source heat pump installation
@adamk I have a Grant Aerona3 so it is a physical jumpe...
By Grantmethestrength , 47 minutes ago
-
@jamespa thanks, I appreciate the offer. For n...
By DREI , 10 hours ago
-
RE: Is Your Broadband Router the Weak Link in Your High-Tech Home?
@transparent what I don't understand about these "rogue...
By Scalextrix , 13 hours ago
-
RE: Who’s Caved and Switched the Heating On Already?
I have 3 women in the house, 2 little ones, so my heati...
By DREI , 15 hours ago
-
@damon thanks. I will do as you suggest. Hopefully I wi...
By bontwoody , 15 hours ago
-
RE: Is a Valliant Inline 6kW heater a BUS buster?
Much of that is true in principle, but its not likely t...
By JamesPa , 1 day ago
-
RE: Heat Pump Servicing & Maintenance – Good Value or Rip-Off?
@dgclimatecontrol I attach the responses from 2 potenti...
By pash44pump , 2 days ago
-
RE: Midea ASHP – how to set weather compensation
Mostly, I think, but with some caveats. I set the TI...
By cathodeRay , 2 days ago
-
RE: Buffers, hot water and cooling
@dgclimatecontrol thanks, that's helpful.
By JamesPa , 3 days ago
-
RE: Failing heat pump system - seeking thoughts on a rebuild
I realise im overdue an update on my situation. first...
By Cleardene-ashp , 3 days ago
-
RE: Replacing Worcester oil boiler with an ASHP
@toodles thanks. I was told by the engineer that this h...
By JulianC , 3 days ago
-
RE: What crazy nonsense are inverter limits and why are they imposed?
A week later, I'm finally picking up this comment... ...
By Transparent , 3 days ago
-
RE: COP is not the only measure of efficiency
We keep all our TRVs fully open using the whole house a...
By Old_Scientist , 3 days ago
-
RE: Havenwise App Help & Forum Support – Get the Most from Your Heat Pump
I am pleased to say at 4pm today we have added another ...
By ASHP-BOBBA , 4 days ago
-
RE: Renewables & Heat Pumps in the News
To unpack this a little.... 1) how many of us in this...
By Lucia , 4 days ago
-
RE: Vaillant aroTherm Plus 10kW thoughts?
@realevil the fans and fan speed / coil size (height, w...
By ASHP-BOBBA , 4 days ago
-
RE: Mitsubishi Ecodan 11kw Defrosting Issue.
@morgan this can just be done by your sepecilist when t...
By ASHP-BOBBA , 4 days ago
-
RE: Anyone still weathering it out with Agile?
@toodles I guess it all comes down to import averages. ...
By Tim441 , 5 days ago
-
RE: 300 Liter Tank - Do I have to heat it all?
The size of DHW tank affects the anti-legionella cycle....
By Transparent , 5 days ago