RF hacking my cloud-controlled ceiling fan
samwilkinson.io
RF hacking my cloud-controlled ceiling fan
1–10 of 23 posts
Re: RF hacking my cloud-controlled ceiling fan
#2Re: RF hacking my cloud-controlled ceiling fan
#3Anyway i was going to post my favourite tool in this space https://github.com/jopohl/urh universal radio hacker just makes the process trivial, but i see the repo is marked archived now. Either way, the software is excellent.
Re: RF hacking my cloud-controlled ceiling fan
#4Re: RF hacking my cloud-controlled ceiling fan
#5A major difference is that I relied on a flipper zero I had to do the 433 MHz capture instead of an RTL-SDR (I have one too, but have not needed it yet).
For reference, the transceiver is the one that came with this product: https://www.athom.tech/blank-1/8ch-inching-self-lock-relay-f... (which I already use for controlling a heater). Weirdly, it is not listed in the official esphome config (possibly because RF is a recent addition to esphome). My next step is to test it on another esp board & compare timings with what esphome generates.
I should start doing write-ups too. I came across quite a few interesting sources during this mini project (2-3 hours max).
Re: RF hacking my cloud-controlled ceiling fan
#6I do not have a home so perhaps I do not fully understand. If it is warm when I go to bed, I turn on the ceiling fan by rotating the knob next to the bed. When I wake up, I turn it off. What kind of automation are you looking for?
Another use-case I have for this is in a house where the mezzanine gets much warmer than below when heating during winter: detect this with a couple of temperature sensors and turn the fan on when needed.
Re: RF hacking my cloud-controlled ceiling fan
#7Re: RF hacking my cloud-controlled ceiling fan
#8Love these write-ups, i have various 433mhz things around the home that i’ve integrated with home assistant. Probably the most useful is still a bbq thermometer with multiple probes. Anyway i was going to post my favourite tool in this space https://github.com/jopohl/urh universal radio hacker just makes the process trivial, but i see the repo is marked archived now. Either way, the software is excellent.
Re: RF hacking my cloud-controlled ceiling fan
#9I do not have a home so perhaps I do not fully understand. If it is warm when I go to bed, I turn on the ceiling fan by rotating the knob next to the bed. When I wake up, I turn it off. What kind of automation are you looking for?
I also really like automatically adjusting the brightness/color temperature of all our lights during the day.
It’s by no means necessary, but I don’t want to go back now.
Re: RF hacking my cloud-controlled ceiling fan
#10Funnily enough, I did almost exactly that last week, but I kind of gave up for now as my 433 MHz transceiver does not seem to work well with esphome? It does seem to output signals when I use the remote. Oh well, I will revisit when I have more time. A major difference is that I relied on a flipper zero I had to do the 433 MHz capture instead of an RTL-SDR (I have one too, but have not needed it yet). For reference,…