seb821 / espRFLinkMQTT

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

How can I forward the raw data as it is. #27

Open shahglobal opened 3 years ago

shahglobal commented 3 years ago

Thanks for this awesome tool, cheers. I just want my mqtt to output as raw rflink data as if it is connected to homeassistant serial port like for example 20;2A;Xiron;ID=2801;TEMP=0043;HUM=29;BAT=OK; this way I can re-use my old serially connected rflink node red nodes with no changes. But with esprflink the data comes with part of it stripped as mqtt topic. Its fine and okay but will need more programming/nodes to fix it for and I do not have those skills. It will be nice to have the same data forward option available as shown on esprflink esp page under Live Data tab and under Raw data. Cheers and thanks again. Shah