magico13 / ha-emporia-vue

Home Assistant Integration for Emporia Vue Energy Monitor
MIT License
500 stars 67 forks source link

Bugfixes & 1 second sensors #301

Closed timlaing closed 3 months ago

timlaing commented 3 months ago
magico13 commented 3 months ago

I've already fixed the warnings in my dev branch but I appreciate it nonetheless. The OptionsFlow stuff is really nice and has been on my TODO list for a while. Unfortunately I cannot support the one second sensor, it's explicitly forbidden by Emporia and I'd rather not anger them (again). For context, see this discussion in the PyEmVue repo. https://github.com/magico13/PyEmVue/issues/19

magico13 commented 3 months ago

If you need the resolution at one second I would recommend flashing ESPHome onto the Vue hardware to get fully local access. You can of course run your own fork with whatever you want enabled, but Emporia might ask you to stop or choose to cut off your access/rate limit you.

timlaing commented 3 months ago

Thanks for your feedback. I'll submit a different pull request for the options flow code.