-
Notifications
You must be signed in to change notification settings - Fork 114
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
Unsupported device found: zhimi.airfresh.va2 (智米新风) #25
Comments
Could you provide a link to the product? |
The device support (zhimi.airfresh.va2) is provided by the MiHome plugin
|
I will implement the new device soon. Could you provide the product link? I would like to know the specifications of the device. |
Great! And thanks for your information. There is no official product page at this time, but a store page without English support: https://youpin.mi.com/detail?gid=101944 News ref: https://beebom.com/xiaomi-smartmi-fresh-air-china/ |
I have a try base on your AirPurifier, it almost works well. The used properties is correct: # Used properties
get_prop ["power", "mode", "aqi", "co2", "led_level", "temp_dec", "humidity", "buzzer", "child_lock", "f1_hour_used", "motor1_speed"] But the correct operation mode list is: Auto = 'auto'
Silent = 'silent'
Interval = 'interval'
Low = 'low'
Middle = 'middle'
Strong = 'strong'
|
This help a lot! Thank you! |
I assume the |
I made a Thank you for your help, looking forward to support Xiaomi Air Fresh in new version of |
@Yonsm Could you provide the output of
Thanks in advance! |
@Yonsm ping! Could you provide the requested |
Can you advise on how to get the device token? I cannot add my zhimi.airfresh.va2 to my Mi home app - a device connected to the network, but in Mi home I see a timeout error every time I try to add a device. |
Xiaomi have a token tool to capture all xiaomi tokens on your network, u can google it, i forgot the exact name of the tool :) |
I confirm this issue. I have same problem and looking for solution. |
Please help support the SmartMi Air Fresh System. The device model ID is
zhimi.airfresh.va2
With the following configuration, it can almost work well (Turn On/Off, aqi, humidity, etc.) :
BTW, Could you please tell me how to sniffer/analyze miio traffic payload with the new device? I found https://github.com/OpenMiHome/mihome-binary-protocol, but it can't analysis the traffic between MiHome app and Xiaomi Cloud, and I couldn't find how to enforce/repeat the device and MiHome app to communication via local protocol. Your help will be highly appreciated:)
The text was updated successfully, but these errors were encountered: