Connect relay low signal ESPhome

How to connect esp32 to relay whit low level trigger? Thanks

Well, first question would be: how handy are you with soldering and electronics?
From your question and a complete lack of details i think its low or non existent.

You would be better off with a complete package like:

If you actually want to create a setup with your own ESP32, the first step would be to tell what ESP32 you have. But again, not knowing how a low level trigger works is kind of a red flag.
Find out how this works first so you know what your doing. Then in ESPHOME you can define how a pin works for ON or OFF with a simple inverted: false or inverted: true

1 Like

You can find a lot of videos online, most likely for your use case. This is for a fireplace

Thank you for the reply works with the “invert” command.