Hi everyone,

 

This is really a note for the developers who will be working on the job manager in the future, but it’s relevant for anyone running it as well.

 

I introduced some small breaking changes in the config.yaml file.

 

The below section used to be named ‘Debug’ and is now named ‘Misc’:

 

Misc:

    SkipReportQualityUpdate: false

    StationLowDataThreshold: 0.90

    StationLowBatteryThreshold: 0.25

 

There’s also the addition of a new config entry for the station status URL in the TAHMODATA section:

 

TAHMODATA:

    WEATHER_DATA: https://datahub.tahmo.org/services/measurements/v2/stations    

    WEATHER_DATA_RAW: measurements/raw   

    STATION_INFO: https://datahub.tahmo.org/services/assets/v2/stations

    DATA_COMPLETE: https://datahub.tahmo.org/custom/sensordx/latestmeasurements

    STATION_STATUS: https://datahub.tahmo.org/custom/stations/status   # this is new

    LAST_MEASUREMENT_OFFSET: 55

    USE_ONLY_ONE_MEASUREMENT: false

    ALWAYS_RETURN_TRUE: true

 

I’ve attached a redacted config.yaml. Just add your passwords (and any other changes to database names, etc.) and you should be fine.

 

I’m also thinking of adding the redacted configuration file to the GitLab. If anyone has any thoughts on this, please let me know.

 

Thanks,

Michael