Fork me on GitHub

pimatic-thinkingcleaner by Jose Castro Leon (josecastroleon) | github | npm

pimatic-thinkingcleaner

A plugin for controlling a thinkingcleaner device in pimatic.

Configuration

Add the plugin to the plugin section:

{
  "plugin": "thinkingcleaner"
},

Then add the device into the devices section:

{
  "id": "ThinkingCleaner",
  "name": "ThinkingCleaner",
  "class": "ThinkingCleanerDevice",
  "host": "192.168.1.3",
  "interval": 10000
},

Then you can add the device into the mobile frontend

Plugin Config Options

ThinkingCleaner

Device Config Options

Thinking Cleaner device config schemas

ThinkingCleanerDevice

ThinkingCleaner config options
OptionDescriptionDefault
host
string
IP address of the device
port
number
Service port
80
interval
number
Interval between read requests
10000
pimatic-thinkingcleaner is written by Jose Castro Leon (josecastroleon)