-
Notifications
You must be signed in to change notification settings - Fork 63
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
Can't log in to SMUD via HA plugin #97
Comments
@BrianHenryIE could you take a look and fix? |
Running standalone with
|
@BrianHenryIE bump |
bump bump bump |
I am having this same problem. |
This is working from the command line. I've been testing the SMUD integration and found that the dropdown menu for selecting meter numbers is gone. That might have broken the integration. I'll create a pull request once I've done more testing. Any help testing would be appreciated. |
Grab the changed file from my repository and get it into your HA install if you can. It is running in mine now and it seems to work. My HA is in a docker container so I just edited the file in there. You only have to delete some lines. Make sure not to break your HA. |
For anybody else following along @ home, the delta can be seen here: main...andylittle:opower-smud:smud-login-fix In container (for version And yeah, that seems to have worked for me:
I am running HA in k8s so this change won't stick / the next time the pod is re-scheduled, it'll be gone. We'll find out if the changes are only needed on setup or each time the integration is spun up for auth. |
I can't seem to even find the path to this file in my HA install - I'm just using a RasPi5 with HA OS installed. Added the SSH add-in, and I'm on the terminal, but I can't seem to find the file. Hopefully it gets committed soon and I can just update the plugin |
Figured it out... https://developers.home-assistant.io/docs/operating-system/debugging/ Gotta make sure you scroll to the bottom and run the command to drop into the container's bash before you can find the file. Then make sure you restart home assistant after you change the file. After that SMUD login worked. Thank you! |
Testing the @andylittle change using |
Here is the error:
@andylittle FYI
The text was updated successfully, but these errors were encountered: