RFXTRX : not working

I have move away from a fully working Domotriz ( Zwave & rfxtrx ). really happy learning the new automation and yaml etc…

I am having an issue with the rfxtrx tho. I am running HA on a RPi3 and followed the one install guide. I am getting no errors with the following config

Configuration.yaml

rfxtrx:
device: /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A1YVBZN3-if00-port0
debug: True

switch:

  • platform: rfxtrx
    automatic_add: True

when restarting HA i get the below output

17-04-09 10:27:02 INFO (MainThread) [homeassistant.loader] Loaded light.rfxtrx from homeassistant.components.light.rfxtrx
17-04-09 10:27:02 INFO (MainThread) [homeassistant.loader] Loaded sensor.rfxtrx from homeassistant.components.sensor.rfxtrx
17-04-09 10:27:02 INFO (MainThread) [homeassistant.loader] Loaded switch.rfxtrx from homeassistant.components.switch.rfxtrx
17-04-09 10:27:02 INFO (MainThread) [homeassistant.loader] Loaded rfxtrx from homeassistant.components.rfxtrx
17-04-09 10:27:03 INFO (MainThread) [homeassistant.setup] Setting up rfxtrx
17-04-09 10:27:03 INFO (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=rfxtrx>
17-04-09 10:27:03 INFO (MainThread) [homeassistant.components.light] Setting up light.rfxtrx
17-04-09 10:27:03 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.rfxtrx
17-04-09 10:27:03 INFO (Thread-11) [homeassistant.components.rfxtrx] Add Light1 rfxtrx
17-04-09 10:27:03 INFO (MainThread) [homeassistant.components.switch] Setting up switch.rfxtrx
17-04-09 10:27:03 INFO (Thread-11) [homeassistant.components.rfxtrx] Add Light_TV rfxtrx
17-04-09 10:27:14 DEBUG (MainThread) [homeassistant.components.websocket_api] WS 1835417264: Sending {‘result’: {‘config_dir’: ‘/home/homeassistant/.homeassistant’, ‘unit_system’: {‘mass’: ‘g’, ‘temperature’: ‘°C’, ‘length’: ‘km’, ‘volume’: ‘L’}, ‘elevation’: 165, ‘latitude’: 51.3398, ‘time_zone’: ‘Europe/London’, ‘location_name’: ‘Edenbridge’, ‘components’: {‘light.zwave’, ‘camera.foscam’, ‘history’, ‘mqtt’, ‘input_boolean’, ‘frontend’, ‘media_player’, ‘automation’, ‘config’, ‘switch.rfxtrx’, ‘sensor.zwave’, ‘climate.generic_thermostat’, ‘http’, ‘light’, ‘zwave’, ‘sun’, ‘sensor’, ‘media_player.sonos’, ‘recorder’, ‘logger’, ‘zone’, ‘sensor.systemmonitor’, ‘binary_sensor’, ‘camera’, ‘config.core’, ‘api’, ‘binary_sensor.zwave’, ‘config.group’, ‘updater’, ‘config.zwave’, ‘sensor.rfxtrx’, ‘switch’, ‘switch.zwave’, ‘rfxtrx’, ‘sensor.speedtest’, ‘light.rfxtrx’, ‘logbook’, ‘websocket_api’, ‘device_tracker’, ‘group’, ‘climate’, ‘sensor.darksky’, ‘sensor.cpuspeed’}, ‘version’: ‘0.41.0’, ‘longitude’: -2.5035}, ‘success’: True, ‘type’: ‘result’, ‘id’: 7}
17-04-09 10:34:17 DEBUG (MainThread) [homeassistant.components.websocket_api] WS 1840171824: Sending {‘result’: {‘config_dir’: ‘/home/homeassistant/.homeassistant’, ‘unit_system’: {‘mass’: ‘g’, ‘temperature’: ‘°C’, ‘length’: ‘km’, ‘volume’: ‘L’}, ‘elevation’: 165, ‘latitude’: 51.3398, ‘time_zone’: ‘Europe/London’, ‘location_name’: ‘Edenbridge’, ‘components’: {‘light.zwave’, ‘camera.foscam’, ‘history’, ‘mqtt’, ‘input_boolean’, ‘frontend’, ‘media_player’, ‘automation’, ‘config’, ‘switch.rfxtrx’, ‘sensor.zwave’, ‘climate.generic_thermostat’, ‘http’, ‘light’, ‘zwave’, ‘sun’, ‘sensor’, ‘media_player.sonos’, ‘recorder’, ‘logger’, ‘zone’, ‘sensor.systemmonitor’, ‘binary_sensor’, ‘camera’, ‘config.core’, ‘api’, ‘binary_sensor.zwave’, ‘config.group’, ‘updater’, ‘config.zwave’, ‘sensor.rfxtrx’, ‘switch’, ‘switch.zwave’, ‘rfxtrx’, ‘sensor.speedtest’, ‘light.rfxtrx’, ‘logbook’, ‘websocket_api’, ‘device_tracker’, ‘group’, ‘climate’, ‘sensor.darksky’, ‘sensor.cpuspeed’, ‘climate.zwave’}, ‘version’: ‘0.41.0’, ‘longitude’: -2.5035}, ‘success’: True, ‘type’: ‘result’, ‘id’: 7}

no new devices get added. even when adding the code from rfxcomm manager. I don’t see any output when clicking the switch with in HA…

any help would be great :slight_smile:

Cheers

Rich

did you get everything to work?

Did you get it to work?