Insteon

Insteon Adapter
Access Insteon devices from SQL Server and REST commands
This adapter requires Insteon devices and COM Port setup
Want to try it in Azure?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 Azure VM now.
Want to try it in AWS?
Click here to learn more or
click here to create a new Enzo Server RTM 3.1 AWS VM now.
Configuration Settings
Name | Description | Default |
---|---|---|
Boolean _isDefault | Make this the default configuration. Defaults to true if configName is already the default. | |
String commPort | The default COMM port for Insteon communication | COM1 |
Handlers
ControllerInfo |
Get attached controller details
details
ArgumentsSQL Callexec bsc.Insteon.ControllerInfo Http Call/bsc/insteon/controllerinfo Output Columns
|
||||||||||||
Light |
Turn a light on/off
details
Arguments
SQL Callexec bsc.Insteon.Light 123, 1 -- turn the light on at address 123 Http Call/bsc/insteon/light Output ColumnsThis call does not return data. |
||||||||||||
LightLevel |
Dim a light up/down to the specified level
details
Arguments
SQL Callexec bsc.Insteon.LightLevel 123, 128 -- turn the light halfway on at address 123 Http Call/bsc/insteon/lightlevel Output ColumnsThis call does not return data. |
||||||||||||
ListDevices |
List the devices available to the attached Insteon controller.
details
ArgumentsSQL Callexec Insteon.ListDevices Http Call/bsc/insteon/listdevices Output Columns
|
||||||||||||
RampLevel |
Gracefully dim a light up/down to the specified level
details
Arguments
SQL Callexec bsc.Insteon.RampLevel 123, 128 -- turn the light halfway on at address 123 Http Call/bsc/insteon/ramplevel Output ColumnsThis call does not return data. |
||||||||||||
RefreshDevices |
Update the internal list of available devices
details
ArgumentsSQL Callexec bsc.Insteon.RefreshDevices Http Call/bsc/insteon/refreshdevices Output ColumnsThis call does not return data. |
||||||||||||
SetCommPort |
Changes the COM port used for communication
details
Arguments
SQL Callexec bsc.Insteon.SetCommPort 'COM3' Http Call/bsc/insteon/setcommport Output ColumnsThis call does not return data. |