Hello!
I have a shelly uni connected in my house intercom. I want to send a notification when someone hit the button of my intercom. This is easy and I accomplish it with the following configuration:
The intercom:
- It has an input that, when the button is pressed, I've got a voltage there. (we'll call this "intercom_input_button")
- It also has a GND
Connections:
- I've connected the shelly to a power source
- I've connected The input_1 cable to the "intercom_input_button" and the intercom GND to GND in the shelly
Application:
- I've created one scene with:
- WHEN: StateChange - the shelly relay is ON
- DO: Phone notification
This is "almost" working... Sometimes I've receive the notification, sometimes not, but it seems to work "fine".
-----
My problems is that I don't understand the rest of the options available in the app for the "WHEN" conditions. Currently we have:
- State change (relay on/off)
- Input change (relay input on/off)
- Button pushes (relay button short/long pressed)
But, "Input" and "Button" options don't work as expected. If I activate any of those options the scene stops working...
Are those options working for any of you? Do I have something wrong in my configs?