xsilvergs
Forum Member
I have 2 Victron Orion tr-smart B2B's fitted charging 2 110Ah Lithium batteries. I originaly only had one and felt it did its job, but had no real proof as they aren't so smart and don't talk to other Victron kit. I fitted a second as sometimes in winter our drives weren't long enough to recharge the batteries.
With a bit of data logging I noticed dropouts in charging, all be it for short periods.
I have found that using the H remote pin supplied from the D+ signal more reliable but don't like the idea of a 60 amp drain the moment the engine is running. After watching the last Victron video and learning of MCS and thinking it cost prohibitive for me I chose a different tack.
My RPi GX device has a USB GPS connected so knows vehicle speed, it also has a relay HAT fitted and runs NodeRed. With a small piece of code I now turn on one B2B when the van exceeds 30mph, the other B2B is just controlled via the D+ signal.
There are some obvious possibilities of GPS signal loss, tunnels etc but this is factored for in the code to a certain extent plus there will always be the other B2B charging while the engine is running.
This method of control is easy to implement and good enough until i master the obd2 data.
With a bit of data logging I noticed dropouts in charging, all be it for short periods.
I have found that using the H remote pin supplied from the D+ signal more reliable but don't like the idea of a 60 amp drain the moment the engine is running. After watching the last Victron video and learning of MCS and thinking it cost prohibitive for me I chose a different tack.
My RPi GX device has a USB GPS connected so knows vehicle speed, it also has a relay HAT fitted and runs NodeRed. With a small piece of code I now turn on one B2B when the van exceeds 30mph, the other B2B is just controlled via the D+ signal.
There are some obvious possibilities of GPS signal loss, tunnels etc but this is factored for in the code to a certain extent plus there will always be the other B2B charging while the engine is running.
This method of control is easy to implement and good enough until i master the obd2 data.