Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.3.5
    03c51e2a · Bump the version to 0.3.5 ·
    Release 0.3.5
    
    * Fix clippy issue
    
  • v0.3.4
    d5eed080 · Bump the version to 0.3.4 ·
    Release 0.3.4
    
    * Updated dependencies, fixes security advisories:
      * [RUSTSEC-2024-0003](https://rustsec.org/advisories/RUSTSEC-2024-0003)
      * [RUSTSEC-2023-0072](https://rustsec.org/advisories/RUSTSEC-2024-0072)
    
  • v0.3.3
    c61bbfef · Bump the version to 0.3.3 ·
    Release 0.3.3
    
    * Updated dependencies
      ([RUSTSEC-2020-0071](https://rustsec.org/advisories/RUSTSEC-2020-0071.html))
    
    * Switch to Rocket 0.5 RC4
    
  • v0.3.2
    ff12875a · Bump the version to 0.3.2 ·
    Release 0.3.2
    
    * Switch to Debian bookworm Docker image for runtime; fixes Docker image
    
  • v0.3.1
    3fed86d3 · Bump the version to 0.3.1 ·
    Release 0.3.1
    
    * Fix and improve Gitea Actions workflow
    
    * Update dependencies
      ([RUSTSEC-2023-0044](https://rustsec.org/advisories/RUSTSEC-2023-0044))
    
  • v0.3.0
    c0708773 · Bump the version to 0.3.0 ·
    Release 0.3.0
    
    * Implement backoff for login/update API call failures (#8)
    
    * Update dependencies
    * Speed up Docker image builds by using sparse Cargo index for crates.io
    
    * Fix login errors not being detected for My Autarco
    * Fix missing build script/git repository during Docker image build
    
  • v0.2.2
    beb49373 · Bump the version to 0.2.2 ·
    Release 0.2.2
    
    * Implement error catchers for all endpoints (#5)
    * Print the version on lift off (#6)
    * Add `/version` endpoint to the API (#6)
    * Add Gitea Actions workflow for cargo
    
    * Fixed/tweaked documentation
    
    * Update dependencies
      ([RUSTSEC-2023-0018](https://rustsec.org/advisories/RUSTSEC-2023-0018.html))
    
  • v0.2.1
    35209b63 · Bump the version to 0.2.1 ·
    Release 0.2.1
    
    * Change poll interval for Hoymiles to 5 minutes
    * Catch and raise error when Hoymiles API data responses cannot be
      deserialized
    * Use stderr for error messages (and change prefix emoji)
    * Use the `serde` crate via Rocket,; drop depend on the `serde` crate itself
    
    * Also set the state class in HA sensors example
    * Improve deserialization of Hoymiles API responses (#7)
    * Prevent total energy reported decreasing for Hoymiles (#7)
    * Set correct `last_updated` field in status report for Hoymiles (#7)
    * Set cookie to configure Hoymiles API language to English (#7)
    * Detect when Hoymiles (login/data) API response are not correct (#7)
    * Small formatting, error message and documentation fixes
    
  • v0.2.0
    4088c37c · Bump the version to 0.2.0 ·
    Release 0.2.0
    
    * Add support for multiple services (#3)
    * Add support for the Hoymiles service (#2)
    * Add `Dockerfile` (and `.dockerignore`) for building Docker images
    * Add `docker-compose-yml` for running using Docker Compose
    * Add Debian packaging via cargo-deb (#4)
    * Add documentation for how to use it with Home Assistant
    
    * Change the example port the webservice runs at to 2399
    * Update documentation for Docker (Compose) support
    * Split off a library crate
    * Split off My Autarco support as a separate service
    
  • v0.1.1
    5bf7f5d8 · Initial import into Git ·
    Release 0.1.1
    
    Rename Autarco Scraper to Solar Grabber.