homebridge-coolmaster-putty

1.0.1 • Public • Published

CoolMaster Telnet Plugin

This plugin is a fork from artnavsegda's plugin. I changed the plugin to be Telnet based instead of based on HTTP. My home controller didn't have http. I also added some more capabilities like: Fan speed and temperature units.

The configuration looks like this:

{
    "platform": "CoolMasterTelnet",
    "ip": "10.0.3.130",
    "accessories": [
        {
            "displayName": "AC 1",
            "uniqueId": "001"
        },
        {
            "displayName": "AC 2",
            "uniqueId": "002"
        },
        {
            "displayName": "AC 3",
            "uniqueId": "003"
        },
    ]
}

Readme

Keywords

Package Sidebar

Install

npm i homebridge-coolmaster-putty

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

37.2 kB

Total Files

9

Last publish

Collaborators

  • thebeastxdxd