I was originally using an Arduino Mega 2560 with RFLink and a connected RXB6 RF Receiver on TX1-19 to listen to a PIR sensor and a door sensor in my house. It worked fine but needed to be plugged into a USB port to work so I wanted to move to something more versatile.
I tried to setup a Lolin NodeMCU v3 with OpenMQTTGateway and MQTT433Gateway be neither seem to receive any data from the RXB6 despite trying a variety of pins. Right now I am continuing to try to debug with MQTT433gateway and have the RXB6 Data (pin 7 like before) connected to the NodeMCUv3 D3 pin (GPIO 0) and have specified this in the web configuration tool. I have also turned on protocolRaw to see any output, but get nothing.
Current Setup:
I am ish-new to this stuff and have spent a few hours trying different setups and googling, but can find a solution. Thanks for your help!