-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support VRF Air Conditioning #113
Comments
Devices:
2020-11-20 00:18:46 ERROR (MainThread) [custom_components.xiaomi_gateway3.core.xiaomi_cloud] Can't load devices list
Traceback (most recent call last):
File "/config/custom_components/xiaomi_gateway3/core/xiaomi_cloud.py", line 145, in get_devices
assert resp['code'] == 0, resp
AssertionError: {'code': 4, 'message': 'auth err'}
2020-11-20 00:18:47 ERROR (MainThread) [custom_components.xiaomi_gateway3.core.xiaomi_cloud] Can't load devices list
Traceback (most recent call last):
File "/config/custom_components/xiaomi_gateway3/core/xiaomi_cloud.py", line 145, in get_devices
assert resp['code'] == 0, resp
AssertionError: {'code': 4, 'message': 'auth err'}
2020-11-20 00:18:47 ERROR (MainThread) [custom_components.xiaomi_gateway3] Can't load devices from MiCloud |
|
@AlexxIT Thank you for your useful advice. By testing, my Xiaomi_gateway3, Zigbee devices, and BLE devices are all successfully connected to HA, the gateway could working with HA and MiHome APP simultaneously! |
Here's a VRF air condition controller that supports connecting to MI Home App with Zigbee protocol. Xiaomi Gateway 3
New device:
did: lumi.<>
mac: <>
model: lumi.airrtc.vrfegl01
version: 1
zb_ver: 1.2 |
@a007007007csy is it support VRF now? |
@superwangmeng No. If you have it - enable logs in integration options. Control device in different ways and send this logs to me. |
Turn Off AC at Address 1-0 |
全网都没有适配这个设备的插件,homekit controller也只能控制关闭空调,打开完全没反应~ |
I got my VRF air conditioning controlled by AlexxIT gateway3 module eg: hvac and fan enum vaules: first read: then write: if "climate" in value: then we can read write power & hvac mode & target temperature & fan mode |
actually, this device can also use http get to obtain status and send commands. |
After I turned the [Xiaomi Gateway 3 Firmware Lock] switch on, the gateway seems disconnected from the Internet. No matter how I change the Firmware Lock status or restart the gateway, it's always offline in the Mi Home app. So I couldn't connect to any of BLE devices without the Internet right now.
The text was updated successfully, but these errors were encountered: