jmbwell / homebridge-infinitive-thermostat

Homebridge plugin for thermostats supported by github.com/acd/infinitive
Apache License 2.0
3 stars 1 forks source link

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":[]
    }