1.1.0 • Published 3 years ago

homebridge-coolmaster-telnet v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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"
        },
    ]
}

Have fun! If you have any questions go ahead and ask!

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago