/aurora-client

Client for uploading pv readouts from aurora inverters to pvoutputs.org

Primary LanguageRust

Run the client

To run the client:

  1. install rust
  2. Build the client with with
Cargo build --release
  1. Copy Config.toml.example to Config.toml
  2. Modify Config.toml to match your setup.
    • Run with:

      Cargo run --release
      

      OR

    • Run the produced executable directly