|
发表于 2024-10-2 21:44:38
|
显示全部楼层
本帖最后由 stevebi 于 2024-10-2 21:55 编辑
求助,这个是什么问题。我用的usb蓝牙插到ha盒子里的方式。是能显示到这个蓝牙组件的。配置好IP地址 用的极米z6x投影仪。 无法支持开机
日志记录器: root
来源: runner.py:189
首次出现: 2024年9月30日 12:50:31 (25 次总计出现)
上次记录: 21:41:32
got unexpected error processing a message: interface "org.bluez.LEAdvertisement1" does not have property "TxPower". Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/dbus_next/message_bus.py", line 621, in _on_message self._process_message(msg) File "/usr/local/lib/python3.12/site-packages/dbus_next/message_bus.py", line 712, in _process_message handler(msg, send_reply) File "/usr/local/lib/python3.12/site-packages/dbus_next/message_bus.py", line 898, in _default_properties_handler raise DBusError( dbus_next.errors.DBusError: interface "org.bluez.LEAdvertisement1" does not have property "TxPower"
Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service response = await hass.services.async_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2761, in async_call response_data = await coro ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/core.py", line 2804, in _execute_service return await target(service_call) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 996, in entity_service_call single_response = await _handle_entity_call( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1068, in _handle_entity_call result = await task ^^^^^^^^^^ File "/config/custom_components/xgimi/remote.py", line 87, in async_turn_on await self.xgimi_api.async_send_command("poweron") File "/config/custom_components/xgimi/pyxgimi.py", line 109, in async_send_command await self.async_robust_ble_power_on(self.manufacturer_data) File "/config/custom_components/xgimi/pyxgimi.py", line 92, in async_robust_ble_power_on await self.async_ble_power_on(manufacturer_data, company_id, service_uuid) File "/config/custom_components/xgimi/pyxgimi.py", line 88, in async_ble_power_on await advert.register(bus) File "/usr/local/lib/python3.12/site-packages/bluez_peripheral/advert.py", line 119, in register await interface.call_register_advertisement(path, {}) File "/usr/local/lib/python3.12/site-packages/dbus_next/aio/proxy_object.py", line 92, in method_fn BaseProxyInterface._check_method_return(msg, intr_method.out_signature) File "/usr/local/lib/python3.12/site-packages/dbus_next/proxy_object.py", line 62, in _check_method_return raise DBusError._from_message(msg)dbus_next.errors.DBusError: Failed to register advertisement
|
|