Infinitude Plugin for Homebridge. Enable Carrier/Bryant Infinity Touch Thermostats in HomeKit.
What is Infinitude? Infinitude is an alternative web service for Carrier Infinity Touch and other compatible thermostats. It allows read and control of your Infinity system locally over your network (no serial connection needed).
This plugin will create thermostat accessories for each enabled zone in infinitude.
- In
OFF
mode, it will set infinitude activity for that zone tooff
, unlessshutOffAway
is true. - In
HEAT
orCOOL
mode, it will set infinitude activity to the set temperature in the relevant mode. - In
AUTO
mode, it will set infinitude activity for that zone toAuto
to automatically adjust between heating and cooling points. This implementation currently is not working fully. - If you have a thermostat schedule, the temperature change will be made temporarily within the current profile using the plugin's
holdUntil
value.
Other settings:
- If
holdUntil
is specified, it will setotmr
to the specified hour.
HomeKit Features:
- Thermostat Control: Set Target Temperature for Heat & Cooling. Infinitude values
htsp
andclsp
respectively. - Read Only Fan: Currently provides data on whether the fan is On or Off. Hopefully control will come soon.
- Current Temperature: Dislays current temperature reported by the zone thermostat. Infinitude values
rt
- Hardware Display Unit: control temperature unit (Celcius/Fahrenheit) of physical Theromstat.
- Filter Life Level: Displays life of Filter,
100
being brand new and0
needing replacement. Infinitude valuefiltrlvl
. Also supports Filter Change Indication: Resetting of Filter is not possible through Infinitude and must be done from the physical thermostat. - Current Relative Humidity: Displays indoor humidity reported by Thermostat. Infinitude value
rh
Use Homebridge-UI-X and Search for homebridge-infinitude
OR
run sudo npm i -g homebridge-infinitude-v2
{
"platform": "InfinitudePlatform",
"thermostats": [
{
"name": "Home",
"advancedDetails": {
"manufacturer": "Default-Manufacturer",
"model": "Default-Model",
"serial": "Default-SerialNumber"
},
"url": "http://<infinitude host>:<infinitude port>",
"shutOffAway": false,
"holdUntilNextActivity": false,
"useFan": false,
"useOutdoorTemperatureSensor": true
},
{
"name": "Office",
"advancedDetails": {
"manufacturer": "Default-Manufacturer",
"model": "Default-Model",
"serial": "Default-SerialNumber"
},
"url": "http://<infinitude host>:<infinitude port>",
"shutOffAway": false,
"holdUntilNextActivity": false,
"useFan": false,
"useOutdoorTemperatureSensor": false
}
]
}
If running Infinitude & Homebridge on same devive, e.g., Raspberry Pi, use LocalHost 127.0.0.1 for url.
Running Infinitude on Homebridge Raspbian Image
If you want to keep your IOT devices completely local, you can accomplish this with Infinitude. The carrier web services seem harmless, but local control is often a desirable preference for speed, reliability, and future-proofing against cloud services being sunset. To support local-only control, you will need to use your firewall to block access from your Infinitude Client to the following hostnames:
- legacy.api.iot.carrier.com
- www.api.ing.carrier.com
Local communication between your Thermostat-Infinitude-HomeKit will function, but the Carrier and other official apps will no longer work.
You can use HomeKit to completely control your thermostat's schedule.
Scenes - Use scenes to create desired temperature profiles for both Heat & Cool, e.g.,:
- Climate Home - desired settings for during the day when I am home.
- Climate Away - desired settings for while the house is empty.
- Climate Sleep - desired settings for while we sleep.
Automations - Use time and location based Automations to trigger my scenes. e.g.,:
- At 6:00 AM - Climate Home
- At 11:00 PM - Climate Sleep
- When Last Person Leaves - Climate Away
- When First Person Arrives - Climate Home
Shortcuts - Use personal automations in Shortcuts for advanced functions like Air Filter Reminders: