Moin,
wie kann ich mir eine Auflistung im Dashboard anzeigen und auch per Notification eine Liste der aktuell nicht verfügbaren Geräte zusenden lassen?
Es passiert halt gerade im Zigbee-Bereich, dass einige Geräte “nicht ansprechbar sind”.
Manchmal repariert sich das von selbst, manchmal nicht.
Das würde ich gern besser beobachten wollen.
Danke
Schau dir mal Watchman an
https://github.com/dummylabs/thewatchman
oder einfach - wenn es sich um LAN Geräte handelt - nen Eintrag in die config.yaml
für das jeweilige Gerät …
- platform: ping
host: 192.168.2.144
name: xyzGeraet
count: 8
scan_interval: 600
… dann das Ergebnis via Automatisation auswerten und entspechend darauf reagieren (in meinem Fall kommt ne Mail, wenn bestimmte Geräte nicht erreichbar sind …
Ich nutze diesen Blueprint: blueprints_repo/unavailable_entities_notification/unavailable_entities_notification.yaml at master · gmlupatelli/blueprints_repo · GitHub
hm, das probiere ich mal
Danke
Bin noch Anfänger…
Habe jetzt eine Automation erstellt und weiß nicht, was ich bei “Actions” machen soll; dort steht:
“Notifications or similar to be run. {{entities}} is replaced with the names of unavailable entities.”
Na das was du haben willst, z.B. eine Benachrichtung in der Handy-App oder so.
Sieht bei mir so aus:
service: notify.mobile_app_in2023
data:
title: Nicht erreichbare Geräte
message: "Hier ist eine Übersicht der nicht erreichbaren Geräte: {{entities}}"