Skip to content

Releases: hiroaki0923/aiseg2-bridge

Release v0.4.0

13 Aug 09:02

Choose a tag to compare

Home Assistant Custom Component

This release is available as a Home Assistant Custom Component:

Installation via HACS (Custom Repository)

  1. Add this repository to HACS as a custom repository: https://github.com/hiroaki0923/aiseg2-bridge
  2. Category: Integration
  3. Install "AiSEG2 Bridge" integration
  4. Restart Home Assistant
  5. Add the integration via Settings → Devices & Services

Manual Installation

  1. Download the latest release
  2. Extract custom_components/aiseg2_bridge to your Home Assistant custom_components directory
  3. Restart Home Assistant
  4. Add the integration via Settings → Devices & Services

HACS Validation Status

  • ✅ Repository metadata, topics, and manifest validation passed
  • ℹ️ Brands validation skipped (expected for custom integrations)
  • 📋 This integration is ready for use as a custom component

Changes

  • Fix SSL blocking operation using asyncio.to_thread
  • Fix device identifier consistency and SSL blocking operation
  • Add explicit entity_id for all sensors
  • Update manifest.json version to 0.4.0

Documentation

See the README for installation and usage instructions.

Release v0.3.4

12 Aug 17:51

Choose a tag to compare

Home Assistant Custom Component

This release is available as a Home Assistant Custom Component:

Installation via HACS (Custom Repository)

  1. Add this repository to HACS as a custom repository: https://github.com/hiroaki0923/aiseg2-bridge
  2. Category: Integration
  3. Install "AiSEG2 Bridge" integration
  4. Restart Home Assistant
  5. Add the integration via Settings → Devices & Services

Manual Installation

  1. Download the latest release
  2. Extract custom_components/aiseg2_bridge to your Home Assistant custom_components directory
  3. Restart Home Assistant
  4. Add the integration via Settings → Devices & Services

HACS Validation Status

  • ✅ Repository metadata, topics, and manifest validation passed
  • ℹ️ Brands validation skipped (expected for custom integrations)
  • 📋 This integration is ready for use as a custom component

Changes

  • Fix blocking SSL operation and add integration icon
  • Update manifest.json version to 0.3.4

Documentation

See the README for installation and usage instructions.

Release v0.3.3

12 Aug 16:19

Choose a tag to compare

Home Assistant Custom Component

This release is available as a Home Assistant Custom Component:

Installation via HACS (Custom Repository)

  1. Add this repository to HACS as a custom repository: https://github.com/hiroaki0923/aiseg2-bridge
  2. Category: Integration
  3. Install "AiSEG2 Bridge" integration
  4. Restart Home Assistant
  5. Add the integration via Settings → Devices & Services

Manual Installation

  1. Download the latest release
  2. Extract custom_components/aiseg2_bridge to your Home Assistant custom_components directory
  3. Restart Home Assistant
  4. Add the integration via Settings → Devices & Services

HACS Validation Status

  • ✅ Repository metadata, topics, and manifest validation passed
  • ℹ️ Brands validation skipped (expected for custom integrations)
  • 📋 This integration is ready for use as a custom component

Changes

  • Allow releases even when HACS brands validation fails
  • Add home-lightning-bolt integration icon
  • Update manifest.json version to 0.3.3

Documentation

See the README for installation and usage instructions.

Release v0.2.1

12 Aug 12:34

Choose a tag to compare

Docker Images

This release is available as a Docker image:

docker pull hiroaki0923/aiseg2mqtt:v0.2.1

Supported architectures:

  • linux/amd64 (x86_64)
  • linux/arm64 (aarch64)

Changes

  • Re-enable Docker Hub description update
  • Remove retain flag from MQTT state messages

Installation

See the README for installation and usage instructions.

Release v0.2.0

12 Aug 10:26

Choose a tag to compare

Docker Images

This release is available as a Docker image:

docker pull hiroaki0923/aiseg2mqtt:v0.2.0

Supported architectures:

  • linux/amd64 (x86_64)
  • linux/arm64 (aarch64)

Changes

  • Refactor and add disclaimer to README

Installation

See the README for installation and usage instructions.

Release v0.1.2

11 Aug 17:22

Choose a tag to compare

Docker Images

This release is available as a Docker image:

docker pull hiroaki0923/aiseg2mqtt:v0.1.2

Supported architectures:

  • linux/amd64 (x86_64)
  • linux/arm64 (aarch64)

Changes

  • Disable Docker Hub description update to prevent workflow failures
  • Add Home Assistant Energy Dashboard support

Installation

See the README for installation and usage instructions.

Release v0.1.1

11 Aug 15:06

Choose a tag to compare

Docker Images

This release is available as a Docker image:

docker pull hiroaki0923/aiseg2mqtt:v0.1.1

Supported architectures:

  • linux/amd64 (x86_64)
  • linux/arm64 (aarch64)

Changes

  • Fix Docker Hub description update in workflow

Installation

See the README for installation and usage instructions.