Rfxtrx: switches and lights not added automatically

Sorry to ask you sort of directly @Danielhiversen, but auto discovery of rfxtrx items appears to be not working.

I have several Klik-Aan-Klik-Uit devices that usually are easily configurable by home automation systems. But they are not automatically added to my list of entities. Some sensors (temp/humidity) are recognized so the RFXCOM device is working. I have already added debugging and can see the device events in the logging.

I have added one device (the button of a remote) manually. This appears as a light in the frontend. Nothing else. Clicking the flash icons triggers something, but nothing is sent to my RFXCOM device.

configuration.yaml

logger:
  default: warning
  logs:
    - homeassistant.components.rfxtrx: debug
    - homeassistant.components.switch.rfxtrx: debug
    - homeassistant.components.light.rfxtrx: debug
    - homeassistant.components.sensor.rfxtrx: debug

rfxtrx:
  device: /dev/ttyRFXCOM
  debug: yes # this does not appear to do anything
switch:
  - platform: rfxtrx
    automatic_add: True
light:
  - platform: rfxtrx
    automatic_add: True
    devices:
      0b11000d00bb136201010f50:
        name: Remote 1
sensor:
  - platform: rfxtrx
    automatic_add: True

I am running HA version 0.40.1 on RPi 2B.

What should I do differently?

Which device is the rfxcom plugged in to? RPi?

My config on a RPi3 is:
rfxtrx:
device: /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A14SREW-if00-port0

Thinking maybe something is wrong since yours is so short?

Yes, it’s running an an RPi2B and Raspbian (updated OP).
I have a udev rule that makes the /dev/ttyUSB1 persistent as /dev/ttyRFXCOM.

ON an OFF events for remote button ‘1’:

home-assistant.log

17-03-26 20:32:28 DEBUG (Thread-12) [homeassistant.components.rfxtrx] Receive RFXCOM event from (Device_id: 0bb13621 Class: LightingDevice Sub: 0, Pkt_id: 0b11000d00bb136201010f50)
17-03-26 20:32:30 DEBUG (Thread-12) [homeassistant.components.rfxtrx] Receive RFXCOM event from (Device_id: 0bb13621 Class: LightingDevice Sub: 0, Pkt_id: 0b11000e00bb136201000050)

Added this device to OP

Did you get it to work?

Same here.

I also appear to have this issue, as my PIR and door sensors aren’t added automatically.