I have finally received my buttons and set up opennqtt gateway… I had to change the pin on my nodemcu to get things working with the RF rx I bought.
My issue now is the RF buttons appear to give a different code each time they are clicked! I see this in my mqtt broker and the value that Homeassistant shows in the front end!
Here is a sample from my mqtt broker - this is pressing two buttons:
home/OpenMQTTGateway/433toMQTT {"value":14489825,"protocol":1,"length":24,"delay":277}
home/OpenMQTTGateway/433toMQTT {"value":4074129,"protocol":1,"length":24,"delay":293}
home/OpenMQTTGateway/433toMQTT {"value":4139665,"protocol":1,"length":24,"delay":293}
home/OpenMQTTGateway/433toMQTT {"value":6109217,"protocol":11,"length":23,"delay":428}
home/OpenMQTTGateway/433toMQTT {"value":6105313,"protocol":11,"length":23,"delay":425}
home/OpenMQTTGateway/433toMQTT {"value":4139665,"protocol":1,"length":24,"delay":299}
home/OpenMQTTGateway/433toMQTT {"value":4139153,"protocol":1,"length":24,"delay":293}
home/OpenMQTTGateway/433toMQTT {"value":14489825,"protocol":1,"length":24,"delay":278}
home/OpenMQTTGateway/433toMQTT {"value":4131473,"protocol":1,"length":24,"delay":292}
home/OpenMQTTGateway/433toMQTT {"value":4139153,"protocol":17,"length":24,"delay":395}
home/OpenMQTTGateway/433toMQTT {"value":14495969,"protocol":1,"length":24,"delay":272}
home/OpenMQTTGateway/433toMQTT {"value":6109217,"protocol":11,"length":23,"delay":426}
home/OpenMQTTGateway/433toMQTT {"value":14485729,"protocol":17,"length":24,"delay":368}
home/OpenMQTTGateway/433toMQTT {"value":4139665,"protocol":1,"length":24,"delay":299}
home/OpenMQTTGateway/433toMQTT {"value":4131473,"protocol":1,"length":24,"delay":293}
home/OpenMQTTGateway/433toMQTT {"value":4137617,"protocol":1,"length":24,"delay":293}
home/OpenMQTTGateway/433toMQTT {"value":14498017,"protocol":1,"length":24,"delay":273}
home/OpenMQTTGateway/433toMQTT {"value":14495969,"protocol":1,"length":24,"delay":273}
home/OpenMQTTGateway/433toMQTT {"value":4139665,"protocol":1,"length":24,"delay":298}
Any ideas?
John