Replies: 2 comments 5 replies
-
Hello, I think |
Beta Was this translation helpful? Give feedback.
3 replies
-
Could you try to uninstall and reinstall the addon ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I am running the add on for Home Assistant 2023.12.3. The docker container will not start and I get this error.
Core
2023.12.3
Supervisor
2023.11.6
Operating System
11.2
Frontend
20231208.2
`➜ / docker logs 39dc63a1cdff
[09:16:26] INFO: Creating TheengsGateway configuration...
[09:16:29] INFO: IDENTITIES:
[09:16:29] INFO: BINDKEYS:
[09:16:29] INFO: Starting TheengsGateway...
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.9/dist-packages/TheengsGateway/main.py", line 5, in
main()
File "/usr/local/lib/python3.9/dist-packages/TheengsGateway/init.py", line 57, in main
run(configuration, config_path)
File "/usr/local/lib/python3.9/dist-packages/TheengsGateway/ble_gateway.py", line 591, in run
asyncio.run(diagnostics(config_path))
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/usr/local/lib/python3.9/dist-packages/TheengsGateway/diagnose.py", line 172, in diagnostics
await _adapters()
File "/usr/local/lib/python3.9/dist-packages/TheengsGateway/diagnose.py", line 155, in _adapters
_section(adapter, properties) # type: ignore[arg-type]
File "/usr/local/lib/python3.9/dist-packages/TheengsGateway/diagnose.py", line 55, in _section
print(f"| {name:{max_name}} | {value:{max_value}} |")
TypeError: unsupported format string passed to NoneType.format
Theengs Gateway Diagnostics
Package Versions
Python
Operating System
Configuration
File: /root/theengsgw.conf
Bluetooth adapters
Default adapter: hci0
hci0
Beta Was this translation helpful? Give feedback.
All reactions