-
Home Assistant Sunsynk modbus project
@Sc00bs Yes good point. I'm only using ModBus anyway. Why do you need both ?
-
-
Home Assistant Sunsynk modbus project
@Sc00bs I've studied your videos Sc00bs and they are very good. It was my back up plan to use an esp32 and follow your instructions if I couldn't get my ModBus adapter to work. I'm not really totally sure why I wanted to use the WaveShare adapter and not go straight for the Esp32 anyway. I liked the look of the solution plus I can connect multiple inverters to the same module just using dumb RJ45 T's they are a couple of £ (like one below). I like the idea that there is no remote intelligence. The WaveShare has a bit of inbuilt firmware but those and T's don't have any bespoke firmware they are off the shelf plug and play (nearly as you have to set some parameters on the WaveShare) . I know this moves the processing load on to the Home Assistant server but I rather it this end if possible. But never say never, I may be back to rethink in the future.
-
Home Assistant Sunsynk modbus project
@shaun99 Hello Shaun99. I'm at a road block at the moment on this project. If you read some of my other posts you'll see I'm having problems with my installation and SunSynk wont answer their support emails. My PV system hasn't been working properly since Early December last year. My installer has finally managed to get a Sunsynk engineer to attend site and though the dates change I hope it will be this month. Until it is all up and running as it should I'm reluctant to go for a full install. I've tested it and it works so it is only a proper install waiting to happen. As soon as I'm operational that's what I'll get on with. I'll do some pics and an update at that point. I may even do a YouTube video to help anyone else doing the same thing though I'd probably make a complete hash out of any kind of video. I have the face for radio and the voice for newspaper
-
SunSynk CT's I don't understand them
That's a shame. especially as the WaveShare ModBus gadget I had to two inverters worked luverly and this could read and write. Can you set the checksum in these inverters ? maybe one is set to odd and the other even or something. Thanks for trying anyway.
-
SunSynk CT's I don't understand them
@Yuri did you manage to test the one power meter feeding two inverters ? Thanks
-
SunSynk CT's I don't understand them
Ivette to get a few it’s and pieces to install this properly now I’ve proven it works ok. I’ll probably have 5 data points each so 10 in total if they update every 5 seconds that will be ok for my needs
-
Home Assistant Sunsynk modbus project
Well I'm pretty chuffed to report that putting an rj45 splitter T (1 in 2 out) and setting one inverter to modbus 1 and the other the modbus 2 I can read both inverters with the same waveshare adapter.. Unfortunately I got home just slightly too late and not much happening on the solar front but I get something albeit mainly zeros so I think its working.
-
SunSynk CT's I don't understand them
That is my back up. Using off the shelf converters like this doesn’t involve any bespoke remote elements. However this seems to be working great now. Now only the link to two inverters at once to test / fettle. DIn mounted modules and cheap Din boxes from local stores makes it a neat and cheap solution. My install looks neat and professional (mainly due to me not doing it 😀) this module in its din box looked the part..
-
-
SunSynk CT's I don't understand them
@Yuri yes I appreciate you are testing the opposite thing to me. You are testing one meter feeding two inverters with grid power data. I’m very interested in this and want to do the same but with three inverters. What I’m testing is one rs485 to tcp/ip converter being connected to two inverters reading the data from them and displaying it on a home assistant display.
-
SunSynk CT's I don't understand them
If my splitter works I’ll give it try. See how fast I can poll. As it is a serial protocol I just thought it would wait for a send return (or time out) before sending another request. I’m only looking for a hand full of data points on two inverters so if it works it is bound to be quick enough for me.. I’ll be caring it to what I’ve got at the moment which is between 1 and 3 minutes or walk there and look myself 😀. So not much competition really…. Not sure how many bits per package get sent but at 9600 baud that’s a good few packets per second.. Did you notice a slow down or errors as you increased data points ? Of course having one per inverter would be better (providing the bottle neck doesn’t then move to the master) but I’m hmmmm deep pockets , short arms….
-
SunSynk CT's I don't understand them
maybe poll one on the odd seconds and the other on the even. I would have thought the modbus module would be able to handle collisions as part of it's architecture as that must happen a lot on bigger systems. Mine is updating every 5 seconds a the moment and I can unplug from one on modbus 1 and plug in the other on modbus 2 and all seems to switch over ok. I've ordered an rj45 splitter , should turn up tomorrow.. I thought it would send a message , get a reply then move on to another message ...hmmm
-
Home Assistant Sunsynk modbus project
yep, It getting the 240v there without busting in to the inverter circuit. But I'll probably open up the incoming isolator and take a feed off of that and stick a fused outlet on it to plop in a plug in PSU. I have seen those din mounted ones and I've seen some with fuses in I think. or else I'd have to put fuses in somewhere else.
-
Home Assistant Sunsynk modbus project
my config.yaml in HA now looks like below. Why it works like this but not as a separate modbus.yaml I'm not quite sure.. # Loads default set of integrations. Do not remove. default_config: # Load frontend themes from the themes folder frontend: themes: !include_dir_merge_named themes automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml #modbus: !include modbus.yaml modbus: - name: waveshare type: tcp host: 192.168.1.250 port: 502 delay: 0 timeout: 5 sensors: - name: gym2_pv1_power address: 186 input_type: holding scan_interval: 5 slave: 1 - name: gym2_pv2_power address: 187 input_type: holding scan_interval: 5 slave: 1 - name: gym2_inverter_power address: 175 input_type: holding scan_interval: 5 slave: 1 - name: gym2_grid_power address: 169 input_type: holding scan_interval: 5 slave: 1 - name: gym2_ct_power address: 172 input_type: holding scan_interval: 5 slave: 1 - name: gym2_day_pv_power address: 108 input_type: holding scan_interval: 5 slave: 1 - name: gym1_pv1_power address: 186 input_type: holding scan_interval: 5 slave: 2 - name: gym1_pv2_power address: 187 input_type: holding scan_interval: 5 slave: 2 - name: gym1_inverter_power address: 175 input_type: holding scan_interval: 5 slave: 2 - name: gym1_grid_power address: 169 input_type: holding scan_interval: 5 slave: 2 - name: gym1_ct_power address: 172 input_type: holding scan_interval: 5 slave: 2 - name: gym1_day_pv_power address: 108 input_type: holding scan_interval: 5 slave: 2
-
Home Assistant Sunsynk modbus project
@p_i Thanks dude. I couldn't see anything obvious in the box but hoped as that's another pain to get power to the converter. As it happens it's easy for my distant inverter as there is a network switch there and a couple of mains sockets so I can connecting in the ethernet stuff and power no probs. On my other two I don't have either that close.. still now that is is working on two of my inverters its a small price to pay..
-
SunSynk CT's I don't understand them
Did you manage to try this Yuri ? On my other thread trying to set up an rs485 to tcp/ip and home assistant I've made a break through and it's working nicely. I'm wondering if I can just paralleled up the rs485 side of things and use the same converter for both inverters ? as long as one is set to mod bus 2 and the other modbus 1 I'm thinking it should work ...maybe.. possibly..
Perfo
Members
-
Joined
-
Last visited