seb821 / espRFLinkMQTT

ESP8266 gateway between RFLink and MQTT server
96 stars 32 forks source link

Is it possible to send all MQTT messages without filtering? #14

Closed fgonza2 closed 4 years ago

fgonza2 commented 4 years ago

Hi, good work thanks for sharing.

It is not clear on the documentation that you have to set a USERID filter in order to get anything out in MQTT other than the uptime.

Is it possible to just forward/send every message received straight to MQTT and avoid the lengthy configuration of the UserIDs? i can do the filtering as i consume the messages in MQTT. I have many devices and entering each code is very time consuming, is there an option to just publish everything that comes in and disable userids? thanks

fgonza2 commented 4 years ago

Solved it. Maybe worth adding to your readme file for user instructions.

for others seeing this post:

Edit line 58 in config.h file

define USER_ID_NUMBER 0 (changed 32 to 0)