All notable changes to this project will be documented in this file.
- Fix for target keypads feature (#300)
- Initial support for new i3 keypad
- Update device database to include new i3 devices
- Fix error with deleting links (#291)
- Fix error when devices array is not present in config (#289)
- Restore 'keepAlive' and 'connectionWatcher' functionality (#286)
- [FIXED] Fixes for thermostat support
- [FIXED] Fixes for group members defined by name (#260)
- [FIXED] Fixes for removing or renaming accessories
- [ENHANCED] Optimize getting hub id on startup
- [DEBUG] Additional debugging for setting thermostat temp/mode
- [FIXED] Fix for setting thermostat mode
- [ENHANCED] Additional debugging for temp setting
- [FIXED] Fix for temperature units
- [NEW] Initial support for thermostat (#267)
- [FIXED] Fix for fanlinc issue (#278)
- [FIXED] Fix crash from specifying refresh interval (#272)
- [FIXED] Restore
setTargetKeypadBtn
(#273)
- [NEW] Complete refactor to more modern, dynamic platform
- [NEW] Merge PR from @microbmen to add fan control/status to the express server (#223)
- [FIXED] Address issue with groupMember logic (#260)
- [NEW] Automated device discovery/addition to config
- [REMOVE] Remove config.json editing gui from main page in favor of homebridge/hoobs ui and above auto-discovery/addition
- [FIXED] Fix crash when groupMembers contain a period in the device id (#239)
- [FIXED] Fix stupid error in logging :(
- [FIXED] Fix restart issues on HOOBS
- [FIXED] Better error handling for
getHubInfo
- [ENHANCED] Address 'max listeners' message
- [FIXED] Add outlet position to schema.
- [NEW] Hub info automatically discovered in ui (no longer need to get hub info).
- [FIXED] Fix ui when no devices are defined in config.
- [FIXED] Quick fixes to prevent empty model/devices array and improve configuration.
- [FIXED] Fix status for keypads with attached load (#185)
- [FIXED] Fix debounce logic when using Siri.
- [FIXED] Fixes for configuration via homebrudge ui.
- [FIXED] Enable connection to Hub and load of Insteon UI even if no devices are defined in config.
- [NEW] Merge PR from @donavanbecker: Allow easy homebridge config UI setup (#152)
- [ENHANCED] Readme updates courtesy of @calorian
- [FIXED] Remove npm-shrinkwrap; no longer required with updates to
home-controller
dependencies - [NEW] Merge PRs from @mikeypdev: fix for groupMembers (#147), expand groupMembers to switches/dimmers (#149), add 'momentary' property for scene configurations (#148)
- [FIXED] Fix warning from 'set' handlers (#136)
- [NEW] Add invert sensor option for door/window/contact sensors (#134)
- [FIXED] Fix crash when devices array not in config (#77)
- [NEW] Initial support for X10 devices (#119)
- [NEW] Added ability to disable battery monitoring (#123)
- [FIXED] Fix crash when no devices defined (#77)
- [FIXED] Fix dimmer/switch/fan status check on every hub reconnect (#127)
- [FIXED] Fix fan light status in eventListener (#102)
- [ENHANCED] Update eventListener to better capture off status events (#110)
- [FIXED] Fix for 'no response' from garage door (thanks to @THX723) (#97)
- [ENHANCED] Add ability to create a simple scene in the config (thanks to @THX723) - see example here: #103 (#101)
- [NEW] Added 'disabled' feature (#89)
- [ENHANCED] Dimmer/lightbulb devices are automatically set to dimmable, no need to specify in the config (#76)
- [NEW] Initial support for four-button remotes
- [NEW] Added changelog
- [ENHANCED] Improved quick start for InsteonUI