This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

homebridge-smartdry
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

homebridge-smartdry

SmartDry plug-in for Homebridge using the undocumented SmartDry API.

homebridge-smartdry exposes the dryer sensor as a either switch or contact sensor that shows if the dryer is running or stopped.

Installation

Before installing this plugin, you should install Homebridge using the official instructions.

Install via Homebridge Config UI X

  1. Search for Homebridge SmartDry on the Plugins tab of Config UI X.
  2. Install the Homebridge SmartDry plugin and use the form to enter your configuration.

Manual Installation

  1. Install this plug-in using: npm install -g homebridge-smartdry
  2. Update your configuration file. See example config.json snippet below.

Configuration

Configuration sample (edit ~/.homebridge/config.json):

{
  "platform": "SmartDry",
  "name": "Homebridge SmartDry",
  "sensors": [
    {
      "id": "XXXXXX",
      "name": "Samsung Dryer",
      "serviceType": "contactSensor"
    }
  ]
}

Required fields:

  • "id": The ID of your SmartDry device. You can find this in the settings of the SmartDry iOS App.
  • "name": The name you should like to give your device, such as Samsung Dryer.
  • "serviceType": The service type to expose the device as, either contactSensor or switch (default).

Things to try with Siri

  • Hey Siri, is the Samsung Dryer on?

Readme

Keywords

Package Sidebar

Install

npm i homebridge-smartdry

Weekly Downloads

1

Version

1.0.9

License

Apache-2.0

Unpacked Size

40.7 kB

Total Files

36

Last publish

Collaborators

  • ablyler