homebridge-vrvlinktelnet
v1.1.1
Published
VRVLink Telnet Homebridge plugin
Readme
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!
