BlazejosP

Results 20 comments of BlazejosP

There is already export option to csv in fusionsolarapp_interface.sh for plant and for device. As for now you can export only realtime datata because that is what I done now...

Hello mnuxx Can you describe which devices in graphical interface TUI are working fine and with wich you have problem so I will be able to mark this which are...

I think that I found this error in ./fusionsolarapp_interface.sh line 501 ``` if [ $3 == "String_Inverter" ] || [ $3 = "Residential_inverter" ] || [ $3 = "Battery" ];...

> After fixing these two lines, I still get the same issue, but but seems to work if also put $3 into quotes Can you add this as your modification...

> Hi, I have two power plants, and with fusionsolarapp.sh I can see both of them while with the interface only one. If i look on the code of fusionsolarapp.sh...

> If you like these changes I can implement them in the official version. That will be great if you can add this piping to josn and date argument to...

Now if you d'like to commit some changes to repository you need use personal token so this is how final push command will looks like ``` git push https://@github.com/BlazejosP/huawei-sun2000-API-CLI.git ```...

I made this modifications in separate folder lets named them Github ``` cd Github ls ``` then I download data from github page ``` git clone https://github.com/BlazejosP/huawei-sun2000-API-CLI.git ``` then I...

> So far I have tested offline and implemented my changes in the web page. I am trying now to move to git pull/push but don't get this right (sorry,...

if you have actual repository try add your changes and add comment ``` git commit -m "small changes in order in fusionsolarapp.sh" ``` then add token to CLI git application...