ioBroker / ioBroker.eventlist

Create user defined events lists in ioBroker
MIT License
6 stars 5 forks source link

Feature Request: Filter for Events #15

Open siggi85 opened 3 years ago

siggi85 commented 3 years ago

It would be nice to filter events for specifique usages of the eventlist.

One solution: You could add categories of events. So when a new Event is created, you can choose the categorie (for example alert, doorwindow state, info, trigger, presence, etc.) The categories should be customizable. When every event has a category, you could add filter for the wanted categories to just show the wanted events. So you can send events for every possible situation in the eventlist, but in the web, vis widget or whatever, you can chosse which events you want to see in your event list.

An alternative way would be, to add a filter where you can use RegEx to filter shown events.

GermanBluefox commented 2 years ago

I must think about it