Environment data box

I’ve put together a MySQMPRO device and installed the ascom driver etc.

It’s been a bit fiddly, but it now seems to be working (indoors so ignore the values):

image

Some of the data is from the ascom driver, the rest of it is from openweathermap.

A couple of questions:

  1. How often does this data get polled from the ascom driver / openweathermap website?
  2. Is this polling time configurable? I hold my hand over the IR sensor for example, and the LCD from the Arduino eventually changes (I need to speed it up in the code) but the data in SGP does not. Is this SGP or the ascom driver?
  3. The Conditions Hub config page shows ‘Average Period’ in minutes, the Environment Data box shows it in hours. What do I need to understand from this? Should they be the same?

Thanks,

Jon

SGP Polls the device every 30 seconds and this is not configurable. There is also some smoothing in place so rapid changes may take additional time to be reflected. As for the device specific questions you’re probably best asking those on the ASCOM site.

Thank you,
Jared