-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
Support zhimi.airfresh.va2 ? #489
Comments
Any error/warning logs ? |
Here's what I see in the server log: Logger: custom_components.xiaomi_miot.fan Air Fresh(zhimi.airfresh.va2): Got MiioException while fetching the state: {'code': -32601, 'message': 'Method not found.'}, mapping: {'air_fresh.on': {'siid': 2, 'piid': 1}, 'air_fresh.fan_level': {'siid': 2, 'piid': 2}, 'indicator_light.brightness': {'siid': 7, 'piid': 1}, 'alarm': {'siid': 6, 'piid': 1}, 'physical_controls_locked': {'siid': 5, 'piid': 1}, 'filter.filter_used_time': {'siid': 4, 'piid': 1}, 'environment.relative_humidity': {'siid': 3, 'piid': 1}, 'environment.pm2_5_density': {'siid': 3, 'piid': 2}, 'environment.temperature': {'siid': 3, 'piid': 3}, 'environment.co2_density': {'siid': 3, 'piid': 4}}, max_properties: 10/10 |
The device currently does not support local mode, please integrate it through automatic mode (account). |
Oh, will it be possible to add it locally? |
Maybe soon ... |
Thank you, I will look forward to it |
Upgrade to master branch and try. |
Does it work ? |
@altapo Fixed in 22076b9 for zhimi.airfresh.va4, upgrade to master branch. |
After last fixes can't change fan mode to "Medium" (all other mode switch success) try service: xiaomi_miot.set_miot_property
data:
entity_id: fan.zhimi_va4_b22f_air_fresh
siid: 2
piid: 3
value: 3 log
|
Fix mode values by spec https://home.miot-spec.com/s/zhimi.airfresh.va4
Will there be support (zhimi.airfresh.va2) ?
The device is being added now, but it is not available for use.
The text was updated successfully, but these errors were encountered: