Fork me on GitHub

pimatic-ouimeaux by Stuart Clark | github | npm

pimatic ouimeux plugin

Plugin for the integration of Ouimeux to control WiFi switches. The ouimeaux daemon must be running to use this plugin.

Configuration

You can load the backend by editing your config.json to include:

{
   "plugin": "ouimeaux",
   "url": "<url>"
}

in the plugins section. For all configuration options see ouimeaux-config-schema

Devices are automatically added from ouimeaux, when the connection is established.

Plugin Config Options

ouimeaux config options
OptionDescriptionDefault
url
string
Ouimeaux URL

Device Config Options

pimatic-ouimeaux device config schemas

OuimeauxSwitch

OuimeauxSwitch config options
OptionDescriptionDefault
serialnumber
string
host
string
model
string
lastState
boolean
false
pimatic-ouimeaux is written by Stuart Clark