Lars - after updating to Server 2.14 two plugin...
after updating to Server 2.14 two plugins doesn`t work - signalk-raspberry-pi-bme280 - and signalk-ruuvitag-plugin . somebody ideas?
5 Replies
you can switch to the bt-sensors plugin for the ruuivi tags.
@Lars Pls let us know if you get the bme280 working again. Till then I’ll wait with upgrading SK.
I got the bme-280 plugin to work again by doing 'npm rebuild' in the ~/.signalk directory
I don't think them failing is directly related to server version, but updating an OpenPlotter SK Server may very well update your Node version that will break plugins that use bindings to native code
https://github.com/SignalK/signalk-server/issues/1928#issuecomment-2995927274
GitHub
Node version bump from 18-12 to 20-22 · Issue #1928 · SignalK/sig...
Time to leave Node 18 behind and move on to 22, 18 LTS is ending in May: https://nodejs.org/en/about/previous-releases
thanks for that. with "cd .signalk" into the folder and then "sudo npm rebuild" and the bme plugin works fine... @stovinator TOP thanks for your advice