RFXCOM 433 configuration

hi,
i can’t see my transceivers on the dashboard
here my config

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

rfxtrx:
 device: '/dev/serial/by-id/usb-RFXCOM_RFXtrx433XL_DO3Z54H2-if00-port0'

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
#   base_url: example.duckdns.org:8123

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

here the list by id

 ls -al /dev/serial/by-id
total 0
drwxr-xr-x 2 root root 60 Feb 22 09:17 ./
drwxr-xr-x 4 root root 80 Feb 22 09:17 ../
lrwxrwxrwx 1 root root 13 Feb 22 09:56 usb-RFXCOM_RFXtrx433XL_DO3Z54H2-if00-port0 -> ../../ttyUSB1

whats wrong ?

Are you missing a space before device: ??

Where are you expecting to see them? Have you looked in developer tools/states?

You should add a light/switch/cover/sensor to your config. You won’t see the transceiver itself, but you will see the light (for example) after you have added it.

the transceiver is not visible by HA. it works on domoticz.

It’s normal that you don’t see the transceiver.

Please show the relevant parts of your configuration.yaml, including the configuration of your lights/switches or what you have.

E.g. if you want to add a light, make sure you have followed these instructions as well.

Similar instructions are available for sensors/covers/switches etc. Only adding the transceiver is not the only thing you have to do to make it work.