This package has been deprecated

Author message:

WARNING: This project has moved to homebridge-logi-circle-controls. Please install homebridge-logi-circle-controls instead.

homebridge-logi-circle-privacy

0.1.1 • Public • Published

Homebridge Logitech Circle Privacy Switch

This is a Homebridge plugin that exposes a switch accessory that controls the "privacy mode" toggle for Logitech Circle cameras.

Installation

Tested with Node v8.9 and Homebridge v0.4.42.

npm i -g homebridge-logi-circle-privacy

Configuration

In your Homebridge config.json file, add a new entry in accessories that looks like this:

{
    "accessory": "Logi Circle Privacy Mode Switch",
    "name": "<what you want the switch called>",
    "deviceId": "<the ID of your camera, see next section>",
    "email": "<the email for your Logitech Circle account>",
    "password": "<the password for your Logitech Circle account>"
}

Finding Your Device's ID

Log into the web interface at https://circle.logi.com.

Once logged in and viewing a camera, the URL should be along the lines of https://circle.logi.com/#/accessories/<ID>. The ID in the URL is the device ID required in the accessory config above.

Readme

Keywords

Package Sidebar

Install

npm i homebridge-logi-circle-privacy

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

8.42 kB

Total Files

6

Last publish

Collaborators

  • klanchman