I’m the author of the Repo. It should be complete. Try it out and let me know if it works for you.
Would it be possible with this repo to issue a sequence of commands on different frequencies? E.g command 1 on 868 MHz, then afterwards command 2 on 433 MHz
Sure. Make two different recordings and play them after each other. I’m not a radio expert: I thought the antenna length should be different for different frequencies. But my tests showed that for replay, the longer I make the antenna, the further the signal would reach.
This does not work for encoded stuff, right? E.g. Rolling codes?
Correct. It only replays exactly what was recorded. Rolling codes, challenge response stuff, basically anything where the communication needs any type of altering won’t work.
This looks great. But it seems i have to install ha on top of raspberry pi os… ? does that mean it will not work on hassos? And does it need to be a rpi 4 to work or will a 3 work to?
Would be awesome if this could be integrated in some HACS package…
My HASSIO runs on a NUC. rpitx needs Raspberry PI hardware. That’s why I started with a two machine setup. rpi3 has more support than rpi4 – see Hardware. I’m using a rpi3. I’m not sure if PI radio would run on HASSOS. Both are linux based, so probably it should. But I’m not technical enough to create a HACS package.
I’d love to hear if anyone can pull this off.
Hey!
just what i need.
before i buy the unit, it should work with this, right?
my main worry is that the controller has rolling codes i think?
remote for my home gate
This won’t work. Doors use rolling codes. GitHub - defcon24bit/record-and-replay-RF-remote: record & replay RF signal with Raspberry Pi & RTL-SDR dongle (optional) integrate with Home Assistant, Alexa and Google Home only works if radio signal stays the same.
Thanks for the reply
For what is worth, I have soldered a few reed relays to the push button contacts of a 433 MHz remote control. And connected the relays to Arduino UNO output pins.
Arduino runs Firmata image and is connected through USB to the Intel NUC that runs Home Assistant.
Has been working flawlessly since about a year.
And the total cost is pretty low. Approx.:
- 10€ for Arduino UNO
- 10€ for a 4 channel remote control
- 5€ for a PCB and 4 reed relays
You can lower costs even more if you really try.
OpenMQTTGateway supports CC1101 (you can retrieve or command throught MQTT from HA), after the difficulty is to catch the adequate protocol, knowing that there is less support for 868mhz ones against 433mhz.
But if I had to do it, I would just try with RF or Pilight (gateways available with OpenMQTTGateway)
Hi @helgemor looks like RFP1000 is the only solution so far ? Or have you come across any other solution ?
i am trying to control the window shutters at home that are RF & working on 868mhz. please let me know if you have found any alternative or can you direct me to show to use RFP1000 to automatize the shutters ?
Thanks in advance.
Hi @progbite,
your repo looks great and therefore, I tried it out. Unfortunately, the GPIO pin #7 of my RPi3 is occupied by a RaZberry daughter card (main purpose of this RPI being used as Z-wave gateway). Therefore, I have two questions:
- Would it be possible to reconfigure another GPIO pin (between pin 11 and 40) to be used for the RF 868MHz antenna?
- If option one is not possible: would it be possible to use the radio receiver USB dongle (RTL-SDR with RTL2832U chipset) instead for also sending/replaying the 868MHz signals previously recoreded from a remote?
Would be great to get one of these options to work…
Hi @Thomsen
I’d buy a sperate raspberry pi because the radio signal transmitting range is short.
I don’t know if the pins can be reconfigured. I didn’t write the Pi radio code. Maybe check with them:
The USB dongle can only receive. It can’t transmit.
This is exactly what I am looking for! Would you have some instructions on how to make something like this? (or a link where I can find it?)
Would be much appreciate it…
Thanks!
Like @waverider I am also looking for a way to open my gate with HA. The option that Waverider made could be a great one but I was wondering if my option would maybe be even easier. I am new to HA and I would like your opinion.
This is a picture from the manual of my gate electronics.
My gate opens when I connect pins 9 and 14. What if I install a wifi or zigbee switch to make this connection? Would that work? What switch would you recomment?
I have a similar need, and used ESPHome + ESP8266 + a relay board
Sure it will. Just make sure you use dry contacts (just relay output) and you’re done… i use it for a long time. I don’t remember when i pressed remote control last…
Thanks Chris, I have the relayboards, just need to find out how to connect it all using ESPHome I guess. I’ll try to find some more info, thanks!