I’m presuming I need to put a value in the field but I’m not sure what the Manufacturer Code Override is (again, an assumption but maybe the new firmware number… which i don’t know)
Can anyone advise?
UPDATE:
Okay so after some searching I have tried a different route:
I’ve taken the link from here and put it into my config file (removed test from the URL which seemed to give a full list), but not convinced that Fyrtur is there (it only lists Tradfri blind)
This error originated from a custom integration.
Logger: homeassistant.core
Source: custom_components/zha_toolkit/ota.py:39
Integration: 🧰 ZHA Toolkit Service (documentation, issues)
First occurred: 12:20:43 (2 occurrences)
Last logged: 12:30:18
Error executing service: <ServiceCall zha_toolkit.ota_notify (c:01G8ZP5FRBP6ZX6S1V2PKNTS8T): ieee=button.fyrtur_black_out_blind_study_c1992afe_identify>
Error executing service: <ServiceCall zha_toolkit.ota_notify (c:01G8ZPQ37E44V4XWDAMD36A250): ieee=sensor.osram_lightify_switch_mini_53e41714_power>
Traceback (most recent call last):
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 456, in wait_for
return fut.result()
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 1731, in catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1750, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/config/custom_components/zha_toolkit/__init__.py", line 695, in toolkit_service
raise handler_exception
File "/config/custom_components/zha_toolkit/__init__.py", line 659, in toolkit_service
await handler(
File "/config/custom_components/zha_toolkit/__init__.py", line 744, in command_handler_default
await default.default(
File "/config/custom_components/zha_toolkit/default.py", line 33, in default
await handler(app, listener, ieee, cmd, data, service, params, event_data)
File "/config/custom_components/zha_toolkit/ota.py", line 39, in ota_notify
await basic.bind()
File "/usr/local/lib/python3.10/site-packages/zigpy/device.py", line 325, in request
return await asyncio.wait_for(req.result, timeout)
File "/usr/local/lib/python3.10/asyncio/tasks.py", line 458, in wait_for
raise exceptions.TimeoutError() from exc
asyncio.exceptions.TimeoutError