Andy_Y - Good morning! Is there a way to filter...
Good morning! Is there a way to filter a NMEA0183 DataConnection for one specific sentence instead using the usual filter? Something like inverting the filter? I have some garbage on that port (that I can't fix atm). Also I cant use Checksum since the Clipper Wind doesn't seem to transmit a valid checksum.
3 Replies
Not possible out of the box today
Adding an allow list like the current deny sentences list would be the perfect solution and not much work
You can implement a filter in Node-RED using https://github.com/SignalK/node-red-embedded?tab=readme-ov-file#signalk-input-handler
GitHub
GitHub - SignalK/node-red-embedded: Node red nodes for use with the...
Node red nodes for use with the signalk-node-red plugin - SignalK/node-red-embedded
Thanks Teppo, looking into it!