Skip to content
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

Model details for Powerwall #64

Closed
3 tasks done
purcell-lab opened this issue Apr 2, 2024 · 3 comments
Closed
3 tasks done

Model details for Powerwall #64

purcell-lab opened this issue Apr 2, 2024 · 3 comments

Comments

@purcell-lab
Copy link
Contributor

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

Powerwall comes up as unknown model in devices section:

Screenshot 2024-04-02 14 19 18

Describe the solution you'd like

It would be useful to grab part_name and maybe connected batteries part names and numbers.

      "gateways": [
        {
          "device_id": "28d43400-3e08-4f2f-99e0-XXX",
          "din": "1152100-14-J--XXX",
          "serial_number": "XXX",
          "part_number": "1152100-14-J",
          "part_type": 10,
          "part_name": "Tesla Backup Gateway 2",
          "is_active": true,
          "site_id": "6ceeeb74-7df9-4e37-91d1-18c7fdee2ea3",
          "firmware_version": "24.4.0 0fe780c9",
          "updated_datetime": "2024-04-01T05:54:09.531Z"
        }
      ],
      "batteries": [
        {
          "device_id": "388484da-b016-42cf-ad8e-be338f9e7882",
          "din": "3012170-05-C--YYY",
          "serial_number": "YYY",
          "part_number": "3012170-05-C",
          "part_type": 2,
          "part_name": "Powerwall 2",
          "nameplate_max_charge_power": 5000,
          "nameplate_max_discharge_power": 5000,
          "nameplate_energy": 13500
        },
        {
          "device_id": "a556aade-084f-4012-b1b3-23981a07a8b7",
          "din": "3012170-10-B--ZZZ",
          "serial_number": "ZZZ",
          "part_number": "3012170-10-B",
          "part_type": 2,
          "part_name": "Powerwall 2",
          "nameplate_max_charge_power": 5000,
          "nameplate_max_discharge_power": 5000,
          "nameplate_energy": 13500
        },

Additional context

No response

@Bre77
Copy link
Contributor

Bre77 commented Apr 4, 2024

Is this in the site_info API?
Do you have a suggestion on how to combine them? Just Tesla Backup Gateway 2 and Powerwall 2?

@purcell-lab
Copy link
Contributor Author

Yes this is site_info end point.

Yes. Tesla Backup Gateway 2 and Powerwall 2 in my case.

There are some gateway/ powerwall 1 and now gateway 3 in the wild so you may see some of those as well.

@Bre77
Copy link
Contributor

Bre77 commented May 13, 2024

This has been added, will be in the next release.

@Bre77 Bre77 closed this as completed May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants