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

Support integration with home automation systems #5753

Open
davidpanderson opened this issue Aug 12, 2024 · 4 comments
Open

Support integration with home automation systems #5753

davidpanderson opened this issue Aug 12, 2024 · 4 comments

Comments

@davidpanderson
Copy link
Contributor

davidpanderson commented Aug 12, 2024

Create documentation and cookbooks so that volunteers can, e.g.

  • compute only when solar panels have excess power
  • compute only when exterior temp is below X
  • compute only when price of electricity is below X
    etc.

Do this for at least:
home assistant
Apple
Google
Amazon

Should work with low-power protocols (zigb, zwave) as well as wifi

This probably doesn't require changes to the client; just use GUI RPCs.

@CharlieFenton
Copy link
Contributor

This probably doesn't require changes to the client; just use GUI RPCs.

It would be good for the Event Log to show the reason for suspension: temperature, solar panels, etc. I believe this would require at least a small change to the client, to allow the GUI RPC to include a reason for suspension.

@CharlieFenton
Copy link
Contributor

compute only when price of electricity is below X

This is already available by using the Daily Schedules tab in local computing preferences.

@davidpanderson
Copy link
Contributor Author

Not if the price of electricity is dynamic

@davidpanderson
Copy link
Contributor Author

I'll add the 'reason' arg to RPC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

3 participants