chris - Hi guys, I have a question regarding th...
Hi guys, I have a question regarding the plugin "signalk-to-nmea0183".
3 Replies
I use the plugin "signalk-detect-outliers" to drop deltas from sensors (depth, wind) in case the data is corrupt. Now that the boat is on land for the winter, the depth sensor sends huge depth values. These deltas are succesfully detected by the plugin, Accordingly, the path "environment.depth.belowTransducer" is set to null. So far, all fine.
Now I realized that since the boat is out of the water, the sk server log every second shows "Nov 08 17:33:50 Cannot read properties of null (reading 'toFixed')".
By deactivating different plugins I identified that this message comes from the plugin "signalk-to-nmea0183". Apparently this plugin cannot handle the "null".
Now I like to modify this plugin, but I cannot find ths plugin in the signalk-directory. Even when searching for 0183 I only find the config file of this plugin (./plugin-config-data/sk-to-nmea0183.json), but not the source of the plugin itself.
Any hint, where I find the files of this plugin "signalk-to-nmea0183"?
that plugij comes with the server
it will be at /usr/lib/node_modules/signalk-server/node_modules/@signalk/signalk-to-nmea0183/
or /usr/local/...
Indeed! Thank you Scott