OpenMarine
Solar panel monitor - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Feature Requests (https://forum.openmarine.net/forumdisplay.php?fid=5)
+--- Thread: Solar panel monitor (/showthread.php?tid=1568)



Solar panel monitor - Bojayne@yahoo.com - 2018-11-11

I have a victron smart solar with VEdirect to USB cable.  I found a script that is supposed to be used on the Raspberry but I am completely new to this system and cannot figure out how to integrate it.  I would like to use it for remote monitoring of battery state. There are several alternatives listed in Victron Open source page.
https://github.com/SignalK/vedirect-serial-usb


RE: Solar panel monitor - TinyCruiser - 2019-08-08

I am interested in this also -I have smart solar mppt and bmv712 battery monitor (which can use bluetooth) but using a direct cable to a MFD with openplotter would be excellent for many cases.


RE: Solar panel monitor - jim321 - 2020-11-14

https://www.victronenergy.com/blog/2019/06/13/sailing-with-signal-k/

https://www.victronenergy.com/live/open_source:start

https://www.victronenergy.com/blog/2018/05/28/signal-k-embracing-connectivity-with-victron-energy/

https://community.victronenergy.com/questions/646/smartsolar-floating-signal.html

it tells how in the link you posted.
installation

Use the Signal K app store or install via NPM in the Signal K server root directory: npm install @signalk/vedirect-serial-usb
Usage

Set up the appropiate device on the settings page of this plugin in the Signal K server admin UI, for instance to /dev/ttyUSB0 and enable the plugin. Your VE.Direct data will be available in Signal K format via various clients and apps.


RE: Solar panel monitor - WoodTyra - 2024-02-21

I remember feeling a bit overwhelmed when I used a Pi for a small home project. My approach was to take it step by step, beginning with simple Pi tutorials, then gradually working up to the script I needed.


RE: Solar panel monitor - SCarns - 2024-02-22

Should be simple enough if you are already running openplotter: plug the VE direct into the RPI running signalk. Go to the SK app store and install the vedirect-serial-usb plug in and reboot. Then go into plugin settings, activate the plug in and set it up. Should be very straight forward.


RE: Solar panel monitor - holgerw - 2024-02-22

As you normaly have a lot of Voltage going into SolarControllers (>50V) be carefull in using
only opto isolated VE-Direct Cables. Of course it is easy to connect the devices directly with cheap cables,
some spray water or moisture could destroy your pi and more.

ym2c - Holger


RE: Solar panel monitor - PaddyB - 2024-02-22

I`ve just got the victron bluetooth app working. Mac address & advertising key now can be displayed in the android victron app. Doesn't seem to update that often but plenty useable & no wires. Pi is quite close to the smartMptt devices. 

[Image: TNb0BB1.png]


RE: Solar panel monitor - ShieldShadow - 2024-02-22

I had a similar challenge when I first attempted to use a Raspberry Pi for a home automation project. What worked for me was starting with the basics of Raspberry Pi operations, then moving on to understand the script itself. There are plenty of tutorials out there that can walk you through step by step.

And don’t hesitate to reach out to online communities—there are lots of forums and groups filled with people who have probably tackled similar projects.

As for remote monitoring of solar setups, having the right resources can make a world of difference. If you're looking for more information on solar generators and possibly integrating them with monitoring systems, you might find https://solargenerators.to to be a useful site. They cover a variety of topics that could help shed light on the technical aspects of what you're trying to achieve.