Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| insteon_devices:thermostats [2013/03/08 20:51] – jay | insteon_devices:thermostats [2026/04/07 18:27] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Insteon Thermostats and Thermostat Adaptors ====== | ||
| + | Smartlabs makes several thermostats and adaptors. We'll use this page to discuss how the specific Insteon devices work with Indigo. See the [[: | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | ===== Insteon Venstar Thermostat Adaptor (2441V) ===== | ||
| + | |||
| + | This was the first available Insteon thermostat. It's an adaptor for these Venstar thermostat models: T1700, T1800, T1900, T2700, T2800, and T2900. The adaptor plugs into the bottom of the thermostat so you can buy the adaptor separately from the thermostat if you wish. Venstar also shipped a thermostat (2491T7E) for a brief time which had the Insteon adaptor built in to the thermostat but it works identically to the external adaptor. | ||
| + | |||
| + | === Tracking Equipment On/Off State Changes === | ||
| + | |||
| + | Indigo automatically tracks and updates its UI for mode, temperature, | ||
| + | |||
| + | * Group 1 - Cooling change (ON or OFF) -- Indigo updates **//A/C Equipment State//** | ||
| + | * Group 2 - Heating change (ON or OFF) -- Indigo updates **//Heater Equipment State//** | ||
| + | * Group 3 - Fan mode change (ON or OFF) -- Indigo updates **//Fan Equipment State//** | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ===== Insteon Thermostat (2441TH) ===== | ||
| + | |||
| + | This is Smarthome' | ||
| + | |||
| + | === Tracking Equipment On/Off State Changes === | ||
| + | |||
| + | Indigo automatically tracks and updates its UI for mode, temperature, | ||
| + | |||
| + | * Group 1 - Cooling change (ON or OFF) -- Indigo updates **//A/C Equipment State//** | ||
| + | * Group 2 - Heating change (ON or OFF) -- Indigo updates **//Heater Equipment State//** | ||
| + | * Group 3 - Dehumidification change (ON or OFF), high humidity setpoint -- Indigo updates **// | ||
| + | * Group 4 - Humidification change (ON or OFF), low humidity setpoint -- Indigo updates **// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | |||
| + | ===== Insteon Wireless Thermostat (2441ZTH) ===== | ||
| + | |||
| + | This wireless thermostat talks to another 2441 wired thermostat to allow remote control of that thermostat. Indigo can catch the broadcasts from this thermostat when any of the following change: temperature, | ||
| + | |||
| + | === Sleeping and Status Request Issues === | ||
| + | |||
| + | Note that when this device is battery operated (versus wiring it to an AC adapter), it will go to sleep and not be able to respond to Indigo commands. Therefore, before you Define and Sync it you must wake it up by pressing the SET button for a few seconds until it beeps then wait for the LCD screen to flash. It will then be awake and you can proceed with the normal Define/Sync process. | ||
| + | |||
| + | Additionally, | ||
| + | |||
| + | Indigo will still catch the broadcasts from the thermostat as the mode, temperature and setpoints change, and will use that information to update its device UI. You just cannot force an update by doing a status request -- you have to wait for the thermostat to broadcast the changes when they occur. | ||
| + | |||
| + | === Tracking Equipment On/Off State Changes === | ||
| + | |||
| + | Indigo automatically tracks and updates its UI for mode, temperature, | ||
| + | |||
| + | * Group 1 - Cooling change (ON or OFF) -- Indigo updates **//A/C Equipment State//** | ||
| + | * Group 2 - Heating change (ON or OFF) -- Indigo updates **//Heater Equipment State//** | ||
| + | * Group 3 - Dehumidification change (ON or OFF), high humidity setpoint -- Indigo updates **// | ||
| + | * Group 4 - Humidification change (ON or OFF), low humidity setpoint -- Indigo updates **// | ||
| + | |||
| + | [[http:// | ||
| + | |||
| + | ===== Equipment State Out-of-Sync Issues ===== | ||
| + | |||
| + | Some of you may notice that periodically some thermostat equipment states (mentioned above) get out-of-sync. The issue is that all the current Insteon thermostat devices only broadcast out changes to those states. Indigo can't ask the thermostat what the state of those are - we just have to wait until the state changes so we can catch the broadcast. Why would Indigo get out of sync? A couple of possibilities: | ||
| + | |||
| + | ===== Modifying Energy Mode Setpoint Delta (2441TH and 2441ZTH Only) ===== | ||
| + | |||
| + | When in Energy Mode (leaf on display) these thermostats adjust the cool and heat setpoints for greater energy efficiency. By default, they are changed by 4°. There is no way to manually (at the thermostat) adjust this 4° delta, but it can be set by sending Insteon commands to the modules. Indigo doesn' | ||
| + | < | ||
| + | devaddr = indigo.devices[" | ||
| + | reply = indigo.insteon.sendRawExtended(devaddr, | ||
| + | indigo.server.log(str(reply))</ | ||
| + | |||
| + | Note you'll want to edit the first 2 lines to reflect the delta you want to use (1 seems to be the minimum that works) and the name of the Indigo device for your thermostat. | ||