I was trying to read my EMU-2 and found your repository. Unfortunately, I'm getting the following error:
Traceback (most recent call last):
File "test.py", line 2, in <module>
from emu_power.response_entities import InstantaneousUsage
ImportError: cannot import name 'InstantaneousUsage' from 'emu_power.response_entities' (/home/ubuntu/.local/lib/python3.8/site-packages/emu_power/response_entities.py)
For others who might find this repo, there is a working code sample here:
I was trying to read my EMU-2 and found your repository. Unfortunately, I'm getting the following error:
For others who might find this repo, there is a working code sample here:
https://github.com/smakonin/RAEdataset/blob/master/EMU2_reader.py