This binding connects to the Resideo (formerly Honeywell Home) API to poll thermostat and sensor information. It has a simple servlet based webpage (based on the spotify binding) to authorize openHAB with the Resideo API. It should work with the Lyric Round and T-Series (T5/T6/T9/T10) thermostats from Honeywell. They are the thermostats that are accessible through the Resideo API published on Honeywell Home Developer Site. The binding has been tested on a T9 thermostat connected to the “Resideo - Smart Home” app. Resideo has starting integrating there First Alert acquisition. This binding should be compatible with the T-Series thermostats registered on the “First Alert by Resideo”. Please, note that until I get a beta tester who is in this position the word “should” is doing some very heavy lifting.
After installing the binding go to servlet webpage for quick start:
http://<your openHAB address>:8080/connecthoneywell/
Look at the binding readme for more detailed information.
Changelog
Version v2025.02
- Updated to latest stable openHAB 4.3.x.;
- See release page for changes.
Version beta-v1.8:
- Added Fan Mode control channel;
- Updated sources to latest openhab-addons branch 4.2.x.
Version beta-v1.7
- Improved support for T5-T6 thermostats;
- Dynamic thermostat mode creation;
- Increased network error resiliency.
Version beta-v1.6
- added sensor fields
- optimized some of the code
- fixed T5-T6 compatibility issue
Version beta-v1.5
- compatible with First Alert by Resideo
- updated README.md
Version beta-v1.4
- first release candidate
- Now uses GSON
- Channels are in groups
- Channels are created dynamically
- System channel types are now used when appropriate
- Reduced code size by removing unimplemented features
Version beta-v1.3
- many changes and improvements (see release)
Version beta-v1.1
- changed branch name to honeywell-beta
- minor changes (see release page)
Version beta-1
- initial release
Resources
Honeywell Home Thermostat and Sensor Binding Jar
Honeywell Home Thermostat and Sensor Binding Release Page
Honeywell Home Thermostat and Sensor Binding Source