Author Topic: Monitor a breaker to detect trips  (Read 1056 times)

0 Members and 1 Guest are viewing this topic.

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Monitor a breaker to detect trips
« on: September 10, 2024, 07:31:42 am »
Hi,

I have 10 large outdoor batteries that occasionally trip, they have a switch on them like the one attached, I want to detect when one trips and I cannot modify the battery in any way, the switch has a rubber hood over it.

I'm stuck with the occasional trips as I have crappy inverter chargers that I cant change..

How would you do it, some sort of sensitive weatherproof vibration sensor that I can stick on each battery near the switch that I can read with a microcontroller?

Thanks.
Richard
 

Offline Andy Chee

  • Super Contributor
  • ***
  • Posts: 1296
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #1 on: September 10, 2024, 07:52:19 am »
Using the same principle as indicator fuses, what about connecting an optocoupler LED (and resistor) across the breaker?  The optocoupler transistor can then signal whatever alert circuitry you want.

 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #2 on: September 10, 2024, 08:06:59 am »
Thanks, I can't modify the switch though, the batteries are very expensive and warrantied for 20 years.

Are you talking about creating a light beam and detector with the beam getting broken when the switch moves?

The moulded rubber shrouds over every switch are, for want of a better word "frosted", I'd probably have to cut the shrouds off and weather seal the switch some other way to guarantee a beam could pass through.
 

Offline Andy Chee

  • Super Contributor
  • ***
  • Posts: 1296
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #3 on: September 10, 2024, 08:22:55 am »
Not a light beam.

Study the Bigclive video to see how the "blown fuse" indicator LED works.  Basically I propose the same circuit topology, but using an optocoupler LED.

Retrofitting this technique requires access to the terminals behind your circuit breakers.
 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #4 on: September 10, 2024, 08:29:11 am »
Thanks, I wont tamper with a $3K battery that still has 17 years of warranty left, I guess I could ask the manufacturer for permission but its unlikely that they would give it (the batteries do 40A at 48V).
« Last Edit: September 10, 2024, 08:35:07 am by rthorntn »
 

Offline Andy Chee

  • Super Contributor
  • ***
  • Posts: 1296
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #5 on: September 10, 2024, 08:34:52 am »
I don't understand.  I thought the breaker was separate to the battery?

Can you post a photo of the breaker/battery combo?  (instead of the breaker by itself in your previous picture)
« Last Edit: September 10, 2024, 08:36:26 am by Andy Chee »
 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #6 on: September 10, 2024, 08:36:42 am »
Apologies, I should have been more specific, the breaker is part of the battery.
 

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #7 on: September 10, 2024, 08:40:06 am »
This is a drawing of a slightly newer revision, my batteries do not have the LED.
 

Offline Phil1977

  • Frequent Contributor
  • **
  • Posts: 737
  • Country: de
Re: Monitor a breaker to detect trips
« Reply #8 on: September 10, 2024, 08:45:11 am »
Can you glue a small magnet on top of the breaker switch and put a reed switch / hall sensor next to it?
 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #9 on: September 10, 2024, 08:49:54 am »
Thanks, I think this could be the ticket!
 

Online Doctorandus_P

  • Super Contributor
  • ***
  • Posts: 3921
  • Country: nl
Re: Monitor a breaker to detect trips
« Reply #10 on: September 10, 2024, 08:52:06 am »
I have 10 large outdoor batteries that occasionally trip,

Are those long trips, or just short hikes?
Maybe too much LSD?

Apparently this is some kind of waterproofed outdoor stuff. What does the fuse box look like? Are those 10 batteries close together, or are they completely separated installations? Can you make any sort of electrical connection to those systems?

A common way is to put a transistor with series resistance over the fuse. As soon as the fuse breaks, the secondary side will lower it's voltage (assume the fuse is in the positive lead) and this will pull a base current through the BJT (or put gate voltage on a FET), so the transistor opens, This can turn on a LED, or give a signal to a uC device that sends an RF message or switches a signal horn (Powered via the battery and another fuse ) Simpler is to just wire an LED and series resistor over the fuse. But this assumes you can make electrical connections to the whole thing.

If you can't make electrical connections, you can put HALL sensors on the cable, These can not measure voltage, or a direct break of a fuse, but they can detect whether current is flowing though the cable.
 
The following users thanked this post: rthorntn

Offline inse

  • Frequent Contributor
  • **
  • Posts: 803
  • Country: de
Re: Monitor a breaker to detect trips
« Reply #11 on: September 10, 2024, 08:54:27 am »
Simply monitoring the presence of battery voltage is not sufficient?
 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #12 on: September 10, 2024, 09:00:17 am »
Thanks!

LSD  ;D

Ten 48V batteries stacked, ten cables, connected in parallel.

Are you saying I can put a hall sensor on each cable and sense no current flowing, can it detect tiny amounts of current, mA, because if the sun is shining and the batteries are charged very little current flows to/from the batteries?
 

Offline Andy Chee

  • Super Contributor
  • ***
  • Posts: 1296
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #13 on: September 10, 2024, 09:08:33 am »
Hall sensor won't be able to tell the difference between; load switched off normally, and tripped breaker.  In both cases there will be zero current flowing.
 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #14 on: September 10, 2024, 09:22:59 am »
I don't think I've ever seen zero current flowing, watching my shunt data I can see at least 10W flowing constantly, so around 1W per battery?
 

Online Doctorandus_P

  • Super Contributor
  • ***
  • Posts: 3921
  • Country: nl
Re: Monitor a breaker to detect trips
« Reply #15 on: September 10, 2024, 09:43:27 am »
Uni-T UT210D is a current clamp meter that can measure DC current with a 1mA resolution, but it is not very reliable in those low current range, both drift and the the earth magnetic field cause noticeable errors. For example rotating the meter 90 degrees throws off the least significant digits by a few counts. It's also mentioned in the manual, you have to zero the meter before each use, and make the measurement in the same orientation as when you zeroed it. Because of these issues, and because it can't see the difference between a normal disconnected load or a tripped fuse, it would be my last ditch option, because it "mostly works" without any physical connection to the system.

If your automatic fuse has something that moves on the outside, then interfacing with that may be a better option.
 
The following users thanked this post: rthorntn

Online Jeroen3

  • Super Contributor
  • ***
  • Posts: 4198
  • Country: nl
  • Embedded Engineer
    • jeroen3.nl
Re: Monitor a breaker to detect trips
« Reply #16 on: September 10, 2024, 09:51:59 am »
This feels like an X-Y problem.
The circuit breaker in the battery should never trip.
Just look at this chart, how long you need to overload it for the breaker to open! (I assume it's aeon battery based on the picture)



Can you add secondary, lower, circuit breaker or overload detection on the whole unit?
 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #17 on: September 10, 2024, 10:00:18 am »
Thanks, the breaker switch physically pops out when tripped, so a tiny magnet glued to the switch and have reed switch / hall sensor mounted above where the tripped switch "ends up" should work.

It's not high current that's tripping it, it's over voltage, my crappy buggy solar inverter charger occasionally overcharges, usually when the battery is charged and full sun quickly appears from behind heavy clouds.

The ten batteries can support 400A combined and I can't even push 60% of that.
 

Online TERRA Operative

  • Super Contributor
  • ***
  • Posts: 3108
  • Country: jp
  • Voider of warranties
    • Near Far Media Youtube
Re: Monitor a breaker to detect trips
« Reply #18 on: September 10, 2024, 10:03:28 am »
Overvoltage won't cause a breaker to trip, only overcurrent.
Where does all this test equipment keep coming from?!?

https://www.youtube.com/NearFarMedia/
 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #19 on: September 10, 2024, 10:09:06 am »
Thanks, the isolator switch is tripped by an internal BMS that monitors:

Current
Over/Under Temperature
Over/Under Voltage

The BMS has no external interface.
 

Online Siwastaja

  • Super Contributor
  • ***
  • Posts: 8959
  • Country: fi
Re: Monitor a breaker to detect trips
« Reply #20 on: September 10, 2024, 10:19:05 am »
Every time a fuse or breaker blows, you should be saying to yourself:
"Phew, that was a close call, this safety device prevented a fire!"

Then you go and investigate what nearly caused the fire and fix that. After THAT you replace the fuse or turn on breaker again.

So two key questions:
1) why are the breakers tripping?
2) what's wrong with monitoring power availability to load instead, e.g. by monitoring output voltage after the breaker?
 
The following users thanked this post: rthorntn

Offline rthorntnTopic starter

  • Frequent Contributor
  • **
  • Posts: 461
  • Country: au
Re: Monitor a breaker to detect trips
« Reply #21 on: September 10, 2024, 10:27:00 am »
Thanks.

It's complex, it trips during a sunny day so no real battery draw plus there are ten batteries and if only one trips its very difficult to detect losing one battery in parallel as it doesn't drop the voltage, the house current will deplete the pack 10% faster but that's pretty hard to detect at the 0.4KW house base load (its a 19.2KW battery).
« Last Edit: September 10, 2024, 10:31:09 am by rthorntn »
 

Online Siwastaja

  • Super Contributor
  • ***
  • Posts: 8959
  • Country: fi
Re: Monitor a breaker to detect trips
« Reply #22 on: September 10, 2024, 11:08:06 am »
Oh, outputs are in parallel, now I understand why you want to monitor the fuses. Really, you would need to try to work out why they trip but I can see that monitoring the status (knowing when it happens) would be useful for time being, for both system uptime and troubleshooting.

Does manufacturer allow paralleling of outputs of multiple batteries, so is what you are doing normal? It would be helpful to know the battery model to see the datasheet/manual.

It is hard to non-intrusively sense very small currents, but using hall effect DC current sensor (like those by LEM) you could at least detect the condition where you are charging/discharging at significant power and one battery is tripped, before it causes large differences in state-of-charge between the batteries.
 
The following users thanked this post: rthorntn

Online Jeroen3

  • Super Contributor
  • ***
  • Posts: 4198
  • Country: nl
  • Embedded Engineer
    • jeroen3.nl
Re: Monitor a breaker to detect trips
« Reply #23 on: September 10, 2024, 12:10:57 pm »
Based on the photos is should be possible to hot-glue 3D print a bracket for a microswitch to detect the fuse is not tripped.

(you want this fail-safe, so that if the microswitch falls off it doesn't do so unnoticed)
 
The following users thanked this post: rthorntn

Online BeBuLamar

  • Super Contributor
  • ***
  • Posts: 1386
  • Country: us
Re: Monitor a breaker to detect trips
« Reply #24 on: September 10, 2024, 12:52:17 pm »
How much does the breaker move when it trips? Do you have to turn it to off and then on to reset it? A lot of breakers when trip only move very slightly (and thus difficult to detect) not all the way to off position.
 
The following users thanked this post: rthorntn


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf