At higher outputs, current, from the batteries I had detected an increasing voltage drop. So I decided to change and update the supply cables from the batteries, see picture, to a more correct solution. The solution was
Cable lugs on all cables
The lug is crimped and soldered to the cable
Heat shrink tubes, with glue, to cover the transition between the lug and cable
The easiest way to test Your OpenPlotter, OpenCPN or SignalK(SK) applications is to use the supplied sample files in SK. Another way is to capture Your own data from a sailing trip, which is described here. Then You can use them instead of the supplied sample files.
A fantastic way to distribute data between devices is using MQTT. In this post I will do a quick and simple setup with Node-Red(NR) and the Mosquitto(MQ) broker on a Raspberry Pi. Very short, the Broker, installed on a server, handles incoming Publishing and Subscriptions from clients. Every published Message is "linked" to a Topic. All Subscribers use a Topic to "link" to the right Message. How to install Node-Red(NR) is found here and the MQ manual here.