Crates.io | octo-influx |
lib.rs | octo-influx |
version | 0.1.1 |
source | src |
created_at | 2022-01-13 23:41:48.305896 |
updated_at | 2022-07-19 20:36:57.106875 |
description | A tool to import smart metering data from the Octopus Energy API into InfluxDB. |
homepage | |
repository | https://github.com/qwandor/octopower |
max_upload_size | |
id | 513581 |
size | 43,505 |
octo-influx
is a tool to fetch smart meter reading data from the Octopus Energy API and import it
into an InfluxDB database. It also works for Octopus resellers such as London Power.
This is not an officially supported Google product.
If you want to run octo-influx
every night as a system service, you can install the latest release
from our Debian repository:
$ curl -L https://homiers.jfrog.io/artifactory/api/security/keypair/public/repositories/homie-rs | sudo apt-key add -
$ echo "deb https://homiers.jfrog.io/artifactory/homie-rs stable main" | sudo tee /etc/apt/sources.list.d/homie-rs.list
$ sudo apt update && sudo apt install octo-influx
Alternatively, you may install with cargo install:
$ cargo install octo-influx
/etc/octo-influx.toml
to add your account details and InfluxDB connection details.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
If you want to contribute to the project, see details of how we accept contributions.