rflink-to-mqtt icon indicating copy to clipboard operation
rflink-to-mqtt copied to clipboard

Bridge from RFLink to an mqtt broker using ESP8266 programmed with arduino IDE

Results 6 rflink-to-mqtt issues
Sort by recently updated
recently updated
newest added

Hi I have arduino with RFLINK connected to raspberry pi3 via USB. I cant add motion sensor in Home Assistant because this component doesn´t support motion sensors. motion sensor is...

Added Matt authentication Fixed some issues with stability Added debug topic

My maplin weather station reports humidity as decimal. This appears to be correct as per the rflink protocol reference. HUM=99 => Humidity (decimal value: 0-100 to indicate relative humidity in...

As per the rflink protocol reference. TEMP=9999 => Temperature (hexadecimal), high bit contains negative sign, needs division by 10 (0xC0 = 192 decimal = 19.2 degrees) Currently negative temperatures are...

ESP looses connection to rflink if bad data is received.

R45 initialises with a different message.