Skip to content

Telemetry-derived transmit frequency, iMet-54 frame CRC, PS-15 sub-type support.

Compare
Choose a tag to compare
@darksidelemm darksidelemm released this 11 Nov 00:05
· 501 commits to master since this release
dcfc876

This release brings the following updates:

  • Decoders: We now report the telemetry-derived transmit frequency for RS41, RS92 and iMS-100 sondes to SondeHub under the new tx_frequency optional field. This will allow identification of receivers with poorly-calibrated oscillators.
  • Decoders: iMet-54 decoder updated to make use of a reverse-engineered frame CRC (more great work from @rs1729 !)
  • Decoders: M10 decoder now only outputs the number-of-GPS-sats field for non-gTop M10s.
  • Decoders: auto_rx now recognises the Graw DFM sub-type code of 0x7 as the PS-15 PilotSonde.
  • Other: Some tweaks of logging levels.

There are no configuration file changes in this release.

Note: We are aware that new installations may display the following message on startup:

The WebSocket transport is not available, you must install a WebSocket server that is compatible with your async mode to enable it. See the documentation for details. (further occurrences of this error will be logged with level INFO)

This can be safely ignored. The web interface should still continue to work as usual. Eventually we will figure out how to suppress it...

The pre-built Docker Image is now the recommended way to setup radiosonde_auto_rx on a new station. Using Docker avoids issues with updates to dependencies, and allows for fixes relating to system packages to be easily pushed out to users.

Please report any problems encountered either on the mailing list, or by raising an issue on this repository.

PLEASE DO NOT USE THE GITHUB GENERATED RELEASE ZIP FILES - USE THE INSTALLATION/UPDATE STEPS DESCRIBED IN THE WIKI