You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the last several days, I'm getting an error querying for City of Austin electric data. I finally spent time in the debugger to see what's happening.
In the async_login(), where it POSTs the action_url, we get the HTML response below.
Specifically, it complains: Cannot find partner configuration for provider opower-coa-dss-webUserProd.
I believe the action_url is https://coautilities.com/isam/sps/OPowerIDP_DSS/saml20/login. With the error, we fail the assertion that we found a RelayState and SAMLResponse.
I assume this is a configuration problem on the opower/city of Austin side, but wanted to register the issue just in case.
In home-assistant/core#144487 (comment) it shows a SAML difference between the app and using a browser. Maybe this changed recently on the coautilities side.
For the last several days, I'm getting an error querying for City of Austin electric data. I finally spent time in the debugger to see what's happening.
In the async_login(), where it POSTs the action_url, we get the HTML response below.
Specifically, it complains: Cannot find partner configuration for provider opower-coa-dss-webUserProd.
I believe the action_url is
https://coautilities.com/isam/sps/OPowerIDP_DSS/saml20/login
. With the error, we fail the assertion that we found a RelayState and SAMLResponse.I assume this is a configuration problem on the opower/city of Austin side, but wanted to register the issue just in case.
The text was updated successfully, but these errors were encountered: