Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Неизвестная ошибка, смотрите логи. #3

Closed
fixbad opened this issue Feb 5, 2022 · 5 comments
Closed

Неизвестная ошибка, смотрите логи. #3

fixbad opened this issue Feb 5, 2022 · 5 comments

Comments

@fixbad
Copy link

fixbad commented Feb 5, 2022

Эта ошибка возникла в кастомной интеграции.

Logger: custom_components.skykettle.config_flow
Source: custom_components/skykettle/config_flow.py:94
Integration: SkyKettle (documentation, issues)
First occurred: 17:53:12 (2 occurrences)
Last logged: 17:59:24

Traceback (most recent call last): File "/config/custom_components/skykettle/config_flow.py", line 73, in async_step_scan macs = await ble_scan(scan_time=BLE_SCAN_TIME) File "/config/custom_components/skykettle/ble_scan.py", line 34, in ble_scan raise Exception(err) Exception: Enable scan failed: I/O error

@ClusterM
Copy link
Owner

ClusterM commented Feb 6, 2022

Try to type:

hcitool lescan

in console (under the same user as Home Assistant), what will it print?

@fixbad
Copy link
Author

fixbad commented Feb 7, 2022

Try to type:

hcitool lescan

in console (under the same user as Home Assistant), what will it print?

hcitool lescan
bash: hcitool: command not found

@fixbad
Copy link
Author

fixbad commented Feb 7, 2022

[core-ssh ~]$ bluetoothctl
Agent registered
[CHG] Controller F0:A3:B2:AC:44:08 Pairable: yes

@ClusterM
Copy link
Owner

ClusterM commented Feb 7, 2022

You need to install hcitool.
https://command-not-found.com/hcitool

@ClusterM
Copy link
Owner

ClusterM commented Feb 9, 2022

Did it help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants