Introducing Relays

This article is part of the Make your Bellfire fireplace smart project that I presented during the Home Assistant Conference 2020.

In previous article I addressed a way to make a Bellfire fireplace smart using the pins of the controller. To do this we need to use relays.

What is a relay?

In really short; A relay is an electrically operated switch.

How does it work?

A relay has two circuits:

  1. The control circuit.
    This circuit is used to control the switch, switching the control circuit will change the state of the load circuit switch
  2. The load circuit.
    The load circuit is where you connect the device that you want to interact with.

Both circuits are separated circuits, there is no direct connection or current flow between the control and the load circuit. This makes using relays very safe.

There is multiple variations of switching the load circuit. For usage with the ESP boards and 5v I prefer using Optocoupler relays. The switch is controlled using light and a photosensor to control the switch. Ensuring 100% separation of circuits.

For this solution, I’m using one board with 4 relays on it. You can buy it for a few dollars on AliExpress.

On the left we have IN top control the board; this is where you provide it with Power and one input to control every relay.

For OUT there are three outputs per relay:

  • Normal Close (NC)
  • Common, to close the circuit
  • Normal Open (NO)

You always connect the Common, but you need to choose between Normal Open and Normal Close. The difference between NO and NC is the default behavior for the relay if it is not power/switched on. If you select Normal Open the circuit will be not closed in a default state, when you use the Normal Close the relay will have a closed load circuit in a default state. 

Now we know we can use relays as a solution for the switches. But how are we going to control the relays? We need a solution to switch the controller circuit using high with voltage to close the control circuit and low voltage to open.  We need a controller for the relay, this is where the ESP boards come in.

The next article will introduce the ESP boards.

5 Replies to “Introducing Relays”

Leave a Reply

Your email address will not be published. Required fields are marked *