My data is visible on the dashboard in real time, but when I refresh the page the values are gone. I am using a test program on my computer which just pushes a payload containing two sensors to a LoRa module.
I use The Things Network integration. Packets arrive just fine in the console. This is my payload:
UINT8 data = {
1, LPP_TEMPERATURE, HIGH(255), LOW(255), // 25.5 C
2, LPP_RELATIVE_HUMIDITY, 20 // 10.0 %
};
// send confirmed radio message
WiMOD_LoRaWAN_SendCRadioData(port, data, sizeof(data));
Graphs dont seem to work either. As a test I send a packet about once every minute containing the same payload. The graph view says “no data available.”
Thanks in advance!
Edit:
Browser: Chrome V58.0.3029.110 (64-bit)
OS: Windows 10, Pro