You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: