You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i had the problem, that i could only rarely get MQTT Messages from some devices even if they are really nearby. The Problem is, that these devices only send the messages 2 times (sometimes only one time?), and due to noise i often get only one message with valid checksum. But the "status" is set only to VALID if there are 2 messages in short time. Why? After changing VALID to FIRST in line 104 in RfHandler.cpp i get enough MQTT messages from the device even from a far range.
The text was updated successfully, but these errors were encountered:
Hi, i had the problem, that i could only rarely get MQTT Messages from some devices even if they are really nearby. The Problem is, that these devices only send the messages 2 times (sometimes only one time?), and due to noise i often get only one message with valid checksum. But the "status" is set only to VALID if there are 2 messages in short time. Why? After changing VALID to FIRST in line 104 in RfHandler.cpp i get enough MQTT messages from the device even from a far range.
The text was updated successfully, but these errors were encountered: