pa-wills / Home-Assistant-Config

This is my Home Assistant config repo. Just yamls at this very early stage.
0 stars 0 forks source link

Get the RF Sonoff Bridge working #127

Open pa-wills opened 2 years ago

pa-wills commented 2 years ago

Ultimately I am trying to get it to learn / command 1. the garage door, and 2. the escea fire. (1) is presumably going to be easier because presumably it's going to entail just a single code, (2) though is going to be harder I think, because the information flow is going to be bi-directional. I.e. commands going to the fire, and information coming back.

Key consideration:

  1. Do I have to flash the device with Tasmota;
  2. Do I integrate it to MQTT (makes for easy programming, other considerations?)
  3. Do I need two devices?
  4. How exactly am I going to sniff the 433? More of a factor for the fire than for the garage door.

Seems as though I do need to flash to Tasmota, because I do want to drive the thing with MQTT. That would seem to settle it. So then, seems I need a FTDI (RX, TX, GPIO, V+ and GND) to USB.

Resources:

Apparently the challenge I am going to have is - I need to flash the RF chip, or else I am going to have challenges with the sniffing. Either way, I definitely need to flash the Wifi chip (seems pretty clear).