magico13 / PyEmVue

Python Library for the Emporia Vue Energy Monitor
MIT License
191 stars 36 forks source link

Asyncio interface? #84

Open waldner opened 3 months ago

waldner commented 3 months ago

The title says it all...I know it's a long shot, but I though I'd ask just in case.

magico13 commented 3 months ago

I've only got a little bit of experience with using asyncio in python, and none developing with it, but I can add it to the list of things to investigate. I've done plenty of async/await in C# so the concepts should transfer over at least.