home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.97k stars 30.52k forks source link

Brother MFC-8660DN Restarting with Home Assistant running #52834

Closed lishan89uc closed 3 years ago

lishan89uc commented 3 years ago

The problem

This started ever since brother integration was introduced.( I do not remember what version)

Before 2021.7.0

With Brother integration disabled.

With Brother integration enabled.

With 2021.7.0 and newer

I do not need brother printer to be integrated with home assistant and I understand the 8660dn is a very old printer, but can something be done about the constant restarting?

(note: I have another Brother printer that is NOT affected by this issue at all. Brother MFC-9340DW)

What is version of Home Assistant Core has the issue?

core-2021.7.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Brother Printer

Link to integration documentation on our website

https://www.home-assistant.io/integrations/brother/

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

probot-home-assistant[bot] commented 3 years ago

brother documentation brother source (message by IssueLinks)

probot-home-assistant[bot] commented 3 years ago

Hey there @bieniu, mind taking a look at this issue as its been labeled with an integration (brother) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)

bieniu commented 3 years ago

If brother integration isn't configured, it isn't working so it can't cause problems with your printer. Please add this to your configuration.yaml file:

logger:
  default: warning
  logs:
    homeassistant.components.brother: debug
    brother: debug

restart HA, configure the integration and post the log here.

lishan89uc commented 3 years ago

It seems with 2021.7.4, It would not let me add the older printer. however you can still see it in the logs 8660dn. That said, with the snmp turned back on the printer is restarting constantly and unable to print once more. This is strange right?

2021-07-24 02:00:26 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration alexa_media 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
2021-07-24 02:00:26 WARNING (SyncWorker_2) [homeassistant.loader] We found a custom integration nodered 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
2021-07-24 02:00:26 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration localtuya 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
2021-07-24 02:00:26 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration smartweather 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
2021-07-24 02:00:26 WARNING (SyncWorker_3) [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
2021-07-24 02:00:32 ERROR (MainThread) [homeassistant.components.media_player] The braviatv platform for the media_player integration does not support platform setup. Please remove it from your config.
2021-07-24 02:00:36 WARNING (MainThread) [homeassistant.components.foscam] Loading foscam via platform config is deprecated, it will be automatically imported; Please remove it afterwards
2021-07-24 02:00:36 DEBUG (MainThread) [homeassistant.components.brother.utils] Creating SNMP engine
2021-07-24 02:00:36 DEBUG (MainThread) [brother] Using host: Brother9340CDW.local
2021-07-24 02:00:44 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2021-07-24 02:00:44 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds.
2021-07-24 02:00:44 WARNING (MainThread) [homeassistant.setup] Setup of input_text is taking over 10 seconds.
2021-07-24 02:00:46 WARNING (MainThread) [homeassistant.components.binary_sensor] Setup of binary_sensor platform rest is taking over 10 seconds.
2021-07-24 02:00:50 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547564855008] Received invalid command: mobile_app/push_notification_channel
2021-07-24 02:00:50 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547564855008] Received invalid command: mobile_app/push_notification_channel
2021-07-24 02:00:50 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection] [547564855008] Received invalid command: mobile_app/push_notification_channel
2021-07-24 02:00:50 ERROR (MainThread) [custom_components.localtuya.common] [030...4db] Connect to 192.168.0.138 failed
Traceback (most recent call last):
  File "/config/custom_components/localtuya/common.py", line 139, in _make_connection
    self._interface = await pytuya.connect(
  File "/config/custom_components/localtuya/pytuya/__init__.py", line 637, in connect
    _, protocol = await loop.create_connection(
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1056, in create_connection
    raise exceptions[0]
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1041, in create_connection
    sock = await self._connect_sock(
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 955, in _connect_sock
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 502, in sock_connect
    return await fut
  File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 537, in _sock_connect_cb
    raise OSError(err, f'Connect call failed {address}')
ConnectionResetError: [Errno 104] Connect call failed ('192.168.0.138', 6668)
2021-07-24 02:00:51 ERROR (MainThread) [custom_components.localtuya.common] [030...d40] Connect to 192.168.0.122 failed
Traceback (most recent call last):
  File "/config/custom_components/localtuya/common.py", line 139, in _make_connection
    self._interface = await pytuya.connect(
  File "/config/custom_components/localtuya/pytuya/__init__.py", line 637, in connect
    _, protocol = await loop.create_connection(
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1056, in create_connection
    raise exceptions[0]
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 1041, in create_connection
    sock = await self._connect_sock(
  File "/usr/local/lib/python3.9/asyncio/base_events.py", line 955, in _connect_sock
    await self.sock_connect(sock, address)
  File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 502, in sock_connect
    return await fut
  File "/usr/local/lib/python3.9/asyncio/selector_events.py", line 537, in _sock_connect_cb
    raise OSError(err, f'Connect call failed {address}')
ConnectionResetError: [Errno 104] Connect call failed ('192.168.0.122', 6668)
2021-07-24 02:00:51 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48076845', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:00:51 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:00:51 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 14.313 seconds
2021-07-24 02:00:51 WARNING (MainThread) [homeassistant.config_entries] Config entry '192.168.0.235' for roku integration not ready yet: Invalid response from API: Error occurred while communicating with device; Retrying in background
2021-07-24 02:01:14 ERROR (SyncWorker_7) [homeassistant.components.wemo] Unable to get description url for WeMo at: 192.168.0.195
2021-07-24 02:01:19 DEBUG (MainThread) [brother] Using host: Brother8660DN.local
2021-07-24 02:01:19 DEBUG (MainThread) [brother] Using host: Brother9340CDW.local
2021-07-24 02:01:19 WARNING (MainThread) [homeassistant.components.automation] Error evaluating condition in 'Start: vent check':
In 'condition':
  In 'state':
    In 'state' condition: unknown entity binary_sensor.my_room_window_contact
2021-07-24 02:01:21 WARNING (MainThread) [homeassistant.components.homekit] The bridge Home Assistant Bridge has entity media_player.sony_bravia_tv. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2021-07-24 02:01:21 WARNING (MainThread) [homeassistant.components.homekit] The bridge Home Assistant Bridge has entity lock.front_door. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2021-07-24 02:01:21 WARNING (MainThread) [homeassistant.components.homekit] The bridge Home Assistant Bridge has entity lock.my_room_door. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2021-07-24 02:01:21 WARNING (MainThread) [homeassistant.components.homekit] The bridge Home Assistant Bridge has entity media_player.55_tcl_roku_tv. For best performance, and to prevent unexpected unavailability, create and pair a separate HomeKit instance in accessory mode for this entity
2021-07-24 02:01:21 WARNING (MainThread) [homeassistant.components.homekit.type_remotes] media_player.55_tcl_roku_tv: Sources out of sync. Restart Home Assistant
2021-07-24 02:01:22 WARNING (MainThread) [homeassistant.components.homekit.type_remotes] media_player.55_tcl_roku_tv: Sources out of sync. Restart Home Assistant
2021-07-24 02:01:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48080250', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:01:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:01:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.907 seconds
2021-07-24 02:01:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48080315', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:01:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 27, 59, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:01:31 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/aiohttp.py", line 125, in async_do_http_request
    async with self._session.request(
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 1117, in __aenter__
    self._resp = await self._coro
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client.py", line 544, in _request
    await resp.start(conn)
  File "/usr/local/lib/python3.9/site-packages/aiohttp/client_reqrep.py", line 890, in start
    message, payload = await self._protocol.read()  # type: ignore
  File "/usr/local/lib/python3.9/site-packages/aiohttp/streams.py", line 604, in read
    await self._waiter
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/aiohttp.py", line 137, in async_do_http_request
    resp_body = None
  File "/usr/local/lib/python3.9/site-packages/async_timeout/__init__.py", line 55, in __aexit__
    self._do_exit(exc_type)
  File "/usr/local/lib/python3.9/site-packages/async_timeout/__init__.py", line 92, in _do_exit
    raise asyncio.TimeoutError
asyncio.exceptions.TimeoutError

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

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 153, in async_init
    flow, result = await task
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 179, in _async_init
    result = await self._async_handle_step(flow, flow.init_step, data, init_done)
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 260, in _async_handle_step
    result: FlowResult = await getattr(flow, method)(user_input)
  File "/usr/src/homeassistant/homeassistant/components/upnp/config_flow.py", line 169, in async_step_ssdp
    discovery = await Device.async_supplement_discovery(self.hass, discovery)
  File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 85, in async_supplement_discovery
    device = await Device.async_create_device(hass, location)
  File "/usr/src/homeassistant/homeassistant/components/upnp/device.py", line 103, in async_create_device
    upnp_device = await factory.async_create_device(ssdp_location)
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client_factory.py", line 67, in async_create_device
    root = await self._async_get_url_xml(description_url)
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client_factory.py", line 344, in _async_get_url_xml
    status_code, _, response_body = await self.requester.async_http_request(
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/client.py", line 81, in async_http_request
    ) = await self.async_do_http_request(
  File "/usr/local/lib/python3.9/site-packages/async_upnp_client/aiohttp.py", line 139, in async_do_http_request
    raise UpnpConnectionTimeoutError from err
async_upnp_client.exceptions.UpnpConnectionTimeoutError
2021-07-24 02:01:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48083305', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:01:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:01:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.693 seconds
2021-07-24 02:02:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48086305', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:02:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:02:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.705 seconds
2021-07-24 02:02:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48089305', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:02:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:02:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.701 seconds
2021-07-24 02:03:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48092330', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:03:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:03:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.772 seconds
2021-07-24 02:03:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48095325', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:03:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:03:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.706 seconds
2021-07-24 02:03:54 DEBUG (MainThread) [brother] Using host: 192.168.0.102
2021-07-24 02:04:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48098330', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:04:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:04:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.762 seconds
2021-07-24 02:04:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48101310', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:04:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:04:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.730 seconds
2021-07-24 02:05:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48104325', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:05:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:05:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.704 seconds
2021-07-24 02:05:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48107325', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:05:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:05:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.706 seconds
2021-07-24 02:06:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48110305', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:06:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:06:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.708 seconds
2021-07-24 02:06:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48113295', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:06:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:06:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.700 seconds
2021-07-24 02:07:09 DEBUG (MainThread) [brother] Using host: 192.168.0.102
2021-07-24 02:07:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48116325', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:07:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:07:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.967 seconds
2021-07-24 02:07:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48119330', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:07:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:07:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.818 seconds
2021-07-24 02:08:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48122325', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:08:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:08:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.854 seconds
2021-07-24 02:08:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48125320', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:08:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:08:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.824 seconds
2021-07-24 02:09:17 DEBUG (MainThread) [brother] Using host: 192.168.0.102
2021-07-24 02:09:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48128335', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:09:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:09:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.886 seconds
2021-07-24 02:09:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48131320', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:09:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:09:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.723 seconds
2021-07-24 02:10:22 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48134320', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:10:22 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:10:22 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.876 seconds
2021-07-24 02:10:52 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48137335', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:10:52 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 28, 2, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
2021-07-24 02:10:52 DEBUG (MainThread) [homeassistant.components.brother] Finished fetching brother data in 0.789 seconds
2021-07-24 02:11:05 DEBUG (MainThread) [brother] Using host: Brother9340CDW.local
2021-07-24 02:11:07 DEBUG (MainThread) [brother] RAW data: {'1.3.6.1.2.1.43.7.1.1.4.1.1': '2004', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.17.0': 'ZA1811191217', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.8.0': ['76010400000001', '77010400000001', '78010400000001', '7f010400000001', '68010400000001', '55010400000001', '31010400000001', '32010400000001', '33010400000001', '34010400000001', '70010400000f3c', '82010400000028', '71010400000e10', '83010400000028', '72010400000e10', '84010400000028', '6f010400002198', '8101040000005a', '79010400000a8c', '7a010400000a8c', '7b010400000a8c', '80010400000a8c', '69010400001e14', '73010400002ad0', '74010400002ad0', '75010400002ad0', '7e010400002ad0', '54010400000001', '35010400000001', '6a010400001edc', '6d010400001fa4'], '1.3.6.1.4.1.2435.2.3.9.1.1.7.0': 'MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-9340CDW;CLS:PRINTER;CID:Brother Color Type4;URF:SRGB24,W8,CP1,IS1-4,MT1-3-4-5-8-11,OB10,PQ4-5,RS600,DM1;', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.11.0': ['a4010400000fc8', 'a5010400000fc8', 'a6010400000fc8', 'a7010400000fc8', '88010400009498', '73010400009880', '77010400009cd6'], '1.3.6.1.2.1.43.10.2.1.4.1.1': '10960', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.1.0': 'U63481H6J630455', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.4.5.2.0': 'Sleep                 ', '1.3.6.1.2.1.1.3.0': '48138745', '1.3.6.1.4.1.2435.2.3.9.4.2.1.5.5.10.0': ['00010400002ad0', '020104000010c7', '01010400001a09', '16010400005718', '13010400000ea5', '14010400000ef6', '15010400000f0d', '12010400002a70']}
2021-07-24 02:11:07 DEBUG (MainThread) [brother] Data: {'model': 'MFC-9340CDW', 'serial': 'U63481H6J630455', 'firmware': 'ZA1811191217', 'status': 'sleep', 'uptime': datetime.datetime(2021, 7, 18, 19, 27, 59, tzinfo=datetime.timezone.utc), 'page_counter': 10960, 'color_counter': 4295, 'b/w_counter': 6665, 'image_counter': 22296, 'cyan_counter': 3749, 'magenta_counter': 3830, 'yellow_counter': 3853, 'black_counter': 10864, 'black_toner_status': 1, 'cyan_toner_status': 1, 'magenta_toner_status': 1, 'yellow_toner_status': 1, 'cyan_toner_remaining': 39, 'cyan_toner': 40, 'magenta_toner_remaining': 36, 'magenta_toner': 40, 'yellow_toner_remaining': 36, 'yellow_toner': 40, 'black_toner_remaining': 86, 'black_toner': 90, 'cyan_drum_remaining_life': 27, 'magenta_drum_remaining_life': 27, 'yellow_drum_remaining_life': 27, 'black_drum_remaining_life': 27, 'belt_unit_remaining_life': 77, 'cyan_drum_counter': 10960, 'magenta_drum_counter': 10960, 'yellow_drum_counter': 10960, 'black_drum_counter': 10960, 'fuser_remaining_life': 79, 'pf_kit_1_remaining_life': 81, 'black_drum_remaining_pages': 4040, 'cyan_drum_remaining_pages': 4040, 'magenta_drum_remaining_pages': 4040, 'yellow_drum_remaining_pages': 4040, 'belt_unit_remaining_pages': 38040, 'laser_unit_remaining_pages': 39040, 'pf_kit_1_remaining_pages': 40150}
bieniu commented 3 years ago

The integration doesn't poll Brother 8660DN for data, it only once ask for data at HA start.

Could you post a log after trying to configure this printer?

lishan89uc commented 3 years ago

It won't allow me it only says snmp is turned off or isn't supported I also recorded a video on what it looks like when I try to add it. Also the 8660dn seem to be able to print as long as it doesn't meet up with the "restart intervals". when you have time you can listen to the sound the printer makes when it does these restarts. its different than a real restart. it cuts off in the middle like as if the power itself is cut for a brief moment. Video Link

Screen Shot 2021-07-24 at 2 45 18 AM Screen Shot 2021-07-24 at 2 57 46 AM
bieniu commented 3 years ago

Are you able to run a python script that I'll prepare for you?

lishan89uc commented 3 years ago

I should be able to

bieniu commented 3 years ago

OK, so please download this file brother-test.py, stop Home Assistant, and run these commands:

pip3 install --upgrade pysnmp brother
python3 brother-test.py

Did the printer restart after running this script?

lishan89uc commented 3 years ago

I am sorry I might be over confident, I can't seem to find brother-test.py

PS C:\Python39\Lib\site-packages> python3 brother-test.py
c:\users\lisha\appdata\local\microsoft\windowsapps\python3.exe: can't open file 'C:\Python39\Lib\site-packages\brother-test.py': [Errno 2] No such file or directory
PS C:\Python39\Lib\site-packages> pip3 install --upgrade pysnmp brother
Requirement already satisfied: pysnmp in c:\python39\lib\site-packages (4.4.12)
Requirement already satisfied: brother in c:\python39\lib\site-packages (1.0.2)
Requirement already satisfied: pyasn1>=0.2.3 in c:\python39\lib\site-packages (from pysnmp) (0.4.8)
Requirement already satisfied: pysmi in c:\python39\lib\site-packages (from pysnmp) (0.3.4)
Requirement already satisfied: pycryptodomex in c:\python39\lib\site-packages (from pysnmp) (3.10.1)
Requirement already satisfied: ply in c:\python39\lib\site-packages (from pysmi->pysnmp) (3.11)
PS C:\Python39\Lib\site-packages> python3 brother-test.py
c:\users\lisha\appdata\local\microsoft\windowsapps\python3.exe: can't open file 'C:\Python39\Lib\site-packages\brother-test.py': [Errno 2] No such file or directory
PS C:\Python39\Lib\site-packages>
bieniu commented 3 years ago

Use curl https://gist.githubusercontent.com/bieniu/c878d5ea5069e8340943a2d226fa901e/raw/8427f77964ecc6860951fcfeb9c48487c50147c2/brother-test.py -o brother-test.py to download the file.

lishan89uc commented 3 years ago

yes it restarted the 8660dn with exact same behavior (the little power failure)

lishan89uc commented 3 years ago

Hey I notice no one else on google is having same issue as I am, so I really don't want to waste your valuable time. If you are tired of this just let me know, I found a work around. by disabling snmp on the printer the issue stops. I lose the ability to see the cartridge levels and out of paper notifications on my computer but that is something I am willing to live with. Please let me know if you want me to close the issue and call it quits.

bieniu commented 3 years ago

Please post here what the script shows you.

Please let me know if you want me to close the issue

It's too early for that, maybe we can find the real cause of the problem.

lishan89uc commented 3 years ago

I am glad you are so patient with a newbie :)

DEBUG:asyncio:Using proactor: IocpProactor
DEBUG:brother:Using host: Brother8660DN.local
No SNMP response received before timeout
ERROR:asyncio:Task was destroyed but it is pending!
task: <Task pending name='Task-3' coro=<handle_timeout() running at <string>:4> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x0000018851850910>()]>>
Exception ignored in: <function _ProactorBasePipeTransport.__del__ at 0x000001884F9A0310>
Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1776.0_x64__qbz5n2kfra8p0\lib\asyncio\proactor_events.py", line 116, in __del__
    self.close()
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1776.0_x64__qbz5n2kfra8p0\lib\asyncio\proactor_events.py", line 108, in close
    self._loop.call_soon(self._call_connection_lost, None)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1776.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 746, in call_soon
    self._check_closed()
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1776.0_x64__qbz5n2kfra8p0\lib\asyncio\base_events.py", line 510, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
bieniu commented 3 years ago

This is with SNMP enabled in the printer configuration?

lishan89uc commented 3 years ago

yes, if it is disabled the printer won't restart

bieniu commented 3 years ago

How often the printer restarts when HA is running?

lishan89uc commented 3 years ago

sorry bad math it is once every 30 mins. since I counted the restart cause by HA starting. However it is still inconsistent. in the past I have had afternoons where there were only 1 or 2 restarts

bieniu commented 3 years ago

Very strange, it looks like the printer restarts when the brother library tries to get data via SNMP, but if the printer is not configured in HA the integration doesn't poll the printer, only once after HA start the integration asks for data. The integration uses 30 seconds as the update interval so this doesn't corespond to the 30 minutes beetwen printer restarts.

Could you disable mDNS in the printer configuration (with SNMP enabled) and restart HA? This will cause that HA will not know the printer exists in the network.

lishan89uc commented 3 years ago

testing 2nd time with a reboot of host for HA since the rpi seem to have dropped some of my integrations after the stop. However it did not restart the 1st try. So the issue is related to mDNS...

Screen Shot 2021-07-24 at 4 41 22 AM
lishan89uc commented 3 years ago

I seem to have somehow broke HA some of my integrations are not loading

lishan89uc commented 3 years ago

However I am 5+ restarts in and the printer is not restarting

bieniu commented 3 years ago

So the issue is related to mDNS

No, the issue is related to getting data from the printer via SNMP. With disabled mDNS, Home Assistant doesn't discover the printer and doesn't try to configure it, so the printer doesn't restart.

I can ignore this printer model in brother library but I have to be sure that this problem is related to the model of the printer and not to your printer. We need someone with the exact same printer model.

Could you try to upgrade printer firmware (if possible) and do a factory reset?

lishan89uc commented 3 years ago

I did a reset before since this issue started however there are no newer firmware.

lishan89uc commented 3 years ago

It is a very old printer. The only reason why I keep it is because the powder for it is cheap and I can refill it myself and it is by far the most reliable and fastest printer LOL

lishan89uc commented 3 years ago

Ehh, not sure what happen but that was crazy whatever i was doing somehow crashed my router and that cause my home assistant to malfunction. i restore when i should have check router first. I restarted the router only to find smartthings and many devices down and i just got it all back up and the other printer seem to have crashed too. i had to reboot it. who knew a printer can cause all this trouble.... HAHAHA Good news though it still has not restarted. Bad news is without mDNS macbooks won't print so i had to reenable that. which means back to old trick of turning off snmp

Catsrules commented 3 years ago

I can ignore this printer model in brother library but I have to be sure that this problem is related to the model of the printer and not to your printer. We need someone with the exact same printer model.

Could you try to upgrade printer firmware (if possible) and do a factory reset?

I am having the exact same problem so it isn't just @lishan89uc however my printer is the MFC-8860DN guessing it is the same generation as @lishan89uc 's 8660 so that is why iwe are having similar issues.

I didn't know about turning off snmp so I probably use that as my solution. (I haven't tried it yet). But this printer is very old, I don't remember when I bought it but I am guessing 2006 or 2007 so it isn't a surprise that not very many people have complained about it being a 15 years old printer lol.

lishan89uc commented 3 years ago

@Catsrules HAHAHA That around the same time I bought mine. This is the only printer that has lasted this long for me I have a MFC 9340cdw also but I had to buy a replacement due to drum failure. The 8660dn's drums are still kicking after all this time :) But yes turning off snmp on the printer does fix it however you will no longer be able to see ink/cartridge levels. I find that to be a very reasonable trade off for my uses.

bieniu commented 3 years ago

Please enable debug log for zeroconf integration. You have to add this to your configuration.yaml file:

logger:
  default: warning
  logs:
    homeassistant.components.zeroconf: debug

After HA restart there will be a lot of such entries in the log: 021-09-11 08:41:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device And please post entry for your Brother printers.

bieniu commented 3 years ago

Please test this version as a custom components. You have to extract brother folder to /config/custom_components and restart HA.

Before restart please add this to your configuration.yaml file:

logger:
  default: warning
  logs:
    homeassistant.components.zeroconf: debug
    homeassistant.components.brother: debug
    brother: debug
bieniu commented 3 years ago

@Catsrules @lishan89uc Did you check if the test version fixed the problem?

Catsrules commented 3 years ago

@bieniu I have been out of town the past few weeks and haven't had a chance to try anything yet. I just got back in town, I just need to catch up on a few things before I can get back to HA. But I should be able to get to it sometime this week.

Thanks for your help. I will keep you updated.

Catsrules commented 3 years ago

@Catsrules @lishan89uc Did you check if the test version fixed the problem?

I installed the test version, it doesn't reboot my printer but the integration also doesn't work I get an error "Config flow could not be leaded" when I try and add it from my integration menu. I might need to upgrade my Home Assistant I am about three month behind on the updates .

Here is what my logs say about the printer.

2021-10-05 23:06:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_printer._tcp.local. name=Brother MFC-8860DN._printer._tcp.local. state_change=ServiceStateChange.Added

2021-10-05 23:06:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipp._tcp.local. name=Brother MFC-8860DN._ipp._tcp.local. state_change=ServiceStateChange.Added

2021-10-05 23:06:08 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_http._tcp.local. name=Brother MFC-8860DN._http._tcp.local. state_change=ServiceStateChange.Added

2021-10-05 23:06:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Brother MFC-8860DN._printer._tcp.local. {'host': '172.16.20.30', 'port': 515, 'hostname': 'brotherprinter.local.', 'type': '_printer._tcp.local.', 'name': 'Brother MFC-8860DN._printer._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'qtotal': b'1', 'pdl': b'application/vnd.hp-PCL', 'rp': b'duerqxesz5090', 'ty': b'Brother MFC-8860DN', 'product': b'(Brother MFC-8860DN)', 'adminurl': b'http://brotherprinter.local./', 'priority': b'75', 'usb_MFG': b'Brother', 'usb_MDL': b'MFC-8860DN', 'Color': b'F', 'Copies': b'T', 'Duplex': b'F', 'PaperCustom': b'T', 'Binary': b'T', 'Transparent': b'T', 'TBCP': b'F'}, 'txtvers': '1', 'qtotal': '1', 'pdl': 'application/vnd.hp-PCL', 'rp': 'duerqxesz5090', 'ty': 'Brother MFC-8860DN', 'product': '(Brother MFC-8860DN)', 'adminurl': 'http://brotherprinter.local./', 'priority': '75', 'usb_MFG': 'Brother', 'usb_MDL': 'MFC-8860DN', 'Color': 'F', 'Copies': 'T', 'Duplex': 'F', 'PaperCustom': 'T', 'Binary': 'T', 'Transparent': 'T', 'TBCP': 'F'}}

2021-10-05 23:06:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Brother MFC-8860DN._ipp._tcp.local. {'host': '172.16.20.30', 'port': 631, 'hostname': 'brotherprinter.local.', 'type': '_ipp._tcp.local.', 'name': 'Brother MFC-8860DN._ipp._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'qtotal': b'1', 'pdl': b'application/vnd.hp-PCL', 'rp': b'duerqxesz5090', 'ty': b'Brother MFC-8860DN', 'product': b'(Brother MFC-8860DN)', 'adminurl': b'http://brotherprinter.local./', 'priority': b'50', 'usb_MFG': b'Brother', 'usb_MDL': b'MFC-8860DN', 'Color': b'F', 'Copies': b'T', 'Duplex': b'F', 'PaperCustom': b'T', 'Binary': b'T', 'Transparent': b'T', 'TBCP': b'F'}, 'txtvers': '1', 'qtotal': '1', 'pdl': 'application/vnd.hp-PCL', 'rp': 'duerqxesz5090', 'ty': 'Brother MFC-8860DN', 'product': '(Brother MFC-8860DN)', 'adminurl': 'http://brotherprinter.local./', 'priority': '50', 'usb_MFG': 'Brother', 'usb_MDL': 'MFC-8860DN', 'Color': 'F', 'Copies': 'T', 'Duplex': 'F', 'PaperCustom': 'T', 'Binary': 'T', 'Transparent': 'T', 'TBCP': 'F'}}

2021-10-05 23:06:08 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Brother MFC-8860DN._http._tcp.local. {'host': '172.16.20.30', 'port': 80, 'hostname': 'brotherprinter.local.', 'type': '_http._tcp.local.', 'name': 'Brother MFC-8860DN._http._tcp.local.', 'properties': {'_raw': {}}}

Catsrules commented 3 years ago

Update,

I updated Home Assistant the to latest version and now the Brother Printer integrations works, unfortunately when I try an add the printer it reboots.

Here is the logs

2021-10-06 00:41:02 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_printer._tcp.local. name=Brother MFC-8860DN._printer._tcp.local. state_change=ServiceStateChange.Updated 2021-10-06 00:41:02 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Brother MFC-8860DN._printer._tcp.local. {'host': '172.16.20.30', 'port': 515, 'hostname': 'brotherprinter.local.', 'type': '_printer._tcp.local.', 'name': 'Brother MFC-8860DN._printer._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'qtotal': b'1', 'pdl': b'application/vnd.hp-PCL', 'rp': b'duerqxesz5090', 'ty': b'Brother MFC-8860DN', 'product': b'(Brother MFC-8860DN)', 'adminurl': b'http://brotherprinter.local./', 'priority': b'75', 'usb_MFG': b'Brother', 'usb_MDL': b'MFC-8860DN', 'Color': b'F', 'Copies': b'T', 'Duplex': b'F', 'PaperCustom': b'T', 'Binary': b'T', 'Transparent': b'T', 'TBCP': b'F'}, 'txtvers': '1', 'qtotal': '1', 'pdl': 'application/vnd.hp-PCL', 'rp': 'duerqxesz5090', 'ty': 'Brother MFC-8860DN', 'product': '(Brother MFC-8860DN)', 'adminurl': 'http://brotherprinter.local./', 'priority': '75', 'usb_MFG': 'Brother', 'usb_MDL': 'MFC-8860DN', 'Color': 'F', 'Copies': 'T', 'Duplex': 'F', 'PaperCustom': 'T', 'Binary': 'T', 'Transparent': 'T', 'TBCP': 'F'}} 2021-10-06 00:41:02 DEBUG (MainThread) [brother] model: (Brother MFC-8860DN) 2021-10-06 00:41:02 DEBUG (MainThread) [brother] model: (Brother MFC-8860DN) 2021-10-06 00:41:10 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_ipp._tcp.local. name=Brother MFC-8860DN._ipp._tcp.local. state_change=ServiceStateChange.Updated 2021-10-06 00:41:10 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Brother MFC-8860DN._ipp._tcp.local. {'host': '172.16.20.30', 'port': 631, 'hostname': 'brotherprinter.local.', 'type': '_ipp._tcp.local.', 'name': 'Brother MFC-8860DN._ipp._tcp.local.', 'properties': {'_raw': {'txtvers': b'1', 'qtotal': b'1', 'pdl': b'application/vnd.hp-PCL', 'rp': b'duerqxesz5090', 'ty': b'Brother MFC-8860DN', 'product': b'(Brother MFC-8860DN)', 'adminurl': b'http://brotherprinter.local./', 'priority': b'50', 'usb_MFG': b'Brother', 'usb_MDL': b'MFC-8860DN', 'Color': b'F', 'Copies': b'T', 'Duplex': b'F', 'PaperCustom': b'T', 'Binary': b'T', 'Transparent': b'T', 'TBCP': b'F'}, 'txtvers': '1', 'qtotal': '1', 'pdl': 'application/vnd.hp-PCL', 'rp': 'duerqxesz5090', 'ty': 'Brother MFC-8860DN', 'product': '(Brother MFC-8860DN)', 'adminurl': 'http://brotherprinter.local./', 'priority': '50', 'usb_MFG': 'Brother', 'usb_MDL': 'MFC-8860DN', 'Color': 'F', 'Copies': 'T', 'Duplex': 'F', 'PaperCustom': 'T', 'Binary': 'T', 'Transparent': 'T', 'TBCP': 'F'}} 2021-10-06 00:41:15 DEBUG (MainThread) [homeassistant.components.zeroconf] service_update: type=_hap._tcp.local. name=Main Floor._hap._tcp.local. state_change=ServiceStateChange.Updated 2021-10-06 00:41:15 DEBUG (MainThread) [homeassistant.components.zeroconf] Discovered new device Main Floor._hap._tcp.local. {'host': '172.16.20.204', 'port': 43137, 'hostname': 'Main-Floor.local.', 'type': '_hap._tcp.local.', 'name': 'Main Floor._hap._tcp.local.', 'properties': {'_raw': {'c#': b'7', 'ff': b'1', 'id': b'8D:60:FF:8B:69:E4', 'md': b'ecobee3 lite', 'pv': b'1.1', 's#': b'31', 'sf': b'0', 'ci': b'9', 'sh': b'8yMhCw=='}, 'c#': '7', 'ff': '1', 'id': '8D:60:FF:8B:69:E4', 'md': 'ecobee3 lite', 'pv': '1.1', 's#': '31', 'sf': '0', 'ci': '9', 'sh': '8yMhCw=='}} 2021-10-06 00:41:34 DEBUG (MainThread) [brother] Using host: 172.16.20.30

bieniu commented 3 years ago

I have added your model to the list of unsupported models. That's why integration doesn't work. It's not possible to support this model and not to restart it.

bieniu commented 3 years ago

Please set logger like this:

logger:
  default: error
  logs:
    custom_components.brother: debug
    brother: debug

and use this as a custom component.

Please post the log after HA restart.