Skip to content

Feature: Integrate Watchman for entity health monitoring #65

@mholzi

Description

@mholzi

Summary

Add support for the Watchman HACS integration to display entity health status in Dashview.

What is Watchman?

Watchman is a powerful HACS integration that checks all services and entities in Home Assistant and reports those that are:

  • Missing
  • Unavailable
  • Not responding

This helps users proactively identify and fix problems before automations and dashboards stop working.

Proposed Feature

Display Watchman's entity health information in Dashview, potentially including:

  • Admin Panel: Show a health summary with count of problematic entities
  • Room View: Indicate when devices in a room have issues (e.g., unavailable sensors)
  • Notification Badge: Alert users when Watchman detects problems

Use Cases

  1. Proactive Maintenance: Users see at a glance if any devices need attention
  2. Troubleshooting: Quickly identify which room has problematic devices
  3. Battery Alerts: Watchman can detect sensors that went offline (often due to dead batteries)

Technical Notes

  • Watchman creates sensors like sensor.watchman_missing_entities and sensor.watchman_unavailable_entities
  • Entity lists are available as sensor attributes
  • Integration is optional - Dashview should gracefully handle when Watchman is not installed

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlogNot scheduled for any releasepost-mvpDeferred to post-MVPresearch-readyResearch complete, ready for implementation

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions