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?