Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear Mikko,
integrating Ruuvitags into my SignalK setup was my first deep dive into Javascript/SignalK. I finally succeeded thanks to your code :-) and had a lot of fun, too. :-)
The plugin now supports Ruuvitag data format v5 and works on Node 10.
It depends on updates you can find in pbfulmar/node-ruuvitag, there is a corresponding PR to pakastin/node-ruuvitag.
Here's a summary of the changes:
added all measurements of dataformat v5 to delta updates;
added handling of invalid/not available data for dataformat v5;
adjusted rounding to ruuvitags numerical precision;
added src identifier to delta update;
updated to current signalk plugin spec, works on node10, abandonware/noble
added description of the new supported data of Ruuvi dataformat v5
included remark about dataformat v5 in plugin name
Hope you find it useful.
Viele Grüße
Peter