Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate multiprotocol #3833

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions silabs-multiprotocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.4.6
- Formally deprecate the addon. It will continue running as usual but you should find an alternative way to run both Zigbee and Thread if you use both with the same adapter.
Copy link
Member

Choose a reason for hiding this comment

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

The changelog will be shown quite prominently for most users on upgrade. Ideally we use this to link to instructions how users can move their installation to Zigbee/Thread only.

- Disable automatic firmware flashing. If you need to re-install the addon, you can still flash multiprotocol firmware manually via the Silicon Labs Flasher addon or the web flasher.

## 2.4.5
- Support Home Assistant Connect ZBT-1.

Expand Down
8 changes: 3 additions & 5 deletions silabs-multiprotocol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ ENV PATH="/usr/src/slc_cli/:$PATH"

RUN \
set -x \
&& git clone --depth 1 -b ${GECKO_SDK_VERSION} \
https://github.com/SiliconLabs/gecko_sdk.git
&& curl -o gecko_sdk.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/${GECKO_SDK_VERSION}/gecko-sdk.zip \
&& unzip -q -d gecko_sdk gecko_sdk.zip \
&& rm gecko_sdk.zip

# zigbeed links against libcpc.so
COPY --from=cpcd-builder /usr/local/ /usr/${DEBIAN_CROSS_PREFIX}/
Expand Down Expand Up @@ -140,8 +141,6 @@ RUN \

FROM $BUILD_FROM

ARG UNIVERSAL_SILABS_FLASHER

RUN \
set -x \
&& apt-get update \
Expand Down Expand Up @@ -238,7 +237,6 @@ RUN \
&& cd build/otbr/ \
&& ninja \
&& ninja install) \
&& pip install universal-silabs-flasher==${UNIVERSAL_SILABS_FLASHER} \
&& apt-get purge -y --auto-remove \
build-essential \
patch \
Expand Down
6 changes: 5 additions & 1 deletion silabs-multiprotocol/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Home Assistant Add-on: SiliconLabs Zigbee/OpenThread Multiprotocol Add-on
> [!CAUTION]
> Multiprotocol is no longer supported and will be removed in the near future!
> [Disable multiprotocol support](https://connectzbt1.home-assistant.io/procedures/disable-multiprotocol/) by migrating your radio back to Zigbee or Thread firmware.

# \[DEPRECATED\] Home Assistant Add-on: SiliconLabs Zigbee/OpenThread Multiprotocol Add-on

Zigbee/OpenThread Multiprotocol container for Silicon Labs based radios such as
Home Assistant Yellow, Home Assistant SkyConnect, and Home Assistant Connect ZBT-1.
Expand Down
1 change: 0 additions & 1 deletion silabs-multiprotocol/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ build_from:
args:
CPCD_VERSION: v4.3.1
GECKO_SDK_VERSION: v4.3.1
UNIVERSAL_SILABS_FLASHER: 0.0.17
6 changes: 3 additions & 3 deletions silabs-multiprotocol/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 2.4.5
version: 2.4.6
slug: silabs_multiprotocol
name: Silicon Labs Multiprotocol
name: "[Deprecated] Silicon Labs Multiprotocol"
description: Zigbee and OpenThread multiprotocol add-on
url: >
https://github.com/home-assistant/addons/tree/master/silabs-multiprotocol
Expand Down Expand Up @@ -50,5 +50,5 @@ schema:
otbr_enable: bool
otbr_log_level: list(debug|info|notice|warning|error|critical|alert|emergency)
otbr_firewall: bool
stage: experimental
stage: deprecated
startup: services

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.