rossko57
(Rossko57)
May 2, 2019, 11:35pm
2
A simple method is to trigger an Item that rules use to block messaging until it expires.
But it sounds more like the queuing example here would suit (no dropped messages)
Edit: Updated for OH 4, removed Nashorn JS and Python examples as those libraries are no longer maintained.
Please see https://community.openhab.org/t/design-pattern-what-is-a-design-pattern-and-how-do-i-use-them/40319 for a desciption of DPs.
[image]
Problem Statement
There are some technologies that are sensitive to receiving multiple commands too close together. When they occur too close together commands get dropped or other problems may occur. Insteon and 433MHz are two such technologies…