pimatic-wago by edom | github | npm
pimatic-wago-plugin
This plugin basic for Pimatic
Install
Configuration
{
"plugin": "wago",
.....
}
Wago Switch
{
"address": "",
"id": "wago-switch",
"name": "wago switch",
"class": "WagoSwitch",
"interval": 2500
}
Wago Sensor
{
"address": "",
"id": "wago-sensor",
"name": "wago sensor",
"class": "WagoSensor"
}
For device configuration options see the device-config-schema file.
Plugin Config Options
Device Config Options
pimatic-wago device config schemas
WagoSwitch
WagoSwitch config options
Option | Description | Default |
---|
tapVar string | The variable to Tap | |
stateVar string | The variable to read current state | |
interval integer | Set default state refresh interval, default 1000ms | 1000 |
WagoSensor
WagoSensor config options
Option | Description | Default |
---|
valueVar string | The variable to read | |
interval integer | Set default state refresh interval, default 1000ms | 1000 |
pimatic-wago is written by edom