AirLink response - Printable Version
+- WeatherDuino Forum (
https://www.meteocercal.info/forum)
+-- Forum: Weather Stations & Environmental Measurement Equipment - WeatherDuino 4Pro Line (
https://www.meteocercal.info/forum/Forum-Weather-Stations-Environmental-Measurement-Equipment-WeatherDuino-4Pro-Line)
+--- Forum: Air Quality Measurement (
https://www.meteocercal.info/forum/Forum-Air-Quality-Measurement)
+---- Forum: User support forum for 4Pro Air Quality Measurement equipment (
https://www.meteocercal.info/forum/Forum-User-support-forum-for-4Pro-Air-Quality-Measurement-equipment)
+---- Thread: AirLink response (
/Thread-AirLink-response)
AirLink response -
HansR - 30-10-2025
Hi,
I am running CumulusMX with an AQMIII sensor in an Alpha test setup for version CMX 4.7 (with .NET10 and VS2026). This development setup did not read/register data from my AQMIII (dated 2021 I think). Mcrossley wrote:
"OK, your AirLink issue is tracked down. The now stricter JSON parsing is throwing an error because the JSON being returned does not comply with the Davis specification.
It is the final field "error".
My real AirLink returns ...."error":null
yours returns.... "error":0
The Davis spec says
Quote:The error field is usually null on success, but in the event of an error, will be an object with two fields - code and message.
code is a numeric error code
message is a human readable error message string describing the error.
So error should normally be null or...
Code:
"error":{"code":123,"message":"Error message"}
"
Could you change the firmware to reflect this please?
You can contact Mark on the CMX forum if need be.
RE: AirLink response -
werk_ag - 04-11-2025
Hi,
Quote:My real AirLink returns ...."error":null
yours returns.... "error":0
I'm working on this, when finish a new firmware version for the WeatherDuino AQMIII will be published.
Thanks for the detailed descrition of the issue.
Rgs,
Werk_AG