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
I've tried to get City of Austin Utilities working off and on since support was added, but I've never been able to get any data. I assumed it was because I'd used my COA account for two different addresses (a previous residence and the current one), or the fact that I have solar. When I add the integration to Home Assistant I don't get any errors, so today I finally decided to try debugging the Opower code to see if there was anything more helpful.
When I try to add my account I get this error:
Error server response: {"error":{"details":"No AMI UtilityAccounts found for specified customer.","serviceErrorCode":"NO_AMI_ACCOUNTS"}}
Looking at the output from the various requests the account id matches my COA account id, and the utility account id matches the service id for my electric meter. Nothing really sticks out to me as strange, I don't see multiple meters or anything like that. The only thing I noticed that's somewhat suspicious is when I was x'ing out personal information and ids there were two different but very similar values for premiseId and servicePointId. I've included the redacted output below.
I've tried to get City of Austin Utilities working off and on since support was added, but I've never been able to get any data. I assumed it was because I'd used my COA account for two different addresses (a previous residence and the current one), or the fact that I have solar. When I add the integration to Home Assistant I don't get any errors, so today I finally decided to try debugging the Opower code to see if there was anything more helpful.
When I try to add my account I get this error:
Error server response: {"error":{"details":"No AMI UtilityAccounts found for specified customer.","serviceErrorCode":"NO_AMI_ACCOUNTS"}}
Looking at the output from the various requests the account id matches my COA account id, and the utility account id matches the service id for my electric meter. Nothing really sticks out to me as strange, I don't see multiple meters or anything like that. The only thing I noticed that's somewhat suspicious is when I was x'ing out personal information and ids there were two different but very similar values for premiseId and servicePointId. I've included the redacted output below.
The text was updated successfully, but these errors were encountered: