1.1.1 • Published 4 months ago

homebridge-ngbs-icon-thermostat v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 months ago

NGBS iCON Thermostat Homebridge Plugin

npm Release npm Download Total

Apple HomeKit

Supported Features

Upcoming Features

  • Add support for manually switching between heating and cooling for supported homes
  • Add Farenheit support and Display unit switching
  • Manage timetable settings
  • More testing

Introduction

This homebridge plugin exposes all of the NGBS iCON thermostats for native control.

Note: The thermostat accessory in Home app shows a single button to change the control mode. 'Auto' is the same as manual mode (the thermostat heat / cool the room to the specified temperature and maintain that). 'Off' is the same as Eco mode (the thermostats set the temperature to a low / high value, specified in the documentation of the manufacturer, to turn off the heating / cooling). Changing the temperature when set to 'Off' turns off Eco mode and starts heating / cooling if the desired value is higher / lower, than the current temperature.

Compatibility

Although I have not personally conducted rigorous tests to verify this claim, preliminary indications suggest that the plugin exhibits potential compatibility not only with the NGBS iCON 200 series thermostats but also with the iCON 100 series devices.

Installation

To install homebridge ct200:

  • Install the plugin through Homebridge Config UI X or manually by:
$ npm install -g homebridge-ngbs-icon-thermostat
  • Configure within Homebridge Config UI X or edit config.json manually e.g:
"platforms": [
  {
    "platform": "NGBSiCONThermostat",
    "username": "YOUR_NGBS_USERNAME",
    "password": "YOUR_NGBS_PASSWORD",
    "iCONid": "YOUR_NGBS_HOME_ID"
  }
]

Configuration settings

  • username is the username for the NGBS web interface
  • password is the password for the NGBS web interface
  • iCONid is the id for the specific Home you want to add The plugin will add all of the thermostats associated with the given Home.

Troubleshooting

I will add a proper FAQ...

Getting help

If you need help troubleshooting, create an issue and I'll try to help you fix it.

Also it's always good to restart the HomeKit app after changes made to the Homebridge configuration as HomeKit does some background cleanup to the states and presence of devices in its accessory database.

1.1.1

4 months ago

1.1.0

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago