Aiasa21
September 25, 2022, 2:58pm
1
Good afternoon guys,
I wonder if is possible use the script here https://github.com/EnergieID/FusionSolar
to communicate with a Huawei PV inverter.
If I just paste the script in the script console rightly it returns the error
No module named fusionsolar
how can I add the module in Ignition so to use it?
Thanks for the help.
See here for your options: https://support.inductiveautomation.com/hc/en-us/articles/360056397252-Python-In-Ignition
It looks like this library is just wrapping an HTTP API, but the author chose to rely on the “pandas” package, which isn’t supported in Ignition.
Aiasa21
September 26, 2022, 6:03pm
3
Hi Kevin, thanks for the reply.
I’ll try to figure out how to move.