Skip to content

tomaae/homeassistant-openmediavault

Repository files navigation

OpenMediaVault integration for Home Assistant

GitHub release (latest by date) hacs_badge Project Stage GitHub all releases

GitHub commits since latest release GitHub commit activity GitHub Workflow Status

Help localize

English

OpenMediaVault Logo

Monitor your OpenMediaVault 5/6 NAS from Home Assistant.

Features:

  • Filesystem usage sensors
  • System sensors (CPU, Memory, Uptime)
  • System status sensors (Available updates, Required reboot and Dirty config)
  • Disk and smart sensors
  • Service sensors

Features

Filesystem usage

Monitor your filesystem usage.

Filesystem usage

System

Monitor your OpenMediaVault system.

System

Disk smart

Monitor your disks.

Disk info

Install integration

This integration is distributed using HACS.

You can find it under "Integrations", named "OpenMediaVault"

Setup integration

Setup this integration for your OpenMediaVault NAS in Home Assistant via Configuration -> Integrations -> Add -> OpenMediaVault. You can add this integration several times for different devices.

Add Integration

  • "Name of the integration" - Friendly name for this NAS
  • "Host" - Use hostname or IP
  • "Use SSL" - Connect to OMV using SSL
  • "Verify SSL certificate" - Validate SSL certificate (must be trusted certificate)

Development

Translation

To help out with the translation you need an account on Lokalise, the easiest way to get one is to click here then select "Log in with GitHub". After you have created your account click here to join OpenMediaVault project on Lokalise.

If you want to add translations for a language that is not listed please open a Feature request.

Enabling debug

To enable debug for OpenMediaVault integration, add following to your configuration.yaml:

logger:
  default: info
  logs:
    custom_components.openmediavault: debug