Lonink VRF controller works out of the box #483
sll1001
started this conversation in
Show and tell
Replies: 3 comments 2 replies
-
Good to hear😃 Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
0 replies
-
is this support control fan level of the air-conditional ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
When the device supports it then probably yes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Happy to report that this plugin works out of the box with Lonink VRF controller.
For those who like me has been looking for a working VRF controller to integrate into the HomeKit environment, this product which is supported by MiHome works well. It is the Lonink B19 which I bought on Taobao.
As shown in the dump below, each internal AC is presented as a separate device. homebridge-miot recognises it as air conditioner and configure correctly.
NAME: LONINK VRF Central Air Conditioner Controller
ID: 5901xxxxx
MAC: xxxx
IP: 172.16.88.82
TOKEN: xxxx
MODEL: qdhkl.gateway.lonink
NAME: VRF Air Conditioner
ID: proxy.5901xxxxx.0101
MODEL: qdhkl.aircondition.ac
NAME: VRF Air Conditioner 2
ID: proxy.5901xxxxx.0102
MODEL: qdhkl.aircondition.ac
NAME: VRF Air Conditioner 3
ID: proxy.5901xxxxx.0103
MODEL: qdhkl.aircondition.ac
NAME: VRF Air Conditioner 4
ID: proxy.5901xxxxx.0201
MODEL: qdhkl.aircondition.ac
NAME: VRF Air Conditioner 5
ID: proxy.5901xxxxx.0202
MODEL: qdhkl.aircondition.ac
NAME: VRF Air Conditioner 6
ID: proxy.590173586.0203
MODEL: qdhkl.aircondition.ac
Here is a config example:
{
"name": "Living MFC Aircon",
"ip": "172.16.xxx.xxx",
"token": "xxxx",
"deviceId": "proxy.5901xxxxx.0201",
"model": "qdhkl.aircondition.ac",
"pollingInterval": 10,
"deepDebugLog": true,
"onlyMainService": true,
"buzzerControl": false,
"ledControl": false,
"childLockControl": false,
"modeControl": false,
"suppressAutoServiceCreation": [
"temperature",
"relativeHumidity",
"illumination"
]
}
Beta Was this translation helpful? Give feedback.
All reactions