Hello, I configured the unit to connect to my custom web endpoint to record readings so I can get push alert notifications on my phone for higher levels.
I noticed that with my device on firmware 2.41 when I test sending the data it reports a “link failure” error. However the data is sent just fine as my web end point is recording the data
Any idea why it’s reporting an error?
The web endpoint is returning HTTP 200 OK every time. It’s also configured to disable TLS/SSL transport encryption because the gmc500+ device doesn’t support it. Thanks!
Yes, the GQ counters have some problems with connecting to anything but the gmcmap.com server. See chapter "WiFi Devices – WiFiClient Devices" in the GeigerLog manual.
Re issues with the map see chapter "Radiation World Maps" in the GeigerLog manual.
You can actually overcome these issues by connecting a counter to a computer running GeigerLog, and doing the upgrading of Radiation World map from within GeigerLog.
I just looked at GeigerLog Manual v1.21 on sourceforge and read the referenced section. I see gmcmap getting called out as the only officially supported endpoint but it doesn’t really explain why Link Failure error occurs with other endpoints that behave similarly. I would think the only requirements are to accept the agreed upon querysyring parameters, use plain text http, and return http status code 200.