1.0.9 • Published 3 years ago

homebridge-smartdry v1.0.9

Weekly downloads
11
License
Apache-2.0
Repository
github
Last release
3 years ago

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?
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago