Closed Mikkao closed 3 months ago
Hi @Mikkao, Try enable passthrough mode.
And then for anyone who is going to try it there is this row in the api.py file (on line 34):
modbus_frame = v5_frame[10:]
So maybe try to tweak number 10 to 23...
Support for Ethernet Sticks is currently work in progress. More 'bout that in #21
Duplicate of #21
Hello David, thank you so much for your fast answer, you are really committed to this project! I had already tried enabling passthrough mode which didn't help. Editing the api.py file didn't help, either; the line is 53 now rather than 32. I changed it to 23 whicht didn't help, either. Would be great if you'd be successful in solving that problem. Tried to use my WiFi logger, but no avail due to weak signal.
the line is 53 now rather than 32
My bad. I asked our solarman and modbus guru for help so will see what he has to say 'bout it.
Looking forward to it!
Tried to use my WiFi logger, but no avail due to weak signal.
Wouldn’t it be easier to repeat the signal with a repeater or even an old router? I have done that so the signal reaches the cellar where the inverter with LSW3 Stick-Logger is installed and it works flawlessly.
@Mikkao, try this: feat: Experimental testing of ethernet stick
I maybe figured it out!
Describe the bug Connection to inverter fails. Log says "V5_SEQ_NO_MISMATCH". 192.168.178.30 and 192.168.178.66 are WLAN repeaters. 192.168.178.80:8899 is the LAN connection to the Deye.
Attach the debug log
To Reproduce Steps to reproduce the behavior:
Expected behavior Solarman connects to the Deye and fetches data
Metadata: v24.08.17
Additional context HA on raspberry 4, Deye SUN-12K-SG04LP3-EU, both connected via LAN to the PC over a FritzBox router.