Hi!
I have a noname pir sensor that communicates on 433mhz. I can see traffic from the device when looking in the rfxtrx manager. But i don’t understand how to use this information to add the device into home assistant.
Anyone?
Hi!
I have a noname pir sensor that communicates on 433mhz. I can see traffic from the device when looking in the rfxtrx manager. But i don’t understand how to use this information to add the device into home assistant.
Anyone?
Have you followed the instructions here: https://www.home-assistant.io/components/switch.rfxtrx/ ?
Add this your config
switch:
platform: rfxtrx
automatic_add: True
Trigger your device and look for your new device in the frontend (or in the log).
Hi,
have this in my config but it still doesn’t show up. Is it possible to search for the ID above some way?
Checked the logs?
Or HA_IP/dev-state
Do you have other rfxtrx devices?
yes, , nothing in dev-state. I also searched the logs for events like automatic add etc but cannot find anything.
what do you mean?
sorry, yes I have other rfxtrx devices that works fine.
Then I guess the rfxtrx library we are using does not support your device: https://github.com/Danielhiversen/pyRFXtrx
It works now, its added as a binary sensor
not sure if I should say this because it’s a bit embarrassing but…you know the rfxcom config tool from where I got the screenshot…turned out that I only pressed the “set mode” button and not the save settings when exiting the tool so the protocol I enabled were never save…
Sorry for taking up your time…