1.1.1 • Published 3 years ago

homebridge-vrvlinktelnet v1.1.1

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

VRV-Link TCP control Plugin

This plugin is a fork from artnavsegda's plugin. I changed the plugin to be Telnet based instead of based on HTTP. default port: factory default

The configuration file:

{
    "platform": "VRVLinkTelnet",
    "ip": "192.168.10.45",
    "port":"xxxx",
    "accessories": [
        {
            "displayName": "AC 1",
            "uniqueId": "01-01"
        },
        {
            "displayName": "AC 2",
            "uniqueId": "01-02"
        },
        {
            "displayName": "AC 3",
            "uniqueId": "01-03"
        },
    ]
}

Thank you MengZhao!

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago