David Godin - I'm trying to use a stream file r...
I'm trying to use a stream file recorded by a user. We took the generated files from the Data Logging Directory folder. I've loaded the log file on my instance using the following config (screenshots) and this is the activities reported (screenshot).
It reports 225 paths but the Data Browser does not list any but settings and plugins. I see no errors in the server logs look to be related. Only these lines:



6 Replies
The content of the file is as follows (sample):
What am I doing wrong?
use the Multiplexed log type
same result but 63 paths now listed
ah I got more info now: you should be able to play them back with signalk-log-player, they were created using signalk-data-logger
I think signalk-log-player is broken. The file format is very similar. I think it's just missing a date and source on each line.
this is what the multiplexed data looks like for deltas:
1685383117719;venus;{"updates":[{"$source":"venus.com.victronenergy.battery.288","values":[{"path":"electrical.batteries.288.power","value":-9.281999588012695}]}]}
- unix timestamp
- discriminator
- payload
with semicolon as field separator in the beginning of the fileplayback code recognises a few "well known" values and anything else (like
venus
) is treated as deltasGitHub
signalk-server/packages/streams/autodetect.js at master · SignalK/...
An implementation of a Signal K central server for boats. - SignalK/signalk-server
i am sure some ai will write a transform that can convert that to sk multiplexed, like you said they are pretty close