1.1.2 • Published 1 year ago

homebridge-qbittorrent-plugin v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

qBittorrent Homebridge Plugin

npm version

Description

homebridge-qbittorrent-plugin is a Homebridge platform plugin that integrates qBittorrent with Apple HomeKit, allowing users to toggle advanced rate limits via HomeKit switches.

Features

  • Toggle qBittorrent's advanced rate limits on/off from Apple HomeKit.
  • Supports multiple versions of Node.js and Homebridge.

Installation

  1. Open the Homebridge UI.
  2. Go to the Plugins section.
  3. Search for homebridge-qbittorrent-plugin.
  4. Click Install to install the plugin.

  5. Configure the plugin through the Homebridge UI or manually by adding the following to your config.json:

    {
      "platforms": [
        {
          "platform": "qBittorrentHomebridgePlugin",
          "name": "qBittorrent Platform",
          "apiUrl": "http://localhost:8080",
          "username": "admin",
          "password": "adminadmin"
        }
      ]
    }

Configuration

FieldDescriptionRequiredDefault
nameName of the platformYesqBittorrent Platform
apiUrlURL of the qBittorrent WebUI APIYeshttp://localhost:8080
usernameUsername for the WebUINoEmpty string
passwordPassword for the WebUINoEmpty string

Usage

  • After setting up the plugin, a new switch called Advanced Rate Limits will be available in HomeKit.
  • You can use this switch to enable or disable the advanced rate limits feature of qBittorrent.

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.

Issues

For any issues, please report them on the issue tracker.

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago