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
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.