Can I flash rf bridge with tasmota like in this vedio and
connect other 433 rf motion sensors like KERUI P817(https://goo.gl/LQJ7rQ), KERUI P829(https://goo.gl/uavYcJ) in the same way?
I assume it’s possible but can not sure about it.
Please, let me know is it work or is there better way to connect motion sensors.
I would like to do the same too, receive RF signals in Sonoff RF Bridge and trigger automations. Thinking of purchasing a couple of these KERUI P819 433Mhz Wireless Motion Sensors to trigger the bathroom lights and exhaust fan.
Yes, I bought the sensors. Two of them.
I’m not using them right now but I tried them to trigger sonoff(non RF) switches through mqtt and they worked perfectly!!
I’m using Sonoff RF Bridge to get the RF signal. As soon as RF Bridge receives the code (F92581) from motion sensor it sends a mqtt message to HA and an automation is triggered.
I made the binary sensor with this entry in binary_sensors.yaml
I’m also using the Sonoff RF bridge flashed with Tasmota software. I’m using a number of different RF sensor (motion detectors and door switches), as well as receiving the signals from a 433MHz wireless doorbell switch.
else: # Payload is not for this entity
_LOGGER.warning('No matching payload found'
' for entity: %s with state_topic: %s',
self._config.get(CONF_NAME),
self._config.get(CONF_STATE_TOPIC))
return
is going to puke out a warning (which I think is a bug, not a feature…)