Quantcast
Channel: ESPHome - Home Assistant Community
Viewing all articles
Browse latest Browse all 1486

ESPHome RF Receiver too much noise

$
0
0

@paulstronaut wrote:

I’m trying to build an RF re-transmitter using ESPHome on a D1 mini. I have a 315MHz remote (FCC ID T99058404300) for my fireplace that I’m trying to essentially “clone” so that it can be operated over wifi with home-assistant.

All of my hardware looks correct:

  • Wemos D1 mini ESP8266
  • 315MHz receiver (and transmitter, but I’m not that far into using it yet)
  • Tried both USB power and a good 5v universal AC/DC switching PSU

Following the instructions for RF devices, I’ve come up with the following configuration. Everything seems fine, except there’s way too much noise if I’m looking at raw data (so much output that it’s unreadable). The rc_switch data is randomly coming in slowly, but doesn’t seem to be related to when I’m pressing buttons on the remote that I’m trying to read signals from.

Has anyone successfully set up a ESP8266 to read signals from random RF devices without so much noise so that you can find the correct signals to replicate?

Here’s my current config, pretty much copy/paste from the docs linked above

esphome:
  name: rf_controller
  platform: ESP8266
  board: d1_mini

wifi:
  ssid: "redacted"
  password: "redacted"
  ap:
    ssid: "Rf-Controller Fallback Hotspot"
    password: "redacted"
  
remote_receiver:
  pin: 
    number: D5
  dump: 
    - rc_switch
  tolerance: 50%
  filter: 100us
  idle: 4ms
  buffer_size: 2kb

captive_portal:

logger:
  level: DEBUG

api:

ota:

web_server:
  port: 80

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1486

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>