Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2020-04-14 07:17:17 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up meross_cloud platform for sensor
- Traceback (most recent call last):
- File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform
- await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
- File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
- return fut.result()
- File "/config/custom_components/meross_cloud/sensor.py", line 176, in async_setup_entry
- sensor_entities = await hass.async_add_executor_job(sync_logic)
- 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/meross_cloud/sensor.py", line 164, in sync_logic
- elif plug.type.startswith("mss310") or plug.supports_consumption_reading():
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/device.py", line 179, in supports_consumption_reading
- return CONSUMPTIONX in self.get_abilities()
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/device.py", line 151, in get_abilities
- self._abilities = self.execute_command("GET", ABILITY, {})['ability']
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/device.py", line 143, in execute_command
- return self.__cloud_client.execute_cmd(self.uuid, command, namespace, payload, callback=callback, timeout=timeout)
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/client.py", line 321, in execute_cmd
- raise CommandTimeoutException("A timeout occurred while waiting for the ACK: %d" % timeout)
- meross_iot.cloud.exceptions.CommandTimeoutException.CommandTimeoutException: A timeout occurred while waiting for the ACK: 10
- 2020-04-14 07:17:17 WARNING (MainThread) [homeassistant.helpers.entity] Update of switch.bross_main_switch is taking over 10 seconds
- 2020-04-14 07:17:17 ERROR (SyncWorker_23) [custom_components.meross_cloud.common] Component version: unknown, Message: "A command timeout occurred while handling cloud_io function."
- Traceback (most recent call last):
- File "/config/custom_components/meross_cloud/common.py", line 79, in func_wrapper
- return func(*args, **kwargs)
- File "/config/custom_components/meross_cloud/switch.py", line 35, in update
- self._device.get_status(force_status_refresh=True)
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/devices/power_plugs.py", line 139, in get_status
- self._state = self._get_status_impl()
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/devices/power_plugs.py", line 93, in _get_status_impl
- data = self.get_sys_data()['all']
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/device.py", line 146, in get_sys_data
- return self.execute_command("GET", ALL, {}, online_check=False)
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/device.py", line 143, in execute_command
- return self.__cloud_client.execute_cmd(self.uuid, command, namespace, payload, callback=callback, timeout=timeout)
- File "/usr/local/lib/python3.7/site-packages/meross_iot/cloud/client.py", line 321, in execute_cmd
- raise CommandTimeoutException("A timeout occurred while waiting for the ACK: %d" % timeout)
- meross_iot.cloud.exceptions.CommandTimeoutException.CommandTimeoutException: A timeout occurred while waiting for the ACK: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement