Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small Rust application that polls a Net2Grid energy meter and stores the data in a PostgreSQL database.

Config

./config.toml.example contains the configuration template.

Database schema

The database should have the following schema:

Column Type Nullable
time timestamp with time zone not null
power integer
consumption bigint
production bigint
gas_consumption bigint

You could also modify the SQL queries to use your own schema.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages