-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I get an unknown error 100% of the time trying to call this one - no data: fields set.
2025-10-21 16:55:30.693 INFO (MainThread) [custom_components.zha_toolkit] Running ZHA Toolkit service: <ServiceCall zha_toolkit.all_routes_and_neighbours (c:01K848WF44VD5GZHEGVEJREK5D)>
2025-10-21 16:55:30.694 DEBUG (MainThread) [custom_components.zha_toolkit] Got hass.data['zha']/gateway <zha.application.gateway.Gateway object at 0x7f65b46510>
2025-10-21 16:55:30.725 DEBUG (MainThread) [custom_components.zha_toolkit] module is <module 'custom_components.zha_toolkit' from '/config/custom_components/zha_toolkit/__init__.py'>
2025-10-21 16:55:30.896 DEBUG (MainThread) [custom_components.zha_toolkit.utils] Read version from /config/custom_components/zha_toolkit/manifest.json 1761072800.5203323<>0.0
2025-10-21 16:55:30.914 DEBUG (MainThread) [custom_components.zha_toolkit.utils] Parameters '{}'
2025-10-21 16:55:30.914 DEBUG (MainThread) [custom_components.zha_toolkit.utils] Final manf 'None'
2025-10-21 16:55:30.999 DEBUG (MainThread) [custom_components.zha_toolkit] Default handler for all_routes_and_neighbours
2025-10-21 16:55:30.999 DEBUG (MainThread) [custom_components.zha_toolkit] Handler: <function command_handler_default at 0x7f480f1b20>
2025-10-21 16:55:30.999 DEBUG (MainThread) [custom_components.zha_toolkit] running default command: <ServiceCall zha_toolkit.all_routes_and_neighbours (c:01K848WF44VD5GZHEGVEJREK5D)>
2025-10-21 16:55:31.003 DEBUG (ImportExecutor_0) [custom_components.zha_toolkit.default] Trying to import custom_components.zha_toolkit.neighbours to call all_routes_and_neighbours
2025-10-21 16:55:31.009 DEBUG (MainThread) [custom_components.zha_toolkit.neighbours] Getting routes and neighbours for all devices: <ServiceCall zha_toolkit.all_routes_and_neighbours (c:01K848WF44VD5GZHEGVEJREK5D)>
2025-10-21 16:55:31.009 DEBUG (MainThread) [custom_components.zha_toolkit] event_data {'zha_toolkit_version': 'v1.1.29', 'zigpy_version': '0.83.0', 'zigpy_rf_version': '0.46.1', 'ieee_org': None, 'ieee': 'None', 'command': 'all_routes_and_neighbours', 'command_data': None, 'start_time': '2025-10-21T20:55:30.998888+00:00', 'errors': ['AttributeError("\'NoneType\' object has no attribute \'is_end_device\'")'], 'params': {'dir': 0, 'tries': 1, 'expect_reply': True, 'args': [], 'kwargs': {}, 'read_before_write': True, 'read_after_write': True}, 'success': False}
2025-10-21 16:55:31.010 ERROR (MainThread) [custom_components.zha_toolkit] Exception ''NoneType' object has no attribute 'is_end_device'' for service call with data '{'zha_toolkit_version': 'v1.1.29', 'zigpy_version': '0.83.0', 'zigpy_rf_version': '0.46.1', 'ieee_org': None, 'ieee': 'None', 'command': 'all_routes_and_neighbours', 'command_data': None, 'start_time': '2025-10-21T20:55:30.998888+00:00', 'errors': ['AttributeError("\'NoneType\' object has no attribute \'is_end_device\'")'], 'params': {'dir': 0, 'tries': 1, 'expect_reply': True, 'args': [], 'kwargs': {}, 'read_before_write': True, 'read_after_write': True}, 'success': False}'
File "/config/custom_components/zha_toolkit/__init__.py", line 833, in toolkit_service
File "/config/custom_components/zha_toolkit/__init__.py", line 785, in toolkit_service
File "/config/custom_components/zha_toolkit/__init__.py", line 899, in command_handler_default
File "/config/custom_components/zha_toolkit/default.py", line 51, in default
File "/config/custom_components/zha_toolkit/neighbours.py", line 60, in all_routes_and_neighbours
File "/config/custom_components/zha_toolkit/__init__.py", line 833, in toolkit_service
File "/config/custom_components/zha_toolkit/__init__.py", line 785, in toolkit_service
File "/config/custom_components/zha_toolkit/__init__.py", line 899, in command_handler_default
File "/config/custom_components/zha_toolkit/default.py", line 51, in default
File "/config/custom_components/zha_toolkit/neighbours.py", line 60, in all_routes_and_neighbours
Metadata
Metadata
Assignees
Labels
No labels