search for: victron

Displaying 6 results from an estimated 6 matches for "victron".

Did you mean: victro
2016 Oct 03
1
driver for Victron Multiplus RS485
Hi All, I'd like to modify an existing driver to support my Victron Multiplus inverter/charger. This device is not supported by the victron driver. I do have serial protocol definition from Victron - which is a big bonus... Could anyone tell me which of the existing drivers will be easiest to modify? Thanks Thanks -- Boli
2014 Aug 20
0
win7 x64 victron driver exiting with error
Operating system Windows 7 x64 NUT version 2.6.5 Windows port UPS Victron NetPro connected via serial port When I run driver when UPS cable is connected to computer's serial port it exits with following output victronups - -DDDD -a victron Network UPS Tools -GE/IMU/Victron UPS driver 0.20 (2.6.5.-3723:3731M) 0.000000 debug level is "4" 0.000000 w32_seria...
2009 Mar 07
0
New variables for Victron/GE UPS
Hello, I've investigated some new commands (variables) for Victron/GE UPS. Unfortunatelly, I'm not a good programmer, so I cannot to modify the driver code by myself. May be, is it possible to add these variables to the main project? Variables are: ------------------------------------------------------------------------------------------------ GET: vZ1f? &q...
2017 Jan 02
1
Solar controller?
...not complete..) . Thanks for a software which does exactly what we need. Now we are starting new era, with installing telescopes on hostile spots without infrastructure. So we will have a solar cells, storing power to batteries during day, to be used during night to run the observatory. We bought Victron Energy solar system, including theirs invertor and battery monitor. Victron has its own tools, but the serial protocol is well documented and quite easy to understand. I would like to add NUT driver. But I will need to add new variables, showing state of different solar panels, connected to the co...
2009 Jan 26
0
NUT 2.2.2 start driver problem on Opensuse 11.1
Hi Alexey, 2009/1/22 Alexey Korobeinikov <alexey at mgm.kiev.ua> > Hi. > I have a trouble starting NUT (driver victronups) version 2.2.2-67.1 (for > OpenSuSe 11.1) with follow error: > > /usr/lib/ups/driver/victronups -a match500 > Network UPS Tools - GE/IMV/Victron UPS driver 0.1.9 (2.2.2) > the driver is faulty. the difference with the version you compiled is the fortification flag... you'll h...
2007 May 25
0
Patch -- SVN revision in the version string
...hid-ups.c (working copy) @@ -529,7 +529,7 @@ { printf("Network UPS Tools: %s %s - core %s (%s)\n\n", comm_driver->name, comm_driver->version, - DRIVER_VERSION, UPS_VERSION); + DRIVER_VERSION, upsversion()); } void upsdrv_updateinfo(void) Index: drivers/victronups.c =================================================================== --- drivers/victronups.c (revision 916) +++ drivers/victronups.c (working copy) @@ -504,7 +504,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - GE/IMV/Victron UPS driver %s (%s)\n\n", - DRV_VERSION, U...