xsilvergs
Free Member
- Posts
- 164
- Likes
- 126
I have left my battery box (with battery, BMV, MPPT and Pi in it) alone since the 20th June...
Since then I have had Zero dropouts from the BMV communications to the Pi, but the MPPT comms are unreliable. The longest that has talked to the Pi is 9 hours without going AWOL. doing a Reset of the Pi via Remote Console once or twice will allow the MPPT to be seen again, but it will go away again a bit later
So one good, one bad.
Need to decide what to try next ....
Is it the cable? (swap VE.Direct plugs over - same device fails = cable)
Is it the Pi USB Ports? (swap USB plus over - same device fails = USB)
Could it actually be a fault with the MPPT if either of above happens? Or is the MPPT comms just more 'sensitive'?
Think I will move the two USBs over to the other unused USBs and see what happens ...
How about using an Arduino to read the data from the MPPT. The Arduino should read the 3.x Volt Victron data as it's over 2.5 volts. Using SoftSerial to connect to the Victron. Then Serial.Print to the normal serial out which you can view in Serial Monitor. Add "time" to each write and then look to see when it drops.