core: Powerwall doesn't show any sensor when the utility data is missing
The problem
I’m running under HA 0.108.3 I installed the new Tesla PW2 integration, and all went right, but I cannot see any sensor
Environment
HA 0.108.3 installed starting from image for raspberry, downloaded from home assistant web site.
- Integration causing this issue: Tesla Powerwall 2
Problem-relevant configuration.yaml
Traceback/Error logs
Additional information
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 65 (36 by maintainers)
You can also use a browser and navigate to
https://<powerwall-ip>/api/system_status/soeandhttps://<powerwall-ip>/api/meters/aggregatesif you don’t want to fiddle with python.@kayloehmann Thanks for your support, but version 1.4.2 is already implemented 😃
Thanks, that helped a lot! I think I found the issue! For you the
site_inforesponse does not include autility,distributerandretailerkey. But the Integration usesutilityto create theunique_idof your device and because the access of this key fails there is no device created. It is just weird that although we have the same version the API responses differ. The only difference is the git-hash so it seems we are using indeed two different versions.I will take a look into how this could be resolved.