Pure Local (Long-term research) - Related research and data. 868MHz 6LoWPAN protocol #151
Replies: 4 comments
-
|
Did a little back forth with Copilot, I do wonder if it's a better route to tap in to the Internet Bridge, rather than a separate dedicated RF piece of hardware? https://copilot.microsoft.com/conversations/join/RGHqupqsPgagnAD8AYvRr |
Beta Was this translation helpful? Give feedback.
-
|
Great research thread @ChrisMarriott38! Love that you're digging into this. Let me share what we've found so far from our own research, and how it connects to the links you posted. What We Know So Far868MHz 6LoWPAN (Your Links)Good finds on the 868MHz front. You're right that Tado uses 868MHz 6LoWPAN between the Bridge and TRVs — it's the standard European ISM band. The ZigBee interference point from your Reddit link is interesting but probably not a big concern in practice — Tado is a German company and 868MHz is their home turf, so they'll have designed around it. ZigBee only has 1 channel at 868MHz in Europe, so the overlap is minimal. The challenge with going the SDR route is encryption. Tado almost certainly uses AES-128 on the 6LoWPAN layer (it's standard for IEEE 802.15.4). Even if we can capture and decode the radio frames, the payload would be encrypted. Without the encryption keys (which are exchanged during device pairing), we'd hit a wall. We've done some preliminary SDR research (hardware options, software setup, protocol stack analysis) — happy to share the details if you're interested in experimenting. But realistically, there is a high chance of getting stuck at the encryption layer. Tapping Into the BridgeYour idea about tapping into the Bridge rather than separate RF hardware is smart thinking. We did a deep port scan and protocol analysis:
So unfortunately tapping into the Bridge's network side doesn't look promising for the 868MHz angle. The Bridge keeps its local communication strictly between itself and the TRVs over radio, with everything else going through the cloud tunnel. Where This Leaves UsFor pure 868MHz local control, the path would be:
It's a fascinating research project but definitely long-term. Keep the links and research coming — every bit helps build the picture! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Just saw the latest home assistant drop and it has notes about native RF integration., Also how to use ESP units with an RF adaptor. https://www.home-assistant.io/blog/2026/05/06/release-20265/#meet-the-radio-frequency-platform ESPHome, so any ESPHome device with a compatible sub-GHz transmitter can act as your home’s RF bridge. Most modules cover all common sub-GHz bands (315, 433, 868, and 915 MHz), so a single transmitter can talk to a wide range of devices. For DIY, we recommend the inexpensive CC1101 module (around $10), which you wire up to an ESP32 yourself. There’s a step-by-step guide on how to build one in the ESPHome documentation. |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Copied this from the RoadMap -
Pure Local (Long-term research) - Investigating 868MHz 6LoWPAN protocol between Bridge and TRVs for 100% local control. Requires specialized RF hardware and community help.
I figure any research of investigation would be ideal posted in this thread as reference.
https://www.reddit.com/r/tado/comments/13s7bzu/868mhz_tado_6lowpan_vs_lutron_ra2/
https://www.loraantenna.com/whats-the-difference-between-433mhz-and-868mhz-for-lorawan-networks/
This was interesting....
"Interesting, I didn’t know ZigBee can use 868MHz in some regions. Thanks!"
https://www.reddit.com/r/tado/comments/11f5jpw/issues_tado_vs_hue/
https://support.tado.com/en/articles/3557440-how-does-the-tado-internet-bridge-communicate-with-other-tado-devices
Beta Was this translation helpful? Give feedback.
All reactions