Home Assistant indisponible

Bonjour à tous, j’ai un soucis que je ne comprend pas.

Régulièrement (plusieurs fois par semaine) Home Assistant devient inaccessible sans raison apparente.

Étant sous RPI 3B et HA installé sur une carte sd j’ai pensé que le soucis venait de la et j’ai donc migré sur un disque SSD depuis maintenant une semaine.

Malheureusement pas de changement j’ai encore des moments où HA devient indisponible et je dois redémarrer mon raspberry pour retrouver l’accès sur l’application et/ou sur le site homeassistant.local

Lorsque HA devient inaccessible et que je suis sur l’interface je ne peux plus 'naviguer dans certains menus et donc je ne peux pas aller voir les logs pour trouver quelque chose.

Est ce que ces symptômes parlent à quelqu’un ? Y-a-t-il quelque chose de spécifique à regarder/vérifier ?

Merci bcp pour votre aide.

Ma configuration


[center]## System Information

version core-2022.12.5
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.10.7
os_name Linux
os_version 5.15.76-v8
arch aarch64
timezone Europe/Paris
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 5000
Installed Version 1.28.4
Stage running
Available Repositories 1158
Downloaded Repositories 14
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 9.4
update_channel stable
supervisor_version supervisor-2022.11.2
agent_version 1.4.1
docker_version 20.10.19
disk_total 109.3 GB
disk_used 4.9 GB
healthy true
supported true
board rpi3-64
supervisor_api ok
version_api ok
installed_addons Terminal & SSH (9.6.1), Samba Backup (5.2.0), Node-RED (14.0.0), File editor (5.4.2), Mosquitto broker (6.1.3), Zigbee2MQTT (1.28.4-1), Z-Wave JS UI (1.4.0)
Dashboards
dashboards 2
resources 5
views 16
mode storage
Recorder
oldest_recorder_run December 9, 2022 at 7:58 AM
current_recorder_run December 14, 2022 at 10:36 AM
estimated_db_size 107.90 MiB
database_engine sqlite
database_version 3.38.5
[/center]

Regardes au niveau utilisation CPU, peut etre que ton PI3 sature pour une raison ou une autre

Hello

dans les journaux rien de particulier ?
Alimentation qui devient faible ?

Salut,

le PI3 c’est effectivement limité en ressources.
C’est plus l’utilisation de Ram que de CPU je pense.

Un test serait d’y attacher un écran si tu as… ça peut afficher des erreur quand ça plante.
Car après le reboot tu perds pas mal de logs et d’infos…

Bonjour,
Je suis sur rpi3 B avec SSD aussi. Les 1Go de RAM sature vite si t’en demande trop.
Sur ma config , je tourne en moyen a 75-80% d’utilisation de la RAM et c’est stable.


( Ne fais pas attention a la photo et RPI4 B Tension, c’est bien un RPI3 B mais je vais migrer sur un RPI4 B et je me suis avancer dans la customisation. Je doit migrer dans les prochains jours. )

Mais j’ai pas les addons Samba Backup (5.2.0), Node-RED (14.0.0) , Mosquitto broker (6.1.3), Zigbee2MQTT (1.28.4-1), Z-Wave JS UI (1.4.0).
J’ai même pas osez essayer Node-red ,avec un broker et Z2M sur mon RPI3 B de peur que sa sature la mémoire. Je suis rester sur ZHA et les automatisations qui sont plus légère en utilisation RAM.

Comme dit @AlexHass , branche un écran tu aura plus d’information sur le crash.
Tu peu regarder les logs au reboot, avec le fichier home-assistant.log.1 tu peu trouver des traces.

J’y verrais deux soucis , soit l’alimentation est juste ou qui est en fin de vie, soit tu sature la RAM a trop en demander.

Ma config pour comparer:

System Information

version core-2022.12.5
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.10.7
os_name Linux
os_version 5.15.76-v8
arch aarch64
timezone Europe/Paris
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4628
Installed Version 1.28.4
Stage running
Available Repositories 1163
Downloaded Repositories 59
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 9.4
update_channel stable
supervisor_version supervisor-2022.11.2
agent_version 1.4.1
docker_version 20.10.19
disk_total 109.3 GB
disk_used 4.7 GB
healthy true
supported true
board rpi3-64
supervisor_api ok
version_api ok
installed_addons Duck DNS (1.15.0), Samba share (10.0.0), Terminal & SSH (9.6.1), File editor (5.4.2)
Dashboards
dashboards 1
resources 39
views 10
mode storage
Recorder
oldest_recorder_run 12 décembre 2022 à 14:37
current_recorder_run 14 décembre 2022 à 09:04
estimated_db_size 74.33 MiB
database_engine sqlite
database_version 3.38.5
Spotify
api_endpoint_reachable ok
Xiaomi Gateway 3
version 2.1.2 (4894b05)

Hello @WarC0zes, au passage, j’aime bien la présentation de tes cartes « système »; je suis intéressé si jamais tu partages le code :stuck_out_tongue_winking_eye:

Bonjour @Christianb233,

code de la carte RPI:

type: custom:stack-in-card
mode: vertical
keep:
  box_shadow: true
  margin: true
  border_radius: true
  background: true
  outer_padding: false
cards:
  - type: vertical-stack
    cards:
      - type: picture
        image: /local/images/RPi4B3.png
        style: |
          ha-card {
            border-radius: 0px;
          }
      - type: entities
        entities:
          - entity: sensor.local_ip
            type: custom:multiple-entity-row
            name: IP
            show_state: false
            entities:
              - entity: sensor.local_ip
                name: Interne
              - entity: binary_sensor.wan_status_2
                name: Externe
                attribute: wan_ipaddress
        card_mod:
          style: |
            .card-content div {
              margin-top: -15px !important;
              margin-left: -15px !important;
              margin-bottom: 0px  !important;
            }
            :host {
              font-size: 15px;
            }
            ha-card {
              --mdc-icon-size: 28px;
            }
      - type: entities
        entities:
          - entity: sensor.last_boot
            type: custom:multiple-entity-row
            show_state: false
            entities:
              - entity: sensor.last_boot
                name: Last boot
                format: total
              - entity: sensor.temps_online
                name: Online
                format: total
            name: Uptime
            icon: phu:raspberry-pi
        card_mod:
          style: |
            .card-content div {
              margin-top: -45px !important;
              margin-left: -15px !important;
              margin-bottom: 25px  !important;
            }
            :host {
              font-size: 15px;
            }
            ha-card {
              --mdc-icon-size: 28px;
            }
  - type: vertical-stack
    cards:
      - type: horizontal-stack
        cards:
          - type: custom:bar-card
            entities:
              - entity: sensor.processor_use
                name: CPU Use
                icon: phu:intel-cpu
                color: rgb(68, 115, 158)
                height: 27px
                min: '0'
                max: '100'
                target: '90'
                positions:
                  name: inside
                  indicator: 'off'
            style: |
              ha-card {
                top: -31px;
                margin-top: -20px;
                margin-left: -15px;
                margin-right: -5px;
              }
              bar-card-currentbar, bar-card-backgroundbar {
                border-radius: 4px;
              }
              ha-icon {
                --mdc-icon-size: 30px;
              }
              bar-card-name {
                margin: 2px;
              }
          - type: custom:bar-card
            entities:
              - entity: sensor.processor_temperature
                name: CPU Temp
                icon: mdi:thermometer
                height: 27px
                color: orange
                min: '0'
                max: '70'
                target: '60'
                positions:
                  name: inside
                  indicator: 'off'
            style: |
              ha-card {
                top: -31px;
                margin-top: -20px;
                margin-left: -15px;
                margin-right: -5px;
              }
              bar-card-currentbar, bar-card-backgroundbar {
                border-radius: 4px;
              }
              ha-icon {
                --mdc-icon-size: 28px;
              }
              bar-card-name {
                margin: 2px;
              }
  - type: vertical-stack
    cards:
      - type: horizontal-stack
        cards:
          - type: custom:bar-card
            entities:
              - entity: sensor.memory_use_percent
                name: RAM Use
                icon: phu:ram-memory
                height: 27px
                color: red
                min: '0'
                max: '100'
                target: '90'
                positions:
                  name: inside
                  indicator: 'off'
            style: |
              ha-card {
                margin-top: -62px;
                margin-left: -15px;
                margin-right: -5px;
              }
              ha-icon {
                --mdc-icon-size: 30px;
              }
              bar-card-currentbar, bar-card-backgroundbar {
                border-radius: 4px;
              }
              bar-card-name {
                margin: 2px;
              }
          - type: custom:bar-card
            entities:
              - entity: sensor.memory_free
                name: RAM Free
                icon: phu:ram-memory
                color: rgb(31, 111, 235)
                height: 27px
                min: '1'
                max: '1000'
                target: '100'
                positions:
                  name: inside
                  indicator: 'off'
            style: |
              ha-card {
                margin-top: -62px;
                margin-left: -15px;
                margin-right: -5px;
              }
              ha-icon {
                --mdc-icon-size: 30px;
              }
              bar-card-currentbar, bar-card-backgroundbar {
                border-radius: 4px;
              }
              bar-card-name {
                margin: 2px;
              }
  - type: vertical-stack
    cards:
      - type: horizontal-stack
        cards:
          - type: custom:bar-card
            entities:
              - entity: sensor.network_in_eth0
                name: Data dl
                icon: fas:download
                height: 27px
                color: green
                min: '1'
                max: '50000'
                positions:
                  name: inside
                  indicator: 'off'
                decimal: '1'
                unit_of_measurement: Mo
            style: |
              ha-card {
                margin-top: -32px;
                margin-left: -15px;
                margin-right: -5px;
              }
              ha-icon {
                --mdc-icon-size: 24px;
              }
              bar-card-currentbar, bar-card-backgroundbar {
                border-radius: 4px;
              }
              bar-card-name {
                margin: 2px;
              }
          - type: custom:bar-card
            entities:
              - entity: sensor.network_out_eth0
                name: Data up
                icon: fas:upload
                color: rgb(250, 0, 1)
                height: 27px
                min: '1'
                max: '50000'
                positions:
                  name: inside
                  indicator: 'off'
                decimal: '1'
                unit_of_measurement: Mo
            style: |
              ha-card {
                margin-top: -32px;
                margin-left: -15px;
                margin-right: -5px;
              }
              ha-icon {
                --mdc-icon-size: 24px;
              }
              bar-card-currentbar, bar-card-backgroundbar {
                border-radius: 4px;
              }
              bar-card-name {
                margin: 2px;
              }
  - type: vertical-stack
    cards:
      - type: horizontal-stack
        cards:
          - type: custom:bar-card
            entities:
              - entity: sensor.disk_use_percent
                name: SSD 120Go
                icon: phu:seagate-ssd
                height: 27px
                color: grey
                min: '0'
                max: '100'
                target: '75'
                positions:
                  name: inside
                  indicator: 'off'
            style: |
              ha-card {
                margin-top: -33px;
                margin-left: -15px;
                margin-right: -5px;
              }
              bar-card-currentbar, bar-card-backgroundbar {
                border-radius: 4px;
              }
              ha-icon {
                --mdc-icon-size: 28px;
              }
              bar-card-name {
                margin: 2px;
              }
  - type: horizontal-stack
    cards:
      - type: custom:bar-card
        entities:
          - entity: sensor.network_throughput_in_eth0
            name: Download
            height: 27px
            color: green
            icon: fas:download
        decimal: '2'
        unit_of_measurement: Mbit/s
        positions:
          icon: inside
          indicator: 'off'
          minmax: 'off'
          value: inside
        entity_row: true
        style: |
          ha-card {
            font-size: 14px;
            --bar-card-border-radius: 5px;
            margin-top: -16px;
            margin-left: 8px;
            margin-right: 2px;
            --mdc-icon-size: 20px;
          }
      - type: custom:bar-card
        entities:
          - entity: sensor.network_throughput_out_eth0
            name: Upload
            icon: fas:upload
            height: 27px
            color: rgb(250, 0, 1)
        decimal: '2'
        unit_of_measurement: Mbit/s
        positions:
          icon: inside
          indicator: 'off'
          minmax: 'off'
          value: inside
        entity_row: true
        style: |
          ha-card {
            font-size: 14px;
            --bar-card-border-radius: 5px;
            margin-top: -16px;
            margin-left: -2px;
            margin-right: 10px;
            --mdc-icon-size: 20px;
          }
  - type: custom:uptime-card
    entity: binary_sensor.rpi_power_status
    title_template: RPi4 B Tension
    ok: 'off'
    ko: 'on'
    bar:
      amount: 48
      round: 1
      height: 37
    hours_to_show: 48
    init:
      animation: raise
    color:
      title: rgb(68, 115, 158)
      ko: rgb(250, 0, 1)
      ok: green
    title_adaptive_color: false
    icon_adaptive_color: true
    tooltip_adaptive_color: true
    status_adaptive_color: true
    show:
      header: true
      title: true
      timeline: true
      footer: true
      average: true
    tooltip:
      hour24: true
      animation: true
    alias:
      ok: OK
      ko: Danger
    tap_action:
      action: more-info
    alignment:
      icon_first: true
      status: left
      tooltip_first: true
      header: spaced
    style: |
      :host {
        font-size: 15px;

      }
      ha-card {
        top: -5px;
        margin-left: -7px;  
      }
  - type: custom:popup-card
    entity: sensor.processor_use
    style: |-
      --popup-border-radius: 10px;
      --popup-background-color: transparent;
      --popup-border-width: 0px;
      --popup-min-width: 500px;
      --popup-max-width: 600px;
    card:
      type: custom:mini-graph-card
      name: CPU Usage
      icon: phu:intel-cpu
      height: 101
      hours_to_show: 24
      points_per_hour: 2
      hour24: true
      line_width: 3
      show:
        fill: true
        graph: line
        icon: true
        name: true
        state: true
        labels: false
        extrema: true
        average: true
        icon_adaptive_color: true
      entities:
        - entity: sensor.processor_use
      align_icon: right
      align_state: center
      line_color: rgb(68, 115, 158)
      font_size: 100
      animate: true
      card_mod:
        style: |
          ha-card .header.flex .icon {
            color: rgb(31, 111, 235);
            --mdc-icon-size: 40px;
          }
          .fill {
            fill: white;
            opacity: 1 !important;
          }
  - type: custom:popup-card
    entity: sensor.processor_temperature
    style: |-
      --popup-border-radius: 10px;
      --popup-background-color: transparent;
      --popup-border-width: 0px;
      --popup-min-width: 500px;
      --popup-max-width: 600px;
    card:
      type: custom:mini-graph-card
      name: CPU Température
      height: 101
      hours_to_show: 24
      points_per_hour: 2
      hour24: true
      line_width: 6
      show:
        fill: true
        graph: line
        icon: true
        name: true
        state: true
        labels: false
        extrema: true
        average: true
        icon_adaptive_color: true
      entities:
        - entity: sensor.processor_temperature
      align_icon: right
      align_state: center
      font_size: 100
      animate: true
      card_mod:
        style: |
          ha-card .header.flex .icon {
            color: rgb(31, 111, 235);
            --mdc-icon-size: 37px;
          }
          .fill {
            fill: white;
            opacity: 1 !important;
          }
  - type: custom:popup-card
    entity: sensor.memory_use_percent
    style: |-
      --popup-border-radius: 10px;
      --popup-background-color: transparent;
      --popup-border-width: 0px;
      --popup-min-width: 500px;
      --popup-max-width: 600px;
    card:
      type: custom:mini-graph-card
      name: RAM Usage
      icon: phu:ram-memory
      height: 100
      hours_to_show: 24
      points_per_hour: 2
      hour24: true
      line_width: 6
      show:
        fill: false
        graph: line
        icon: true
        name: true
        state: true
        labels: false
        extrema: true
        average: true
        icon_adaptive_color: true
        labels_secondary: true
      entities:
        - entity: sensor.memory_use_percent
          name: Ram Usage
        - color: rgb(31, 111, 235)
          entity: sensor.memory_free
          name: Ram Libre
          show_line: true
          show_points: true
          show_label: true
          show_legend: true
          y_axis: secondary
      align_icon: right
      align_state: left
      line_color: rgb(250, 0, 1)
      font_size: 90
      animate: true
      card_mod:
        style: |
          ha-card .header.flex .icon {
            color: rgb(31, 111, 235);
            --mdc-icon-size: 40px;
          }
          ha-card .graph .graph__container .graph__labels {
            color: rgb(31, 111, 235);
          }
          ha-card .states.flex::after {
            content: "Libre: {{states('sensor.memory_free')}} MiB";
            white-space: pre;
            background-color: rgba(31, 111, 235,0.4);
            padding: 5px 5px 5px 4px;
            border-radius: 4px;
          }
  - type: custom:popup-card
    entity: sensor.memory_free
    style: |-
      --popup-border-radius: 10px;
      --popup-background-color: transparent;
      --popup-border-width: 0px;
      --popup-min-width: 500px;
      --popup-max-width: 600px;
    card:
      type: custom:mini-graph-card
      name: RAM Usage
      icon: phu:ram-memory
      height: 100
      hours_to_show: 24
      points_per_hour: 2
      hour24: true
      line_width: 6
      show:
        fill: false
        graph: line
        icon: true
        name: true
        state: true
        labels: false
        extrema: true
        average: true
        icon_adaptive_color: true
        labels_secondary: true
      entities:
        - entity: sensor.memory_use_percent
          name: Ram Usage
        - color: rgb(31, 111, 235)
          entity: sensor.memory_free
          name: Ram Libre
          show_line: true
          show_points: true
          show_label: true
          show_legend: true
          y_axis: secondary
      align_icon: right
      align_state: left
      line_color: rgb(250, 0, 1)
      font_size: 90
      animate: true
      card_mod:
        style: |
          ha-card .header.flex .icon {
            color: rgb(31, 111, 235);
            --mdc-icon-size: 40px;
          }
          ha-card .graph .graph__container .graph__labels {
            color: rgb(31, 111, 235);
          }
          ha-card .states.flex::after {
            content: "Libre: {{states('sensor.memory_free')}} MiB";
            white-space: pre;
            background-color: rgba(31, 111, 235,0.4);
            padding: 5px 5px 5px 4px;
            border-radius: 4px;
          }

code de la carte HA:

type: custom:vertical-stack-in-card
style: |
  ha-card {
    --text-divider-color: rgb(68, 115, 158);
    --text-divider-line-size: 1px;
    --text-divider-font-size: 15px;
  }
cards:
  - type: picture
    image: /local/images/home-assistant2.png
    style: |
      ha-card {
        border-radius: 0px;
      }
  - type: horizontal-stack
    cards:
      - type: custom:button-card
        entity: update.home_assistant_core_update
        icon: mdi:home-assistant
        size: 50px
        name: HA CORE
        aspect_ratio: 1.1/1
        styles:
          card:
            - color: var(--text-medium-color)
            - padding-left: 10px
            - border-radius: 20px
            - padding: 5%
            - font-size: 12px
            - text-transform: capitalize
            - border-radius: 0px
            - size: 50px
          grid:
            - grid-template-areas: '"i i" "n n" "cpu cpu" "ram ram" "sd sd"'
            - grid-template-columns: 1fr 1fr
            - grid-template-rows: 1fr min-content min-content min-content min-content
          name:
            - font-weight: bold
            - font-size: 12px
            - align-self: middle
            - justify-self: start
            - padding-bottom: 4px
            - color: var(--text-color)
          icon:
            - color: |
                [[[
                  if (entity.state == 'on') return 'red';
                  return 'rgb(31, 111, 235)';
                ]]]
            - width: 45%
            - animation: >
                [[[ if (entity.state == 'on') return 'blink 2s ease infinite';
                ]]]
          custom_fields:
            cpu:
              - '--text-color-sensor': >-
                  [[[if
                  (states['update.home_assistant_core_update'].attributes.latest_version
                  !=
                  states['update.home_assistant_core_update'].attributes.installed_version)
                  return "red";else return "green"]]]
              - padding-bottom: 2px
              - justify-self: start
            ram:
              - padding-bottom: 2px
              - justify-self: start
        custom_fields:
          cpu: |
            [[[
              return `<ha-icon icon="mdi:home-assistant" style="width: 16px; height: 16px; color: rgb(31, 111, 235);"></ha-icon>
              <span>Disponible: <span style="color: var(--text-color-sensor);">${states['update.home_assistant_core_update'].attributes.latest_version}</span></span>`
            ]]]
          ram: |
            [[[
              return `<ha-icon icon='mdi:home-assistant' style='width: 16px; height: 16px; color: rgb(31, 111, 235);'></ha-icon>
              <span>Installée: <span style='color: var(--text-color-sensor);'>${states['update.home_assistant_core_update'].attributes.installed_version}</span></span>`
            ]]]
      - type: custom:button-card
        entity: update.home_assistant_supervisor_update
        icon: mdi:home-assistant
        size: 50px
        name: HA SUPERVISOR
        aspect_ratio: 1.1/1
        styles:
          card:
            - color: var(--text-medium-color)
            - padding-left: 10px
            - border-radius: 20px
            - padding: 5%
            - font-size: 12px
            - text-transform: capitalize
            - border-radius: 0px
            - size: 50px
          grid:
            - grid-template-areas: '"i i" "n n" "cpu cpu" "ram ram" "sd sd"'
            - grid-template-columns: 1fr 1fr
            - grid-template-rows: 1fr min-content min-content min-content min-content
          name:
            - font-weight: bold
            - font-size: 12px
            - align-self: middle
            - justify-self: start
            - padding-bottom: 4px
            - color: var(--text-color)
          icon:
            - color: |
                [[[
                  if (entity.state == 'on') return 'red';
                  return 'rgb(31, 111, 235)';
                ]]]
            - width: 45%
            - animation: >
                [[[ if (entity.state == 'on') return 'blink 2s ease infinite';
                ]]]
          custom_fields:
            cpu:
              - '--text-color-sensor': >-
                  [[[if
                  (states['update.home_assistant_supervisor_update'].attributes.latest_version
                  !=
                  states['update.home_assistant_supervisor_update'].attributes.installed_version)
                  return "red";else return "green"]]]
              - padding-bottom: 2px
              - justify-self: start
            ram:
              - padding-bottom: 2px
              - justify-self: start
        custom_fields:
          cpu: |
            [[[
              return `<ha-icon icon="mdi:home-assistant" style="width: 16px; height: 16px; color: rgb(31, 111, 235);"></ha-icon>
              <span>Disponible: <span style="color: var(--text-color-sensor);">${states['update.home_assistant_supervisor_update'].attributes.latest_version}</span></span>`
            ]]]
          ram: |
            [[[
              return `<ha-icon icon='mdi:home-assistant' style='width: 16px; height: 16px; color: rgb(31, 111, 235);'></ha-icon>
              <span>Installée: <span style='color: var(--text-color-sensor);'>${states['update.home_assistant_supervisor_update'].attributes.installed_version}</span></span>`
            ]]]
      - type: custom:button-card
        entity: update.home_assistant_operating_system_update
        icon: mdi:home-assistant
        size: 50px
        name: HA OS
        aspect_ratio: 1.1/1
        styles:
          card:
            - color: var(--text-medium-color)
            - padding-left: 10px
            - border-radius: 20px
            - padding: 5%
            - font-size: 12px
            - text-transform: capitalize
            - border-radius: 0px
            - size: 50px
          grid:
            - grid-template-areas: '"i i" "n n" "cpu cpu" "ram ram" "sd sd"'
            - grid-template-columns: 1fr 1fr
            - grid-template-rows: 1fr min-content min-content min-content min-content
          name:
            - font-weight: bold
            - font-size: 12px
            - align-self: middle
            - justify-self: start
            - padding-bottom: 4px
            - color: var(--text-color)
          icon:
            - color: |
                [[[
                  if (entity.state == 'on') return 'red';
                  return 'rgb(31, 111, 235)';
                ]]]
            - width: 45%
            - animation: >
                [[[ if (entity.state == 'on') return 'blink 2s ease infinite';
                ]]]
          custom_fields:
            cpu:
              - '--text-color-sensor': >-
                  [[[if
                  (states['update.home_assistant_operating_system_update'].attributes.latest_version
                  !=
                  states['update.home_assistant_operating_system_update'].attributes.installed_version)
                  return "red";else return "green"]]]
              - padding-bottom: 2px
              - justify-self: start
            ram:
              - padding-bottom: 2px
              - justify-self: start
        custom_fields:
          cpu: |
            [[[
              return `<ha-icon icon="mdi:home-assistant" style="width: 16px; height: 16px; color: rgb(31, 111, 235);"></ha-icon>
              <span>Disponible: <span style="color: var(--text-color-sensor);">${states['update.home_assistant_operating_system_update'].attributes.latest_version}</span></span>`
            ]]]
          ram: |
            [[[
              return `<ha-icon icon='mdi:home-assistant' style='width: 16px; height: 16px; color: rgb(31, 111, 235);'></ha-icon>
              <span>Installée: <span style='color: var(--text-color-sensor);'>${states['update.home_assistant_operating_system_update'].attributes.installed_version}</span></span>`
            ]]]
  - type: custom:text-divider-row
    text: LOGS
  - type: horizontal-stack
    cards:
      - type: markdown
        content: >-
          <center>📄 <strong>Log Size</strong>: {{
          states("sensor.home_assistant_log_size") }} MB</center>
        style: |
          :host {
            --card-mod-icon-color: rgb(68, 115, 158);
          }
          ha-card {
            top: -15px;
            margin-bottom: -25px;
          }
      - type: markdown
        content: >-
          <center>📄 <strong>DB Size</strong>: {{
          (states('sensor.home_assistant_v2_db_size') | float(0) / 1.049) |
          round(2) }} MB</center>
        style: |
          :host {
            --card-mod-icon-color: rgb(68, 115, 158);
          }
          ha-card {
            top: -15px;
            margin-bottom: -25px;
          }
  - type: custom:text-divider-row
    text: MODULES
    align: center
  - type: horizontal-stack
    cards:
      - type: custom:button-card
        entity: update.duck_dns_update
        color: rgb(31, 111, 235)
        aspect_ratio: 1/1
        name: Duck DNS
        show_icon: false
        show_entity_picture: true
        entity_picture: /local/images/duckdns.png
        show_label: true
        label: |
          [[[ 
            if (states['update.duck_dns_update'].state == "on") return '<font color="red">Mise à jour</font>';
            else return '<font color="green">À jour</font>';
          ]]]
        state:
          - value: 'on'
            styles:
              state:
                - color: red
          - value: 'off'
            styles:
              state:
                - color: green
        styles:
          card:
            - padding: 0.2em
            - '--mdc-ripple-color': rgb(68, 115, 158)
            - '--mdc-ripple-press-opacity': 0.5
            - transition: true
            - font-size: 16px
          icon:
            - opacity: 1
          name:
            - font-weight: bold
            - font-size: 0.85em
            - white-space: normal
          state:
            - font-size: 0.75em
            - white-space: normal
          label:
            - font-size: 0.75em
            - white-space: normal
        style: |
          ha-card {
            top: -10px !important;
          }
      - type: custom:button-card
        entity: update.file_editor_update
        color: rgb(31, 111, 235)
        aspect_ratio: 1/1
        name: File editor
        show_icon: false
        show_entity_picture: true
        entity_picture: /local/images/fileeditor.png
        show_label: true
        label: |
          [[[ 
            if (states['update.file_editor_update'].state == "on") return '<font color="red">Mise à jour</font>';
            else return '<font color="green">À jour</font>';
          ]]]
        state:
          - value: 'on'
            styles:
              state:
                - color: red
          - value: 'off'
            styles:
              state:
                - color: green
        styles:
          card:
            - padding: 0.2em
            - '--mdc-ripple-color': rgb(68, 115, 158)
            - '--mdc-ripple-press-opacity': 0.5
            - transition: true
            - font-size: 16px
          icon:
            - opacity: 1
          name:
            - font-weight: bold
            - font-size: 0.85em
            - white-space: normal
          state:
            - font-size: 0.75em
            - white-space: normal
          label:
            - font-size: 0.75em
            - white-space: normal
        style: |
          ha-card {
            top: -10px !important;
          }
      - type: custom:button-card
        entity: update.samba_share_update
        color: rgb(31, 111, 235)
        name: Samba share
        aspect_ratio: 1/1
        show_icon: false
        show_entity_picture: true
        entity_picture: /local/images/samba.png
        show_label: true
        label: |
          [[[ 
            if (states['update.samba_share_update'].state == "on") return '<font color="red">Mise à jour</font>';
            else return '<font color="green">À jour</font>';
          ]]]
        state:
          - value: 'on'
            styles:
              state:
                - color: red
          - value: 'off'
            styles:
              state:
                - color: green
        styles:
          card:
            - padding: 0.2em
            - '--mdc-ripple-color': rgb(68, 115, 158)
            - '--mdc-ripple-press-opacity': 0.5
            - transition: true
            - font-size: 16px
          icon:
            - opacity: 1
          name:
            - font-weight: bold
            - font-size: 0.85em
            - white-space: normal
          state:
            - font-size: 0.75em
            - white-space: normal
          label:
            - font-size: 0.75em
            - white-space: normal
        style: |
          ha-card {
            top: -10px !important;
          }
      - type: custom:button-card
        entity: update.terminal_ssh_update
        color: rgb(31, 111, 235)
        aspect_ratio: 1/1
        name: Terminal SSH
        show_icon: false
        show_entity_picture: true
        entity_picture: /local/images/terminal.png
        show_label: true
        label: |
          [[[ 
            if (states['update.terminal_ssh_update'].state == "on") return '<font color="red">Mise à jour</font>';
            else return '<font color="green">À jour</font>';
          ]]]
        state:
          - value: 'on'
            styles:
              state:
                - color: red
          - value: 'off'
            styles:
              state:
                - color: green
        styles:
          card:
            - padding: 0.2em
            - '--mdc-ripple-color': rgb(68, 115, 158)
            - '--mdc-ripple-press-opacity': 0.5
            - transition: true
            - font-size: 16px
          icon:
            - opacity: 1
          name:
            - font-weight: bold
            - font-size: 0.85em
            - white-space: normal
          state:
            - font-size: 0.75em
            - white-space: normal
          label:
            - font-size: 0.75em
            - white-space: normal
        style: |
          ha-card {
            top: -10px !important;
          }
  - type: custom:text-divider-row
    text: HACS
    align: center
  - type: markdown
    content: >-
      <span><ha-icon icon="hacs:hacs"></ha-icon> <b>Hacs Community Store</b>
      v{{states('sensor.hacs_version') }}</span>

      </br>{% if is_state('sensor.hacs', '0') or
      is_state('sensor.hacs','unknown') %} Aucune mise à jour {% else %}
      {{states('sensor.hacs') }} {{ 'mise à jour disponible' if
      is_state('sensor.hacs', '1') else 'mises à jour disponibles' }}
      {{'\U0001f389'}}


      {% for repo in state_attr('sensor.hacs', 'repositories') %} -
      <b>{{repo.display_name }}</b> - Disponible: {{ repo.available_version }} /
      Installée: {{repo.installed_version }} https://github.com/{{ repo.name
      }}/releases 

      {% endfor %} {% endif %}
    style: |
      ha-card .card-header {
          color: rgb(68, 115, 158);
      }
      :host {
        --card-mod-icon-color: rgb(68, 115, 158);
      }
      ha-card {
        top: -15px !important;
      }

1 « J'aime »

Merci beaucoup @WarC0zes je regarde de ce pas :+1:

Salut,

J’ai les add-on suivants, donc pas très loin de toi:
Terminal & SSH (9.6.1), File editor (5.4.2), Node-RED (13.5.3), Samba Backup (5.2.0), Samba share (10.0.0), Zigbee2MQTT (1.28.4-1), VLC (0.1.3), ESPHome (2022.11.5)

A l’heure actuelle ma mémoire est utilisée à 1,4Go / 8 Go.

Pour la piste alimentation c’est possible, cette semaine j’en ai un qui a lâché sur le RPi de ma PAC après plusieurs années, sur la fin elle faisait planter et je devais débrancher…puis elle a lâché complètement.
Pour voir si l’alimentation peut être la cause de soucis, tu peux, si ce n’est pas déjà fait, ajouter l’intégration suivante qui permet de suivre l’état d’alimentation.

Ta tout dit, RPI3 B = 1Go de RAM.

Merci a tous pour vos retour je comprend effectivement que le soucis vient de mon raspberry pi pas assez puissant ou en tout cas trop limité en RAL.

Je ne pensais pas avoir beaucoup de chose d’installer sur HA mais visiblement top …

Dans les logs j’ai ceci mais je n’y connais pas grand chose en lig HA pas sur qu’on puisse voir un soucis de RAM si ?

2022-12-16 02:41:19.915 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 02:41:19.929 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 02:41:22.162 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 02:44:19.926 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 02:44:19.939 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 02:46:19.933 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 02:46:19.945 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 02:49:49.944 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 02:49:49.962 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 02:51:49.953 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 02:51:49.965 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 02:52:10.609 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 334, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 551, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'Invalid method encountered'"
2022-12-16 02:54:19.969 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 02:54:22.033 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 02:56:19.978 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 02:56:19.988 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 02:56:25.017 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 02:58:19.985 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 02:58:19.996 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 02:58:22.185 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 03:01:19.997 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:01:22.065 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:01:27.257 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 334, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 551, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'Invalid method encountered'"
2022-12-16 03:03:20.005 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:03:20.015 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:05:20.016 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:05:22.066 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:07:20.023 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:07:20.034 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:07:25.055 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:08:26.179 INFO (MainThread) [music_assistant] Finished job [Cleanup cache] in 1.24 seconds.
2022-12-16 03:09:20.034 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:09:20.057 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:09:22.283 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 03:11:20.042 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:11:20.066 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:13:20.050 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:13:20.061 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:15:20.059 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:15:22.129 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:17:20.068 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:17:20.080 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:17:25.106 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:19:20.076 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:19:20.085 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:19:22.284 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 03:25:20.101 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:25:22.194 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:27:20.108 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:27:20.119 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:27:25.142 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:29:20.116 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:29:20.130 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:29:25.155 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:29:30.184 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:29:30.195 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:29:50.118 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:29:55.143 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:30:00.171 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:30:00.188 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:30:20.119 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:30:25.146 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:30:30.170 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:30:30.183 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:30:50.121 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:30:55.154 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:31:00.181 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:31:00.193 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:31:20.123 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:31:25.149 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:31:30.178 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:31:30.191 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:31:50.125 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:31:55.152 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:32:00.180 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:32:00.193 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:32:20.127 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:32:25.158 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:32:30.185 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:32:30.197 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:32:50.129 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:32:50.324 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 03:35:20.141 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:35:22.193 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:37:20.148 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:37:20.161 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:37:25.185 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:39:20.156 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:39:20.167 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:39:22.409 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 03:41:20.166 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:41:20.177 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:43:00.258 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547404046464] Connection closed by client
2022-12-16 03:43:20.176 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:43:20.182 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:45:20.182 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:45:22.193 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:47:20.191 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:47:20.199 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:47:25.227 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:49:20.199 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:49:20.206 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:49:22.424 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 03:51:50.207 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:51:52.274 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:53:50.214 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:53:50.220 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:53:55.238 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 03:55:50.222 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:55:50.228 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 03:55:52.427 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 03:57:50.231 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:57:50.239 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 03:59:50.237 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 03:59:50.243 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:02:20.249 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:02:22.289 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:04:20.255 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:04:20.263 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:04:25.401 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:04:29.677 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 04:06:20.264 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:06:22.289 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:08:20.271 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:08:20.281 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:08:25.430 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:08:25.933 INFO (MainThread) [music_assistant] Finished job [Cleanup cache] in 1.0 seconds.
2022-12-16 04:08:27.940 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
2022-12-16 04:10:20.279 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:10:20.467 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 04:10:25.685 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:10:30.729 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:10:30.743 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 04:10:50.279 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:10:55.297 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:11:00.323 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:11:00.337 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 04:11:20.280 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:11:25.308 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:11:30.336 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:11:30.349 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 04:11:50.280 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:11:50.452 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 04:13:50.291 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:13:50.386 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:15:50.298 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:15:50.341 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:19:50.313 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:19:52.405 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:21:50.319 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:21:50.338 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:24:20.329 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:24:20.469 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:26:20.336 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:26:20.347 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:36:20.391 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:36:20.473 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:38:20.394 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:38:20.403 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:40:20.398 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:40:22.418 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:42:20.407 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:42:20.414 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:42:25.435 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:44:20.416 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:44:20.423 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 04:44:25.450 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:44:30.480 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:44:30.494 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 04:44:50.419 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:44:55.438 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:45:00.463 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:45:00.478 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 04:45:20.423 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:45:24.652 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 04:47:20.446 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:47:20.458 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:49:20.453 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:49:20.465 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:52:50.465 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:52:52.497 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:54:50.487 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:54:50.543 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 04:54:55.780 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 04:56:50.486 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:56:50.497 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 04:56:52.779 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 04:58:50.493 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 04:58:52.718 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:00:50.500 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:00:50.541 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:00:55.747 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:02:50.508 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:02:50.519 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:02:50.732 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 05:07:20.534 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:07:22.645 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:08:26.171 INFO (MainThread) [music_assistant] Finished job [Cleanup cache] in 1.23 seconds.
2022-12-16 05:08:27.786 INFO (MainThread) [music_assistant] Finished job [Library sync for provider URL] in 0.0 seconds.
2022-12-16 05:08:27.939 INFO (MainThread) [custom_components.hacs] Loading known repositories
2022-12-16 05:08:28.799 ERROR (MainThread) [music_assistant] Job [Library sync for provider Youtube Music] failed with error 'musicShelfRenderer'.
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/music_assistant/models/music_provider.py", line 402, in sync_library
    async for prov_item in self._get_library_gen(media_type)():
  File "/usr/local/lib/python3.10/site-packages/music_assistant/music_providers/ytmusic/ytmusic.py", line 133, in get_library_artists
    artists_obj = await get_library_artists(
  File "/usr/local/lib/python3.10/site-packages/music_assistant/music_providers/ytmusic/helpers.py", line 105, in get_library_artists
    return await loop.run_in_executor(None, _get_library_artists)
  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.10/site-packages/music_assistant/music_providers/ytmusic/helpers.py", line 95, in _get_library_artists
    artists = ytm.get_library_subscriptions(limit=9999)
  File "/usr/local/lib/python3.10/site-packages/ytmusicapi/mixins/library.py", line 178, in get_library_subscriptions
    return parse_library_artists(
  File "/usr/local/lib/python3.10/site-packages/ytmusicapi/parsers/library.py", line 84, in parse_library_artists
    results = get_library_contents(response, MUSIC_SHELF)
  File "/usr/local/lib/python3.10/site-packages/ytmusicapi/parsers/library.py", line 113, in get_library_contents
    return nav(results, ITEM_SECTION + renderer)
  File "/usr/local/lib/python3.10/site-packages/ytmusicapi/navigation.py", line 76, in nav
    raise err
  File "/usr/local/lib/python3.10/site-packages/ytmusicapi/navigation.py", line 70, in nav
    root = root[k]
KeyError: 'musicShelfRenderer'
2022-12-16 05:09:20.541 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:09:20.579 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:09:25.748 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:11:20.551 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:11:20.654 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:11:25.762 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:11:30.790 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:11:30.800 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:11:50.555 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:11:55.581 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:12:00.612 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:12:00.626 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:12:20.556 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:12:25.578 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:12:30.616 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:12:30.631 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:12:50.558 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:12:55.597 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:13:00.627 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:13:00.641 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:13:20.560 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:13:25.583 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:13:30.612 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:13:30.625 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:13:50.562 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:13:55.583 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:14:00.655 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:14:00.668 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:14:20.564 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:14:24.812 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 05:16:20.572 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:16:22.609 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:18:20.581 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:18:20.611 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:18:25.654 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:20:20.600 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:20:20.662 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:20:23.017 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 05:23:20.612 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:23:22.641 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:25:20.627 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:25:20.789 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:25:26.184 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:27:20.636 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:27:20.651 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:27:22.989 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 05:29:50.702 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:29:52.951 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:31:50.701 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:31:50.714 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:31:55.756 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:33:50.709 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:33:50.719 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:33:52.939 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 05:37:20.734 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:37:22.909 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:39:20.740 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:39:20.819 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:39:26.033 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:41:20.748 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:41:20.761 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:41:22.988 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 05:43:20.759 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:43:20.771 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:45:20.770 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:45:20.777 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:48:20.782 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:48:22.864 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:50:20.790 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:50:20.885 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:50:26.045 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:52:20.798 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:52:20.888 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:52:23.147 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 05:54:20.807 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:54:22.943 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:56:20.813 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:56:20.934 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 05:56:26.169 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 05:58:20.822 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 05:58:20.830 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 05:58:21.032 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 06:01:20.837 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:01:20.938 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:03:20.839 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:03:20.847 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:06:20.854 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:06:22.865 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:08:20.863 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:08:20.876 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:08:25.980 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:08:26.586 INFO (MainThread) [music_assistant] Finished job [Cleanup cache] in 1.64 seconds.
2022-12-16 06:08:27.940 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories
2022-12-16 06:08:31.689 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:08:31.704 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:08:50.867 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:08:55.213 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 06:10:50.876 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:10:53.021 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:12:50.886 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:12:50.915 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:14:50.894 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:14:53.016 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:16:50.901 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:16:50.912 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:16:55.956 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:18:51.443 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:18:51.459 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:18:53.683 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 06:20:59.258 INFO (MainThread) [homeassistant.components.websocket_api.http.connection] [547372310896] Connection closed by client
2022-12-16 06:22:21.464 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:22:23.509 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:24:21.470 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:24:21.525 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:24:26.765 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:26:21.478 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:26:21.486 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:26:26.574 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:26:31.615 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:26:31.627 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:26:51.482 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:26:56.501 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:27:01.634 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:27:01.649 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:27:21.482 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:27:26.501 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:27:31.527 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:27:31.540 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:27:51.490 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:27:56.524 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:28:01.548 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:28:01.561 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:28:21.490 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:28:26.507 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:28:31.542 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:28:31.557 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:28:51.492 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:28:56.509 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:29:01.537 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:29:01.551 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:29:21.498 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:29:26.533 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:29:31.557 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:29:31.572 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:29:51.500 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:29:56.520 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:30:01.582 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:30:01.595 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:30:21.500 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:30:26.520 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:30:31.549 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:30:31.575 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:30:51.501 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:30:56.543 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:31:01.572 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:31:01.587 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:31:21.503 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:31:26.521 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:31:31.551 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:31:31.562 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:31:51.505 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:31:56.525 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:32:01.567 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:32:01.582 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:32:21.509 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:32:26.545 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:32:31.572 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:32:31.588 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:32:51.510 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:32:56.529 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:33:01.556 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:33:01.570 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:33:21.513 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:33:26.529 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:33:31.557 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:33:31.572 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:33:51.518 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:33:55.815 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 06:35:51.526 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:35:51.600 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:37:51.535 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:37:51.566 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:42:21.556 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:42:23.637 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:44:21.564 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:44:21.570 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:44:26.640 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:46:21.573 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:46:21.595 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:46:26.761 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:46:31.811 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:46:31.820 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:46:51.574 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:46:56.592 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:47:01.619 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:47:01.630 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:47:21.580 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:47:26.611 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:47:31.648 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:47:31.661 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:47:51.580 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:47:56.599 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:48:01.625 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:48:01.641 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:48:21.581 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:48:26.600 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:48:31.628 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:48:31.643 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:48:51.581 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:48:56.618 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:49:01.646 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 06:49:01.660 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 06:49:21.588 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:49:25.866 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 06:57:51.632 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:57:53.752 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:59:51.637 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 06:59:51.644 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 06:59:56.698 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:01:51.650 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:01:51.780 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 07:01:56.921 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:02:02.006 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:02:02.022 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 07:02:21.655 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:02:26.705 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:02:31.737 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:02:31.752 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 07:02:51.656 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:02:56.676 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:03:01.707 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:03:01.721 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 07:03:21.662 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:03:26.680 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:03:31.710 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:03:31.724 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 07:03:51.663 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:03:56.752 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:04:01.824 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:04:01.837 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 07:04:21.664 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:04:26.682 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:04:31.710 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:04:31.724 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 07:04:51.669 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:04:53.868 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] successfully turned back ON
2022-12-16 07:07:21.686 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:07:23.864 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 07:08:26.120 INFO (MainThread) [music_assistant] Finished job [Cleanup cache] in 1.16 seconds.
2022-12-16 07:09:21.692 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:09:21.844 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Error stopping scanner: [org.bluez.Error.InProgress] Operation already in progress
2022-12-16 07:09:27.100 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:09:32.169 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:09:32.180 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
2022-12-16 07:09:51.699 INFO (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Bluetooth scanner has gone quiet for 90s, restarting
2022-12-16 07:09:56.736 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:10:01.765 WARNING (MainThread) [bluetooth_auto_recovery.recover] Bluetooth adapter hci0 [B8:27:EB:10:E2:2A] could not be reset due to timeout
2022-12-16 07:10:01.778 ERROR (MainThread) [homeassistant.components.bluetooth.scanner] hci0 (B8:27:EB:10:E2:2A): Failed to restart Bluetooth scanner: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 229, in _async_start
    await self.scanner.start()  # type: ignore[no-untyped-call]
  File "/usr/local/lib/python3.10/site-packages/bleak/__init__.py", line 156, in start
    await self._backend.start()
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/scanner.py", line 191, in start
    self._stop = await manager.active_scan(
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/manager.py", line 357, in active_scan
    assert_reply(reply)
  File "/usr/local/lib/python3.10/site-packages/bleak/backends/bluezdbus/utils.py", line 20, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.NotReady] Resource Not Ready

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 364, in _async_scanner_watchdog
    await self._async_start()
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/scanner.py", line 310, in _async_start
    raise ScannerStartError(
homeassistant.components.bluetooth.scanner.ScannerStartError: hci0 (B8:27:EB:10:E2:2A): Failed to start Bluetooth: [org.bluez.Error.NotReady] Resource Not Ready

Du coup un rpbi 4B 4Go pourrait fonctionner alors.

Salut,

même un 2Go c’est bon.

Pour tes logs, y’a qd même bcp d’erreurs Bluetooth, ça ne doit pas aider d’avoir a longueur de temps des erreur. Je n’ai pas de Bluetooth pour comparer mais ça ne semble pas trop normal

Salut
au prix du rpi 4B vaudrait il pas mieux passer sur un minipc d’occaz?
Personnellement j’en ai acheté un 100€ et je lui ai ajouté de la ram qui trainait chez moi et un vieux SSD…

2 « J'aime »

Bonjour

j’ai vu des videos ou on fait tourner HA sur des clients leger wize

personellement je recommande les PC HP USSF
hp elitedesk
ou
HP Prodesk

Par exemple
https://www.afbshop.de/pcs/alle-pcs/32879/hp-prodesk-600-g2-mini-core-i3-6300t-at-3-3-ghz-8gb-ram-250gb-ssd-win10pro?c=903#8e7d84cbbf1d083f5e94d187b8011f8d

1 « J'aime »

Effectivement … Au démarrage j’avais un Shield Zigbee sur mon raspberry pi qui nécessite de modifier les paramètres bluetooth. Mais vu que je suis passé sur une clé sonoff je n’ai pas remis les paramètres originaux. Je vais essayer ça.

Par contre j’ai désactivé node red et zwave ui le temps de changer mon raspberry pi en attendant. A voir si ça va mieux.

Après effectivement j’hallucine un peu devant les prix des RPI 4B :scream: ça me fait mal de me dire qu’il faut que j’achète un pc pour 200/300€ pour faire tourner ma domotique c’est plus que tous mes dongles et capteurs lol

Après pas mal de rechercher j’ai trouvé ça qui semble un bon compromis : pas trop de ram qui sera inutile, petite taille et pas trop cher avec l’import&co ça fait 105€

Ça devrait faire l’affaire non ?

Depuis que j’ai désactivé node-red le raspberry semble plus stable d’ici la réception du nouveau matos :slightly_smiling_face:

Attention, ca vient d’angleterre, maintenant y’a des droits de douanes…
deplus il me semble que le 6100T c’est pas un quadcore. (c’est mieux si tu veux mettre proxmox)
Personnellement, j’ai trouvé sur backmarket a 100€ un 6500T (quadcore) avec seulement 4GB de ram. Comme il me restait de la ram de portable, je suis monté a 12GB et ca marche tres bien (a condition de pas mettre trop de VM dessus)
Pour le moment j’ai mis une VM HA, une autre mosquito et une autre nodered. Je compte mettre un ubuntu plus tard si j’ai besoin de mettre des dockers (j’ai la ressource necessaire). Par contre j’ai peu d’aller au dela pour la RAM (je prefere etre large niveau ressources pour pas avoir de soucis)

1 « J'aime »

De mon coté j’ai pris celui-ci :
https://www.amazon.com/gp/product/B086RF1SLK/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1

Elitedesk 800 G3
Intel Quad Core i5-6500T (basse conso)
RAM DDR4 16Go
SSD 512GB
dongle wifi n / dongle bluetooth / RJ45
clavier / souris
Windows 10

→ 202,81 euro

J’ai annulé ma commande sur amazon.com pour prendre ça …
PC HP Elitedesk 800 G4 USFF - Core i5-8500 3.00GHz, 16Go RAM, 512Go SSD, Windows 10 Pro (Reconditionné Grade A) – Dealabs.com

Citation
EliteDesk 800 G4
Intel Core i5 8500
16Go RAM DDR4
512 SSD
Windows 10
→ 249 euros