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

bt_interface: "disable" not working in YAML config #681

Closed
djkakadu opened this issue Jan 31, 2022 · 4 comments
Closed

bt_interface: "disable" not working in YAML config #681

djkakadu opened this issue Jan 31, 2022 · 4 comments
Labels
bug Something isn't working fixed in beta This issue is fixed in the current beta release

Comments

@djkakadu
Copy link

Hello.
I have a little problem with disabling a bt interface.

If i use these configuration:

ble_monitor:
  bt_interface: "disable"

After restart a Home Assistant i found these on my log:

2022-01-31 18:47:10 ERROR (MainThread) [custom_components.ble_monitor] Bluetooth interface with MAC address D is not available
2022-01-31 18:47:10 ERROR (MainThread) [custom_components.ble_monitor] Bluetooth interface with MAC address I is not available
2022-01-31 18:47:10 ERROR (MainThread) [custom_components.ble_monitor] Bluetooth interface with MAC address S is not available
2022-01-31 18:47:10 ERROR (MainThread) [custom_components.ble_monitor] Bluetooth interface with MAC address A is not available
2022-01-31 18:47:10 ERROR (MainThread) [custom_components.ble_monitor] Bluetooth interface with MAC address B is not available
2022-01-31 18:47:10 ERROR (MainThread) [custom_components.ble_monitor] Bluetooth interface with MAC address L is not available
2022-01-31 18:47:10 ERROR (MainThread) [custom_components.ble_monitor] Bluetooth interface with MAC address E is not available
2022-01-31 18:47:10 WARNING (MainThread) [custom_components.ble_monitor] No configured Bluetooth interface was found, using default interface instead

My configuration.yaml look these:

ble_monitor:
    bt_interface: "disable"
    devices:
    - mac: 'A4:C1:38:FC:12:F6'
      name: "Spálen"
    - mac: 'A4:C1:38:40:4F:55'
      name: "Obývačka"
    - mac: 'E9:24:90:5D:71:E0'
      name: "Katka Hodinky"
      track_device: True
    - mac: '70:87:9E:92:A4:2F'
      name: "Mi Scale Váha"

I need disable bt and use esphome parsing mode, but i have a problem , please help :)

@Ernst79
Copy link
Collaborator

Ernst79 commented Jan 31, 2022

Will look into it, it probably work if you use configuration via the UI. I havent checked YAML mode, but there seems to be a bug, I agree.

@djkakadu
Copy link
Author

Will look into it, it probably work if you use configuration via the UI. I havent checked YAML mode, but there seems to be a bug, I agree.

When i delete Yaml config and switch to UI config, everything work. Thanks for reply.

@Ernst79 Ernst79 changed the title bt_interface: "disable" bt_interface: "disable" not working in YAML config Feb 1, 2022
@Ernst79 Ernst79 added the bug Something isn't working label Feb 1, 2022
@Ernst79
Copy link
Collaborator

Ernst79 commented Feb 1, 2022

Fixed in 7.4.1-beta

@Ernst79 Ernst79 added the fixed in beta This issue is fixed in the current beta release label Feb 1, 2022
@Ernst79
Copy link
Collaborator

Ernst79 commented Feb 2, 2022

Fixed in 7.5.0

@Ernst79 Ernst79 closed this as completed Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in beta This issue is fixed in the current beta release
Projects
None yet
Development

No branches or pull requests

2 participants