sremes / oomi

Download electricity consumption data from Oomi and upload it into Google Firestore.
MIT License
0 stars 1 forks source link

How to only use for InfluxDB #5

Open timo12357 opened 1 year ago

timo12357 commented 1 year ago

I would like to strip all Google related dependencies and only use the software to pull consumption data to InfluxDB in OpenHAB. How to do that?

sremes commented 1 year ago

Did you check if the data pulling was still working? I had issues sometime ago, that the excel you get from the oomi website is no longer working, or only returns an empty sheet.

timo12357 commented 1 year ago

I can download the csv file manually from Oomis online service, yes. I have not been able to your software to work in Armbian yet, though. The install documentation is quite brief. First hurdle is installing pandas, which is not availabe via apt.

sremes commented 1 year ago

Yep, previously you used to get an Excel (xlsx) file, not CSV, so I guess this is not unfortunately working currently. I need to figure out how to get the CSV file out of their system. Anyway, I would recommend installing all python deps with pip into a venv.

timo12357 commented 1 year ago

Any progress on this?