Bluetooth cloning

Forgive my ignorance, but are there any reasons that Homey can’t clone Bluetooth signals to work as a remote control?

I know it has the IR blaster built in, but some devices are operated by Bluetooth remote controls instead.

It would be a great way to integrate thousands of ‘smart’ devices that don’t currently have a homey app, as most of them will connect to your phone via Bluetooth, so why not have the homey send the Bluetooth signal to control the device instead of our phones?

Only Athom can tell → homey.app/support

433Mhz and IR remotes (usually) use dumb signals, just a specific bit stream for each command, without authentication or basically any underlying protocol, which makes them (somewhat) trivial to clone (just record the signal and play it back).

Bluetooth/BLE is a proper protocol, with clients, servers, (optional) authentication, (optional) encryption, request/response, etc. You can’t just record its signals and play them back.

5 Likes