Unofficial parser for Emu Electronic AG datalogger. Tested using a Water sensor manufactured by APA (v21).
Disclaimer: This is an educational code made for testing purposes. Use at your own risk.
- Access your emu datalogger via the website
- Go to "System Integration"
- Select your "From" and "To" date
- Select "Water meter":
Medium
- Select "Export-Type":
json
- Select "Filter":
per month
- CLick Export
The export operation takes some time. For example, for 10 flats, 6 months it takes around 10 minutes.
- Place it in the
./in
folder - Write your desired filename
- Write your desired header
There will be a single .csv
file in the ./out
folder.
This example assumes (in get_flat_door_from_filename
) the name of each device starts with PL
. You might need
to do some adaptations.
This is what the output file ./out/FILENAME.csv
will look like once the code is executed, this is a summary for flats 5A to 5G.
Hoja de consumos de agua caliente por piso - HEADER
Piso;Diferencia de consumo (m3);2023-09-30;2023-10-31;2023-11-30;2023-12-31;2024-01-25
05A;22,123;132,245;137,791;142,368;148,756;154,368
05B;9,925;58,974;60,973;63,573;66,603;68,899
05C;2,186;27,799;28,255;28,759;29,568;29,985
05D;0,341;9,469;9,476;9,574;9,702;9,81
05E;8,478;48,683;50,949;53,807;55,057;57,161
05G;3,967;31,701;32,629;34,015;34,826;35,668