GoSunGrow config write issue
Hi MickMake.
Really keen to show the iSolarCloud dashboard in HA and I’ve downloaded and started the Addon.
However, I’m not sure where you need to run the command “./bin/GoSungrow config write --user=USERNAME --password=PASSWORD”.
When I run it on the HASSOS command line interface, it returns an error “No such file or directory”.
Have I missed something? Any advice?
Cheers, James.
I have faced a lot of errors but that error I have never seen. Try reinstalling?
I cannot figure it out too!
How do you get the GoSungrow tool installed, and where is it in the file structure? Can't find this in the documentation and it isn't in the PATH when I SSH in.
You need to start the docker container to find the GoSunGrow command
>docker ps | grep sungrow
>31983e3e7418 ba22da74/aarch64-addon-gosungrow:3.0.7 "/init /usr/local/bi…" 2 days ago Up 2 days
For me I've been able to login update the config but it doesn't seem to save after restarts
>docker exec -u root -it 31983e3e7418 sh
/ # GoSungrow ha lovelace
Logging in again
Can't find DeviceType 14 attached to ps_id 1149624.
This is just a warning and can be ignored however I can't see any of the lovelace yaml files that its meant to create
/ # find / -name *.yaml
/config/configuration.yaml
/config/automations.yaml
/config/scenes.yaml
/config/secrets.yaml
/config/scripts.yaml
/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml
/config/blueprints/automation/homeassistant/motion_light.yaml
/config/blueprints/script/homeassistant/confirmable_notification.yaml
Edit: I tried logging in with "-u root" above just incase that was my issue.