wallento / sungrow-websocket

Python Library to acees the websocket interface of Sungrow inverters
MIT License
7 stars 3 forks source link

MQTT support #3

Closed pohly closed 1 year ago

pohly commented 1 year ago

This library and command line works fine with my SunGrow SG15RT and SG5.0RT (with some oddity, see separate issue), thanks a lot for your work!

Are you aware of anyone who has used this library to poll and to publish it via MQTT? I don't want to reinvent the wheel.

Would that be acceptable as a feature for sungrow-websocket itself?

wallento commented 1 year ago

I would love it. I don't need it myself, but every addition is highly appreciated!

pohly commented 1 year ago

https://github.com/bohdan-s/SunGather also worked for me and already has MQTT support - I'll probably just use that.