Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event WebSocket: Add topic filter #4549

Open
florian-h05 opened this issue Jan 9, 2025 · 3 comments · May be fixed by #4550
Open

Event WebSocket: Add topic filter #4549

florian-h05 opened this issue Jan 9, 2025 · 3 comments · May be fixed by #4550
Labels
enhancement An enhancement or new feature of the Core

Comments

@florian-h05
Copy link
Contributor

I am currently working on the first step of migrating Main UI from SSE to WS for event tracking.

Looking at the SSE event tracking, the UI heavily relies on topic filtering, which is more versatile than the source and type filters currently provided by the event WS.

Topic filters allow to filter by Item name etc., and having them available would also allow the UI to easily support both SSE and WS (as WS is not working everywhere right now, e.g. openHAB cloud or some corporate firewalls) for some period.

@J-N-K WDYT? IIRC you authored the event WS.

@florian-h05 florian-h05 added the enhancement An enhancement or new feature of the Core label Jan 9, 2025
@spacemanspiff2007
Copy link
Contributor

Also a negative filter would be very nice (see #3602)
Possible duplicate: #3764

@florian-h05
Copy link
Contributor Author

Oops, didn’t notice that existing issue.

@florian-h05 florian-h05 linked a pull request Jan 9, 2025 that will close this issue
@florian-h05
Copy link
Contributor Author

I went ahead and created #4550, which adds this filter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature of the Core
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants