Hi all,

I’m a newbie regarding pimatic, searched for it, but couldn’t find it.

I’ve setup a device for a relay:
{
“id”: “poort”,
“class”: “GpioSwitch”,
“name”: “Poort”,
“gpio”: 17
}
I did add a ‘normal’ button but it does not exactly what I want, you must manually set it on and then off.

The rule: if Poort is turned on then turn Poort off after 3000 ms is also not what I want, because it is also controlled by a time schedule,the button only needs to set the relay on for 3000 msec and then switch off automatically, it needs to send a ‘pulse of 3000 msec’.

Thx in advance.

Grtz Roland