1
0
Fork 0
modbusmqtt/sungrow-winets
Bo Jeanes 2d8612348f Updating to MQTT with parsed state working
However, definitely getting some TCP issues to Modbus client, likely due
to unsafe polling of a task or something. If the connection establishes,
it seems rock solid, but sometimes it will get a "could not fill buffer"
error early on and then it just doesn't work.

It seems to come in waves. I think I'll need to handle it specifically
and restart the connection, if I can't identify the root cause.
2022-09-09 16:12:58 +10:00
..
examples Implement basic WiNet-S modbus driver 2022-08-30 16:28:33 +10:00
src Updating to MQTT with parsed state working 2022-09-09 16:12:58 +10:00
Cargo.toml Add homepage and repository to manifests 2022-08-30 17:01:08 +10:00
NOTES.md Implement basic WiNet-S modbus driver 2022-08-30 16:28:33 +10:00
README.md Implement basic WiNet-S modbus driver 2022-08-30 16:28:33 +10:00

README.md

Sungrow WiNet-S Client

This allows connecting to Sungrow inverters which use a WiNet-S networking dongle.

No attempt has been made to support other dongles, inverters, etc.

Acknowledgements