Select to expand quote
Jode5 said..
The CTEK 140A would be OK though it is only a 25 amp charger. I would much prefer to use an Enerdrive dc40+ charger as they can actually punch in over 40amps which is better when the winch is actually in operation. They do also have a solar input of 600w or 800w depending on input voltage. I wouldn't think you would need solar if the battery was solely being used for the winch. Your solar would be charging your main bank of batteries vie it's own solar regulator. Below is a link the the Enerdrive charger.
https://www.springers.com.au/product/enerdrive-en3dc40-dc-to-dc-charger/
Thanks Jode5, the EN3DC40+ looks the go. I want to use it for my house batteries to replace the mppt controller & the VSR - not too bad at $455.
The CTEK 140A OFF ROAD is a combination of the D250SA 20A charger with the SMARTPASS 120 which the website says:
The D250SA charger can get its energy from alternators, solar panels and wind power. It separates starter and service battery and maximizes the use of the both without risking that the starter battery is unable to start the engine. The SMARTPASS 120 charges and maintains your service battery using 120A from the alternator. It will automatically prioritise critical equipment so radios, emergency lights and navigation systems always have the power they need.
But, as Cabron says, there is no documentation to say it can take more than 300w solar & at $1300 I think might be a bit too smart for my needs!!
Yes Cabron the bow battery is sealed

Select to expand quote
shaggybaxter said..
HI Lazz,
Swoon. You're using a PI as a logger!
I'm trying to use a PI3 at the moment to "scrape" the BOM wind sensor data in real time so I can compare my anemometer values to a known reference. The reason is I get a fair bit of upwash from the sailplan over the anemometer which throws out my AWA and AWS, and once these two values are out, all of your TWA, TWS, Polar performance and VMG numbers are out as well.
We've 5 x BOM wind stations in the Bay we sail near to, so it makes sense to be able to take wind readings from outside of the boat so I know what offset I need to apply. I'm currently trying to teach myself Python, it's a slow process!
How did you manage to do this? Are you using NMEA for the data, or raw measurements?
What systems are you monitoring?
Can I move in with you and sweep floors so you can teach me how you did it?
Cheers,
SB
Shaggy have you had a look at this website:
forum.openmarine.net/forumdisplay.php?fid=1This is where I get any info & code from - lots of clever people there!!
I started to learn Python but there are easier ways to do stuff - Node-Red. Most of the code etc is already on open plotter anyway. I can't really help with getting the wind data from BOM but I'm sure there is someone that has done it & the code will be out there somewhere!!
I'm glad I'm not into racing - all that talk about AWAs & TWSs & VMGs is giving me a headache!! I used to race powerboats in another life & swore I would not get into racing sail boats!!
I'm using NMEA as well as CAN for info - I get info from my Raymarine plotter & also send some info to it.
At the moment I'm monitoring: a webcam which sends me a pic every x hrs; the webcam if activated by a PIR sensor sends me a pic; batteries; fridge temp; cabin temp (fire), bilge water level - these all send me a text message, with a picture if from the camera, telling me the temps if over a certain temp or if the bilge water is above a certain level or if the batteries are below a certain voltage. All done via Twitter because it's free :)
I'm also monitoring, but don't bother sending a text message - just alarms, engine coolant temp; engine exhaust water temp; alternator temp;
barometric pressure. I also have pitch & roll (lean angle) sensors; compass etc, etc.
I'm waiting patiently for the new version of OP to be released.
Thanks everyone for your input - muchly appreciated!!