home-assistant.io/source/_components/sensor.nzbget.markdown
2016-05-08 09:59:56 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer ha_category ha_iot_class ha_release
page NZBGet Instructions how to integrate NZBGet within Home Assistant. 2016-04-08 19:59 true false true true Sensor Local Polling 0.17

The nzbget platform will allow you to monitor your downloads with NZBGet from within Home Assistant and setup automation based on the information.

To use NZBGet with your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  platform: nzbget
  base_url: http://192.168.1.18:6789
  username: apiuser
  password: apipass
  monitored_variables:
    - ArticleCacheMB
    - DownloadRate
    - DownloadPaused
    - FreeDiskSpaceMB
    - PostPaused
    - RemainingSizeMB

Configuration variables:

  • base_url (Required): The URL to your NZBGet installation.
  • username (Optional): The username to access your NZBGet installation.
  • password (Optional): The password to access your NZBGet installation.
  • monitored_variables (Required): Array of monitored details.