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)

Most upvoted comments

You can also use a browser and navigate to https://<powerwall-ip>/api/system_status/soe and https://<powerwall-ip>/api/meters/aggregates if 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_info response does not include a utility, distributer and retailer key. But the Integration uses utility to create the unique_id of 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.