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
71.16k stars 29.84k forks source link

2021.8.0: HomeKit Integration broken? #53987

Closed pedolsky closed 3 years ago

pedolsky commented 3 years ago

The problem

After updating from 2021.7.4 to 2021.8 the HomeKit integration is not working anymore - alas, system log shows nothing. Un- and repairing is not possible; I'm able to scan the code, but then HK breaks off.

What is version of Home Assistant Core has the issue?

core-2021.8.0

What was the last working version of Home Assistant Core?

core-2021.7.4

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

HomeKit

Link to integration documentation on our website

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

Example YAML snippet

No response

Anything in the logs that might be useful for us?

no

Additional information

No response

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

homekit documentation homekit source (message by IssueLinks)

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

Hey there @bdraco, mind taking a look at this issue as it has been labeled with an integration (homekit) you are listed as a code owner for? Thanks! (message by CodeOwnersMention)

bdraco commented 3 years ago

Make sure your network interfaces are configured correctly under General when you have advanced mode turned on

pedolsky commented 3 years ago

Thank you, bdraco, for your reply. The network is correctly configured.

bdraco commented 3 years ago

Try turning on debug for pyhap, homeassistant.components.homekit and zeroconf to see its announcing and connecting

pedolsky commented 3 years ago

Changed the log level already to „debug“. Shall I define the specific services though?

bdraco commented 3 years ago

It would probably be easier to just set these to see what is going on as the rest is likely noise and will hide the problem

pedolsky commented 3 years ago
2021-08-04 22:40:42 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-08-04 22:41:33 DEBUG (MainThread) [homeassistant.components.homekit] Begin setup HomeKit for Home Assistant
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Home Assistant
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Bridge
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to homekit.bridge
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "scene.essen" as "Switch"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to essen
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant Core Integration
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Scene
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to scene.essen
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.type_switches] scene.essen: Ignore state change, entity is activate only
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "scene.fernsehen" as "Switch"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to fernsehen
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant Core Integration
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Scene
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to scene.fernsehen
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.type_switches] scene.fernsehen: Ignore state change, entity is activate only
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "alarm_control_panel.ha_alarm" as "SecuritySystem"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to HA Alarm
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant Alarm Control Panel
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Alarm Control Panel
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to alarm_control_panel.ha_alarm
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SecuritySystemCurrentState to 3
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SecuritySystemTargetState to 3
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "input_boolean.diele_dauerlicht" as "Switch"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Diele Dauerlicht
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Input Boolean
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Input Boolean
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to input_boolean.diele_dauerlicht
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.wassersensor" as "BinarySensor"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Wassersensor
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20170721
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.sensor_wleak.aq1
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.wassersensor
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.wassersensor: Found battery level
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.vibrationssensor" as "BinarySensor"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Erschütterungssensor
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20180130
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.vibration.aq1
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.vibrationssensor
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.vibrationssensor: Found battery level
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.bewegungsmelder_garderobe" as "BinarySensor"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Bewegungsmelder Garderobe
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20170627
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.sensor_motion.aq2
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.bewegungsmelder_garderobe
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.bewegungsmelder_garderobe: Found battery level
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.katzendetektor" as "BinarySensor"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Katzendetektor
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20170627
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.sensor_motion.aq2
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.katzendetektor
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.katzendetektor: Found battery level
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.schlafzfenster" as "BinarySensor"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Schlafzfenster
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20161128
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.sensor_magnet.aq2
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.schlafzfenster
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.schlafzfenster: Found battery level
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.bewegungsmelder_flur" as "BinarySensor"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Bewegungsmelder Flur
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Philips
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to SML001
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.bewegungsmelder_flur
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.bewegungsmelder_flur: Found battery level
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "switch.steckdose_2" as "Switch"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Steckdose 2
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 69
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Heiman
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to TS011F
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to switch.steckdose_2
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "switch.steckdose_3" as "Switch"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Steckdose 3
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 69
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Heiman
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to TS011F
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to switch.steckdose_3
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "switch.steckdose_1" as "Switch"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Steckdose 1
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 69
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Heiman
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to TS011F
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to switch.steckdose_1
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "climate.ir_heizung" as "Thermostat"
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to IR-Heizung
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant Climate
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Climate
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to climate.ir_heizung
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: CurrentTemperature to 21.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: TargetTemperature to 21.0
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.characteristic] set_value: TargetTemperature to 28.0
2021-08-04 22:42:25 DEBUG (MainThread) [homeassistant.components.homekit] Driver start for Home Assistant
2021-08-04 22:42:25 INFO (MainThread) [pyhap.accessory_driver] Starting accessory Home Assistant on address 192.168.178.28, port 21063.
2021-08-04 22:42:25 DEBUG (MainThread) [pyhap.accessory_driver] Starting server.
2021-08-04 22:42:26 DEBUG (MainThread) [pyhap.accessory_driver] Starting mDNS.
2021-08-04 22:42:26 DEBUG (MainThread) [pyhap.accessory_driver] Starting accessory Home Assistant
2021-08-04 22:42:26 DEBUG (MainThread) [pyhap.accessory_driver] AccessoryDriver for Home Assistant started successfully
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state scene.essen=scening; entity_id=['light.kugellampe'], id=essen, friendly_name=essen @ 2021-08-04T22:41:14.941397+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.type_switches] scene.essen: Ignore state change, entity is activate only
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state scene.fernsehen=scening; entity_id=['light.kugellampe_kurz', 'light.kugellampe_lang'], id=fernsehen, friendly_name=fernsehen @ 2021-08-04T22:41:14.943104+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.type_switches] scene.fernsehen: Ignore state change, entity is activate only
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state alarm_control_panel.ha_alarm=disarmed; code_format=number, changed_by=None, code_arm_required=False, friendly_name=HA Alarm, supported_features=31 @ 2021-08-04T22:41:17.432290+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state input_boolean.diele_dauerlicht=off; editable=True, friendly_name=Diele Dauerlicht, icon=mdi:floor-plan @ 2021-08-04T22:41:18.879849+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.wassersensor=unavailable; friendly_name=Wassersensor, device_class=moisture @ 2021-08-04T22:41:30.391693+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.vibrationssensor=off; on=True, temperature=21.0, orientation=[4, -78, 11], tiltangle=5, vibrationstrength=11, friendly_name=Erschütterungssensor, device_class=vibration, icon=mdi:image-broken-variant @ 2021-08-04T22:41:30.407140+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 100.0
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_garderobe=off; on=True, temperature=29.0, friendly_name=Bewegungsmelder Garderobe, device_class=motion @ 2021-08-04T22:41:30.409550+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 95.0
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.katzendetektor=off; on=True, temperature=26.0, friendly_name=Katzendetektor, device_class=motion, entity_picture=/local/images/diemaeuse.jpg @ 2021-08-04T22:41:30.438209+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 100.0
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.schlafzfenster=off; on=True, temperature=23.0, friendly_name=Schlafzfenster, device_class=opening @ 2021-08-04T22:41:30.440682+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 100.0
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=off; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:41:30.465012+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 41.0
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state switch.steckdose_2=unavailable; friendly_name=Steckdose 2 @ 2021-08-04T22:41:30.488249+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state switch.steckdose_3=unavailable; friendly_name=Steckdose 3 @ 2021-08-04T22:41:30.491489+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state switch.steckdose_1=unavailable; friendly_name=Steckdose 1 @ 2021-08-04T22:41:30.511408+02:00>
2021-08-04 22:42:26 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state climate.ir_heizung=off; hvac_modes=['heat', 'off'], min_temp=7, max_temp=35, target_temp_step=0.1, preset_modes=['none', 'away'], current_temperature=21.0, temperature=28.0, hvac_action=off, preset_mode=none, friendly_name=IR-Heizung, supported_features=17 @ 2021-08-04T22:41:59.250652+02:00>
2021-08-04 22:42:42 INFO (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Connection made to Home Assistant
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Recv unencrypted: b'POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 37\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x06\x01\x01\x03 )\xa5(\x9d\xadBf4\x9b\x10\xfc\xb0\xe0\xa415.%Z\xec\xe7\x95B0y\tu>"O\xf0|'
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'37'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Data(data=bytearray(b'\x06\x01\x01\x03 )\xa5(\x9d\xadBf4\x9b\x10\xfc\xb0\xe0\xa415.%Z\xec\xe7\x95B0y\tu>"O\xf0|'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '37', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Pair verify [1/2].
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Send unencrypted: b"HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 140\r\n\r\n\x06\x01\x02\x05e\xb7B'P\xcc\x83\xab]b\xe4a\xab\xcb\xf0\x17>\n)\xd4?\x00jCR\x1b\x81R\xa8\xefk\xeeB\x04;\x04-DJ)\x9b\xfe\x11-\x89\xbc\nQ\xcf\x1eu7>\n\xf9\xf6\x90|b\x0e\x0e\xe4\xf3[\xbd\x1f\xac\xfa_\xe8=\xf6\xb29\xe5\xc9\xdaJc\x04[\xa4\xa4-\xc7#?'\xe3`\xe6(\x00\x86As\xec\xf8\x8d\x92\xb0\x8c\x03 Lt\x12\xbb\x1c\xc3\xd7\xe4 \xa2\x0f\xb5-\xc43\x03ZnAF\x18!\x0fjo\xc1\x9d\xa2Q\xd1\x1f\x17"
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: NEED_DATA
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Recv unencrypted: b"POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 125\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x05x\xdb\xf3B\xf7\xd5\xa9\x82\x93\x9b7\x19?[bq\x8dd\xddglP\xbcj\xc9\xd9.=Y\x84\xe6\x11\x8fp \xf0\xfc\x90p\xbf4\xa6\x9bb\xba+i{>\xc9m/]\xe7E\x12>^'3Otp\xd5\xfd\x12\r\xec\xfc\xbb\xbe\xfd\xcd\xb7\x89k\x05\x84\xd8\xc2 \xbe\x84\xd5\xdf\xd0-\x8e\xb3\x17\x0e\xa2M\xef\x99\xe1\x1f\xd0\xec\xc0\x10|\x00(\x81\xcb\xb5fSN\t\xea\x93b\xdfg\xca\xed\xb2v\xd2\x06\x01\x03"
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: PAUSED
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'125'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Data(data=bytearray(b"\x05x\xdb\xf3B\xf7\xd5\xa9\x82\x93\x9b7\x19?[bq\x8dd\xddglP\xbcj\xc9\xd9.=Y\x84\xe6\x11\x8fp \xf0\xfc\x90p\xbf4\xa6\x9bb\xba+i{>\xc9m/]\xe7E\x12>^\'3Otp\xd5\xfd\x12\r\xec\xfc\xbb\xbe\xfd\xcd\xb7\x89k\x05\x84\xd8\xc2 \xbe\x84\xd5\xdf\xd0-\x8e\xb3\x17\x0e\xa2M\xef\x99\xe1\x1f\xd0\xec\xc0\x10|\x00(\x81\xcb\xb5fSN\t\xea\x93b\xdfg\xca\xed\xb2v\xd2\x06\x01\x03"), chunk_start=False, chunk_end=False)
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '125', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Pair verify [2/2]
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Pair verify with client completed. Switching to encrypted transport.
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 3\r\n\r\n\x06\x01\x04'
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: NEED_DATA
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Recv decrypted: b'GET /accessories HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\n\r\n'
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: PAUSED
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Request(method=b'GET', target=b'/accessories', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local')])>, http_version=b'1.1')
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Request GET for path '/accessories': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local'}
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.accessory_driver] Get accessories response: [{'aid': 1, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Bridge'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'homekit.bridge'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}]}, {'aid': 1437490592, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'essen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.essen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 899665290, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'fernsehen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.fernsehen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3803827688, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Alarm Control Panel'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Alarm Control Panel'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'HA Alarm'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'alarm_control_panel.ha_alarm'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '7E', 'characteristics': [{'iid': 9, 'type': '66', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3, 4], 'value': 3}, {'iid': 10, 'type': '67', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3], 'value': 3}]}]}, {'aid': 3969582264, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Diele Dauerlicht'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'input_boolean.diele_dauerlicht'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3205539558, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_wleak.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Wassersensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.wassersensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170721'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 0}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '83', 'characteristics': [{'iid': 13, 'type': '70', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 166571413, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.vibration.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Erschütterungssensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.vibrationssensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20180130'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '86', 'characteristics': [{'iid': 13, 'type': '71', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 310745536, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Garderobe'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_garderobe'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 95}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3366499667, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Katzendetektor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.katzendetektor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2696514244, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_magnet.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Schlafzfenster'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.schlafzfenster'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20161128'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '80', 'characteristics': [{'iid': 13, 'type': '6A', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 2162808677, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Philips'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'SML001'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Flur'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_flur'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 41}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3124967706, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 2'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_2'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3141745325, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 3'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_3'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3108190087, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 1'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_1'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2060360810, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Climate'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Climate'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'IR-Heizung'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'climate.ir_heizung'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '4A', 'characteristics': [{'iid': 9, 'type': 'F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 0}, {'iid': 10, 'type': '33', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}, {'iid': 11, 'type': '11', 'perms': ['pr', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 1000, 'minValue': -273.1, 'minStep': 0.1, 'value': 21.0}, {'iid': 12, 'type': '35', 'perms': ['pr', 'pw', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 35.0, 'minValue': 7.0, 'minStep': 0.1, 'value': 28.0}, {'iid': 13, 'type': '36', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}]
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Send encrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/hap+json\r\nContent-Length: 12339\r\n\r\n{"accessories":[{"aid":1,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Bridge"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"homekit.bridge"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]}]},{"aid":1437490592,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"essen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.essen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":899665290,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"fernsehen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.fernsehen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3803827688,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Alarm Control Panel"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Alarm Control Panel"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"HA Alarm"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"alarm_control_panel.ha_alarm"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"7E","characteristics":[{"iid":9,"type":"66","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2,3,4],"value":3},{"iid":10,"type":"67","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1,2,3],"value":3}]}]},{"aid":3969582264,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Diele Dauerlicht"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"input_boolean.diele_dauerlicht"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3205539558,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_wleak.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Wassersensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.wassersensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170721"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":0},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"83","characteristics":[{"iid":13,"type":"70","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":166571413,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.vibration.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Ersch\\u00fctterungssensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.vibrationssensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20180130"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"86","characteristics":[{"iid":13,"type":"71","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":310745536,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Garderobe"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_garderobe"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":95},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":3366499667,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Katzendetektor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.katzendetektor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":2696514244,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_magnet.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Schlafzfenster"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.schlafzfenster"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20161128"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"80","characteristics":[{"iid":13,"type":"6A","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":2162808677,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Philips"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"SML001"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Flur"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_flur"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":41},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":3124967706,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 2"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_2"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3141745325,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 3"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_3"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3108190087,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 1"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_1"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":2060360810,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Climate"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Climate"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"IR-Heizung"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"climate.ir_heizung"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"4A","characteristics":[{"iid":9,"type":"F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":0},{"iid":10,"type":"33","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0},{"iid":11,"type":"11","perms":["pr","ev"],"format":"float","unit":"celsius","maxValue":1000,"minValue":-273.1,"minStep":0.1,"value":21.0},{"iid":12,"type":"35","perms":["pr","pw","ev"],"format":"float","unit":"celsius","maxValue":35.0,"minValue":7.0,"minStep":0.1,"value":28.0},{"iid":13,"type":"36","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]}]}'
2021-08-04 22:42:42 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: NEED_DATA
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 59\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: PAUSED
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'59'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '59', 'content-type': 'application/hap+json'}
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Set characteristics content: {'characteristics': [{'aid': 3205539558, 'iid': 13, 'ev': True}]}
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.39', 53104) to topic 3205539558.13
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: NEED_DATA
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 96\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: PAUSED
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'96'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '96', 'content-type': 'application/hap+json'}
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.39', 53104): Set characteristics content: {'characteristics': [{'aid': 3803827688, 'iid': 9, 'ev': True}, {'aid': 3803827688, 'iid': 10, 'ev': True}]}
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.39', 53104) to topic 3803827688.9
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.39', 53104) to topic 3803827688.10
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:42:43 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): h11 Event: NEED_DATA
2021-08-04 22:42:46 INFO (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Connection made to Home Assistant
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Recv unencrypted: b'POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 37\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x06\x01\x01\x03 \x16\x1e\xa0\x96\x8cI[,^\xa2L\x11\xc8\x87S\xf9\x1b\x9eN\x13\x13P\x02\xd1\xa4\x15\xd3\xe2\xd7*\x05S'
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'37'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Data(data=bytearray(b'\x06\x01\x01\x03 \x16\x1e\xa0\x96\x8cI[,^\xa2L\x11\xc8\x87S\xf9\x1b\x9eN\x13\x13P\x02\xd1\xa4\x15\xd3\xe2\xd7*\x05S'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '37', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Pair verify [1/2].
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 140\r\n\r\n\x06\x01\x02\x05e;\x0ff&K\xd7\xd7\x00p\xedP\x02\xd2\x93\xda\xf3J\xeb\xc3.\xbc\x91\xec\x1a]\xc7\xd6\xe5\xab\xfaej\xf1\xbb\x01\x81\xf5\x00\x19r\xe9f\x8bE\xdf\x8c\xbb\x83\x03\x8a:\x8c~\xfca$l\xe4\x1b\xd0ok\xf3?\x9f\x02\x80\xa5\xed\xf2t\x16)\xb6\xe0*,\xd4\xe3\xa7/U\xaf\xff\xd8[kOa\x1dZ\xec\xa5\x17\x9b,\\\xf3\xe6d*\x03 \x04\xc1LY\x19\x82\xfb\x87m\x1b\xe4g\x12%\x00&M/\xac>\x8e`\xd8F\xa8\xb1~{6\x08hd'
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: NEED_DATA
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Recv unencrypted: b"POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 125\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x05x\x14\xb0A|\x811zp\xa3\xe3|\xf4#czd\xc9\xb1\x84vW\xc2J\xf5q\xe14\xc3)OIV\x05\xd7\rF '\xf7\x18D\xcc\xb7]\xf1\x00\xa7\x17\x05\x0f\xb0\x92\x90\xbf\x86p\xe6\xf3X\xf0e\x0b\xb9\x0bS@}\xfcb\xa9\xff\xb8\xdf\x978\xb5d\xf3\x14\xf9O\xd5\x84\xfc}$)\xf3(\x16\xe1/W\xf0\x03\x86\xdc\xc1\xa8\xb3\xbab7M\x10Y\x14\xd63\x13\xa8\xd0\xe4v\x8f3\x99\xd2S\xbf\x06\x01\x03"
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: PAUSED
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'125'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Data(data=bytearray(b"\x05x\x14\xb0A|\x811zp\xa3\xe3|\xf4#czd\xc9\xb1\x84vW\xc2J\xf5q\xe14\xc3)OIV\x05\xd7\rF \'\xf7\x18D\xcc\xb7]\xf1\x00\xa7\x17\x05\x0f\xb0\x92\x90\xbf\x86p\xe6\xf3X\xf0e\x0b\xb9\x0bS@}\xfcb\xa9\xff\xb8\xdf\x978\xb5d\xf3\x14\xf9O\xd5\x84\xfc}$)\xf3(\x16\xe1/W\xf0\x03\x86\xdc\xc1\xa8\xb3\xbab7M\x10Y\x14\xd63\x13\xa8\xd0\xe4v\x8f3\x99\xd2S\xbf\x06\x01\x03"), chunk_start=False, chunk_end=False)
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '125', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Pair verify [2/2]
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Pair verify with client completed. Switching to encrypted transport.
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 3\r\n\r\n\x06\x01\x04'
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: NEED_DATA
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Recv decrypted: b'GET /accessories HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\n\r\n'
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: PAUSED
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Request(method=b'GET', target=b'/accessories', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local')])>, http_version=b'1.1')
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Request GET for path '/accessories': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local'}
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.accessory_driver] Get accessories response: [{'aid': 1, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Bridge'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'homekit.bridge'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}]}, {'aid': 1437490592, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'essen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.essen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 899665290, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'fernsehen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.fernsehen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3803827688, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Alarm Control Panel'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Alarm Control Panel'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'HA Alarm'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'alarm_control_panel.ha_alarm'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '7E', 'characteristics': [{'iid': 9, 'type': '66', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3, 4], 'value': 3}, {'iid': 10, 'type': '67', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3], 'value': 3}]}]}, {'aid': 3969582264, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Diele Dauerlicht'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'input_boolean.diele_dauerlicht'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3205539558, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_wleak.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Wassersensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.wassersensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170721'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 0}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '83', 'characteristics': [{'iid': 13, 'type': '70', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 166571413, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.vibration.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Erschütterungssensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.vibrationssensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20180130'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '86', 'characteristics': [{'iid': 13, 'type': '71', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 310745536, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Garderobe'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_garderobe'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 95}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3366499667, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Katzendetektor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.katzendetektor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2696514244, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_magnet.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Schlafzfenster'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.schlafzfenster'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20161128'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '80', 'characteristics': [{'iid': 13, 'type': '6A', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 2162808677, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Philips'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'SML001'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Flur'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_flur'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 41}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3124967706, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 2'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_2'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3141745325, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 3'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_3'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3108190087, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 1'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_1'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2060360810, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Climate'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Climate'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'IR-Heizung'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'climate.ir_heizung'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '4A', 'characteristics': [{'iid': 9, 'type': 'F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 0}, {'iid': 10, 'type': '33', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}, {'iid': 11, 'type': '11', 'perms': ['pr', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 1000, 'minValue': -273.1, 'minStep': 0.1, 'value': 21.0}, {'iid': 12, 'type': '35', 'perms': ['pr', 'pw', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 35.0, 'minValue': 7.0, 'minStep': 0.1, 'value': 28.0}, {'iid': 13, 'type': '36', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}]
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Send encrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/hap+json\r\nContent-Length: 12339\r\n\r\n{"accessories":[{"aid":1,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Bridge"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"homekit.bridge"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]}]},{"aid":1437490592,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"essen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.essen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":899665290,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"fernsehen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.fernsehen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3803827688,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Alarm Control Panel"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Alarm Control Panel"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"HA Alarm"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"alarm_control_panel.ha_alarm"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"7E","characteristics":[{"iid":9,"type":"66","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2,3,4],"value":3},{"iid":10,"type":"67","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1,2,3],"value":3}]}]},{"aid":3969582264,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Diele Dauerlicht"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"input_boolean.diele_dauerlicht"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3205539558,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_wleak.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Wassersensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.wassersensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170721"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":0},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"83","characteristics":[{"iid":13,"type":"70","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":166571413,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.vibration.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Ersch\\u00fctterungssensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.vibrationssensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20180130"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"86","characteristics":[{"iid":13,"type":"71","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":310745536,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Garderobe"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_garderobe"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":95},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":3366499667,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Katzendetektor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.katzendetektor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":2696514244,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_magnet.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Schlafzfenster"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.schlafzfenster"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20161128"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"80","characteristics":[{"iid":13,"type":"6A","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":2162808677,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Philips"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"SML001"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Flur"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_flur"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":41},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":3124967706,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 2"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_2"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3141745325,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 3"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_3"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3108190087,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 1"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_1"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":2060360810,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Climate"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Climate"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"IR-Heizung"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"climate.ir_heizung"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"4A","characteristics":[{"iid":9,"type":"F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":0},{"iid":10,"type":"33","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0},{"iid":11,"type":"11","perms":["pr","ev"],"format":"float","unit":"celsius","maxValue":1000,"minValue":-273.1,"minStep":0.1,"value":21.0},{"iid":12,"type":"35","perms":["pr","pw","ev"],"format":"float","unit":"celsius","maxValue":35.0,"minValue":7.0,"minStep":0.1,"value":28.0},{"iid":13,"type":"36","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]}]}'
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: NEED_DATA
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 59\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: PAUSED
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'59'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:46 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '59', 'content-type': 'application/hap+json'}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Set characteristics content: {'characteristics': [{'aid': 3205539558, 'iid': 13, 'ev': True}]}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.26', 49908) to topic 3205539558.13
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: NEED_DATA
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 96\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: PAUSED
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'96'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '96', 'content-type': 'application/hap+json'}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49908): Set characteristics content: {'characteristics': [{'aid': 3803827688, 'iid': 9, 'ev': True}, {'aid': 3803827688, 'iid': 10, 'ev': True}]}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.26', 49908) to topic 3803827688.9
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.26', 49908) to topic 3803827688.10
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): h11 Event: NEED_DATA
2021-08-04 22:42:47 INFO (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Connection made to Home Assistant
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Recv unencrypted: b'POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 37\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x06\x01\x01\x03 r#S\xf2L\n?o\xd7\x9c\x9c\xe2\xb7\x99\xcaB{-\x18\xd1+q\x16\xd2\x14\xf6\x16\xf9\xd9\x14\x02l'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'37'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Data(data=bytearray(b'\x06\x01\x01\x03 r#S\xf2L\n?o\xd7\x9c\x9c\xe2\xb7\x99\xcaB{-\x18\xd1+q\x16\xd2\x14\xf6\x16\xf9\xd9\x14\x02l'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '37', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Pair verify [1/2].
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 140\r\n\r\n\x06\x01\x02\x05eFm\xe17b#\xb0\x9f\xed\xa6\xd3(\x0b\x02\x97\xc8\xa3\xe9\xc6\xac<\xa4\x0b\xe2Td\xf1\x0e\x86\xb6\xc3\x9e\xf3B \x15XnX\xc3UX\x17t\xc2\xe7D<\x86(:;\xd9%Q8b)\x81\xe2\xffF\x1b0\xa9o\t\x81o\x18\xfaR\xc04[.j`\xbf5\xc9\x8bF\x9a\x0eg\xc4\x95 \xf2\x91\x1c\x04\xf9`Wi$\xde\xb6\xec\x03 O\x8c\x13\x95^y\xb4\t\x8f0;\x81\xe9\x98Q\xedUt\xcb\xd8:\xe0\xb1|\x8a\xa4\xae\x1b6\x86\xbaG'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: NEED_DATA
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Recv unencrypted: b'POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 125\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x05x\x0f\x9fT9\xf4\x0b8\x00B\xc8I\xe8$\x84y<+jPo\x1ad\xacE\xd3k\x1a\xe2\x96\xcf\xe7y\x15H\x8fR\x14\xe6\xc9\xf0,K?\xb7_\xd5\x18\xd2\xb2.Q\x19\xbe\xd1\xcb\x80Y\x84k}J$\xa0\x15L\xc09c;\xd3\xd1\x06\x1b\xca=\xd5\x86\'"\xda\xa3\x1ej\xf5\xf8\x92R\x81\xe7\xe3\xda\xe7N2\xff\xb7r7\xf9\xfe\x0e\xecvF1!n;\xc0\xe9\xcc\x17j \xf6\x18\x90\xd6lh\x06\x01\x03'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: PAUSED
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'125'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Data(data=bytearray(b'\x05x\x0f\x9fT9\xf4\x0b8\x00B\xc8I\xe8$\x84y<+jPo\x1ad\xacE\xd3k\x1a\xe2\x96\xcf\xe7y\x15H\x8fR\x14\xe6\xc9\xf0,K?\xb7_\xd5\x18\xd2\xb2.Q\x19\xbe\xd1\xcb\x80Y\x84k}J$\xa0\x15L\xc09c;\xd3\xd1\x06\x1b\xca=\xd5\x86\'"\xda\xa3\x1ej\xf5\xf8\x92R\x81\xe7\xe3\xda\xe7N2\xff\xb7r7\xf9\xfe\x0e\xecvF1!n;\xc0\xe9\xcc\x17j \xf6\x18\x90\xd6lh\x06\x01\x03'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '125', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Pair verify [2/2]
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Pair verify with client completed. Switching to encrypted transport.
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 3\r\n\r\n\x06\x01\x04'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: NEED_DATA
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Recv decrypted: b'GET /accessories HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\n\r\n'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: PAUSED
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Request(method=b'GET', target=b'/accessories', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local')])>, http_version=b'1.1')
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Request GET for path '/accessories': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local'}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.accessory_driver] Get accessories response: [{'aid': 1, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Bridge'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'homekit.bridge'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}]}, {'aid': 1437490592, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'essen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.essen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 899665290, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'fernsehen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.fernsehen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3803827688, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Alarm Control Panel'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Alarm Control Panel'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'HA Alarm'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'alarm_control_panel.ha_alarm'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '7E', 'characteristics': [{'iid': 9, 'type': '66', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3, 4], 'value': 3}, {'iid': 10, 'type': '67', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3], 'value': 3}]}]}, {'aid': 3969582264, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Diele Dauerlicht'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'input_boolean.diele_dauerlicht'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3205539558, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_wleak.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Wassersensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.wassersensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170721'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 0}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '83', 'characteristics': [{'iid': 13, 'type': '70', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 166571413, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.vibration.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Erschütterungssensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.vibrationssensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20180130'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '86', 'characteristics': [{'iid': 13, 'type': '71', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 310745536, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Garderobe'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_garderobe'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 95}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3366499667, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Katzendetektor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.katzendetektor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2696514244, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_magnet.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Schlafzfenster'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.schlafzfenster'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20161128'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '80', 'characteristics': [{'iid': 13, 'type': '6A', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 2162808677, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Philips'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'SML001'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Flur'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_flur'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 41}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3124967706, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 2'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_2'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3141745325, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 3'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_3'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3108190087, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 1'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_1'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2060360810, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Climate'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Climate'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'IR-Heizung'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'climate.ir_heizung'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '4A', 'characteristics': [{'iid': 9, 'type': 'F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 0}, {'iid': 10, 'type': '33', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}, {'iid': 11, 'type': '11', 'perms': ['pr', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 1000, 'minValue': -273.1, 'minStep': 0.1, 'value': 21.0}, {'iid': 12, 'type': '35', 'perms': ['pr', 'pw', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 35.0, 'minValue': 7.0, 'minStep': 0.1, 'value': 28.0}, {'iid': 13, 'type': '36', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}]
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Send encrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/hap+json\r\nContent-Length: 12339\r\n\r\n{"accessories":[{"aid":1,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Bridge"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"homekit.bridge"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]}]},{"aid":1437490592,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"essen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.essen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":899665290,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"fernsehen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.fernsehen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3803827688,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Alarm Control Panel"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Alarm Control Panel"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"HA Alarm"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"alarm_control_panel.ha_alarm"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"7E","characteristics":[{"iid":9,"type":"66","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2,3,4],"value":3},{"iid":10,"type":"67","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1,2,3],"value":3}]}]},{"aid":3969582264,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Diele Dauerlicht"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"input_boolean.diele_dauerlicht"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3205539558,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_wleak.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Wassersensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.wassersensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170721"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":0},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"83","characteristics":[{"iid":13,"type":"70","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":166571413,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.vibration.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Ersch\\u00fctterungssensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.vibrationssensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20180130"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"86","characteristics":[{"iid":13,"type":"71","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":310745536,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Garderobe"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_garderobe"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":95},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":3366499667,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Katzendetektor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.katzendetektor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":2696514244,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_magnet.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Schlafzfenster"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.schlafzfenster"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20161128"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"80","characteristics":[{"iid":13,"type":"6A","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":2162808677,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Philips"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"SML001"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Flur"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_flur"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":41},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":3124967706,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 2"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_2"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3141745325,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 3"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_3"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3108190087,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 1"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_1"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":2060360810,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Climate"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Climate"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"IR-Heizung"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"climate.ir_heizung"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"4A","characteristics":[{"iid":9,"type":"F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":0},{"iid":10,"type":"33","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0},{"iid":11,"type":"11","perms":["pr","ev"],"format":"float","unit":"celsius","maxValue":1000,"minValue":-273.1,"minStep":0.1,"value":21.0},{"iid":12,"type":"35","perms":["pr","pw","ev"],"format":"float","unit":"celsius","maxValue":35.0,"minValue":7.0,"minStep":0.1,"value":28.0},{"iid":13,"type":"36","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]}]}'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: NEED_DATA
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 59\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: PAUSED
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'59'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '59', 'content-type': 'application/hap+json'}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Set characteristics content: {'characteristics': [{'aid': 3205539558, 'iid': 13, 'ev': True}]}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.23', 61809) to topic 3205539558.13
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: NEED_DATA
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 96\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: PAUSED
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'96'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '96', 'content-type': 'application/hap+json'}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61809): Set characteristics content: {'characteristics': [{'aid': 3803827688, 'iid': 9, 'ev': True}, {'aid': 3803827688, 'iid': 10, 'ev': True}]}
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.23', 61809) to topic 3803827688.9
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.23', 61809) to topic 3803827688.10
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:42:47 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): h11 Event: NEED_DATA
2021-08-04 22:46:10 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=on; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:46:10.603382+02:00>
2021-08-04 22:46:10 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to True
2021-08-04 22:46:10 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_flur: Set to 1
2021-08-04 22:46:20 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=off; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:46:20.636510+02:00>
2021-08-04 22:46:20 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to False
2021-08-04 22:46:20 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_flur: Set to 0
2021-08-04 22:46:45 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=on; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:46:45.695428+02:00>
2021-08-04 22:46:45 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to True
2021-08-04 22:46:45 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_flur: Set to 1
2021-08-04 22:46:55 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=off; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:46:55.663379+02:00>
2021-08-04 22:46:55 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to False
2021-08-04 22:46:55 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_flur: Set to 0
2021-08-04 22:47:47 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=on; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:47:47.763012+02:00>
2021-08-04 22:47:47 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to True
2021-08-04 22:47:47 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_flur: Set to 1
2021-08-04 22:47:57 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=off; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:47:57.757309+02:00>
2021-08-04 22:47:57 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to False
2021-08-04 22:47:57 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_flur: Set to 0
2021-08-04 22:48:15 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=on; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:48:15.696940+02:00>
2021-08-04 22:48:15 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to True
2021-08-04 22:48:15 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_flur: Set to 1
2021-08-04 22:48:15 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_garderobe=on; on=True, temperature=29.0, friendly_name=Bewegungsmelder Garderobe, device_class=motion @ 2021-08-04T22:48:15.921066+02:00>
2021-08-04 22:48:15 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to True
2021-08-04 22:48:15 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_garderobe: Set to 1
2021-08-04 22:48:29 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=off; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:48:29.822682+02:00>
2021-08-04 22:48:29 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to False
2021-08-04 22:48:29 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_flur: Set to 0
2021-08-04 22:48:50 DEBUG (MainThread) [homeassistant.components.homekit] Driver stop for Home Assistant
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.accessory_driver] Stopping HAP server and event sending
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.accessory_driver] Stopping mDNS advertising for Home Assistant
2021-08-04 22:48:51 INFO (MainThread) [pyhap.accessory_driver] Stopping accessory Home Assistant on address 192.168.178.28, port 21063.
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.39', 53104): Connection lost to Home Assistant: None
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49908): Connection lost to Home Assistant: None
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61809): Connection lost to Home Assistant: None
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.accessory_driver] AccessoryDriver for Home Assistant stopped successfully
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.accessory_driver] Stop completed
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit] Begin setup HomeKit for Home Assistant
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Home Assistant
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Bridge
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to homekit.bridge
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "scene.essen" as "Switch"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to essen
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant Core Integration
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Scene
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to scene.essen
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.type_switches] scene.essen: Ignore state change, entity is activate only
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "scene.fernsehen" as "Switch"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to fernsehen
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant Core Integration
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Scene
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to scene.fernsehen
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.type_switches] scene.fernsehen: Ignore state change, entity is activate only
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "alarm_control_panel.ha_alarm" as "SecuritySystem"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to HA Alarm
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant Alarm Control Panel
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Alarm Control Panel
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to alarm_control_panel.ha_alarm
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SecuritySystemCurrentState to 3
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SecuritySystemTargetState to 3
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "input_boolean.diele_dauerlicht" as "Switch"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Diele Dauerlicht
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Input Boolean
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Input Boolean
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to input_boolean.diele_dauerlicht
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.wassersensor" as "BinarySensor"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Wassersensor
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20170721
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.sensor_wleak.aq1
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.wassersensor
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.wassersensor: Found battery level
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.vibrationssensor" as "BinarySensor"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Erschütterungssensor
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20180130
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.vibration.aq1
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.vibrationssensor
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.vibrationssensor: Found battery level
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.bewegungsmelder_garderobe" as "BinarySensor"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Bewegungsmelder Garderobe
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20170627
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.sensor_motion.aq2
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.bewegungsmelder_garderobe
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.bewegungsmelder_garderobe: Found battery level
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to True
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_garderobe: Set to 1
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.katzendetektor" as "BinarySensor"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Katzendetektor
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20170627
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.sensor_motion.aq2
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.katzendetektor
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.katzendetektor: Found battery level
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.schlafzfenster" as "BinarySensor"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Schlafzfenster
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 20161128
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to LUMI
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to lumi.sensor_magnet.aq2
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.schlafzfenster
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.schlafzfenster: Found battery level
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "binary_sensor.bewegungsmelder_flur" as "BinarySensor"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Bewegungsmelder Flur
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Philips
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to SML001
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to binary_sensor.bewegungsmelder_flur
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] binary_sensor.bewegungsmelder_flur: Found battery level
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: ChargingState to 2
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "switch.steckdose_2" as "Switch"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Steckdose 2
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 69
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Heiman
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to TS011F
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to switch.steckdose_2
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "switch.steckdose_3" as "Switch"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Steckdose 3
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 69
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Heiman
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to TS011F
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to switch.steckdose_3
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "switch.steckdose_1" as "Switch"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to Steckdose 1
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 69
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Heiman
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to TS011F
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to switch.steckdose_1
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] Add "climate.ir_heizung" as "Thermostat"
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Name to IR-Heizung
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to default
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: FirmwareRevision to 2021.8.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Manufacturer to Home Assistant Climate
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: Model to Climate
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: SerialNumber to climate.ir_heizung
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: CurrentTemperature to 21.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: TargetTemperature to 21.0
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: TargetTemperature to 28.0
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit] Driver start for Home Assistant
2021-08-04 22:48:51 INFO (MainThread) [pyhap.accessory_driver] Starting accessory Home Assistant on address 192.168.178.28, port 21063.
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.accessory_driver] Starting server.
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.accessory_driver] Starting mDNS.
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.accessory_driver] Starting accessory Home Assistant
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.accessory_driver] AccessoryDriver for Home Assistant started successfully
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state scene.essen=scening; entity_id=['light.kugellampe'], id=essen, friendly_name=essen @ 2021-08-04T22:41:14.941397+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.type_switches] scene.essen: Ignore state change, entity is activate only
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state scene.fernsehen=scening; entity_id=['light.kugellampe_kurz', 'light.kugellampe_lang'], id=fernsehen, friendly_name=fernsehen @ 2021-08-04T22:41:14.943104+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.type_switches] scene.fernsehen: Ignore state change, entity is activate only
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state alarm_control_panel.ha_alarm=disarmed; code_format=number, changed_by=None, code_arm_required=False, friendly_name=HA Alarm, supported_features=31 @ 2021-08-04T22:41:17.432290+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state input_boolean.diele_dauerlicht=off; editable=True, friendly_name=Diele Dauerlicht, icon=mdi:floor-plan @ 2021-08-04T22:41:18.879849+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.wassersensor=unavailable; friendly_name=Wassersensor, device_class=moisture @ 2021-08-04T22:41:30.391693+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.vibrationssensor=off; on=True, temperature=21.0, orientation=[4, -78, 11], tiltangle=5, vibrationstrength=11, friendly_name=Erschütterungssensor, device_class=vibration, icon=mdi:image-broken-variant @ 2021-08-04T22:41:30.407140+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 100.0
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_garderobe=on; on=True, temperature=29.0, friendly_name=Bewegungsmelder Garderobe, device_class=motion @ 2021-08-04T22:48:15.921066+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 95.0
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.katzendetektor=off; on=True, temperature=26.0, friendly_name=Katzendetektor, device_class=motion, entity_picture=/local/images/diemaeuse.jpg @ 2021-08-04T22:41:30.438209+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 100.0
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.schlafzfenster=off; on=True, temperature=23.0, friendly_name=Schlafzfenster, device_class=opening @ 2021-08-04T22:41:30.440682+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 100.0
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_flur=off; on=True, friendly_name=Bewegungsmelder Flur, device_class=motion @ 2021-08-04T22:48:29.822682+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [pyhap.characteristic] set_value: BatteryLevel to 41.0
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state switch.steckdose_2=unavailable; friendly_name=Steckdose 2 @ 2021-08-04T22:41:30.488249+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state switch.steckdose_3=unavailable; friendly_name=Steckdose 3 @ 2021-08-04T22:41:30.491489+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state switch.steckdose_1=unavailable; friendly_name=Steckdose 1 @ 2021-08-04T22:41:30.511408+02:00>
2021-08-04 22:48:51 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state climate.ir_heizung=off; hvac_modes=['heat', 'off'], min_temp=7, max_temp=35, target_temp_step=0.1, preset_modes=['none', 'away'], current_temperature=21.0, temperature=28.0, hvac_action=off, preset_mode=none, friendly_name=IR-Heizung, supported_features=17 @ 2021-08-04T22:41:59.250652+02:00>
2021-08-04 22:48:54 INFO (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Connection made to Home Assistant
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Recv unencrypted: b'POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 37\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x06\x01\x01\x03 \x1b`\xd9{\xf8\xb1C\x82/Jvq\x1f\xd4h\x84\xda\xdbz\xdb\xb3\xe2\x88G\xa4\xe2w\x9d\xc11%U'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'37'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Data(data=bytearray(b'\x06\x01\x01\x03 \x1b`\xd9{\xf8\xb1C\x82/Jvq\x1f\xd4h\x84\xda\xdbz\xdb\xb3\xe2\x88G\xa4\xe2w\x9d\xc11%U'), chunk_start=False, chunk_end=False)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '37', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Pair verify [1/2].
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 140\r\n\r\n\x06\x01\x02\x05eJjX\xb6\xdc+)\x0e\xeb\x82\x1b\xb2\xc8RU$\xde\xbf&\xbd\xb4\xad\x00z\x80\x99\xffq\x1d\x04=\x81T\xff\x1f\'\x02\x84\x0e\x7f8\xce\xe9\x9dX\x8c\xdd8Z\xf5$ w3\xaa\x00>5\x90\xe6\x04\x87"\xab\x94\xcf\xc5L4\xb8\x02^\xa4\xb6\xadCJi\x03"+^_\xe1\xbb:i\xf9&s\xd3\xd0\xc7j\xe9J\xc7I\xac\r\xcd\x03 \xa6\xe5\xc2\xc0V\xf9\xd3\x03\x89\xae\xecL\n\xb5\x0e\xcf!\'\x93?\xc7\xf6\xef\xb0b\xfdN|\xb1W\xdf\x1d'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: NEED_DATA
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Recv unencrypted: b'POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 125\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x05x)\x1b\xfa\x9c\'m\xca\xdbF\xbd\xbd\xe5\xa7D\xae\x1a\xdb\xfb"\x02\xc8\xb6\x04\xcb\x9f\xaf\xbdJ \x92\x80O\xd9`\x89\x94\xfe\x85}\xc7"\xfb\xf6\x8e=\xf6\xf4\x9e\xfa\xce\xed\x8f_\x1f\xb5\xdf?\x9d\x0b\xaa\x9b\x00\x98>\x80\xbc\x18Tx-\xd9\xd8\xef\x98\xcb\xe4\x80\xc2\xe54\xc7\x83\xab4\xaa\xf2S\xd0\x1f\xc3\xcen\x11\x14\xcc\x1fI\xac\xa9\x82\x18\xcc\xaf@B9\xc8\x11\xc0\xc7\xcb37\x04\x16\x0cx\xba"\xff\x06\x01\x03'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: PAUSED
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'125'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Data(data=bytearray(b'\x05x)\x1b\xfa\x9c\'m\xca\xdbF\xbd\xbd\xe5\xa7D\xae\x1a\xdb\xfb"\x02\xc8\xb6\x04\xcb\x9f\xaf\xbdJ \x92\x80O\xd9`\x89\x94\xfe\x85}\xc7"\xfb\xf6\x8e=\xf6\xf4\x9e\xfa\xce\xed\x8f_\x1f\xb5\xdf?\x9d\x0b\xaa\x9b\x00\x98>\x80\xbc\x18Tx-\xd9\xd8\xef\x98\xcb\xe4\x80\xc2\xe54\xc7\x83\xab4\xaa\xf2S\xd0\x1f\xc3\xcen\x11\x14\xcc\x1fI\xac\xa9\x82\x18\xcc\xaf@B9\xc8\x11\xc0\xc7\xcb37\x04\x16\x0cx\xba"\xff\x06\x01\x03'), chunk_start=False, chunk_end=False)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '125', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Pair verify [2/2]
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Pair verify with client completed. Switching to encrypted transport.
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 3\r\n\r\n\x06\x01\x04'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: NEED_DATA
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Recv decrypted: b'GET /accessories HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\n\r\n'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: PAUSED
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Request(method=b'GET', target=b'/accessories', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local')])>, http_version=b'1.1')
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Request GET for path '/accessories': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local'}
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.accessory_driver] Get accessories response: [{'aid': 1, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Bridge'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'homekit.bridge'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}]}, {'aid': 1437490592, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'essen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.essen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 899665290, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'fernsehen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.fernsehen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3803827688, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Alarm Control Panel'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Alarm Control Panel'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'HA Alarm'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'alarm_control_panel.ha_alarm'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '7E', 'characteristics': [{'iid': 9, 'type': '66', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3, 4], 'value': 3}, {'iid': 10, 'type': '67', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3], 'value': 3}]}]}, {'aid': 3969582264, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Diele Dauerlicht'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'input_boolean.diele_dauerlicht'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3205539558, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_wleak.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Wassersensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.wassersensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170721'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 0}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '83', 'characteristics': [{'iid': 13, 'type': '70', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 166571413, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.vibration.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Erschütterungssensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.vibrationssensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20180130'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '86', 'characteristics': [{'iid': 13, 'type': '71', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 310745536, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Garderobe'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_garderobe'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 95}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': True}]}]}, {'aid': 3366499667, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Katzendetektor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.katzendetektor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2696514244, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_magnet.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Schlafzfenster'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.schlafzfenster'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20161128'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '80', 'characteristics': [{'iid': 13, 'type': '6A', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 2162808677, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Philips'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'SML001'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Flur'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_flur'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 41}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3124967706, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 2'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_2'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3141745325, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 3'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_3'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3108190087, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 1'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_1'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2060360810, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Climate'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Climate'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'IR-Heizung'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'climate.ir_heizung'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '4A', 'characteristics': [{'iid': 9, 'type': 'F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 0}, {'iid': 10, 'type': '33', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}, {'iid': 11, 'type': '11', 'perms': ['pr', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 1000, 'minValue': -273.1, 'minStep': 0.1, 'value': 21.0}, {'iid': 12, 'type': '35', 'perms': ['pr', 'pw', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 35.0, 'minValue': 7.0, 'minStep': 0.1, 'value': 28.0}, {'iid': 13, 'type': '36', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}]
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Send encrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/hap+json\r\nContent-Length: 12338\r\n\r\n{"accessories":[{"aid":1,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Bridge"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"homekit.bridge"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]}]},{"aid":1437490592,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"essen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.essen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":899665290,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"fernsehen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.fernsehen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3803827688,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Alarm Control Panel"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Alarm Control Panel"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"HA Alarm"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"alarm_control_panel.ha_alarm"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"7E","characteristics":[{"iid":9,"type":"66","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2,3,4],"value":3},{"iid":10,"type":"67","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1,2,3],"value":3}]}]},{"aid":3969582264,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Diele Dauerlicht"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"input_boolean.diele_dauerlicht"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3205539558,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_wleak.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Wassersensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.wassersensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170721"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":0},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"83","characteristics":[{"iid":13,"type":"70","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":166571413,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.vibration.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Ersch\\u00fctterungssensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.vibrationssensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20180130"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"86","characteristics":[{"iid":13,"type":"71","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":310745536,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Garderobe"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_garderobe"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":95},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":true}]}]},{"aid":3366499667,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Katzendetektor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.katzendetektor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":2696514244,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_magnet.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Schlafzfenster"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.schlafzfenster"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20161128"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"80","characteristics":[{"iid":13,"type":"6A","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":2162808677,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Philips"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"SML001"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Flur"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_flur"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":41},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":3124967706,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 2"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_2"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3141745325,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 3"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_3"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3108190087,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 1"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_1"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":2060360810,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Climate"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Climate"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"IR-Heizung"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"climate.ir_heizung"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"4A","characteristics":[{"iid":9,"type":"F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":0},{"iid":10,"type":"33","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0},{"iid":11,"type":"11","perms":["pr","ev"],"format":"float","unit":"celsius","maxValue":1000,"minValue":-273.1,"minStep":0.1,"value":21.0},{"iid":12,"type":"35","perms":["pr","pw","ev"],"format":"float","unit":"celsius","maxValue":35.0,"minValue":7.0,"minStep":0.1,"value":28.0},{"iid":13,"type":"36","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]}]}'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: NEED_DATA
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 59\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: PAUSED
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'59'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '59', 'content-type': 'application/hap+json'}
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Set characteristics content: {'characteristics': [{'aid': 3205539558, 'iid': 13, 'ev': True}]}
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.26', 49910) to topic 3205539558.13
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: NEED_DATA
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 96\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: PAUSED
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'96'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '96', 'content-type': 'application/hap+json'}
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.26', 49910): Set characteristics content: {'characteristics': [{'aid': 3803827688, 'iid': 9, 'ev': True}, {'aid': 3803827688, 'iid': 10, 'ev': True}]}
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.26', 49910) to topic 3803827688.9
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.26', 49910) to topic 3803827688.10
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:48:54 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.26', 49910): h11 Event: NEED_DATA
2021-08-04 22:49:25 INFO (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Connection made to Home Assistant
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Recv unencrypted: b"POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 37\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x06\x01\x01\x03 \xe0#'\x87\x84\xe0\xff!{zG\xca\x90\x07\xe2A\x8f\xf6zvD/\xd8F{I{f`\xc8J\x02"
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'37'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Data(data=bytearray(b"\x06\x01\x01\x03 \xe0#\'\x87\x84\xe0\xff!{zG\xca\x90\x07\xe2A\x8f\xf6zvD/\xd8F{I{f`\xc8J\x02"), chunk_start=False, chunk_end=False)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '37', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Pair verify [1/2].
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 140\r\n\r\n\x06\x01\x02\x05e\xc4\xd0\x0c\x0cm0\xa6\x8d|\x8eq\xc6p\x13r\x0b\xc3\x1d\xa1Te&d\xc4q\xdc>e\x88\xf8\xb3h\xa5\xb9\xf5\x0fQ\xdc\xe7Hc}\xb0\xf9\xce\x1bBR\x9f\x068E\xa6^\xacI\xd7C\xc5)vF\xe0\x11\x04\x83&N\xf4b\xd9d\xa5\xbf\xf5\x9e\xc2\xde\n>S\xba6c\x10\x17\xbf\xc5\xf6\xb33\xb4_\x1f\x02L\x0f\x1e\x86\xfe\x9f\x03 \x98,\xaca0\x1c|\xa9\x92\xee\x11\x97\x13\x90"~\xea\x03\xff\xf7\xe0\x9aKi\x03\xdb+\xccQH\x9dD'
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: NEED_DATA
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Recv unencrypted: b"POST /pair-verify HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 125\r\nContent-Type: application/pairing+tlv8\r\n\r\n\x05x1R\x8a\xc9\x81~%K\xea\x15\xfbG\xc6\xe3\x96h\xef\x8d\x08\xc3\xa51\x19\xdb\xf8h|n\xba\t\xf1\xc4\r\x8a[\x8aL}\xed\xa1\xf5\x07\xbc\xd2\xfaBD\x05a;M\n\x94\x10\x0bM;\xd5\xda\x8f\t\xd5\xaa\xa5)\x98\x92\x08\x85 \x94\xf6\xcc3n#\x9f5\x8c\xca\xa5:j\x1fD\x9d'\xadh<[\xab\xb4\x00|lr\n\xb0\x00b\xf1\xd1\xd7\x10\xb7\xab\\w_\xb1V\xd68\xea\x95U\x8ab\xc1\x06\x01\x03"
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: PAUSED
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Request(method=b'POST', target=b'/pair-verify', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'125'), (b'content-type', b'application/pairing+tlv8')])>, http_version=b'1.1')
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Data(data=bytearray(b"\x05x1R\x8a\xc9\x81~%K\xea\x15\xfbG\xc6\xe3\x96h\xef\x8d\x08\xc3\xa51\x19\xdb\xf8h|n\xba\t\xf1\xc4\r\x8a[\x8aL}\xed\xa1\xf5\x07\xbc\xd2\xfaBD\x05a;M\n\x94\x10\x0bM;\xd5\xda\x8f\t\xd5\xaa\xa5)\x98\x92\x08\x85 \x94\xf6\xcc3n#\x9f5\x8c\xca\xa5:j\x1fD\x9d\'\xadh<[\xab\xb4\x00|lr\n\xb0\x00b\xf1\xd1\xd7\x10\xb7\xab\\w_\xb1V\xd68\xea\x95U\x8ab\xc1\x06\x01\x03"), chunk_start=False, chunk_end=False)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Request POST for path '/pair-verify': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '125', 'content-type': 'application/pairing+tlv8'}
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Pair verify [2/2]
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Pair verify with client completed. Switching to encrypted transport.
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Send unencrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/pairing+tlv8\r\nContent-Length: 3\r\n\r\n\x06\x01\x04'
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: NEED_DATA
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Recv decrypted: b'GET /accessories HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\n\r\n'
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: PAUSED
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Request(method=b'GET', target=b'/accessories', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local')])>, http_version=b'1.1')
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Request GET for path '/accessories': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local'}
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.accessory_driver] Get accessories response: [{'aid': 1, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Bridge'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'homekit.bridge'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}]}, {'aid': 1437490592, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'essen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.essen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 899665290, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Core Integration'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Scene'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'fernsehen'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'scene.fernsehen'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3803827688, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Alarm Control Panel'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Alarm Control Panel'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'HA Alarm'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'alarm_control_panel.ha_alarm'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '7E', 'characteristics': [{'iid': 9, 'type': '66', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3, 4], 'value': 3}, {'iid': 10, 'type': '67', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2, 3], 'value': 3}]}]}, {'aid': 3969582264, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Input Boolean'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Diele Dauerlicht'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'input_boolean.diele_dauerlicht'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3205539558, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_wleak.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Wassersensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.wassersensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170721'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 0}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '83', 'characteristics': [{'iid': 13, 'type': '70', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 166571413, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.vibration.aq1'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Erschütterungssensor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.vibrationssensor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20180130'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '86', 'characteristics': [{'iid': 13, 'type': '71', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 310745536, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Garderobe'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_garderobe'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 95}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': True}]}]}, {'aid': 3366499667, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_motion.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Katzendetektor'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.katzendetektor'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20170627'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2696514244, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'LUMI'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'lumi.sensor_magnet.aq2'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Schlafzfenster'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.schlafzfenster'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '20161128'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 100}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '80', 'characteristics': [{'iid': 13, 'type': '6A', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}, {'aid': 2162808677, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Philips'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'SML001'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Bewegungsmelder Flur'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'binary_sensor.bewegungsmelder_flur'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '96', 'characteristics': [{'iid': 9, 'type': '68', 'perms': ['pr', 'ev'], 'format': 'uint8', 'unit': 'percentage', 'maxValue': 100, 'minValue': 0, 'minStep': 1, 'value': 41}, {'iid': 10, 'type': '8F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 2}, {'iid': 11, 'type': '79', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}, {'iid': 12, 'type': '85', 'characteristics': [{'iid': 13, 'type': '22', 'perms': ['pr', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3124967706, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 2'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_2'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3141745325, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 3'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_3'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 3108190087, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Heiman'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'TS011F'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'Steckdose 1'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'switch.steckdose_1'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '69'}]}, {'iid': 8, 'type': '49', 'characteristics': [{'iid': 9, 'type': '25', 'perms': ['pr', 'pw', 'ev'], 'format': 'bool', 'value': False}]}]}, {'aid': 2060360810, 'services': [{'iid': 1, 'type': '3E', 'characteristics': [{'iid': 2, 'type': '14', 'perms': ['pw'], 'format': 'bool'}, {'iid': 3, 'type': '20', 'perms': ['pr'], 'format': 'string', 'value': 'Home Assistant Climate'}, {'iid': 4, 'type': '21', 'perms': ['pr'], 'format': 'string', 'value': 'Climate'}, {'iid': 5, 'type': '23', 'perms': ['pr'], 'format': 'string', 'value': 'IR-Heizung'}, {'iid': 6, 'type': '30', 'perms': ['pr'], 'format': 'string', 'value': 'climate.ir_heizung'}, {'iid': 7, 'type': '52', 'perms': ['pr'], 'format': 'string', 'value': '2021.8.0'}]}, {'iid': 8, 'type': '4A', 'characteristics': [{'iid': 9, 'type': 'F', 'perms': ['pr', 'ev'], 'format': 'uint8', 'valid-values': [0, 1, 2], 'value': 0}, {'iid': 10, 'type': '33', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}, {'iid': 11, 'type': '11', 'perms': ['pr', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 1000, 'minValue': -273.1, 'minStep': 0.1, 'value': 21.0}, {'iid': 12, 'type': '35', 'perms': ['pr', 'pw', 'ev'], 'format': 'float', 'unit': 'celsius', 'maxValue': 35.0, 'minValue': 7.0, 'minStep': 0.1, 'value': 28.0}, {'iid': 13, 'type': '36', 'perms': ['pr', 'pw', 'ev'], 'format': 'uint8', 'valid-values': [0, 1], 'value': 0}]}]}]
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Send encrypted: b'HTTP/1.1 200 OK\r\nContent-Type: application/hap+json\r\nContent-Length: 12338\r\n\r\n{"accessories":[{"aid":1,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Bridge"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Home Assistant"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"homekit.bridge"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]}]},{"aid":1437490592,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"essen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.essen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":899665290,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Core Integration"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Scene"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"fernsehen"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"scene.fernsehen"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3803827688,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Alarm Control Panel"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Alarm Control Panel"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"HA Alarm"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"alarm_control_panel.ha_alarm"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"7E","characteristics":[{"iid":9,"type":"66","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2,3,4],"value":3},{"iid":10,"type":"67","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1,2,3],"value":3}]}]},{"aid":3969582264,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Input Boolean"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Diele Dauerlicht"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"input_boolean.diele_dauerlicht"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3205539558,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_wleak.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Wassersensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.wassersensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170721"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":0},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"83","characteristics":[{"iid":13,"type":"70","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":166571413,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.vibration.aq1"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Ersch\\u00fctterungssensor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.vibrationssensor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20180130"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"86","characteristics":[{"iid":13,"type":"71","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":310745536,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Garderobe"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_garderobe"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":95},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":true}]}]},{"aid":3366499667,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_motion.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Katzendetektor"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.katzendetektor"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20170627"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":2696514244,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"LUMI"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"lumi.sensor_magnet.aq2"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Schlafzfenster"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.schlafzfenster"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"20161128"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":100},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"80","characteristics":[{"iid":13,"type":"6A","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]},{"aid":2162808677,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Philips"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"SML001"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Bewegungsmelder Flur"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"binary_sensor.bewegungsmelder_flur"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"96","characteristics":[{"iid":9,"type":"68","perms":["pr","ev"],"format":"uint8","unit":"percentage","maxValue":100,"minValue":0,"minStep":1,"value":41},{"iid":10,"type":"8F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":2},{"iid":11,"type":"79","perms":["pr","ev"],"format":"uint8","valid-values":[0,1],"value":0}]},{"iid":12,"type":"85","characteristics":[{"iid":13,"type":"22","perms":["pr","ev"],"format":"bool","value":false}]}]},{"aid":3124967706,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 2"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_2"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3141745325,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 3"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_3"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":3108190087,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Heiman"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"TS011F"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"Steckdose 1"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"switch.steckdose_1"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"69"}]},{"iid":8,"type":"49","characteristics":[{"iid":9,"type":"25","perms":["pr","pw","ev"],"format":"bool","value":false}]}]},{"aid":2060360810,"services":[{"iid":1,"type":"3E","characteristics":[{"iid":2,"type":"14","perms":["pw"],"format":"bool"},{"iid":3,"type":"20","perms":["pr"],"format":"string","value":"Home Assistant Climate"},{"iid":4,"type":"21","perms":["pr"],"format":"string","value":"Climate"},{"iid":5,"type":"23","perms":["pr"],"format":"string","value":"IR-Heizung"},{"iid":6,"type":"30","perms":["pr"],"format":"string","value":"climate.ir_heizung"},{"iid":7,"type":"52","perms":["pr"],"format":"string","value":"2021.8.0"}]},{"iid":8,"type":"4A","characteristics":[{"iid":9,"type":"F","perms":["pr","ev"],"format":"uint8","valid-values":[0,1,2],"value":0},{"iid":10,"type":"33","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0},{"iid":11,"type":"11","perms":["pr","ev"],"format":"float","unit":"celsius","maxValue":1000,"minValue":-273.1,"minStep":0.1,"value":21.0},{"iid":12,"type":"35","perms":["pr","pw","ev"],"format":"float","unit":"celsius","maxValue":35.0,"minValue":7.0,"minStep":0.1,"value":28.0},{"iid":13,"type":"36","perms":["pr","pw","ev"],"format":"uint8","valid-values":[0,1],"value":0}]}]}]}'
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: NEED_DATA
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 59\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: PAUSED
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'59'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3205539558,"iid":13,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '59', 'content-type': 'application/hap+json'}
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Set characteristics content: {'characteristics': [{'aid': 3205539558, 'iid': 13, 'ev': True}]}
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.23', 61811) to topic 3205539558.13
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: NEED_DATA
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Recv decrypted: b'PUT /characteristics HTTP/1.1\r\nHost: Home\\032Assistant\\0322F92D0._hap._tcp.local\r\nContent-Length: 96\r\nContent-Type: application/hap+json\r\n\r\n{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: PAUSED
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Request(method=b'PUT', target=b'/characteristics', headers=<Headers([(b'host', b'Home\\032Assistant\\0322F92D0._hap._tcp.local'), (b'content-length', b'96'), (b'content-type', b'application/hap+json')])>, http_version=b'1.1')
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: Data(data=bytearray(b'{"characteristics":[{"aid":3803827688,"iid":9,"ev":true},{"aid":3803827688,"iid":10,"ev":true}]}'), chunk_start=False, chunk_end=False)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: EndOfMessage(headers=<Headers([])>)
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Request PUT for path '/characteristics': {'host': 'Home\\032Assistant\\0322F92D0._hap._tcp.local', 'content-length': '96', 'content-type': 'application/hap+json'}
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_handler] ('192.168.178.23', 61811): Set characteristics content: {'characteristics': [{'aid': 3803827688, 'iid': 9, 'ev': True}, {'aid': 3803827688, 'iid': 10, 'ev': True}]}
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.23', 61811) to topic 3803827688.9
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.accessory_driver] Subscribed client ('192.168.178.23', 61811) to topic 3803827688.10
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): Send encrypted: b'HTTP/1.1 204 No Content\r\n\r\n'
2021-08-04 22:49:25 DEBUG (MainThread) [pyhap.hap_protocol] ('192.168.178.23', 61811): h11 Event: NEED_DATA
2021-08-04 22:49:45 DEBUG (MainThread) [homeassistant.components.homekit.accessories] New_state: <state binary_sensor.bewegungsmelder_garderobe=off; on=True, temperature=29.0, friendly_name=Bewegungsmelder Garderobe, device_class=motion @ 2021-08-04T22:49:45.935082+02:00>
2021-08-04 22:49:45 DEBUG (MainThread) [pyhap.characteristic] set_value: MotionDetected to False
2021-08-04 22:49:45 DEBUG (MainThread) [homeassistant.components.homekit.type_sensors] binary_sensor.bewegungsmelder_garderobe: Set to 0
bdraco commented 3 years ago

The log you posting is showing a client at 192.168.178.23 (iOS or home hub) successfully connecting and talking to the bridge.

Can you give some more information about what isn't working?

pedolsky commented 3 years ago

Yes, I didn’t want to declutter. Meanwhile, after several attempts, HK accepted the connection request via QR code, but the only thing I achieved was the previous state, see picture below. Other users in the HA-Forum reported similar issues, too.

BF3A1646-FF87-4685-8B9D-E981691E54CF

bdraco commented 3 years ago

It looks like it is not even finding the bridge to connect to it if you have multiple entries.

Silly question, but have you tried rebooting the iOS device?

bdraco commented 3 years ago

Are the bridges and accessories showing up in https://apps.apple.com/us/app/discovery-dns-sd-browser/id305441017 ?

pedolsky commented 3 years ago

I wish the ground would open up and swallow me… The only silly thing was to reject the idea before opening an issue. I'm really sorry and grateful for your help and patience. Will immediately report in the forum to inform the users with this issue. Thank you!

ryanjohnsontv commented 3 years ago

Still an issue for me unfortunately. I rebooted my phone, and both Apple TV’s that act as hubs for HomeKit and still no response. The bridge and accessories are visible in the Discovery app. Should I try creating a new bridge with different entities and see if that pairs?

bdraco commented 3 years ago

If you have an mdns repeater, try restarting it.

It appears to be a dns cache clear issue.

Berzerker commented 3 years ago

I solved this by either disabling IPv6 on the server or restarting mDNS. Unfortunately I did not test after each one, but one of these fixed the issue for me.

Edit: Looks like IPv6 was the culprit.

rEs-84 commented 3 years ago

Disabling IPv6 via Supervisor/System/Host, rebooting, then updating to 2021.1 worked

Previously updating to 2021.0 instantly broke homekit for me and a friend (2021.1 didn't fix it for him, removing the config, re inserting yaml trying to re pair didnt work).

poudenes commented 3 years ago

Hi All,

I used Homekit for long time. Beside I also use Alexa. Since today I was needed to use Homekit instead of Alexa and nothing worked anymore. So I don't know when this problem started.

I removed the integration and restarted HA ( old config file still in use ) It found the config, was added in Integration. Got a new PAIR QRcode.........

But when I want to pair on my phone I get message:

Accessory not found

Because it worked in past, and I didn't change anything in other config stuff of HA.... I don't try all kind of things.

Can this a bug with latest HA version, or incompatible with latest iOS?

RPi4: Debian 10 64bit HA in docker: 2021.8.1 iOS version: 14.7.1

My homekit config:

#   _____ _____ _____ _____ _____ _____ _____
#  |  |  |     |     |   __|  |  |     |_   _|
#  |     |  |  | | | |   __|    -|-   -| | |
#  |__|__|_____|_|_|_|_____|__|__|_____| |_|
###########################################################################################
# HOMEKIT
# https://www.home-assistant.io/integrations/homekit/
###########################################################################################
---
filter:
  include_domains:
    - climate
  include_entities:
    - fan.afzuiging_badkamer
    - media_player.browser_ae1b43e7_eb57c683
    - media_player.woonkamer

    # Motion Sensors
    - binary_sensor.pir_motion_sensor_with_temperature_sensor_detection
    - binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_2
    - binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_3
    - binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_4
    - binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_5
    - binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_6
    - binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_7
    - binary_sensor.door_bedroom_contact
    - binary_sensor.door_window_sensor_access_control_window_door_is_open
    - binary_sensor.fibaro_door_window_sensor_2_access_control_window_door_is_open_2
    - binary_sensor.fibaro_door_window_sensor_2_access_control_window_door_is_open

    # Nest Protect
    - sensor.bedroom_nest_protect_co_status
    - sensor.bedroom_nest_protect_smoke_status
    - sensor.dining_room_nest_protect_co_status
    - sensor.dining_room_nest_protect_smoke_status
    - sensor.living_room_nest_protect_co_status
    - sensor.living_room_nest_protect_smoke_status
    - sensor.nest_protect_bedroom_status_homekit
    - sensor.nest_protect_diningroom_status_homekit
    - sensor.nest_protect_livingroom_status_homekit

    # Lights
    - light.milight_test
    - light.livingroom_all
    - light.dressoir_all
    - light.hallway_all
    - light.balcony_all
    - light.kitchen_all
    - light.sink_all
    - light.kitchen_sink
    - light.bedroom_all
    - light.bathroom_all
    - light.toilet_all

    # Scenes
    - switch.scene_sleeping
    - switch.scene_romantic
    - switch.scene_kodi
    - switch.scene_goodnight
    - switch.scene_morning
    - switch.scene_appletv
    - switch.scene_daytime
    - switch.scene_tv
    - switch.scene_evening
    - switch.scene_disco
    - switch.scene_cooking
    - switch.kay_learning
    - switch.dnc
    - switch.scene_dinner

    # Logitech Activities
    - switch.airplay
    - switch.kodi
    - switch.tv
    - switch.appletv

    # NEST
    - climate.entryway

    # Device trackers
    - binary_sensor.manual_kay_home
    - binary_sensor.manual_peter_home

    # Temperature sensors
    - sensor.pir_motion_sensor_with_temperature_sensor_air_temperature # Toilet
    - sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_2 # Bathroom
    - sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_3 # Hallway
    - sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_4 # Livingroom
    - sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_5 # Bedroom
    - sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_6 # Kitchen
    - sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_7 # diningroom

  exclude_entities:
    - binary_sensor.bedroom_nest_protect_online
    - binary_sensor.dining_room_nest_protect_online
    - binary_sensor.living_room_nest_protect_online
    - binary_sensor.entryway_thermostat_has_leaf
    - binary_sensor.entryway_thermostat_online
    - binary_sensor.asingaborg_away
    - media_player.peter_s_alexa_apps
    - media_player.echo_lvingroom
    - media_player.this_device
    - media_player.browser_67ae634f_11d3ea2c
    - media_player.samsung_tablet_media_player

entity_config:
  media_player.android:
    name: "Kodi Media Player"
    feature_list:
      - feature: play_pause
      - feature: play_stop
      - feature: toggle_mute

  media_player.woonkamer:
    name: "AppleTV Media Player"
    feature_list:
      - feature: play_pause
      - feature: play_stop

  binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_6:
    name: "Kitchen Motion"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_6
    low_battery_threshold: 20
  binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_5:
    name: "Bedroom Motion"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_5
    low_battery_threshold: 20
  binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_3:
    name: "Hallway Motion"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_3
    low_battery_threshold: 20
  binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_2:
    name: "Bathroom Motion"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_2
    low_battery_threshold: 20
  binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_7:
    name: "Diningroom Motion"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_7
    low_battery_threshold: 20
  binary_sensor.pir_motion_sensor_with_temperature_sensor_detection_4:
    name: "Livingroom Motion"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_4
    low_battery_threshold: 20
  binary_sensor.pir_motion_sensor_with_temperature_sensor_detection:
    name: "Toilet Motion"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level
    low_battery_threshold: 20

  sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_2:
    name: "Temp. Bathroom"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_2
    low_battery_threshold: 20
  sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_6:
    name: "Temp. Kitchen"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_6
    low_battery_threshold: 20
  sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_3:
    name: "Temp. Hallway"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_3
    low_battery_threshold: 20
  sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_7:
    name: "Temp. Diningroom"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_7
    low_battery_threshold: 20
  sensor.pir_motion_sensor_with_temperature_sensor_air_temperature_4:
    name: "Temp Livingroom"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level_4
    low_battery_threshold: 20
  sensor.pir_motion_sensor_with_temperature_sensor_air_temperature:
    name: "Temp. Toilet"
    linked_battery_sensor: sensor.pir_motion_sensor_with_temperature_sensor_battery_level
    low_battery_threshold: 20

  switch.scene_sleeping:
    name: "Sleeping"
  switch.kay_learning:
    name: "Kay Learn"
  switch.dnc:
    name: "Disable Nest Control"
  light.livingroom_all:
    name: "Livingroom"
  light.dressoir_all:
    name: "Dressoir"
  light.kitchen_all:
    name: "Kitchen"
  light.bedroom_all:
    name: "Bedroom"
  light.bathroom_all:
    name: "Bathroom"
  light.newkaku_01401eb6_a:
    name: "Diningroom"

Downloaded: discovery-dns-sd-browse I don't see the homekit running on my HA.

Berzerker commented 3 years ago

Look at the comments right above yours...try disabling IPv6.

poudenes commented 3 years ago

As i writen: Everything was working normal in past. I never changed things like IPv6.

Tried to disable it but get this error:

Failed to change network settings
Error: GDBus.Error:org.freedesktop.NetworkManager.Settings.Connection.InvalidProperty: ipv6.method: property is invalid
Berzerker commented 3 years ago

Yes everything was normal in the past for us too. Seems there was an issue with IPv6 that was fixed with 2021.8, which is now causing some modules to default to using IPv6 if you haven't disabled it. If you don't use IPv6, it will try to bind to the IPv6 interface and cause issues. You need to disable it manually via the OS.

Since you're running Debian 10: https://linuxhint.com/debian-disable-ipv6-on-interface/

fmonday commented 3 years ago

For those who find this and don't know how to easily restrict interfaces/adapters to iPv4, it's much easier to roll back to 2021.7.4 until the admins fix it. Fixed the issue for me tout de suite

pawg commented 3 years ago

For those struggling with this issue, this appears to be a dns problem. What worked for me was to type in the Terminal & SSH add-on:

ha dns restart

After the operation succeeded, my accessories have appeared immediately.

EDIT : however for some weird reason my lights have now separated RGB and Temperature. I'm going to rollback to 2021.7.4

lesterlo commented 3 years ago

I have a similar problem, my homepod mini cannot control the devices via homekit bridge after updating the 2021.8.x. I need to restart the homepod mini after restarting the HA core.

I decided to rollback to 2021.7.4. Everything becomes normal again.

bdraco commented 3 years ago

It could also be caused by the zeroconf error I just fixed in https://github.com/home-assistant/core/pull/54152

bdraco commented 3 years ago

There is also a zeroconf fix for when ipv6 is disabled coming in https://github.com/home-assistant/core/pull/54165

bdraco commented 3 years ago

If you are still having a problem, please open a new issue with a complete issue template as the source of this original issue has been resolved and adding to it won't help get any other problem solved.