jan iversen

Results 123 comments of jan iversen

You can only have one client pr physical connection. When you switch client will sometimes loose part of the traffic. When both clients keep the same port open, you have...

Seems you have a slow network or some routing problems. Are the client and the solarEdge on the same network physically as well as in address ? You can also...

The same vlan does not mean the are in the same logical network, does your client have a 192.168.1.? address, otherwise you should look at potential routing problems. You have...

Did you solve your problem ?

That is solved in #722 and merged into dev, however it have not been released yet. If you want a fast solution simply copy/paste the change.

ok, but it is not in dev3 (at least I don't think so), it will be in dev4. Simply control if sync.py contained the patch I pointed you to.

Seems so, please try to change sync.py line 295 from: ``` except ValueError: ``` to ``` except: ``` Seems you are getting another exception that expected.

This is a wanted exception, because it informs the application that a connection was broken. In other words you need to catch that in your application.

HA uses pymodbus 2.5.3, so I suppose you miss the patch.