Page 1 of 1
Remote control 2.4GHz devices with Domoticz like RFCOM Tranceiver?
Posted: Wednesday 22 February 2023 16:27
by tne7laa
I have devices like shutters etc. and can control them with my RFXCOM transceiver on 433MHz.
Now I also own devices which communicate on 2.4GHz with a remote controller. See photo (Klarstein IR panel, LED lamps).
I can't figure it out if there is an 2.4GHz USB device like the RFXtrx433E to scan and replicate the remote control signal.
Did a lot of google and a lot about 2.4GHz Wifi but can't be used.
Does such device exists or is it impossible?

Re: Remote control 2.4GHz devices with Domoticz like RFCOM Tranceiver?
Posted: Sunday 26 February 2023 9:28
by tne7laa
No body? Maybe I have to ask this question in another tread?
Re: Remote control 2.4MHz devices with Domoticz like RFCOM Tranceiver?
Posted: Sunday 26 February 2023 9:35
by kiddigital
In comparison to 433Mhz (also 868Mhz) for 2.4Ghz there no generic devices (at least of which I know off) that support many different, mostly proprietary, protocols used by hardware vendors.
In the past many vendors used 433 (and later 868) product/vendor specific protocols.
Nowadays, most devices use a more standardized protocol like Z-Wave, ZigBee (soon also Thread) which are often on either 868Mhz or 2.4Ghz.
And a lot of ‘cheaper’ devices use 2.4Ghz Wifi, but Wifi is generally not considered as a good choice for ‘IoT’ devices.
You could build something on your own if you are up to the challenge.
My suggestion would be to replace your devices for devices that use more common standards.
Re: Remote control 2.4GHz devices with Domoticz like RFCOM Tranceiver?
Posted: Sunday 26 February 2023 11:58
by tne7laa
Thanks for answering.
So there are no devices to capture (snif the air) the 2.4GHz remote control signals and replicate?
Like IR there are remote controls which can 'learn' and replay signals.
You mention: 'You could build something on your own if you are up to the challenge.'
So this could this be done? Do you mean with eg Arduino?
(Just to be sure, I do not mean devices that work via WiFi, but purely with a 2.4MHz remote control.)
Remote control 2.4MHz devices with Domoticz like RFCOM Tranceiver?
Posted: Sunday 26 February 2023 12:11
by kiddigital
Not something like RTX433 or an RTL-SDR or similar as far as I know.
And yes, you can probably build something with Arduino/wemos, etc.
Maybe better to use an esp8266 or esp32. Problem might be that they have a wifi oriented stack while you might need to create a custom stack.
So maybe use something like a nRF24L01p module connected to a controller like Arduino (or wemos/esp32/etc) as you need a second communication layer (wired or wireless) to connect to Domoticz.
Technically this should be doable but I don’t think it is easy if you are not an established thinkerer.
Re: Remote control 2.4MHz devices with Domoticz like RFCOM Tranceiver?
Posted: Tuesday 28 February 2023 11:32
by AchilleTalon
Hi all.
tne7laa, you keep mentioning 2.4MHz, whereas your picture shows 2.4GHz, and other posters also talk about 2.4GHz.
Maybe, for clarity purposes, you could confirm and correct the title of the topic.
Re: Remote control 2.4MHz devices with Domoticz like RFCOM Tranceiver?
Posted: Tuesday 28 February 2023 11:57
by tne7laa
AchilleTalon wrote: ↑Tuesday 28 February 2023 11:32
Hi all.
tne7laa, you keep mentioning 2.4MHz, whereas your picture shows 2.4GHz, and other posters also talk about 2.4GHz.
Maybe, for clarity purposes, you could confirm and correct the title of the topic.
I'm very sorry! You are correct. My mistake. 2.4MHz should be 2.4GHz of course. Hope all did notice it and did knew what.
I have changed it in my post where I could.
Also I think it does not change the answer I think. Does it?
Re: Remote control 2.4GHz devices with Domoticz like RFCOM Tranceiver?
Posted: Tuesday 14 March 2023 9:58
by AchilleTalon
Of course not

Re: Remote control 2.4GHz devices with Domoticz like RFCOM Tranceiver?
Posted: Tuesday 14 March 2023 20:02
by Lokonli
I use rflink to control my 2.4GHz MiLight devices.
I'm not sure whether it can be used for your devices.
See:
https://www.rflink.nl/devlist.php
Re: Remote control 2.4GHz devices with Domoticz like RFCOM Tranceiver?
Posted: Monday 20 March 2023 12:01
by tne7laa
Thanks for you answer! I will look into it. Looks promising.
Will need an Arduino Mega and RFLink Gateway board. Don't understand why an Arduino because Raspberry Pi has also programmable I/O.
Il will ask and come back to let ik know.