Paul Reeve
Paul Reeve
At the moment I switch versions by moving the ```signalk-server``` installation in ```/usr/lib/node_modules/``` to one side and doing a new ```npm install``` of the version I want. I attach a...
Exactly what I see. However when I add meta data using a meta delta to just those 5 tanks I then get all the other rubbish paths. Similar issue with...
Delta below. Usual call to app.handleMessage. No errors and metas appear as I expect where I expect. But then so does a lot of other stuff. ``` { "updates": [...
This problem is still present on the latest server update. I have five tanks being reported over the N2K bus. Signal K registers five tank paths, but as soon as...
Update Problem 1 is because the content of ~/.signalk/node_modules/ has been overwritten. Does mean that the practice of placing or linking plugins into this directory is no longer supported? Problem...
Hi Scott, I send the meta data from a plugin shortly after system startup. Like this: https://github.com/SignalK/signalk-server/issues/1246#issuecomment-761848349 If I don't send the meta, then I just get the five tanks...
Good question. I guess so, because the appearance of the fake paths is consistent. I seem to remember. 1. If I don't write the meta then the five real paths...
My system currently shows: ``` "tanks": { "fuel": { "0": {... INVALID - no PGNs reporting this. Instance 0 associates with wasteWater "3": {... CORRECT "4": {... CORRECT }, "wasteWater":...
Wilco. On Wed, 10 Feb 2021, 14:23 Scott Bender, wrote: > Can you try getting a longer log file, maybe that one doesn't have the > issue. > > —...
Ok. I've looked at this more closely and now my brain hurts. I run the "venus" plugin on Signal K. My Venus device has a CAN connection to the N2K...