Hi all,
as this is my very first post in this forum, I would like to thank everyone involved into OpenMQTTGateway for this awesome project!
I am using an ESP32 Development Board (Az-Delivery DevKitC V4) and a CC1101 module (EByte E07-M1101D). I chose esp32dev-multi_receiver (Version 1.5) as the firmware, which uses the RTL_433 decoder by default.
When I press a button on my 433.92 MHz remote control (SilverCrest), I can see a respective topic created in MQTT (Mosquitto) by the RTL_433 decoder. So I guess the wiring is ok and everything is working.
However when I change the active receiver module to RF/RF2, I don’t see any topic created in MQTT.
I changed the active receiver as described here and confirmed that the change was successful by verifying that the status message key actRec
has changed.
According to the docs, I should now see something similar like this:
Generate your RF signals by pressing a remote button or other and you should see :
home/OpenMQTTGateway/433toMQTT {"value":1315156,"protocol":1,"length":24,"delay":317}
Unfortunately nothing happens, when I press the remote button.
Can someone explain why?
I hope someone can point me into the right direction.
Thanks in advance!