-
Notifications
You must be signed in to change notification settings - Fork 4
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
Hitting a snag after configuring this one #2
Comments
Tried it just using the scripts (no docker) but it's the same, not sure where it's failing, though. |
Hi xhemp, sorry for not responding the other day, I'm away this weekend, back tomorrow so unable to properly look at anything or help out. |
Hi muppet3000, no problems at all, there's no rush on this, take your time and again, thanks for your work on this and the growatt HA's plugin! |
Hi @xhemp I've had a look through the code and I did a terrible job of implementing this error output :P There's one of two problems here, either:
Would you be able to share your config file (remove any username & password information and I'll sub it out for my own and test it). That would at least allow us to rule out option 2. If it's option 1 though I'm not sure how much help I'd be. I'd have to do some digging and maybe ask for you to share some credentials so I could work out what was needed. I did a terrible job of future proofing this particular repo for additions like for a different inverter type. I'll see what I can do though. If you've been following all the chatter over on the repo for the HA integration you'll see that the API has become increasingly difficult to work against on account of Growatt blocking us all the time. Therefore I'm starting to steer people towards using grott instead. However, that transition is in it's infancy and doesn't yet easily support configuration such as this repo achieves. I'll help out where I can though. |
Hey @muppet3000 , thanks for having a look. My config is here: I do use Grott as well but when I tried to use growatt-charger was more to configure things the way I wanted instead of keep going through the ShineApp or via Web. I can test and help on whatever is needed of me, unfortunately I don't know how to code so help on that front from me is very limited :) Edit: You asked me how it shows on Growatt's website, device type shows as AC Couple. |
Thanks for sharing that. Assuming in the config file you're using the correct values for the The Sjord client is "yet another" api client, which given how flakey the growatt servers have become with them blocking anything that polls too regularly, I'm trying to get away from. As for the AC Couple type, I know that the API doesn't have support for (at least the python one that myself and indy maintain(ed)). I'm reluctant to pour too much effort into it given that I think I can get configuration "pushing" working via the HA integration that I'm working on without too much trouble. I hope you can understand my position on this, the longer I spend working on non-grott stuff, the longer it takes for me to get the grott stuff (which is the future) working. |
No worries, @muppet3000 , I understand and agree with you 100%, no point in going through Growatt if we can do it locally! |
Greetings,
Great job on this one ( I am also using the ha-growatt-server-api one, looks very promising (even though I have an SPA)!
Just wondering what I could be doing wrong on this one.
I have configureed everyhing to the best of my knowledge but I can't get it to run at all.
This is what I get:
It tries 3 times and then bails out.
Anything I can do get a bit more verbosity? :)
Thanks!
The text was updated successfully, but these errors were encountered: