Skip to content

behrat/influx-emoncms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

influx-emoncms

Emoncms server that writes data to influxdb

Configuration

Run go run main.go -help to see configuration options.

Run the server

go run main.go

Input API

This HTTP server partially implements the API for writing data to emoncms.

So far, has only been implemented for and tested with an OpenEVSE station.

Contributions to support more of the API spec and thus more devices is welcome.

Apikey authentication

If the server is configurated to require an API key, the client must send the correc tkey in the apikey field of the request query string or form data.

Posting Data

Data must be in valid JSON format, contained in the json field of the request query string or form data.

About

Emoncms server that writes data to influxdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages