dknowles2 / ha-pitboss

Home Assistant Custom Integration for PitBoss smokers and grills
MIT License
32 stars 4 forks source link

Sensors not updating #13

Closed hoopsta1423 closed 10 months ago

hoopsta1423 commented 1 year ago

System Health details

System Information

version core-2023.6.1
installation_type Home Assistant Container
dev false
hassio false
docker true
user root
virtualenv false
python_version 3.11.3
os_name Linux
os_version 5.15.32-v7+
arch armv7l
timezone America/New_York
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 5000 Installed Version | 1.32.1 Stage | running Available Repositories | 1284 Downloaded Repositories | 3
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Dashboards dashboards | 1 -- | -- resources | 0 mode | auto-gen
Recorder oldest_recorder_run | June 10, 2023 at 12:21 PM -- | -- current_recorder_run | June 10, 2023 at 9:08 AM estimated_db_size | 0.41 MiB database_engine | sqlite database_version | 3.41.2

Checklist

Describe the issue

Set up ha-pitboss via HACS on a clean ha instance (in docker on rpi3b). Have bluetooth integration up and working and can see the pitboss on scans with bluetoothctl. The pitboss integration installed fine and it did detect the grill (pb850ps2) but the sensors/entities are not updating. Errors in logs below but happy to send anything else you need

Reproduction steps

  1. New HA instance in docker on rpi3b (passed through bluetooth controller to container)
  2. Install hacs/ha-pitboss
  3. Install pitboss integration
  4. Select grill
  5. No sensors/entities updating ...

Debug logs

This error originated from a custom integration.

Logger: homeassistant
Source: custom_components/pitboss/coordinator.py:58
Integration: PitBoss (documentation, issues)
First occurred: 9:19:16 AM (6 occurrences)
Last logged: 12:32:34 PM

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/bleak_retry_connector/__init__.py", line 344, in establish_connection
    await client.connect(
  File "/usr/src/homeassistant/homeassistant/components/bluetooth/wrappers.py", line 272, in connect
    connected = await super().connect(**kwargs)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/bleak/__init__.py", line 531, in connect
    return await self._backend.connect(**kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/bleak/backends/bluezdbus/client.py", line 244, in connect
    assert_reply(reply)
  File "/usr/local/lib/python3.11/site-packages/bleak/backends/bluezdbus/utils.py", line 22, in assert_reply
    raise BleakDBusError(reply.error_name, reply.body)
bleak.exc.BleakDBusError: [org.bluez.Error.Failed] Software caused connection abort

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

Traceback (most recent call last):
  File "/config/custom_components/pitboss/coordinator.py", line 58, in reset_device
    await self.conn.reset_device(device)
  File "/usr/local/lib/python3.11/site-packages/pytboss/ble.py", line 104, in reset_device
    await self.connect()
  File "/usr/local/lib/python3.11/site-packages/pytboss/ble.py", line 72, in connect
    self._ble_client = await bleak_retry_connector.establish_connection(
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/bleak_retry_connector/__init__.py", line 421, in establish_connection
    _raise_if_needed(name, device.address, exc)
  File "/usr/local/lib/python3.11/site-packages/bleak_retry_connector/__init__.py", line 320, in _raise_if_needed
    raise BleakConnectionError(msg) from exc
bleak_retry_connector.BleakConnectionError: PBL-0B34214 - 53:2E:2B:20:81:DB: Failed to connect: [org.bluez.Error.Failed] Software caused connection abort

Diagnostics dump

No response

hoopsta1423 commented 1 year ago

Just a followup:

I removed the integration and updated to most recent version. Upon restart, home assistant could see the pitboss and I reinstalled the integration. Still no luck staying connected to the grill though. After enabling debugging and reloading the integration, here are my logs:

2023-06-15 09:22:22.367 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration pitboss which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2023-06-15 09:22:22.370 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2023-06-15 09:22:22.373 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration remote_homeassistant which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2023-06-15 09:26:06.181 INFO (MainThread) [custom_components.pitboss] BLE callback: <home_assistant_bluetooth.models.BluetoothServiceInfoBleak object at 0x61cb4f28> (BluetoothChange.ADVERTISEMENT) 2023-06-15 09:26:06.183 INFO (MainThread) [custom_components.pitboss] Resetting device: 7E:23:77:21:27:B2: PBL-0B34214 2023-06-15 09:26:06.187 INFO (MainThread) [custom_components.pitboss] Resetting exisitng device 2023-06-15 09:26:06.187 DEBUG (MainThread) [pytboss] Resetting device to: 7E:23:77:21:27:B2: PBL-0B34214 2023-06-15 09:26:06.187 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 09:26:06.191 INFO (MainThread) [custom_components.pitboss] Found PitBoss smoker: PBL-0B34214 @ 7E:23:77:21:27:B2 2023-06-15 09:26:12.838 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 09:26:31.663 INFO (MainThread) [custom_components.pitboss] BLE callback: <home_assistant_bluetooth.models.BluetoothServiceInfoBleak object at 0x61cb6868> (BluetoothChange.ADVERTISEMENT) 2023-06-15 09:26:31.664 INFO (MainThread) [custom_components.pitboss] Resetting device: 7E:23:77:21:27:B2: PBL-0B34214 2023-06-15 09:26:31.665 INFO (MainThread) [custom_components.pitboss] Found PitBoss smoker: PBL-0B34214 @ 7E:23:77:21:27:B2 2023-06-15 09:26:33.807 INFO (MainThread) [custom_components.pitboss] Resetting exisitng device 2023-06-15 09:26:33.808 DEBUG (MainThread) [pytboss] Resetting device to: 7E:23:77:21:27:B2: PBL-0B34214 2023-06-15 09:26:33.808 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 09:26:35.970 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 09:28:13.381 INFO (MainThread) [custom_components.pitboss] BLE callback: <home_assistant_bluetooth.models.BluetoothServiceInfoBleak object at 0x67054e68> (BluetoothChange.ADVERTISEMENT) 2023-06-15 09:28:13.384 INFO (MainThread) [custom_components.pitboss] Resetting device: 7E:23:77:21:27:B2: PBL-0B34214 2023-06-15 09:28:13.384 INFO (MainThread) [custom_components.pitboss] Setting up PitBoss API 2023-06-15 09:29:41.028 INFO (MainThread) [custom_components.pitboss] BLE callback: <home_assistant_bluetooth.models.BluetoothServiceInfoBleak object at 0x61b4c4e8> (BluetoothChange.ADVERTISEMENT) 2023-06-15 09:29:41.030 INFO (MainThread) [custom_components.pitboss] Resetting device: 7E:23:77:21:27:B2: PBL-0B34214 2023-06-15 09:29:41.031 INFO (MainThread) [custom_components.pitboss] Setting up PitBoss API

dknowles2 commented 1 year ago

I'll have a PR shortly that will hopefully help this. Part of the problem is that disconnects seem to happen randomly and the HA stack wasn't sending a new Bluetooth connection automatically.

The first set of logs you sent may be a different problem though--that looks like it just wasn't connecting successfully at all, which is weird.

Bluetooth is so annoying.

dknowles2 commented 1 year ago

Ok, I pushed version 2023.6.1 which should have the fix. Try that out and let me know if it helps.

hoopsta1423 commented 1 year ago

Thanks!

I removed the integration and ha-pitboss from HACS-->restart-->redownloaded ha-pitboss through hacs-->restart-->add pitboss integration

Again it sees the pellet grill upon adding integration, and the logs show it is continually connecting/disconnecting to the grill, but still not seeing any sensors updating.

Did get a couple of additional errors similar to my first one but not the same. Logs below:

`2023-06-15 20:24:57.123 INFO (MainThread) [homeassistant.setup] Setup of domain frontend took 0.0 seconds 2023-06-15 20:24:57.126 INFO (MainThread) [homeassistant.bootstrap] Setting up recorder: {'recorder'} 2023-06-15 20:24:57.132 INFO (MainThread) [homeassistant.setup] Setting up recorder 2023-06-15 20:24:57.147 INFO (MainThread) [homeassistant.components.http] Now listening on port 8123 2023-06-15 20:24:57.276 INFO (MainThread) [homeassistant.setup] Setup of domain recorder took 0.1 seconds 2023-06-15 20:24:57.279 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 1: {'bluetooth', 'dhcp', 'logger', 'webhook', 'http', 'zeroconf', 'usb', 'websocket_api', 'network', 'cloud', 'ssdp', 'api'} 2023-06-15 20:24:57.348 INFO (MainThread) [homeassistant.setup] Setting up webhook 2023-06-15 20:24:57.351 INFO (MainThread) [homeassistant.setup] Setup of domain webhook took 0.0 seconds 2023-06-15 20:24:57.647 INFO (MainThread) [homeassistant.setup] Setting up dhcp 2023-06-15 20:24:57.648 INFO (MainThread) [homeassistant.setup] Setup of domain dhcp took 0.0 seconds 2023-06-15 20:24:57.751 INFO (MainThread) [homeassistant.setup] Setting up usb 2023-06-15 20:24:57.754 INFO (MainThread) [homeassistant.setup] Setup of domain usb took 0.0 seconds 2023-06-15 20:24:58.484 INFO (MainThread) [homeassistant.setup] Setting up network 2023-06-15 20:24:58.488 INFO (MainThread) [homeassistant.setup] Setup of domain network took 0.0 seconds 2023-06-15 20:24:58.499 INFO (SyncWorker_5) [homeassistant.loader] Loaded alexa from homeassistant.components.alexa 2023-06-15 20:24:58.504 INFO (SyncWorker_1) [homeassistant.loader] Loaded google_assistant from homeassistant.components.google_assistant 2023-06-15 20:24:58.507 INFO (SyncWorker_1) [homeassistant.loader] Loaded camera from homeassistant.components.camera 2023-06-15 20:24:58.922 INFO (MainThread) [homeassistant.setup] Setting up bluetooth 2023-06-15 20:24:59.165 INFO (MainThread) [homeassistant.setup] Setting up zeroconf 2023-06-15 20:24:59.178 INFO (MainThread) [zeroconf] Address in use when adding (('fe80::727e:2049:6a1b:dbae', 0, 3), 3) to multicast group, it is expected to happen on some systems 2023-06-15 20:24:59.188 INFO (SyncWorker_5) [homeassistant.loader] Loaded media_player from homeassistant.components.media_player 2023-06-15 20:24:59.196 INFO (MainThread) [homeassistant.setup] Setup of domain zeroconf took 0.0 seconds 2023-06-15 20:24:59.218 INFO (MainThread) [homeassistant.components.zeroconf] Starting Zeroconf broadcast 2023-06-15 20:25:01.818 INFO (MainThread) [homeassistant.setup] Setting up cloud 2023-06-15 20:25:02.194 INFO (MainThread) [homeassistant.setup] Setting up ssdp 2023-06-15 20:25:02.418 INFO (MainThread) [homeassistant.setup] Setup of domain cloud took 0.6 seconds 2023-06-15 20:25:02.707 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth took 3.8 seconds 2023-06-15 20:25:02.874 INFO (MainThread) [homeassistant.setup] Setup of domain ssdp took 0.7 seconds 2023-06-15 20:25:03.343 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'device_automation', 'input_datetime', 'schedule', 'tag', 'mobile_app', 'input_number', 'logbook', 'analytics', 'assist_pipeline', 'media_source', 'hacs', 'input_select', 'image_upload', 'counter', 'application_credentials', 'map', 'scene', 'repairs', 'trace', 'persistent_notification', 'sun', 'thread', 'auth', 'input_button', 'zone', 'lovelace', 'input_text', 'energy', 'conversation', 'onboarding', 'homeassistant_alerts', 'hardware', 'config', 'timer', 'tts', 'file_upload', 'input_boolean', 'stt', 'history', 'script', 'automation', 'diagnostics', 'my', 'search', 'person', 'system_health', 'blueprint', 'stream', 'remote_homeassistant', 'default_config'} 2023-06-15 20:25:03.358 INFO (MainThread) [homeassistant.setup] Setting up input_datetime 2023-06-15 20:25:03.375 INFO (MainThread) [homeassistant.setup] Setting up schedule 2023-06-15 20:25:03.494 INFO (MainThread) [homeassistant.setup] Setting up tag 2023-06-15 20:25:03.497 INFO (MainThread) [homeassistant.setup] Setting up input_number 2023-06-15 20:25:03.504 INFO (MainThread) [homeassistant.setup] Setting up input_select 2023-06-15 20:25:03.512 INFO (MainThread) [homeassistant.setup] Setting up counter 2023-06-15 20:25:03.517 INFO (MainThread) [homeassistant.setup] Setting up scene 2023-06-15 20:25:03.518 INFO (MainThread) [homeassistant.components.scene] Setting up scene.homeassistant 2023-06-15 20:25:03.521 INFO (MainThread) [homeassistant.setup] Setting up trace 2023-06-15 20:25:03.522 INFO (MainThread) [homeassistant.setup] Setup of domain trace took 0.0 seconds 2023-06-15 20:25:03.524 INFO (MainThread) [homeassistant.setup] Setting up sun 2023-06-15 20:25:03.525 INFO (MainThread) [homeassistant.setup] Setup of domain sun took 0.0 seconds 2023-06-15 20:25:03.528 INFO (MainThread) [homeassistant.setup] Setting up input_button 2023-06-15 20:25:03.529 INFO (MainThread) [homeassistant.setup] Setting up zone 2023-06-15 20:25:03.537 INFO (MainThread) [homeassistant.setup] Setting up input_text 2023-06-15 20:25:03.541 INFO (MainThread) [homeassistant.setup] Setting up conversation 2023-06-15 20:25:03.544 INFO (MainThread) [homeassistant.setup] Setup of domain conversation took 0.0 seconds 2023-06-15 20:25:03.662 INFO (MainThread) [homeassistant.setup] Setting up homeassistant_alerts 2023-06-15 20:25:03.663 INFO (MainThread) [homeassistant.setup] Setup of domain homeassistant_alerts took 0.0 seconds 2023-06-15 20:25:03.807 INFO (MainThread) [homeassistant.setup] Setting up hardware 2023-06-15 20:25:03.811 INFO (MainThread) [homeassistant.setup] Setting up timer 2023-06-15 20:25:03.821 INFO (SyncWorker_3) [homeassistant.loader] Loaded google_translate from homeassistant.components.google_translate 2023-06-15 20:25:03.823 INFO (MainThread) [homeassistant.setup] Setting up input_boolean 2023-06-15 20:25:03.827 INFO (MainThread) [homeassistant.setup] Setting up stt 2023-06-15 20:25:03.829 INFO (MainThread) [homeassistant.setup] Setup of domain stt took 0.0 seconds 2023-06-15 20:25:04.478 INFO (MainThread) [homeassistant.setup] Setting up history 2023-06-15 20:25:04.481 INFO (MainThread) [homeassistant.setup] Setup of domain history took 0.0 seconds 2023-06-15 20:25:04.484 INFO (MainThread) [homeassistant.setup] Setting up blueprint 2023-06-15 20:25:04.484 INFO (MainThread) [homeassistant.setup] Setup of domain blueprint took 0.0 seconds 2023-06-15 20:25:04.542 INFO (MainThread) [homeassistant.setup] Setup of domain hardware took 0.7 seconds 2023-06-15 20:25:04.600 INFO (MainThread) [homeassistant.setup] Setting up logbook 2023-06-15 20:25:04.607 INFO (MainThread) [homeassistant.setup] Setting up media_source 2023-06-15 20:25:04.813 INFO (MainThread) [homeassistant.setup] Setting up application_credentials 2023-06-15 20:25:04.999 INFO (MainThread) [homeassistant.setup] Setting up map 2023-06-15 20:25:05.001 INFO (MainThread) [homeassistant.setup] Setup of domain map took 0.0 seconds 2023-06-15 20:25:05.003 INFO (MainThread) [homeassistant.setup] Setup of domain scene took 1.5 seconds 2023-06-15 20:25:05.206 INFO (MainThread) [homeassistant.setup] Setting up my 2023-06-15 20:25:05.208 INFO (MainThread) [homeassistant.setup] Setup of domain my took 0.0 seconds 2023-06-15 20:25:05.212 INFO (MainThread) [homeassistant.setup] Setting up system_health 2023-06-15 20:25:05.244 INFO (MainThread) [homeassistant.setup] Setting up remote_homeassistant 2023-06-15 20:25:05.262 INFO (MainThread) [homeassistant.setup] Setup of domain remote_homeassistant took 0.0 seconds 2023-06-15 20:25:05.275 INFO (MainThread) [homeassistant.setup] Setup of domain tag took 1.8 seconds 2023-06-15 20:25:05.344 INFO (MainThread) [homeassistant.setup] Setup of domain counter took 1.8 seconds 2023-06-15 20:25:05.368 INFO (MainThread) [homeassistant.setup] Setup of domain timer took 1.6 seconds 2023-06-15 20:25:05.372 INFO (MainThread) [homeassistant.setup] Setting up energy 2023-06-15 20:25:05.374 INFO (MainThread) [homeassistant.setup] Setup of domain energy took 0.0 seconds 2023-06-15 20:25:05.412 INFO (MainThread) [homeassistant.setup] Setting up script 2023-06-15 20:25:05.416 INFO (MainThread) [homeassistant.setup] Setting up automation 2023-06-15 20:25:05.930 INFO (MainThread) [homeassistant.setup] Setting up hacs 2023-06-15 20:25:05.931 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.0 seconds 2023-06-15 20:25:05.975 INFO (MainThread) [homeassistant.setup] Setup of domain logbook took 1.4 seconds 2023-06-15 20:25:05.976 INFO (MainThread) [homeassistant.setup] Setup of domain media_source took 1.4 seconds 2023-06-15 20:25:06.007 INFO (MainThread) [homeassistant.setup] Setup of domain system_health took 0.8 seconds 2023-06-15 20:25:06.016 INFO (SyncWorker_4) [homeassistant.loader] Loaded sensor from homeassistant.components.sensor 2023-06-15 20:25:06.052 INFO (MainThread) [homeassistant.setup] Setup of domain schedule took 2.7 seconds 2023-06-15 20:25:06.061 INFO (MainThread) [homeassistant.setup] Setup of domain input_datetime took 2.7 seconds 2023-06-15 20:25:06.081 INFO (MainThread) [homeassistant.setup] Setup of domain input_number took 2.6 seconds 2023-06-15 20:25:06.089 INFO (MainThread) [custom_components.hacs]

HACS (Home Assistant Community Store)

Version: 1.32.1 This is a custom integration If you have any issues with this you need to open an issue here: https://github.com/hacs/integration/issues

2023-06-15 20:25:06.115 INFO (MainThread) [homeassistant.setup] Setup of domain input_select took 2.6 seconds 2023-06-15 20:25:06.122 INFO (MainThread) [homeassistant.setup] Setup of domain zone took 2.6 seconds 2023-06-15 20:25:06.558 INFO (MainThread) [homeassistant.setup] Setting up thread 2023-06-15 20:25:06.559 INFO (MainThread) [homeassistant.setup] Setup of domain thread took 0.0 seconds 2023-06-15 20:25:06.622 INFO (MainThread) [homeassistant.setup] Setup of domain script took 1.2 seconds 2023-06-15 20:25:06.632 INFO (MainThread) [homeassistant.setup] Setup of domain automation took 1.2 seconds 2023-06-15 20:25:06.640 INFO (MainThread) [homeassistant.setup] Setup of domain application_credentials took 1.8 seconds 2023-06-15 20:25:06.653 INFO (MainThread) [homeassistant.setup] Setup of domain input_button took 3.1 seconds 2023-06-15 20:25:06.682 INFO (MainThread) [homeassistant.setup] Setup of domain input_text took 3.1 seconds 2023-06-15 20:25:06.702 INFO (MainThread) [homeassistant.setup] Setup of domain input_boolean took 2.9 seconds 2023-06-15 20:25:06.722 INFO (MainThread) [homeassistant.setup] Setting up stream 2023-06-15 20:25:07.140 INFO (MainThread) [homeassistant.setup] Setup of domain stream took 0.4 seconds 2023-06-15 20:25:07.215 INFO (MainThread) [homeassistant.setup] Setting up tts 2023-06-15 20:25:07.221 INFO (MainThread) [homeassistant.setup] Setting up sensor 2023-06-15 20:25:07.227 INFO (MainThread) [homeassistant.setup] Setup of domain sensor took 0.0 seconds 2023-06-15 20:25:07.349 INFO (SyncWorker_2) [homeassistant.loader] Loaded notify from homeassistant.components.notify 2023-06-15 20:25:07.541 INFO (MainThread) [homeassistant.setup] Setting up mobile_app 2023-06-15 20:25:07.563 INFO (MainThread) [homeassistant.setup] Setup of domain tts took 0.3 seconds 2023-06-15 20:25:07.592 INFO (MainThread) [homeassistant.setup] Setup of domain mobile_app took 0.1 seconds 2023-06-15 20:25:07.602 INFO (MainThread) [homeassistant.setup] Setting up assist_pipeline 2023-06-15 20:25:07.624 INFO (MainThread) [homeassistant.setup] Setting up notify 2023-06-15 20:25:07.626 INFO (MainThread) [homeassistant.setup] Setup of domain notify took 0.0 seconds 2023-06-15 20:25:07.795 INFO (MainThread) [homeassistant.setup] Setup of domain assist_pipeline took 0.2 seconds 2023-06-15 20:25:07.807 INFO (MainThread) [homeassistant.components.notify] Setting up notify.mobile_app 2023-06-15 20:25:07.808 INFO (MainThread) [custom_components.hacs] Restore started 2023-06-15 20:25:08.722 INFO (MainThread) [custom_components.hacs] Restore done 2023-06-15 20:25:08.759 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.sun 2023-06-15 20:25:08.763 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.energy 2023-06-15 20:25:08.959 INFO (MainThread) [homeassistant.setup] Setting up default_config 2023-06-15 20:25:08.970 INFO (SyncWorker_5) [homeassistant.loader] Loaded backup from homeassistant.components.backup 2023-06-15 20:25:09.202 INFO (MainThread) [homeassistant.setup] Setting up backup 2023-06-15 20:25:09.204 INFO (MainThread) [homeassistant.setup] Setup of domain backup took 0.0 seconds 2023-06-15 20:25:09.237 INFO (MainThread) [homeassistant.setup] Setup of domain default_config took 0.3 seconds 2023-06-15 20:25:09.323 INFO (MainThread) [custom_components.hacs] Enable category: integration 2023-06-15 20:25:09.328 INFO (MainThread) [custom_components.hacs] Enable category: plugin 2023-06-15 20:25:09.328 INFO (MainThread) [custom_components.hacs] Enable category: theme 2023-06-15 20:25:09.349 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.hacs 2023-06-15 20:25:09.366 INFO (MainThread) [custom_components.hacs] Stage changed: setup 2023-06-15 20:25:09.371 INFO (MainThread) [custom_components.hacs] Stage changed: waiting 2023-06-15 20:25:09.373 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts 2023-06-15 20:25:09.393 INFO (MainThread) [homeassistant.bootstrap] Home Assistant initialized in 17.30s 2023-06-15 20:25:09.398 INFO (MainThread) [homeassistant.core] Starting Home Assistant 2023-06-15 20:25:09.412 INFO (MainThread) [custom_components.hacs] Stage changed: startup 2023-06-15 20:25:09.477 INFO (MainThread) [custom_components.hacs] Loading removed repositories 2023-06-15 20:25:09.535 INFO (SyncWorker_3) [homeassistant.loader] Loaded cast from homeassistant.components.cast 2023-06-15 20:25:09.554 INFO (SyncWorker_1) [homeassistant.loader] Loaded plex from homeassistant.components.plex 2023-06-15 20:25:11.867 INFO (MainThread) [custom_components.hacs] Loading known repositories 2023-06-15 20:25:11.935 INFO (SyncWorker_3) [homeassistant.loader] Loaded zha from homeassistant.components.zha 2023-06-15 20:25:11.941 INFO (SyncWorker_1) [homeassistant.loader] Loaded zwave_js from homeassistant.components.zwave_js 2023-06-15 20:25:19.459 INFO (MainThread) [custom_components.hacs] Starting recurring background task for downloaded repositories 2023-06-15 20:25:19.462 INFO (MainThread) [custom_components.hacs] Stage changed: running 2023-06-15 20:25:19.482 INFO (SyncWorker_5) [homeassistant.loader] Loaded spotify from homeassistant.components.spotify 2023-06-15 20:25:19.838 INFO (SyncWorker_5) [homeassistant.loader] Loaded rachio from homeassistant.components.rachio 2023-06-15 20:25:20.063 INFO (SyncWorker_5) [homeassistant.loader] Loaded homekit_controller from homeassistant.components.homekit_controller 2023-06-15 20:25:20.066 INFO (SyncWorker_3) [homeassistant.loader] Loaded bluetooth_adapters from homeassistant.components.bluetooth_adapters 2023-06-15 20:25:20.071 INFO (SyncWorker_0) [homeassistant.loader] Loaded ruuvi_gateway from homeassistant.components.ruuvi_gateway 2023-06-15 20:25:20.073 INFO (SyncWorker_1) [homeassistant.loader] Loaded shelly from homeassistant.components.shelly 2023-06-15 20:25:20.075 INFO (SyncWorker_4) [homeassistant.loader] Loaded esphome from homeassistant.components.esphome 2023-06-15 20:25:20.249 INFO (MainThread) [homeassistant.setup] Setting up bluetooth_adapters 2023-06-15 20:25:20.250 INFO (MainThread) [homeassistant.setup] Setup of domain bluetooth_adapters took 0.0 seconds 2023-06-15 20:25:21.418 INFO (SyncWorker_1) [homeassistant.loader] Loaded wemo from homeassistant.components.wemo 2023-06-15 20:25:21.615 INFO (SyncWorker_5) [homeassistant.loader] Loaded androidtv_remote from homeassistant.components.androidtv_remote 2023-06-15 20:25:21.689 INFO (SyncWorker_2) [homeassistant.loader] Loaded synology_dsm from homeassistant.components.synology_dsm 2023-06-15 20:25:25.094 INFO (MainThread) [custom_components.pitboss] Found PitBoss smoker: PBL-0B34214 @ 5B:30:B4:38:87:5E 2023-06-15 20:25:25.188 INFO (SyncWorker_4) [homeassistant.loader] Loaded brother from homeassistant.components.brother 2023-06-15 20:25:25.597 INFO (SyncWorker_1) [homeassistant.loader] Loaded ipp from homeassistant.components.ipp 2023-06-15 20:25:29.376 INFO (SyncWorker_2) [homeassistant.loader] Loaded ecobee from homeassistant.components.ecobee 2023-06-15 20:25:29.585 INFO (SyncWorker_4) [homeassistant.loader] Loaded harmony from homeassistant.components.harmony 2023-06-15 20:25:29.589 INFO (SyncWorker_1) [homeassistant.loader] Loaded netgear from homeassistant.components.netgear 2023-06-15 20:25:29.606 INFO (SyncWorker_1) [homeassistant.loader] Loaded remote from homeassistant.components.remote 2023-06-15 20:25:29.609 INFO (SyncWorker_0) [homeassistant.loader] Loaded switch from homeassistant.components.switch 2023-06-15 20:25:29.694 INFO (MainThread) [homeassistant.setup] Setting up remote 2023-06-15 20:25:29.713 INFO (MainThread) [homeassistant.setup] Setup of domain remote took 0.0 seconds 2023-06-15 20:25:29.771 INFO (SyncWorker_2) [homeassistant.loader] Loaded switch_as_x from homeassistant.components.switch_as_x 2023-06-15 20:25:29.795 INFO (MainThread) [homeassistant.setup] Setting up switch 2023-06-15 20:25:29.811 INFO (MainThread) [homeassistant.setup] Setup of domain switch took 0.0 seconds 2023-06-15 20:25:29.850 INFO (SyncWorker_3) [homeassistant.loader] Loaded upnp from homeassistant.components.upnp 2023-06-15 20:25:40.255 INFO (SyncWorker_3) [homeassistant.loader] Loaded solaredge from homeassistant.components.solaredge 2023-06-15 20:25:40.264 INFO (SyncWorker_3) [homeassistant.loader] Loaded ibeacon from homeassistant.components.ibeacon 2023-06-15 20:25:46.107 INFO (MainThread) [homeassistant.setup] Setting up pitboss 2023-06-15 20:25:46.108 INFO (MainThread) [homeassistant.setup] Setup of domain pitboss took 0.0 seconds 2023-06-15 20:25:46.114 DEBUG (MainThread) [custom_components.pitboss] Bluetooth device detected: <home_assistant_bluetooth.models.BluetoothServiceInfoBleak object at 0x66fd3a68> (BluetoothChange.ADVERTISEMENT) 2023-06-15 20:25:46.116 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 5B:30:B4:38:87:5E: PBL-0B34214 2023-06-15 20:25:46.125 DEBUG (MainThread) [custom_components.pitboss] Setting up PitBoss API with device: 5B:30:B4:38:87:5E: PBL-0B34214 2023-06-15 20:25:46.160 INFO (SyncWorker_1) [homeassistant.loader] Loaded binary_sensor from homeassistant.components.binary_sensor 2023-06-15 20:25:46.163 INFO (SyncWorker_3) [homeassistant.loader] Loaded climate from homeassistant.components.climate 2023-06-15 20:25:46.165 INFO (SyncWorker_1) [homeassistant.loader] Loaded light from homeassistant.components.light 2023-06-15 20:25:46.173 INFO (MainThread) [homeassistant.setup] Setting up binary_sensor 2023-06-15 20:25:46.180 INFO (MainThread) [homeassistant.setup] Setup of domain binary_sensor took 0.0 seconds 2023-06-15 20:25:46.193 INFO (MainThread) [homeassistant.setup] Setting up climate 2023-06-15 20:25:46.218 INFO (MainThread) [homeassistant.setup] Setup of domain climate took 0.0 seconds 2023-06-15 20:25:46.233 INFO (MainThread) [homeassistant.setup] Setting up light 2023-06-15 20:25:46.272 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.pitboss 2023-06-15 20:25:46.291 INFO (MainThread) [homeassistant.setup] Setup of domain light took 0.1 seconds 2023-06-15 20:25:46.302 INFO (MainThread) [homeassistant.components.switch] Setting up switch.pitboss 2023-06-15 20:25:46.311 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.pitboss 2023-06-15 20:25:46.317 INFO (MainThread) [homeassistant.components.climate] Setting up climate.pitboss 2023-06-15 20:25:46.320 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.pitboss entity: sensor.pbl_0b34214_probe_1 2023-06-15 20:25:46.326 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.pitboss entity: sensor.pbl_0b34214_probe_2 2023-06-15 20:25:46.344 INFO (MainThread) [homeassistant.components.light] Setting up light.pitboss 2023-06-15 20:25:46.346 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.pitboss entity: switch.pbl_0b34214_module_power 2023-06-15 20:25:46.348 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new switch.pitboss entity: switch.pbl_0b34214_prime 2023-06-15 20:25:46.369 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_error_1 2023-06-15 20:25:46.372 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_error_2 2023-06-15 20:25:46.376 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_error_3 2023-06-15 20:25:46.378 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_high_temperature_error 2023-06-15 20:25:46.386 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_fan_error 2023-06-15 20:25:46.392 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_igniter_error 2023-06-15 20:25:46.400 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_auger_error 2023-06-15 20:25:46.408 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_no_pellets 2023-06-15 20:25:46.414 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.pitboss entity: binary_sensor.pbl_0b34214_auger 2023-06-15 20:25:46.436 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new climate.pitboss entity: climate.pbl_0b34214_grill_temperature 2023-06-15 20:26:06.664 DEBUG (MainThread) [custom_components.pitboss] Bluetooth device detected: <home_assistant_bluetooth.models.BluetoothServiceInfoBleak object at 0x5d335628> (BluetoothChange.ADVERTISEMENT) 2023-06-15 20:26:06.666 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:26:06.666 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:26:06.666 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:26:06.667 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:26:06.670 INFO (MainThread) [custom_components.pitboss] Found PitBoss smoker: PBL-0B34214 @ 4D:26:E6:75:0C:5A 2023-06-15 20:26:09.410 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:26:09.412 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 5B:30:B4:38:87:5E: PBL-0B34214 2023-06-15 20:26:13.912 DEBUG (MainThread) [custom_components.pitboss] Bluetooth device detected: <home_assistant_bluetooth.models.BluetoothServiceInfoBleak object at 0x6ecc8fa8> (BluetoothChange.ADVERTISEMENT) 2023-06-15 20:26:13.916 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:26:13.917 INFO (MainThread) [custom_components.pitboss] Found PitBoss smoker: PBL-0B34214 @ 4D:26:E6:75:0C:5A 2023-06-15 20:26:15.097 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 5B:30:B4:38:87:5E: PBL-0B34214 2023-06-15 20:26:15.097 DEBUG (MainThread) [pytboss] Resetting device to: 5B:30:B4:38:87:5E: PBL-0B34214 2023-06-15 20:26:15.097 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:26:17.423 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:26:17.426 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:33.977 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:33.978 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:33.978 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:27:33.986 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/bleak_retry_connector/init.py", line 344, in establish_connection await client.connect( File "/usr/src/homeassistant/homeassistant/components/bluetooth/wrappers.py", line 253, in connect wrapped_backend = self._async_get_best_available_backend_and_device(manager) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/bluetooth/wrappers.py", line 355, in _async_get_best_available_backend_and_device raise BleakError( bleak.exc.BleakError: No backend with an available connection slot that can reach address 5B:30:B4:38:87:5E was found

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

Traceback (most recent call last): File "/config/custom_components/pitboss/coordinator.py", line 62, in reset_device await self.conn.reset_device(device) File "/usr/local/lib/python3.11/site-packages/pytboss/ble.py", line 123, in reset_device await self.connect() File "/usr/local/lib/python3.11/site-packages/pytboss/ble.py", line 86, in connect self._ble_client = await bleak_retry_connector.establish_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/bleak_retry_connector/init.py", line 421, in establish_connection _raise_if_needed(name, device.address, exc) File "/usr/local/lib/python3.11/site-packages/bleak_retry_connector/init.py", line 313, in _raise_if_needed raise BleakOutOfConnectionSlotsError( bleak_retry_connector.BleakOutOfConnectionSlotsError: PBL-0B34214 - 5B:30:B4:38:87:5E: Failed to connect: No backend with an available connection slot that can reach address 5B:30:B4:38:87:5E was found: The proxy/adapter is out of connection slots; Add additional proxies near this device 2023-06-15 20:27:37.998 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:37.998 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:37.999 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:27:40.409 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:27:40.411 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:43.299 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:43.300 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:43.301 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:27:45.402 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:27:45.406 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:47.399 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:47.399 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:47.400 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:27:49.503 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:27:49.505 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:52.405 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:52.405 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:52.405 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:27:54.407 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:27:54.409 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:57.397 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:57.398 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:27:57.398 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:27:59.405 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:27:59.407 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:02.311 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:02.312 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:02.312 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:28:04.401 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:04.402 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:08.298 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:08.299 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:08.299 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:28:10.402 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:10.404 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:15.998 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:15.999 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:15.999 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:28:18.401 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:18.402 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:21.798 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:21.798 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:21.799 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:28:24.510 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:24.511 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:31.998 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:31.999 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:31.999 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:28:34.403 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:34.404 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:37.798 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:37.799 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:37.799 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:28:40.400 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:40.401 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:42.798 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:42.799 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:42.799 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:28:45.405 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:45.407 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:47.721 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:47.722 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:47.726 WARNING (MainThread) [bleak.backends.bluezdbus.client] Failed to cancel connection (/org/bluez/hci1/dev_4D_26_E6_75_0C_5A): 2023-06-15 20:28:52.197 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:52.198 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:52.198 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:28:54.410 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:28:54.414 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:57.898 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:57.898 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:28:57.899 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:00.509 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:00.513 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:02.798 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:02.798 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:02.798 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:05.512 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:05.517 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:10.607 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:10.608 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:10.608 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:13.412 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:13.414 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:18.198 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:18.198 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:18.199 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:20.509 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:20.511 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:23.598 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:23.599 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:23.599 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:26.406 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:26.411 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:28.998 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:28.999 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:28.999 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:31.403 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:31.404 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:35.033 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:35.034 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:35.034 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:43.115 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:43.123 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:47.599 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:47.600 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:47.600 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:50.505 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:50.506 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:53.599 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:53.600 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:53.600 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:29:56.508 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:29:56.509 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:59.410 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:59.411 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:29:59.411 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:30:01.405 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:30:01.407 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:08.108 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:08.108 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:08.108 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:30:10.407 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:30:10.410 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:14.801 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:14.801 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:14.801 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:30:17.505 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:30:17.511 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:29.800 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:29.801 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:29.801 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:30:32.410 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:30:32.413 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:35.499 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:35.500 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:35.500 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:30:37.405 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:30:37.409 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:42.149 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:42.150 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:42.150 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:30:44.410 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:30:44.415 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:47.799 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:47.800 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:47.800 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:30:50.421 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:30:50.425 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:53.000 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:53.000 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:53.001 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:30:55.408 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:30:55.409 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:59.199 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:59.199 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:30:59.200 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:01.502 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:01.503 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:03.899 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:03.899 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:03.900 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:06.407 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:06.409 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:09.499 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:09.499 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:09.500 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:11.515 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:11.520 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:13.299 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:13.300 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:13.300 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:15.515 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:15.516 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:22.099 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:22.100 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:22.100 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:24.408 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:24.409 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:29.499 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:29.500 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:29.500 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:31.411 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:31.413 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:34.099 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:34.100 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:34.100 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:36.412 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:36.414 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:38.500 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:38.500 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:38.501 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:40.410 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:40.412 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:45.700 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:45.700 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:45.701 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:31:48.403 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:31:48.404 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:54.400 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:54.400 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:31:54.401 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:00.465 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:00.467 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:02.899 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:02.900 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:02.900 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:05.407 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:05.408 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:07.700 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:07.700 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:07.701 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:10.404 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:10.407 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:12.800 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:12.800 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:12.801 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:15.411 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:15.413 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:18.900 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:18.900 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:18.901 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:21.406 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:21.408 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:27.901 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:27.901 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:27.901 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:30.432 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:30.437 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:33.610 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:33.610 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:33.611 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:36.503 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:36.504 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:40.315 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:40.316 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:40.316 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:42.405 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:42.406 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:45.201 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:45.201 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:45.201 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:32:51.312 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:32:51.313 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:53.601 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:53.601 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:32:53.601 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:00.311 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:00.316 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:03.601 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:03.602 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:03.602 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:06.411 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:06.412 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:08.714 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:08.715 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:08.715 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:11.516 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:11.520 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:14.300 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:14.300 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:14.301 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:16.412 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:16.416 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:19.000 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:19.000 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:19.001 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:21.418 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:21.420 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:27.701 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:27.701 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:27.701 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:30.406 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:30.411 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:32.700 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:32.701 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:32.701 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:35.511 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:35.513 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:38.310 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:38.310 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:38.311 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:40.511 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:40.516 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:42.701 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:42.702 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:42.702 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:45.406 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:45.412 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:49.101 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:49.101 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:49.102 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:51.414 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:51.417 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:55.101 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:55.101 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:33:55.102 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:33:57.743 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:33:57.745 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:00.701 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:00.702 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:00.702 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:03.408 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:03.409 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:06.500 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:06.501 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:06.501 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:08.412 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:08.413 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:10.909 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:10.909 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:10.909 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:13.508 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:13.509 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:16.102 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:16.103 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:16.103 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:18.415 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:18.416 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:21.901 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:21.901 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:21.902 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:24.409 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:24.411 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:29.001 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:29.001 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:29.002 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:35.340 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:35.344 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:38.710 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:38.711 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:38.711 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:41.507 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:41.511 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:44.702 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:44.702 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:44.703 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:47.405 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:47.408 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:49.379 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:49.380 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:49.381 WARNING (MainThread) [bleak.backends.bluezdbus.client] Failed to cancel connection (/org/bluez/hci1/dev_4D_26_E6_75_0C_5A): 2023-06-15 20:34:52.201 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:52.201 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:52.201 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:54.415 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:54.417 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:56.902 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:56.902 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:34:56.903 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:34:59.425 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:34:59.426 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 ^[[1;2B^[[B^[[B^[[B^[[A2023-06-15 20:35:01.816 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:35:01.817 DEBUG (MainThread) [pytboss] Resetting device to: 4D:26:E6:75:0C:5A: PBL-0B34214 2023-06-15 20:35:01.817 DEBUG (MainThread) [pytboss] Disconnecting from device. 2023-06-15 20:35:04.418 DEBUG (MainThread) [pytboss] Bluetooth disconnected. 2023-06-15 20:35:04.419 DEBUG (MainThread) [custom_components.pitboss] Resetting device: 4D:26:E6:75:0C:5A: PBL-0B34214`

TTLucian commented 1 year ago

I'm also still having issues Here's log

Logger: homeassistant.components.esphome.bluetooth.client
Source: components/esphome/bluetooth/client.py:733
Integration: ESPHome (documentation, issues)
First occurred: 01:55:50 (5 occurrences)
Last logged: 21:20:18

BLE Proxy Living 2 [e0:5a:1b:a1:c1:94]: PBL-013B250 - 45:58:97:B1:1D:CF: ESPHomeClient bleak client was not properly disconnected before destruction
BLE Proxy Living 2 [e0:5a:1b:a1:c1:94]: PBL-013B250 - 52:F0:6F:3A:24:A1: ESPHomeClient bleak client was not properly disconnected before destruction
BLE Proxy Living 2 [e0:5a:1b:a1:c1:94]: PBL-013B250 - 6A:04:BA:C8:6D:5B: ESPHomeClient bleak client was not properly disconnected before destruction
BLE Proxy Living 2 [e0:5a:1b:a1:c1:94]: PBL-013B250 - 70:D8:E4:CD:C6:B9: ESPHomeClient bleak client was not properly disconnected before destruction
BLE Proxy Study [ec:62:60:84:28:90]: PBL-013B250 - 72:4D:3C:A1:44:29: ESPHomeClient bleak client was not properly disconnected before destruction
This error originated from a custom integration.

Logger: homeassistant
Source: custom_components/pitboss/coordinator.py:62
Integration: PitBoss (documentation, issues)
First occurred: 15:15:22 (1 occurrences)
Last logged: 15:15:22

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/config/custom_components/pitboss/coordinator.py", line 62, in reset_device
    await self.conn.reset_device(device)
  File "/usr/local/lib/python3.11/site-packages/pytboss/ble.py", line 123, in reset_device
    await self.connect()
  File "/usr/local/lib/python3.11/site-packages/pytboss/ble.py", line 89, in connect
    name=self._ble_device.name,
         ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'name'
Logger: homeassistant.components.esphome.bluetooth.client
Source: components/esphome/bluetooth/client.py:733
Integration: ESPHome (documentation, issues)
First occurred: 01:55:50 (5 occurrences)
Last logged: 21:20:18

BLE Proxy Living 2 [e0:5a:1b:a1:c1:94]: PBL-013B250 - 45:58:97:B1:1D:CF: ESPHomeClient bleak client was not properly disconnected before destruction
BLE Proxy Living 2 [e0:5a:1b:a1:c1:94]: PBL-013B250 - 52:F0:6F:3A:24:A1: ESPHomeClient bleak client was not properly disconnected before destruction
BLE Proxy Living 2 [e0:5a:1b:a1:c1:94]: PBL-013B250 - 6A:04:BA:C8:6D:5B: ESPHomeClient bleak client was not properly disconnected before destruction
BLE Proxy Living 2 [e0:5a:1b:a1:c1:94]: PBL-013B250 - 70:D8:E4:CD:C6:B9: ESPHomeClient bleak client was not properly disconnected before destruction
BLE Proxy Study [ec:62:60:84:28:90]: PBL-013B250 - 72:4D:3C:A1:44:29: ESPHomeClient bleak client was not properly disconnected before destruction
dknowles2 commented 1 year ago

I think https://github.com/dknowles2/pytboss/pull/69 will fix the reconnect loop problem. That will be included in the 2023.9.1 release I'll push shortly.

The AttributeError: 'NoneType' object has no attribute 'name' error is interesting. I suspect it's related to the other problem, but there's not enough logs there to tell what happened.

dknowles2 commented 10 months ago

Assuming this is now fixed. Feel free to reopen with logs if it's not.