User guide
Table Of Contents
- Installation and setup
- Username/Password
- Automatically add new devices to HomeSeer
- Display Insteon type descriptions
- Split Location/Name from ISY name using character
- Set HomeSeer Location to
- Set HomeSeer Location 2 to
- ISY Insteon Plug-in Logging Level
- Update Device Types
- Remove Duplicates
- Save
- Status Message Filter
- Device Filter
- Advanced Feature
- ISY Insteon Plug-in Status Screen
- ISY Insteon Plug-in Thermostat Control
- Device Control
- Triggers
- Conditions
- Actions
- Thermostat API
- ISY Insteon API
- Tips
- Error Messages
- Warning Messages
double EnergyMonitorTotalUtilization(int channel)
Get the total energy utilization value for a channel.
double EnergyMonitorPolarizedUtilization(int channel)
Get the polarized energy utilization value for a channel.
double EnergyMonitorVoltage(int channel)
Get the voltage value for a channel.
double EnergyMonitorCurrent(int channel)
Get the current value for a channel (in amps).
double EnergyMonitorValue(int channel, int key)
Get a value from the energy monitor using a key. The key values are:
1. Number of channels
2. Utilization
3. Total Utilization
4. Polarized Utilization
5. Volage
6. Current
double WeatherValue(int key)
Get a value from WeatherBug using a key. The key values are:
1. Temperature
2. High Temperature
3. Low Temperature
4. Feels Like
5. Temperature Rate
6. Humidity
7. Humidity Rate
8. Pressure
9. Pressure Rate
10.Dew Point
11.Wind Speed
12.Average Wind Speed
13.N/A
14.N/A
15.Gust Speed
16.N/A
17.Rain
18.Light level
19.Light Rate
void ReSync()
Shutdown communication with the ISY and then re-connect to the ISY. This will
reset the ISY Insteon Plug-in with the information from the ISY.
Int GetVariable(string id)










