Pulse Switch

Hello,

I’m trying to find a solution, to make switch item that sends a pulse of 1 then 0, which is used to turn on/off lights. I’ve had solutions to it, but it leads to the issue of icon not showing the state of the lights. Is it possible to write a rule for icon, or is there a workaround?

Thanks in advance.

1 Like

Where have you searched? (Hint: try the official documentation.)

You need to post your Items and Rules that didn’t work. You can’t control the icon from a Rule but you can control the Item based on the Item’s state. See https://www.openhab.org/docs/configuration/items.html#dynamic-icons. For something like a momentary button, mappings is also useful. See https://www.openhab.org/docs/configuration/sitemaps.html#mappings. You can command the Item to 1 when the button is pressed and use a Rule to toggle it back to 0 after the desired amount of time.

I think Concepts could be useful too.

Pulse relay control thread (use two Items)

So, the final answer was for the OP to search first.