Hello there! I’m getting an interesting bug while trying to experiment with a Lora enabled device.
-
Device & model you are using:
Laird RM191 Development Kit connected through The Things Network Console -
What dashboard are you using?
Web
I’ve successfully set up my device to communicate with the Cayenne dashboard, and it’s currently sending 3 values every 10 seconds or so. Two analog Inputs and the current voltage of the device.
Two of these values are appearing just fine (See screenshot below) But a second or so after receiving data for the first time, Analog Input 2 gets set to 0.00 and does not change from that point onward. Refreshing the page will show the correct value briefly, before it becomes 0 again shortly after.
On a refresh:
Shortly After:
Printing out the value of Analog 2 immediately before I send it, I see on my end that it is not 0.
Interestingly, there is a javascript error on the web console that corresponds exactly to when the value gets “stuck” to 0.00. (Shown below)
(I imagine the second error is just adblock related.)
In addition, both the graph and the data log never show Analog 2 going to 0.
Any assistance here would be greatly appreciated!