Skip to content
brainwarr edited this page Nov 11, 2012 · 6 revisions

Just a place to keep my notes as I port the Insteon::Thermostat::Adapter [2441V] (http://www.smarthome.com/2441V/Thermostat-Adapter-INSTEON-and-Totaline-Venstar-Compatible/p.aspx)

Branch: tstat_adapter

TODO:

  • Receive ack from command:thermostat_get_zone_setpoint
  • Implement set messages as extended with crc.
  • Set all modes.
  • Set setpoints.
  • Test that temp changes are received when not polled.
  • Test that mode changes are received when done manually.
  • code incremental setpoint inc/dec
  • Document linking needs for PLM as responder to get changes.
  • Document code setup/examples on wiki.

Issues

  • The new version is an I2CS device that seems to require an extended message with checksum.

Working:

  • poll_temp - gets current temp.
  • poll_mode - gets current mode.
  • poll_setpoint - gets setpoint for current mode ( both when in auto ).

Clone this wiki locally