Closed darksidelemm closed 1 month ago
I will include this in the next release, thanks for the correction. I'll place the debug value to the last byte. The thermistor temperature is the sensor on the cut-out part, which seems to be the most accurate way to tell the inside temperature (the radio temperature I tried was very inaccurate and off, I can also try the MCU temperature).
RS41ng-compatible default payload format is now implemented in v28
.
https://github.com/Nevvman18/rs41-nfw/releases/tag/v28
Until I figure out a better way to handle assigning a single custom data template to multiple callsigns, the Horus binary decoder assumes that the custom field section matches the format used by RS41ng (the developer of which I collaborated with while developing the Horus Binary v2 mode).
I see you are using the custom field formats of:
I also see that the temperature value in the main packet appears to be a thermistor value? (Unsure where this is from?) In the other RS41 firmwares the radio temperature is used here.
Please consider changing the custom fields to match RS41 as much as possible. This is particularly important if you are using sensor boom and pressure sensor data. The RS41ng format is:
There is a free byte on the end where you can include your device debug state value.
This way, sensor data will immediately show up on sondehub and the grafana dashboards without having to apply the same new custom field entry to many new payload IDs.