Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoSunGrow config write issue #45

Open
jdrobertson-github opened this issue Nov 17, 2023 · 4 comments
Open

GoSunGrow config write issue #45

jdrobertson-github opened this issue Nov 17, 2023 · 4 comments

Comments

@jdrobertson-github
Copy link

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.

@Simon-Str
Copy link

Simon-Str commented Jan 29, 2024

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

@kooori
Copy link

kooori commented Feb 2, 2024

I cannot figure it out too!

@VikOlliver
Copy link

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.

@killcoder
Copy link

killcoder commented Aug 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants