From 173478841d4faa59336add03f5e1b15ddea5b31e Mon Sep 17 00:00:00 2001 From: Awawa <69086569+awawa-dev@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:07:31 +0200 Subject: [PATCH 1/4] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 69b6b20..0863831 100644 --- a/readme.md +++ b/readme.md @@ -25,7 +25,7 @@ The firmware can be flashed directly from your browser: ## Integration -- **HyperHDR:** Native support via `udpraw` and `WLED` protocols. A dedicated DDP driver coming soon to HyperHDR. +- **HyperHDR:** Dedicated Hyperk driver (>v22beta1). Also works via its native `DDP`, `udpraw`, and `WLED` drivers. - **Home Assistant:** Automatic discovery with support for power on/off, color, and brightness control. ## Network Services @@ -40,4 +40,4 @@ The firmware can be flashed directly from your browser: LEDs turn off automatically 6.5s after stream loss. --- -*Developed for performance. Optimized for HyperHDR. [Privacy & Technical Note](https://awawa-dev.github.io/hyperk/privacy.html)* \ No newline at end of file +*Developed for performance. Optimized for HyperHDR. [Privacy & Technical Note](https://awawa-dev.github.io/hyperk/privacy.html)* From 4f2d799da15d94c1ede0bfd7cfe28fcb4e320605 Mon Sep 17 00:00:00 2001 From: Awawa <69086569+awawa-dev@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:31:58 +0200 Subject: [PATCH 2/4] Update readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 0863831..8b28d86 100644 --- a/readme.md +++ b/readme.md @@ -28,6 +28,11 @@ The firmware can be flashed directly from your browser: - **HyperHDR:** Dedicated Hyperk driver (>v22beta1). Also works via its native `DDP`, `udpraw`, and `WLED` drivers. - **Home Assistant:** Automatic discovery with support for power on/off, color, and brightness control. +| HyperHDR | Home Assistant | +|--------------------|--------------------| +| [![1](https://github.com/user-attachments/assets/ab252845-50da-4985-96be-d1da7bfd522d)](https://github.com/user-attachments/assets/ab252845-50da-4985-96be-d1da7bfd522d) | [![2a](https://github.com/user-attachments/assets/b3097b11-249a-4a66-9cff-bcdd70f28e87)](https://github.com/user-attachments/assets/b3097b11-249a-4a66-9cff-bcdd70f28e87) | + + ## Network Services | Service | Port | Protocol / Description | From e5670c4db3166e2648b96eb9e94d1862059504cd Mon Sep 17 00:00:00 2001 From: Awawa <69086569+awawa-dev@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:34:46 +0200 Subject: [PATCH 3/4] Update version --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 95cdb8d..4e379d2 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.0.2-beta +0.0.2 From daff7e804d4c74c82fb580d342706df918e5af2f Mon Sep 17 00:00:00 2001 From: Awawa <69086569+awawa-dev@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:44:12 +0200 Subject: [PATCH 4/4] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 8b28d86..ea4ab11 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,10 @@ The firmware can be flashed directly from your browser: - **NeoPixel RGBW:** SK6812 (includes white channel calibration known from HyperSerial). - **DotStar SPI:** APA102 and high-speed clocked LEDs. +## Manual + +👉 [https://wiki.hyperhdr.eu/Hyperk](https://wiki.hyperhdr.eu/Hyperk) + ## Integration - **HyperHDR:** Dedicated Hyperk driver (>v22beta1). Also works via its native `DDP`, `udpraw`, and `WLED` drivers.