Skip to content

Parser for Australia's NEM12 format that contains meter data about energy usage

Notifications You must be signed in to change notification settings

jaspervanbrian/meter_data_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeterDataParser

About this project

This project was made to take and parse NEM12 data format, that is used in Australia's energy meter readings.

Setting up

Install asdf: https://asdf-vm.com/guide/getting-started.html

Install erlang:

$ asdf plugin add erlang
$ asdf install erlang latest

Install elixir:

$ asdf plugin add elixir
$ asdf install elixir latest

cd to meter_data_parser/ folder

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Parser for Australia's NEM12 format that contains meter data about energy usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published