OpenMarine
Data Logging - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How do I...? (https://forum.openmarine.net/forumdisplay.php?fid=3)
+--- Thread: Data Logging (/showthread.php?tid=1616)



Data Logging - sven98de - 2018-12-21

Hi,
is it possible to log sensordata, temperature from DS18B20 for example, to a file ?
The background is, I want to pickup that data, convert it to an APRS telemetry sentence and send it via VHF to the APRS net.

Sven


Data Logging - tkurki - 2018-12-22

Install https://www.npmjs.com/package/signalk-data-logger in Signal K server’s App store.

It sounds like this would be something that a dedicated plugin could do: convert the data you want to aprs format and hand it over to the process that sends it. No intermediate files needed and you get a configuration form in the server’s admin user interface. https://www.npmjs.com/package/utils-for-aprs might be useful.

Creating a plugin is not very complex, the data logger is one starting point.




Sent from my iPhone using Tapatalk