Skip to content

Releases: gracingpro/blauberg-homeassistant

v1.0.5

24 Dec 12:29
Compare
Choose a tag to compare

Version: 1.0.5

Release Date: December 24, 2023

Docker image

Docker Pull Command:

docker pull gracingpro/blauberg-homeassistant:1.0.5

What's New in v1.0.5:

We're pleased to announce the release of blauberg-homeassistant v1.0.5.
Added support for two registers related to bypass functionality.

You can download the latest Docker image from Docker Hub and pull the latest changes from our GitHub repository. Please refer to the README for information on how to set up and configure the integration.

Docker Hub: gracingpro/blauberg-homeassistant

GitHub Repository: gracingpro/blauberg-homeassistant

Documentation:

You can find detailed setup instructions and additional information in the project's README file.

Thank you for using our Docker image. We appreciate your feedback. If you have any issues, please report them on the GitHub Issues page of our repository.


Full Changelog: https://github.com/gracingpro/blauberg-homeassistant/blob/main/CHANGELOG.md

v1.0.4

07 Jul 07:35
Compare
Choose a tag to compare

Version: 1.0.4

Release Date: July 07, 2023

Docker image

Docker Pull Command:

docker pull gracingpro/blauberg-homeassistant:1.0.4

What's New in v1.0.4:

We're pleased to announce the release of blauberg-homeassistant v1.0.4. This release includes bug fixes.

Fixed in v1.0.4:

  • Fix: Fixed IR_VerMAIN_FMW incorrect icon: Fixed the issue in icon variables.

You can download the latest Docker image from Docker Hub and pull the latest changes from our GitHub repository. Please refer to the README for information on how to set up and configure the integration.

Docker Hub: gracingpro/blauberg-homeassistant

GitHub Repository: gracingpro/blauberg-homeassistant

Documentation:

You can find detailed setup instructions and additional information in the project's README file.

Thank you for using our Docker image. We appreciate your feedback. If you have any issues, please report them on the GitHub Issues page of our repository.


Full Changelog: https://github.com/gracingpro/blauberg-homeassistant/blob/main/CHANGELOG.md

v1.0.3

16 Jun 05:35
Compare
Choose a tag to compare

Version: 1.0.3

Release Date: June 16, 2023

Docker image

Docker Pull Command:

docker pull gracingpro/blauberg-homeassistant:1.0.3

What's New in v1.0.3:

We're pleased to announce the release of blauberg-homeassistant v1.0.3. This release includes bug fixes.

Fixed in v1.0.3:

  • MQTT Monitor suck: Fixed the issue in MQTT Monitor that was causing the pushing of metrics intermittently to freeze.

You can download the latest Docker image from Docker Hub and pull the latest changes from our GitHub repository. Please refer to the README for information on how to set up and configure the integration.

Docker Hub: gracingpro/blauberg-homeassistant

GitHub Repository: gracingpro/blauberg-homeassistant

Documentation:

You can find detailed setup instructions and additional information in the project's README file.

Thank you for using our Docker image. We appreciate your feedback. If you have any issues, please report them on the GitHub Issues page of our repository.


Full Changelog: https://github.com/gracingpro/blauberg-homeassistant/blob/main/CHANGELOG.md

v1.0.2

03 Jun 11:45
Compare
Choose a tag to compare

Release 1.0.2 - Enhanced Logging

This release introduces significant enhancements to the application's logging capabilities, increasing visibility and aiding in troubleshooting. Users can now easily track the progress and operational status of the integration through detailed logs.

Added

  • Comprehensive logging: We've introduced a more detailed and informative logging mechanism. This upgrade will help track the application's workflow and troubleshoot more efficiently.

  • Redirected stdout and stderr: Supervisor configuration has been adjusted to ensure the stdout and stderr from each Python program is captured properly by Docker. This means that both stdout and stderr from your applications are now included in the Docker logs.

  • Improved exception handling: The Python programs have been updated to better catch and log exceptions, preventing unexpected terminations and loss of output channels.

How to upgrade

To take advantage of these new features and improvements, pull the new Docker image using the command:

docker pull gracingpro/blauberg-homeassistant:1.0.2

Then restart your container.

docker compose down
docker compose up -d

Please refer to the project's README on GitHub for more information.

As always, we appreciate your feedback and support as we continue to improve this project.

v1.0.1

03 Jun 04:38
Compare
Choose a tag to compare

Version: 1.0.1

Release Date: June 2, 2023

Docker image

Docker Pull Command:

docker pull gracingpro/blauberg-homeassistant:1.0.1

What's New in v1.0.1:

We're pleased to announce the release of blauberg-homeassistant v1.0.1. This release includes a bug fix that improves the accuracy of our hour metrics.

Fixed in v1.0.1:

  • Hour Metrics Parsing: Fixed the issue in Modbus register parsing that was causing the hour metrics to be misrepresented. The parsing logic has been updated and now accurately extracts hours from the Modbus register.

You can download the latest Docker image from Docker Hub and pull the latest changes from our GitHub repository. Please refer to the README for information on how to set up and configure the integration.

Docker Hub: gracingpro/blauberg-homeassistant

GitHub Repository: gracingpro/blauberg-homeassistant

Documentation:

You can find detailed setup instructions and additional information in the project's README file.

Thank you for using our Docker image. We appreciate your feedback. If you have any issues, please report them on the GitHub Issues page of our repository.


Full Changelog: https://github.com/gracingpro/blauberg-homeassistant/blob/main/CHANGELOG.md

v1.0.0

02 Jun 06:07
Compare
Choose a tag to compare

Version: 1.0.0

Release Date: May 28, 2023

Docker image

Docker Pull Command:

docker pull gracingpro/blauberg-homeassistant:1.0.0

What's New in v1.0.0:

  • Blauberg Ventilation Integration: This release includes the integration of Blauberg ventilation systems with Home Assistant. You can now scrape metrics from S21 controller via Modbus and publish them to MQTT topics. The integration also supports publishing configuration profiles for Home Assistant.

  • Predefined Metrics: All metrics have predefined descriptions, icons, and measure units.

  • Compatibility: This release supports Blauberg units with the S21 controller, which includes series such as Komfort.

  • API Access: This version offers API access to get Alarms, Coils, Discrete Inputs, Input Registers, and Holding Registers. Please note that control methods for these are not provided in this release.

Known Issues:

  • Control Methods: The API currently does not offer control methods for Alarms, Coils, Discrete Inputs, Input Registers, and Holding Registers.

Documentation:

You can find detailed setup instructions and additional information in the project's README file.

Thank you for using our Docker image. We appreciate your feedback. If you have any issues, please report them on the GitHub Issues page of our repository.


Full Changelog: https://github.com/gracingpro/blauberg-homeassistant/blob/main/CHANGELOG.md