Hallo zusammen und einen schönen 4. Advent.
Ich bekomme seit einiger Zeit jede Benachrichtigung aus der Companion-App doppelt.
Alle Popup’s kommen zeitgleich doppelt an, also auch aus verschiedenen Automationen.
Hat jemand ne Idee, wo mein Fehler liegt?
maxe
21. Dezember 2025 um 14:08
2
Hast du eine zusätzliche Automation, die dir z.B. alle persistent notification aufs Phone sendet?
Hi Luckbert,
Du bist nicht allein! Ich hab auch keinen Plan woran es liegt. Es war bei mir plötzlich von einen Tag auf den anderen so. Nichts geändert und auch keine doppelten Auslöser.
Bacardi
21. Dezember 2025 um 18:51
5
Welche Version hat Eure App?
* Fix duplicate notifications by removing leftover WorkManager with different unique work name by [@marazmarci](https://github.com/marazmarci) in [#6126](https://github.com/home-assistant/android/pull/6126)
main ← marazmarci:fix/duplicate-notifications
offen 07:16AM - 04 Dec 25 UTC
## Summary
Fixes #6066, where users were getting duplicate notifications over… the persistent WebSocket connection. The bug was introduced in #5998, where the periodic WorkManager work request's unique name was renamed from `WebSockManager` to `WebSocketManager`. This change resulted in two periodic jobs, because the old one was still persisted, and scheduled to try to start every 15 minutes.
I used the `App Inspection` feature of Android Studio to see the list of WorkManager jobs, and I was able to capture this screenshot:
<img width="552" height="319" alt="image" src="https://github.com/user-attachments/assets/6f56cc9f-7e0b-4e97-8029-f1dc935d97d2" />
Here you can see two instances of `WebsocketManager` running at the bottom of the list. Unfortunately this tool cannot show the unique name of the jobs, but the fact that two of the same type are running should be enough proof.
## Checklist
- [ ] New or updated tests have been added to cover the changes following the testing [guidelines](https://developers.home-assistant.io/docs/android/testing/introduction).
- [x] The code follows the project's [code style](https://developers.home-assistant.io/docs/android/codestyle) and [best_practices](https://developers.home-assistant.io/docs/android/best_practices).
- [x] The changes have been thoroughly tested, and edge cases have been considered.
- [x] Changes are backward compatible whenever feasible. Any breaking changes are documented in the changelog for users and/or in the code for developers depending on the relevance.
## Any other notes
Vielen Dank für den Hinweis.
Ich hatte zwar die letzte Version 2025.11.4 installiert, aber wer weiß.
Ich habe die apk aus Github drüber gebügelt. (2025.12.1-beta)
Mal sehen ob es geholfen hat.
Grüße
Hallo,
ich wollte erst ein paar Meldungen abwarten.
Mit der Beta kommen bisher nur einzelne Nachrichten an. Also alles wieder perfekt.
Vielen Dank für die Hilfe.
1 „Gefällt mir“