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

It would be great to have the ability to turn Storm Watch on and off. #1004

Open
Obioban opened this issue Jun 15, 2024 · 5 comments
Open

It would be great to have the ability to turn Storm Watch on and off. #1004

Obioban opened this issue Jun 15, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@Obioban
Copy link

Obioban commented Jun 15, 2024

For those of use on Time of Use power, Storm Watch is very much a double edged storm. I generally like to have storm watch on, but I don't want it to be charging the house batteries in the 4 hours of SUPER expensive power on week days.

If the Tesla HACs integration could turn Storm Watch on and off, I could set up HA to turn off storm watch at 2pm on weekdays and turn on storm watch at 6pm on weekdays-- only slightly decreasing the effectiveness of Storm Watch, but making it so I don't get hit by stupidly expensive bills randomly.

Any possibility of this happening?

@Obioban Obioban added the enhancement New feature or request label Jun 15, 2024
@dandelionclock
Copy link
Contributor

Have you tried calling the API in developer tools -> services? Try

service: tesla_custom.api
data:
  email: <[email protected]>
  command: STORM_MODE_SETTINGS
  parameters:
    path_vars:
      site_id: <your_energy_site_id>
    enabled: true

@Obioban
Copy link
Author

Obioban commented Jun 17, 2024

Have you tried calling the API in developer tools -> services? Try

service: tesla_custom.api
data:
  email: <[email protected]>
  command: STORM_MODE_SETTINGS
  parameters:
    path_vars:
      site_id: <your_energy_site_id>
    enabled: true

This is a bit beyond my understanding of how to complete. Any chance you could point me in the direction of how to get started with the above?

@dandelionclock
Copy link
Contributor

dandelionclock commented Jun 17, 2024 via email

@Obioban
Copy link
Author

Obioban commented Jun 17, 2024

in home assistant, on the left side bar click developer tools, then go to the services tab. Choose YAML mode. Paste the code in. Replace email and site id with your info then press call service

Final question (hopefully)... where does the site ID come from?

@dandelionclock
Copy link
Contributor

dandelionclock commented Jun 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants