In a radio studio (located in Netherlands), when the microphone fader opens a coloured light go on (like an ON AIR light).
When the fader closes, the light switches off again.
I have a mixer that produces such an electrical fader controlled “on/off” signal (24V/50 mA max) that I would like to use as input for an ESP.
The signal goes over 2 wires, “SHLD” and “signal = on
or off”.
The ESP will have to connect to a nearby Access Point over wifi.
The Home Assistant server is on the same network, but too far away from the studio.
The on/off signal needs to trigger the light (I have already created and tested scenes for it).
The Home Assistant server already has a USB configured and running RFXCOM RFXtrx module attached.
Which ESP device can do this trick, sending the “on/off” signals to the RFXCOM and Home Assistant?
It would be great if I could get a complete shopping list with all the components I need (ESP type device, case, power supply, cables, antenne, etc.).
Best regards, and thanks in advance for your feedback.
It’s a light that will be switched on/off by Home Assistant. Either with a remote plug, or a Hue light, or a Zipato light or even a group of lights. A scene will be activated and depending on what the scene is doing certain actions take place. But at first, it will be one Hue light and later a group of lights in the room/building. But first I want to make sure (and test) that it works on one light, triggered by a scene base on the on/off signal.
This is the idea, we have to connect two things to the 24v output pin , i,e the DC+ and DC- of the 24v relay and the v1 and ground of the buck converter. The output of the buck converter i,e v0 should be connected to the IN pin of the relay. By this circuit we will be able to trigger the relay when ever we have the 24v mixer pin in on position. Since the relay has high and low trigger, you can even drop the buck converter and directly connect the ground to the IN pin but the jumpers has to be adjusted.
Now we have to set up the wemos di side. Connect it to the computer and flash tasmota firmware. After this Assign a pin as switch in the module. connect a wire to this gpio and then connect this wire to the NO. connect a ground from the wemos di to the COM port of the relay.
This is just a brief outline, I hope you get the idea. If anything please ask. The links provided for items are just to show you what to buy, you can source it form any place.
But his is basically what you showed me as well, but you gave me a more comprehensive outline of what needs to be donw. I will have a close look and order the components. I will keep you posted or perhaps come back with some questions. Have you set this up for yourself as well or are you using this setup?
i use almost a similar setup to find if i have power outage in any of my power lines. In that I dont have a 24V output but 220v AC. So i have to convert this ac to dc and use the relay setup on that.
I believe the first method would be the cheaper and simpler option and also you dont have to worry about the trigger current. You can also create a template switch in config to turn on when this detects and voltage.