Hello, I need some help.
I’m currently working on a wireless lamp controlling project.
In my electric switchboard I have some latching relays which I would like to control wirelessly (type: Hager EPN524). They turn on or off with short signal of 24 VAC.
I don’t have so much experience with arduino and electronics but I used what I had available and this is what I came up with:
- I have a Raspberry PI as a server running openhab and mosquitto.
- I have an arduino uno with a W5100 ethernet shield which is connected to a sainsamart relay board. The uno is using mosquitto to receive the commands from the server (rasp PI). The uno will then turn on and then off on of the relays which will trigger the other relay in my switchboard.
I have 24VAC connected to the relays output which then goes to the other relays in my switchboard. I got everything working as I want but now to the problem. The problem is that sometimes when I turn on the relay with my phone my arduino will stop working, I think it resets because if I wait 20-30 seconds it will start to work again.
I searched about the problem and people said something about some sort of interference and using a RC snubber could solve this. I don’t know what kind of values the snubber should have or is a snubber the solution for my problem?
I would greatly appreciate if someone could help me out.