Skip to content

jmbwell/homebridge-infinitive-thermostat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-infinitive-thermostat

Homebridge plugin for thermostats supported by Infinitive, including Carrier Infinity and Bryant Evolution.

Configuration

   {
       "bridge": {
           ...
       },
       
       "description": "...",

       "accessories": [
           {
               "accessory": "Thermostat",
               "name": "Thermostat name",
               "apiEndpoint": "http://infinitive-host-or-ip:port/api",
               "manufacturer": "manufacturer",       // Optional
               "model": "model",                     // Optional
               "serial_number": "serial number"     // Optional
           }
       ],

       "platforms":[]
   }

About

Homebridge plugin for thermostats supported by github.com/acd/infinitive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%