magico13 / PyEmVue

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

Usage Channels 1,2,3 individually #22

Closed Cuervocartoon closed 2 years ago

Cuervocartoon commented 2 years ago

Hi there!

Is there any way to get the usage data individually for channel 1,2,3?

magico13 commented 2 years ago

Unfortunately there is not direct data for each channel in kw as of right now since each channel isn't broken out in the API. However, if you request amp data it is broken into each separate channel. You could multiply by 120 then to get kw for each leg separately.

Cuervocartoon commented 2 years ago

I really appreciate your response and dedication. Best regards