Skip to content

Release 0.8.0#18

Merged
MaStr merged 1 commit into
mainfrom
0.8.0
May 11, 2026
Merged

Release 0.8.0#18
MaStr merged 1 commit into
mainfrom
0.8.0

Conversation

@MaStr
Copy link
Copy Markdown
Owner

@MaStr MaStr commented May 11, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 11, 2026 07:42
@MaStr MaStr merged commit 5196992 into main May 11, 2026
5 checks passed
@MaStr MaStr deleted the 0.8.0 branch May 11, 2026 07:43
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the Home Assistant add-on repository for the 0.8.0 release by updating add-on metadata, configuration/schema templates, build targets, and release notes.

Changes:

  • Bump add-on version to 0.8.0 and expand config/schema to include new options (e.g., battery_control.type, peak_shaving, min_pv_charge_rate, fronius-modbus inverter type).
  • Drop deprecated architectures (armhf/armv7) and update base images in build.yaml.
  • Add 0.8.0 release notes to changelogs and update the development changelog header.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
batcontrol/Dockerfile Adds runtime environment metadata for the container.
batcontrol/config.yaml Updates add-on version, removes deprecated arch, and extends options/schema for new features.
batcontrol/CHANGELOG.md Adds 0.8.0 release notes.
batcontrol/build.yaml Updates build base images and removes deprecated arch build targets.
batcontrol-development/config.yaml Mirrors config/schema extensions for the development add-on.
batcontrol-development/CHANGELOG.md Rolls development header forward and includes 0.8.0 notes.
Comments suppressed due to low confidence (1)

batcontrol-development/config.yaml:52

  • The example comment for inverter.type still says "currently only fronius_gen24 supported", but the schema now includes additional supported backends (e.g. fronius-modbus, mqtt, dummy). Please update the comment so the development add-on config template matches the actual supported options.
  inverter:
    type: dummy #currently only fronius_gen24 supported
    address: 192.168.0.XX # the local IP of your inverter. needs to be reachable from the machine that runs batcontrol
    user: customer #customer or technician lowercase only!!
    password: YOUR-PASSWORD #

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread batcontrol/Dockerfile
Comment on lines 48 to +51
ENV BATCONTROL_VERSION=${BUILD_VERSION}
ENV BATCONTROL_GIT_SHA=${GIT_SHA}
ENV BATCONTROL_RUNTIME_ENV="home_assistant_addon-ng"

Comment thread batcontrol/config.yaml
Comment on lines 48 to 52
inverter:
type: dummy #currently only fronius_gen24 supported
address: 192.168.0.XX # the local IP of your inverter. needs to be reachable from the machine that runs batcontrol
user: customer #customer or technician lowercase only!!
password: YOUR-PASSWORD #
Comment thread batcontrol/CHANGELOG.md

### 🔧 Technical Updates

- **Build**: switched from pip to uv for Docker image builds and test setup
## What's Changed

- Support for the homeassistant evcc-sensor fomr ML solar forecastprediction
- **Build**: switched from pip to uv for Docker image builds and test setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants