Kalymnos - I write a plugin for Signalk.It wor...
I write a plugin for Signalk.
It work but I have a problem with path.
I use the app.handleMessage to set a new value of the course over ground.
If I use the "navigation.courseOverGroudTrue" it didn't work but "navigation.courseOverGroudTrue2" work.
I don't have any error Message.
Why the course over ground can't have different source?
5 Replies
That should definitely work. There is nothing that limits what paths a plugin can send.
I try again and again, I can't send a delta with the path navigation.courseOverGroundTrue!
Any other path work.
Very strange
The only thing I can think of having that configure in the path filter plugin or something in node-red blocking it.
Are you using node-red?
An “input handler” node could filter that out
Also some other plugin with an input handler could filter it.
I don't use node-red, but it's possible that a other plugin filter this path, I will check... 🙏
I find my bug!
The path was filtered by a line in the source priorities settings.
I should think about that before!😭
Shoot. Sorry I didn’t think of that!