esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
291 stars 36 forks source link

remote_transmitter not working... #1355

Closed bretez closed 4 years ago

bretez commented 4 years ago

Hi everybody,

I'm using Home Assistant on a Raspberry pi 4 since 1week, I'm little Noob :D I have download the installation for Raspberry pi4 (32 recommended) and burn the image on Micro SD Card.

I'm using for control clim, switches via Zigbe2mqtt and the solution work perfectly.

In my home, i have roller shutters that work with RF modules in 433mhz.

For this operation I have : RXB6 Receiver and FS1000a Transmitter.

So I attacked by the procedure to receive the codes by pressing on the remote controls that I already have. (Tx Pocket 4)

Here is my code:


  name: esp
  platform: ESP8266
  board: nodemcuv2

wifi:
  ssid: "BRETEZ"
  password: "My Secret SSID Password ;)"

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Esp Fallback Hotspot"
    password: "bH2avbNBgDBw"

captive_portal:

# Enable logging
logger:

# Enable Home Assistant API
api:

ota:

remote_receiver:
  pin:
    number: D5
    inverted: yes
    mode: INPUT_PULLUP
  dump: all```

-> When I show log, I receive many code : 

[13:43:41][D][api.connection:583]: Client 'Home Assistant 0.112.4 (192.168.1.233)' connected successfully!
[13:43:46][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=3 data='10010000'
[13:43:46][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=6 data='101101110'
[13:44:33][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=2 data='011001011'
[13:45:27][I][ota:046]: Boot seems successful, resetting boot loop counter.
[13:46:02][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=6 data='10100100'
[13:46:17][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=6 data='11100110'
[13:46:20][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=6 data='110011111'
[13:46:49][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=8 data='11111111111'
[13:47:04][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=8 data='11111111'
[13:47:13][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=1 data='1111111111110000010111111111110111111111111100000101111111111101'
[13:47:37][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=3 data='1111011011101'
[13:47:38][D][remote.rc_switch:243]: Received RCSwitch Raw: protocol=6 data='101111000011111101'

-> My code must be among all those ...
I'm in the good way, maybe :)

__
But now, I want send code with ESPHOME.
When I past the code in ESPHOME in my Device, I have error on "LINE 24"

<img width="976" alt="Capture d’écran 2020-07-14 à 14 23 32" src="https://user-images.githubusercontent.com/68021397/87425275-a41c8c00-c5dd-11ea-8656-63b27630c1bd.png">

__

Do you have an idea for me ?

Thanks so Much. (From France) ;)
close-issue-app[bot] commented 4 years ago

This issue was auto-closed because the issue template was not filled out. The ESPHome developers invest lots of time to maintain this project, so please at least fill out the issue template so that a bunch of standard questions don't need to be asked again each time. Thank you for taking the time to report a bug, hopefully it can be resolved soon.