Hi,
just wanted to share another little script which I use in my private project.
It is simulating a DBus pvinverter - in my case it is a Solax X1 Boost with 5kW and a WIFI stick to upload data into the Solax Cloud.
I don't directly get realtime data via ModBus, instead I call the Solax cloud RESTapi.
Values are only updated every 5 minutes in the cloud - this is maybe causing some inaccuracies, which I am currently investigating in.
This script is based on my earlier project with the Shelly 3EM.
The code can be found on GitHub: https://github.com/fabian-lauer/dbus-solax-x1-pvinverter
Hope that is code is helpful for someone.
And I am always happy to get your feedback and support.
Thx