this post was submitted on 04 Aug 2026
20 points (100.0% liked)
homeassistant
20265 readers
48 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here's someone reverse-engineering the device: https://github.com/Lexy1972/Reverse-Engineer-a-Quntis-Monitor-LED-Bar-Controller
I'd say an ESP32-C6 with an NRF24L01 and some custom code would probably work as a bridge. The ESP32-C6 (and H2) can do Thread. And the NRF24 blast out 2.4GHz signals. I have no clue how Tread and Matter work, though. If it's HASS, it's probably easier to skip all the Thread and Matter stuff and write some ESPHone component and forward it over Wifi. Basically an RF bridge. But seems like it's a major coding and soldering project.