New Problem, New project! Grid supply on or off?

Evening all,
With the storms that hit Sydney, Newcastle and the rural areas around this week I have faced a new problem when our grid supply went off. How to know if its back on again!

Sounds obvious, just leave a light on. No. The problem is we have a 3 way change over switch, ON-OFF-ON. One of the ON positions is for the Grid supply, OFF is everything off and the other ON is for the generator.

Essentially when our power goes off we switch over to the Generator. This works great but does require me to go and inspect the supply meter to see if the display is ‘on’ and therefore we have grid power back on and I can then revert to it.

Question:
What would be the best (legal) way to detect if the Grid supply is back on?

I cant measure power flow through any of the regular domestic circuits because they will have power from the generator.

I did wonder about putting a clamp around the cable from the meter to the main house fuse but I suspect that would read Zero until the switch is switched and we start consuming grid power.

I also thought about a light sensor placed over the meter’s LCD display but I suspect that would likely be subject to false positives if the meter box gets opened.

At least powering the device should be easy because it can be fed from the house circuits.

Any other thoughts on how to capture the data / state?

I would be happy with an email notification or maybe even a WhatsApp message through their API. I know the latest Shelly software allows notification via both email or Webhooks.

Thanks
Jon

1 Like

Hi Jon.
I am not trying to br funny but do you have any street lights that you can see although that would not help during daylight hours.

I think to indicate you are going to have to connect something directly to the supply. I don’t know about the legality of this. Might have to consult an electrician. There could be some sort of commercial device available, possibly non invasive. Don’t know as I don’t have a generator and usually just leave a light on.

That is correct. These are AC current devices, no current no output.
Cheers Bob

1 Like

You will need to be careful about what you put in your meter box. There are rules and regs and I believe you are not allowed to install appliances/Power Points etc “in” the meter box, so you would need to check with your local laws/regs on what can/cant be done.

That said, the simplest thing I could thing of would be to have a new “mains only” power point installed somewhere (simples runs to keep costs down).

then connect to that power point some device that on power on, sends the email.
Of course this assumes your local network is up and your internet is up.

If you want to go a little more complex, you could have the device above to send a message local that could then display something. e.g. point to point wired/wireless link.

While I will leave the mains connections/detections to a real sparky, what you can do post that is really up to you.

2 Likes

@Jon13024, I use one of these, and for bonus points it’s a 3-phase device. (Ours came from Farnell/E14 in AU).

K8DS-PH Phase-sequence Phase-loss Relay/Features | OMRON Industrial Automation Australia

The idle current is a few Watts. Not nothing, but not all that significant.

Your sparky would install it on the grid side of your changeover switch. It’s then up to you what you hook it up to for the alerting side of things.

(Single-phase failures were more common than total outages when we lived in Sydney, and we found outselves blissfully unware of one in particular until we opened the fridge and the light failed to come on… Now we know if any one phase goes out).

- Greig.

1 Like

Hi Jon
Google “mains power back indicator”. You will see 3 U-Tube videos. They all show a “Reliance” audio device installation. Now I looked up Reliance and could find no mention of this so maybe not available any more.

The interesting thing is the mains present sensor. It is a wire coiled around the incoming wire (non contact) but I noticed it is left open at the end. That is not connected to anything. This in fact turns this into a CAPACITIVE probe as against an INDUCTIVE one with both ends connected. This should work without current flow after all the sensor on dedicated devices and multimeters work with only a voltage presence.

Have a look at these U-Tubes and you will see what I mean. This voltage will not have any grunt, by that I mean will have no current capability so will have to be applied to a high impedance input device like a simple OpAmp voltage follower for processing with whatever you want to do with it.

Might give you a non invasive connection system for some ideas.
Cheers Bob

2 Likes

Hi @Jon13024

Given that this would involve mains power, I would recommend consulting with a licensed electrician about possible solutions and for having the work done.

Thanks for the replies guys.

I fully appreciate the safety concerns and the requirements around meter-boxes, fear not a proper sparky will be doing any wired connections.

Our nearest neighbour is some distance away, certainly not visible and the nearest street light would be miles away!

I am very interested in the capcitive probes and the Phase Loss Relays. I will look further into these.

Thx
Jon

1 Like

Guys,
Thought Id report back - I have found a solution to my problem, without having to re-invent the wheel!

As it turns out my solar system has a couple of hidden entities that it presents to HomeAssistant, one of which is “Grid ON” or “Grid OFF”.

Once I found this out, the rest is easy, just setup an automation in HomeAssistant to monitor for a change in entity state and thereafter send out a notification!

Before I found out the above, my physical solution was going to be a NC contactor connected on the private side of the the incomming grid breaker and then either a home made opto-isolated circuit connected to an ESP32 or a shelly pro. I figured this way would eliminate any potential issues with wrapping cables around a supply wire and would also eliminate the potential for any stray induced voltages and thus false notifications.

Thanks for the pointers and assistance.

R
Jon

1 Like

Hi @Jon13024

Great to hear that you managed to find a solution!