# Copy wireless remote control to use node red UI to operate shutters

**URL:** https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056
**Category:** General
**Created:** [17 June 2022 09:03 UTC](https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056 "2022-06-17T09:03:28Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![vanilla-sky](https://avatars.discourse-cdn.com/v4/letter/v/7bcc69/32.png) [@vanilla-sky](https://discourse.nodered.org/u/vanilla-sky)
#### Post date: [17 June 2022 09:03 UTC](https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056/1 "2022-06-17T09:03:29Z")

</div>

Hey there,

Is there a option to copy a wireless remote with 433,42 mHz to Node-Red and use this commands to create a UI to operate the shutters via node-red and further with Alexa?

I didn’t found any information to record the remote buttons, and on the other hand to use a wireless device to send the remote strings.

Same would be helpful to operate any TV which has a IR remote.

The remote if’s from Jung 48fh.

Greetings  
Micha

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [19 June 2022 13:14 UTC](https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056/2 "2022-06-19T13:14:51Z")

</div>

Micha, there is nothing built into node-red that will do this. To receive IR signals you will need a piece of hardware and then maybe you will find a node that will support that hardware.

You might try searching the forum and/or google for IR hardware that will work with your wireless remote.

---

<div class="post-metadata">

### Author: ![Buckskin](https://avatars.discourse-cdn.com/v4/letter/b/b9e5f3/32.png) [@Buckskin](https://discourse.nodered.org/u/Buckskin)
#### Post date: [20 June 2022 13:26 UTC](https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056/3 "2022-06-20T13:26:25Z")

</div>

If your wireless remote is a standard 433Mhz device (no idea what a 433, 42mHz device is) look into rtl 433. Requires installation of rtl-sdr and rtl\_433 on Pi (not sure if it works on other systems)

---

<div class="post-metadata">

### Author: ![dynamicdave](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dynamicdave/32/96_2.png) [@dynamicdave](https://discourse.nodered.org/u/dynamicdave)
#### Post date: [20 June 2022 16:09 UTC](https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056/4 "2022-06-20T16:09:45Z")

</div>

> [@Buckskin](#):
>
> (no idea what a 433, 42mHz device is)

Think they mean 433.42MHz frequency band (the comma is the Euopean way of showing a decimal point).

---

<div class="post-metadata">

### Author: ![Buckskin](https://avatars.discourse-cdn.com/v4/letter/b/b9e5f3/32.png) [@Buckskin](https://discourse.nodered.org/u/Buckskin)
#### Post date: [20 June 2022 16:16 UTC](https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056/5 "2022-06-20T16:16:34Z")

</div>

Cheers Dave. You learn something new every day 😁. So -- should work with rtl then?

---

<div class="post-metadata">

### Author: ![PdeJ](https://avatars.discourse-cdn.com/v4/letter/p/c89c15/32.png) [@PdeJ](https://discourse.nodered.org/u/PdeJ)
#### Post date: [20 June 2022 16:19 UTC](https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056/6 "2022-06-20T16:19:48Z")

</div>

I have used 433 MHz transceiver modules with a raspberry pi Zero W to set up and operate 433 MHz remote control sockets. Full instructions on how to go about this **were** given on the IBM developer website, but have now disappeared into the ether. However they are available on the wayback machine internet archive at [Setting up the hardware for a home automation system](http://web.archive.org/web/20201012203129/https://developer.ibm.com/tutorials/iot-smart-home-01/).  
There is also a wordpress [article](https://jstevenperry.wordpress.com/2018/04/09/iot-and-the-smart-home-series-overview/), while the IBM links within it are of course broken the videos accompanying the tutorial series can be viewed. I would suggest this should be your starting place to see what is required.

My experience was that:  
Raspian "Buster" already has WiringPi so no need to install.  
[433Utils is made by GitHub user wolfeidau](https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fninjablocks%2F433Utils&sa=D&sntz=1&usg=AOvVaw0Nft-M36_wDXnU2C-vWBcn) code allows reading and sending commands over 433MHz. The fork by jstevenperry works whereas the original didn’t! So you may need to access the links in the wayback machine archived article.

Hope that helps.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [19 August 2022 16:20 UTC](https://discourse.nodered.org/t/copy-wireless-remote-control-to-use-node-red-ui-to-operate-shutters/64056/7 "2022-08-19T16:20:45Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
