HomeAssistantAddons icon indicating copy to clipboard operation
HomeAssistantAddons copied to clipboard

GoSunGrow config write issue

Open jdrobertson-github opened this issue 2 years ago • 4 comments

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.

jdrobertson-github avatar Nov 17 '23 20:11 jdrobertson-github

I have faced a lot of errors but that error I have never seen. Try reinstalling?

Simon-Str avatar Jan 29 '24 16:01 Simon-Str

I cannot figure it out too!

kooori avatar Feb 02 '24 05:02 kooori

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.

VikOlliver avatar Apr 27 '24 10:04 VikOlliver

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.

killcoder avatar Aug 09 '24 08:08 killcoder