-
Notifications
You must be signed in to change notification settings - Fork 0
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
智米1s 智能版不支持 #1
Comments
What is firmware version of your device? This looks like a case of miio deprecation rytilahti/python-miio#543 although my device (za1) is running latest firmware and still usable with miio. Please provide logs with following configuration:
|
Hi there,sorry for using Chinese. My heater model is ZA2.And i run hassio on my Syno NAS.hassio version is 0.153...here are the logs about miheater part.Thanks a lot.
|
Log confirms it, zhimi.heater.za2 is not supporting miio protocol and you'll have to wait till miot protocol will get supported by python-miio (rytilahti/python-miio#543). |
Thu Feb 13 2020 17:36:09 GMT+0800 (CST)
miheater: Error on device update!
Traceback (most recent call last):
File "/config/custom_components/miheater/climate.py", line 224, in async_update
data = await self.hass.async_add_executor_job(self._device.status)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/miheater/heater.py", line 191, in status
values.extend(self.send("get_prop", _props[:_props_per_request]))
File "/usr/local/lib/python3.7/site-packages/miio/device.py", line 291, in send
raise DeviceError(error)
miio.exceptions.DeviceError: {'code': -5001, 'message': 'command error'}
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 304, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 459, in async_device_update
await self.async_update()
File "/config/custom_components/miheater/climate.py", line 228, in async_update
raise PlatformNotReady
homeassistant.exceptions.PlatformNotReady
日志显示这个 没办法使用,请问能支持1S 吗
The text was updated successfully, but these errors were encountered: