• v0.3.5 03c51e2a2c

    Release 0.3.5 Stable

    paul released this 2024-02-27 15:38:00 +01:00 | 0 commits to main since this release

    Fixed

    • Fix clippy issue
    Downloads
  • v0.3.3 c61bbfef5b

    Release 0.3.3 Stable

    paul released this 2023-11-03 21:25:21 +01:00 | 6 commits to main since this release

    Security

    Changed

    • Switch to Rocket 0.5 RC4
    Downloads
  • v0.3.2 ff12875a08

    Release 0.3.2 Stable

    paul released this 2023-08-27 13:30:18 +02:00 | 10 commits to main since this release

    Fixed

    • Switch to Debian bookworm Docker image for runtime; fixes Docker image
    Downloads
  • v0.3.1 3fed86d36f

    Release 0.3.1 Stable

    paul released this 2023-08-26 11:50:34 +02:00 | 13 commits to main since this release

    Changed

    • Fix and improve Gitea Actions workflow

    Security

    Downloads
  • v0.3.0 c070877384

    Release 0.3.0 Stable

    paul released this 2023-04-15 12:16:34 +02:00 | 27 commits to main since this release

    Added

    • Implement backoff for login/update API call failures (#8)

    Changed

    • Update dependencies
    • Speed up Docker image builds by using sparse Cargo index for crates.io

    Fixed

    • Fix login errors not being detected for My Autarco
    • Fix missing build script/git repository during Docker image build
    Downloads
  • v0.2.2 beb49373fb

    Release 0.2.2 Stable

    paul released this 2023-03-22 15:00:46 +01:00 | 36 commits to main since this release

    Added

    • 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

    • Fixed/tweaked documentation

    Security

    Downloads
  • v0.2.1 35209b6303

    Release 0.2.1 Stable

    paul released this 2023-01-16 20:16:39 +01:00 | 49 commits to main since this release

    Changed

    • 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

    Fixed

    • 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
    Downloads
  • v0.2.0 4088c37cd2

    Release 0.2.0 Stable

    paul released this 2023-01-13 19:47:24 +01:00 | 67 commits to main since this release

    Added

    • 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

    Changed

    • 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
    Downloads
  • v0.1.1 5bf7f5d8de

    Release 0.1.1 Stable

    paul released this 2023-01-11 21:49:10 +01:00 | 89 commits to main since this release

    Rename Autarco Scraper project to Solar Grabber.

    Downloads