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

Possible to turn on any of the sensors for realtime updates? #338

Open
EliSchleifer opened this issue Jan 9, 2025 · 2 comments
Open

Possible to turn on any of the sensors for realtime updates? #338

EliSchleifer opened this issue Jan 9, 2025 · 2 comments

Comments

@EliSchleifer
Copy link

I have a single circuit that I would like to get near realtime data for. My range hood has a remote control that I have automated with Hassio, but the current state of the hood is not queryable. Luckily the hood is on an emporia dedicated circuit - so in theory I could get the state of the hood if I could read the data on that circuit in near-realtime.

The app allows me to see such information - is there a local path to do this without running thru cloud? and if not any way to add more frequent polling for a subset of sensors. Happy to draft a PR to work on this - if its technically feasible.

@magico13
Copy link
Owner

magico13 commented Jan 9, 2025

Sadly there's no local access and Emporia has specifically requested that we don't poll more than once a minute. I can't stop you from modifying the code to poll the one-second scale, but they have threatened to cut off third party access to the API if too many people do it.

@EliSchleifer
Copy link
Author

roger - they should really expose this stuff for local push/pull

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