Skip to content

Not Getting Data from WeatherDuino AQM-III #17

@Phil2336

Description

@Phil2336

I have a Davis WLL6100USB & AirLink which are both Working OK.

I Also Have Two WeatherDuino AQM-III Air Quality Sensors that report with the Davis Protocol.
https://wiki.weatherduino.com/air_quality_monitor_iii

One is Reporting Fine to the Integration, the Other is Not.

They are on 192.168.59.237 & 238 Respectively.

The Device on 192.168.59.237 Reports 24 Entities,
While the Device on 192.168.59.238 only Reports 2 Entities.

The URL's from the two Devices are as Follows:-

http://192.168.59.237/v1/current_conditions

{
  "data": {
    "did": "001D0A100021",
    "name": "AQM-III_Outdoor",
    "ts": 1772411237,
    "conditions": [
      {
        "lsid": 0,
        "data_structure_type": 6,
        "temp": 79.86968,
        "hum": 51.67798,
        "dew_point": 60.49641,
        "wet_bulb": 67.34972,
        "heat_index": 79.86968,
        "pm_1_last": 0.532973,
        "pm_2p5_last": 0.626853,
        "pm_10_last": 0.688284,
        "pm_1": 0.532973,
        "pm_2p5": 0.626853,
        "pm_2p5_last_1_hour": 0.976856,
        "pm_2p5_last_3_hours": 0.97408,
        "pm_2p5_last_24_hours": 3.437191,
        "pm_2p5_nowcast": 0.9,
        "pm_10": 0.688284,
        "pm_10_last_1_hour": 1.421958,
        "pm_10_last_3_hours": 1.365617,
        "pm_10_last_24_hours": 4.058475,
        "pm_10_nowcast": 1.3,
        "last_report_time": 1772411237,
        "pct_pm_data_last_1_hour": 100,
        "pct_pm_data_last_3_hours": 100,
        "pct_pm_data_nowcast": 100,
        "pct_pm_data_last_24_hours": 100
      }
    ]
  },
  "error": 0
}

http://192.168.59.238/v1/current_conditions

{
  "data": {
    "did": "001D0A100021",
    "name": "AQM-III_Indoor",
    "ts": 1772411321,
    "conditions": [
      {
        "lsid": 0,
        "data_structure_type": 6,
        "temp": 79.71107,
        "hum": 50.28228,
        "dew_point": 59.58052,
        "wet_bulb": 66.80945,
        "heat_index": 79.71107,
        "pm_1_last": 0.85299,
        "pm_2p5_last": 0.902004,
        "pm_10_last": 0.902003,
        "pm_1": 0.85299,
        "pm_2p5": 0.902004,
        "pm_2p5_last_1_hour": 1.489406,
        "pm_2p5_last_3_hours": 1.430328,
        "pm_2p5_last_24_hours": 0.963494,
        "pm_2p5_nowcast": 1.4,
        "pm_10": 0.902003,
        "pm_10_last_1_hour": 2.039574,
        "pm_10_last_3_hours": 1.942954,
        "pm_10_last_24_hours": 1.299163,
        "pm_10_nowcast": 1.9,
        "last_report_time": 1772411321,
        "pct_pm_data_last_1_hour": 100,
        "pct_pm_data_last_3_hours": 100,
        "pct_pm_data_nowcast": 100,
        "pct_pm_data_last_24_hours": 100
      }
    ]
  },
  "error": 0
}

I do also Use CumulusMX, which Pulls data from some Sensors.

Only thing I note is that the "did" entry in both data stream is the same.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions