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
70.16k stars 29.19k forks source link

Unable to connect to Netgear XR700 with Netgear Integration #70462

Closed ThatJRadGuy closed 1 year ago

ThatJRadGuy commented 2 years ago

The problem

I am unable to connect to my Netgear XR700 using Home Assistant. I'm a new user and have been unable to get passed the initial setup. I'm currently running firmware XR700 V1.0.1.48

image

What version of Home Assistant Core has the issue?

core-2022.4.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

NETGEAR

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

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

netgear documentation netgear source (message by IssueLinks)

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

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

starkillerOG commented 2 years ago

@ThatJRadGuy please check the error in the log and post it here. Are you also 100% sure that you are using the correct host, username and password (if you go to that IP in a webbrowser, are you able to login using that username and password?) Please also try rebooting the router and see if you can then setup the integration.

ThatJRadGuy commented 2 years ago

I'm 100% sure the details are correct, I log into my router several times a day. I've also tried rebooting without luck. I just tried again and the log is as below.

Logger: pynetgear Source: /usr/local/lib/python3.9/site-packages/pynetgear/init.py:633 First occurred: 3:45:20 PM (4 occurrences) Last logged: 3:45:20 PM

Error talking to API Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 398, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/local/lib/python3.9/http/client.py", line 1285, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1331, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1280, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.9/http/client.py", line 1040, in _send_output self.send(msg) File "/usr/local/lib/python3.9/http/client.py", line 980, in send self.connect() File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect conn = self._new_conn() File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f758ea7a550>: Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 440, in send resp = conn.urlopen( File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.1.1', port=5000): Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f758ea7a550>: Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 591, in _make_request response = self._post_request(headers, message) File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 553, in _post_request return requests.post( File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 117, in post return request('post', url, data=data, json=json, kwargs) File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 529, in request resp = self.send(prep, send_kwargs) File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 645, in send r = adapter.send(request, kwargs) File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.1.1', port=5000): Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f758ea7a550>: Failed to establish a new connection: [Errno 111] Connection refused'))

starkillerOG commented 2 years ago

@ThatJRadGuy do you see any other errors in the log related to Netgear? There schould be a "login using all known port-ssl combinations failed." error if indeed all port-ssl combinations are beeing refused by the router, but I don't see that in the current log.

I also see there are 4 ocurrences of the error you posted (by default HomeAssistant only shows the most recent). Could you press the blue "Load full homeassistant-log" button at the bottom of the log page in homeassistant (after rebooting HomeAssistant to have a clean log and then trying to setup the Netgear integration). Please post all the log messages related to the Netgear integration (I know they can be lengthy).

ThatJRadGuy commented 2 years ago

Yeah sorry that error is in there too:

Logger: pynetgear Source: /usr/local/lib/python3.9/site-packages/pynetgear/init.py:138 First occurred: 5:46:10 PM (1 occurrences) Last logged: 5:46:10 PM

login using all known port-ssl combinations failed.

Below is everything in the full log when i search "netgear" after a reboot. I have been able to add my XR700 as a UPnP device, so there's a fair bit of 'netgear' related stuff in the logs.

2022-04-30 17:44:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: upnp:rootdevice\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::upnp:rootdevice\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: upnp:rootdevice\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::upnp:rootdevice\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 b'<?xml version="1.0"?>\r\n11http://192.168.1.1:56688urn:schemas-upnp-org:device:InternetGatewayDevice:1XR700 (Gateway)V1.0.1.48NETGEAR,Inc.http://www.netgear.comNETGEAR XR700 NETGEAR Nighthawk X10 AD7200 Smart WiFi RouterNETGEAR Nighthawk X10 AD7200 Smart WiFi RouterXR700http://www.netgear.com/home/products/wirelessroutersuuid:uuid:4d696e69-444c-164e-9d42-3c37862e42acXR700urn:schemas-upnp-org:service:Layer3Forwarding:1urn:upnp-org:serviceId:L3Forwarding1/L3F.xml/ctl/L3F/evt/L3Furn:schemas-upnp-org:device:WANDevice:1WANDeviceNETGEAR,Inc.http://www.netgear.comWANDevice on NETGEAR XR700 Wireless RouterNETGEAR Nighthawk X10 AD7200 Smart WiFi RouterXR700http://www.netgear.com/home/products/wirelessrouters606449084528uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42acurn:schemas-upnp-org:service:WANCommonInterfaceConfig:1urn:upnp-org:serviceId:WANCommonIFC1/WANCfg.xml/ctl/CmnIfCfg/evt/CmnIfCfgurn:schemas-upnp-org:device:WANConnectionDevice:1WANConnectionDeviceNETGEAR,Inc.http://www.netgear.comWANConnectionDevice on NETGEAR XR700 Wireless RouterNETGEAR Nighthawk X10 AD7200 Smart WiFi RouterXR700http://www.netgear.com/home/products/wirelessrouters606449084528uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42acurn:schemas-upnp-org:service:WANEthernetLinkConfig:1urn:upnp-org:serviceId:WANEthLinkC1/WanEth.xml/ctl/WanEth/evt/WanEthurn:schemas-upnp-org:service:WANIPConnection:1urn:upnp-org:serviceId:WANIPConn1/WANIPCn.xml/ctl/IPConn/evt/IPConnhttp://www.routerlogin.net' 2022-04-30 17:44:46 DEBUG (MainThread) [homeassistant.components.ssdp] Discovery info: SsdpServiceInfo(upnp={'deviceType': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'friendlyName': 'XR700 (Gateway)', 'firmwareVersion': 'V1.0.1.48', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'NETGEAR XR700 NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', 'UPC': 'XR700', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:Layer3Forwarding:1', 'serviceId': 'urn:upnp-org:serviceId:L3Forwarding1', 'SCPDURL': '/L3F.xml', 'controlURL': '/ctl/L3F', 'eventSubURL': '/evt/L3F'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANDevice:1', 'friendlyName': 'WANDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANCommonIFC1', 'SCPDURL': '/WANCfg.xml', 'controlURL': '/ctl/CmnIfCfg', 'eventSubURL': '/evt/CmnIfCfg'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANConnectionDevice:1', 'friendlyName': 'WANConnectionDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANConnectionDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac', 'serviceList': {'service': [{'serviceType': 'urn:schemas-upnp-org:service:WANEthernetLinkConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANEthLinkC1', 'SCPDURL': '/WanEth.xml', 'controlURL': '/ctl/WanEth', 'eventSubURL': '/evt/WanEth'}, {'serviceType': 'urn:schemas-upnp-org:service:WANIPConnection:1', 'serviceId': 'urn:upnp-org:serviceId:WANIPConn1', 'SCPDURL': '/WANIPCn.xml', 'controlURL': '/ctl/IPConn', 'eventSubURL': '/evt/IPConn'}]}}}}}, 'presentationURL': 'http://www.routerlogin.net'}, ssdp_usn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_st='urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_location='http://192.168.1.1:56688/rootDesc.xml', ssdp_nt=None, ssdp_udn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', ssdp_ext='', ssdp_server='Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', ssdp_headers={'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:14:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 44, 46, 701084), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'}, x_homeassistant_matching_domains={'upnp'}) 2022-04-30 17:44:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:device:WANDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:device:WANDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:device:WANDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:device:WANDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:service:WANIPConnection:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANIPConnection:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:service:WANIPConnection:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANIPConnection:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:49 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:44:49 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:14:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 b'<?xml version="1.0"?>\r\n11http://192.168.1.1:56688urn:schemas-upnp-org:device:InternetGatewayDevice:1XR700 (Gateway)V1.0.1.48NETGEAR,Inc.http://www.netgear.comNETGEAR XR700 NETGEAR Nighthawk X10 AD7200 Smart WiFi RouterNETGEAR Nighthawk X10 AD7200 Smart WiFi RouterXR700http://www.netgear.com/home/products/wirelessroutersuuid:uuid:4d696e69-444c-164e-9d42-3c37862e42acXR700urn:schemas-upnp-org:service:Layer3Forwarding:1urn:upnp-org:serviceId:L3Forwarding1/L3F.xml/ctl/L3F/evt/L3Furn:schemas-upnp-org:device:WANDevice:1WANDeviceNETGEAR,Inc.http://www.netgear.comWANDevice on NETGEAR XR700 Wireless RouterNETGEAR Nighthawk X10 AD7200 Smart WiFi RouterXR700http://www.netgear.com/home/products/wirelessrouters606449084528uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42acurn:schemas-upnp-org:service:WANCommonInterfaceConfig:1urn:upnp-org:serviceId:WANCommonIFC1/WANCfg.xml/ctl/CmnIfCfg/evt/CmnIfCfgurn:schemas-upnp-org:device:WANConnectionDevice:1WANConnectionDeviceNETGEAR,Inc.http://www.netgear.comWANConnectionDevice on NETGEAR XR700 Wireless RouterNETGEAR Nighthawk X10 AD7200 Smart WiFi RouterXR700http://www.netgear.com/home/products/wirelessrouters606449084528uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42acurn:schemas-upnp-org:service:WANEthernetLinkConfig:1urn:upnp-org:serviceId:WANEthLinkC1/WanEth.xml/ctl/WanEth/evt/WanEthurn:schemas-upnp-org:service:WANIPConnection:1urn:upnp-org:serviceId:WANIPConn1/WANIPCn.xml/ctl/IPConn/evt/IPConnhttp://www.routerlogin.net' Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 2022-04-30 17:44:52 DEBUG (MainThread) [homeassistant.components.upnp] SSDP Callback, change: SsdpChange.ALIVE, headers: {'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:14:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 44, 46, 707683), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'} Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 2022-04-30 17:45:00 DEBUG (MainThread) [homeassistant.components.upnp] async_step_ssdp: discovery_info: SsdpServiceInfo(upnp={'deviceType': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'friendlyName': 'XR700 (Gateway)', 'firmwareVersion': 'V1.0.1.48', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'NETGEAR XR700 NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', 'UPC': 'XR700', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:Layer3Forwarding:1', 'serviceId': 'urn:upnp-org:serviceId:L3Forwarding1', 'SCPDURL': '/L3F.xml', 'controlURL': '/ctl/L3F', 'eventSubURL': '/evt/L3F'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANDevice:1', 'friendlyName': 'WANDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANCommonIFC1', 'SCPDURL': '/WANCfg.xml', 'controlURL': '/ctl/CmnIfCfg', 'eventSubURL': '/evt/CmnIfCfg'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANConnectionDevice:1', 'friendlyName': 'WANConnectionDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANConnectionDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac', 'serviceList': {'service': [{'serviceType': 'urn:schemas-upnp-org:service:WANEthernetLinkConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANEthLinkC1', 'SCPDURL': '/WanEth.xml', 'controlURL': '/ctl/WanEth', 'eventSubURL': '/evt/WanEth'}, {'serviceType': 'urn:schemas-upnp-org:service:WANIPConnection:1', 'serviceId': 'urn:upnp-org:serviceId:WANIPConn1', 'SCPDURL': '/WANIPCn.xml', 'controlURL': '/ctl/IPConn', 'eventSubURL': '/evt/IPConn'}]}}}}}, 'presentationURL': 'http://www.routerlogin.net'}, ssdp_usn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_st='urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_location='http://192.168.1.1:56688/rootDesc.xml', ssdp_nt=None, ssdp_udn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', ssdp_ext='', ssdp_server='Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', ssdp_headers={'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:14:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 44, 46, 701084), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'}, x_homeassistant_matching_domains={'upnp'}) 2022-04-30 17:45:08 DEBUG (MainThread) [homeassistant.components.device_tracker] Not adding entity Netgear 2E:42:AC because it's disabled Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 2022-04-30 17:45:41 DEBUG (MainThread) [homeassistant.helpers.translation] Cache miss for en: august, smart_meter_texas, azure_devops, goodwe, vera, nfandroidtv, vulcan, dsmr, harmony, tradfri, adax, gree, blink, motioneye, openweathermap, flux_led, mazda, iotawatt, vizio, home_plus_control, unifi, broadlink, oncue, pi_hole, iaqualink, toon, integration, atag, mysensors, github, smappee, yale_smart_alarm, airthings, fireservicerota, home_connect, devolo_home_control, fronius, vicare, gdacs, local_ip, melcloud, sonarr, launch_library, growatt_server, efergy, roku, nanoleaf, traccar, twinkly, hangouts, cpuspeed, wemo, dynalite, brunt, deconz, almond, roon, syncthing, emonitor, solarlog, vilfo, venstar, izone, panasonic_viera, gogogate2, meteoclimatic, vallox, meteo_france, opengarage, nam, xiaomi_aqara, lookin, volumio, omnilogic, ruckus_unleashed, nuki, kaleidescape, vesync, airzone, ezviz, shopping_list, surepetcare, onewire, cert_expiry, ialarm, elkm1, picnic, fjaraskupan, renault, whirlpool, logi_circle, lutron_caseta, overkiz, rdw, zwave_me, upcloud, buienradar, dlna_dmr, starline, balboa, lifx, devolo_home_network, dunehd, aussie_broadband, screenlogic, airly, elmax, philips_js, ambiclimate, fivem, ps4, peco, asuswrt, transmission, webostv, metoffice, airnow, nightscout, huisbaasje, p1_monitor, tile, point, trafikverket_train, songpal, mullvad, plaato, derivative, locative, hue, bsblan, recollect_waste, xbox, elgato, homewizard, pvpc_hourly_pricing, honeywell, econet, onvif, modern_forms, upb, coinbase, ambient_station, ovo_energy, enocean, profiler, opentherm_gw, trafikverket_weatherstation, aurora_abb_powerone, litejet, switch_as_x, forecast_solar, nzbget, cloudflare, tractive, netgear, ecobee, shelly, vlc_telnet, denonavr, androidtv, esphome, smartthings, moehlenhoff_alpha2, wallbox, min_max, sharkiq, eafm, geonetnz_quakes, tod, rainmachine, tasmota, braviatv, glances, uptime, somfy, azure_event_hub, pure_energie, verisure, gios, nws, icloud, wiffi, ipma, iqvia, homematicip_cloud, juicenet, alarmdecoder, ondilo_ico, hive, flo, sensibo, xiaomi_miio, epson, bosch_shc, heos, bmw_connected_drive, hlk_sw16, totalconnect, twilio, intellifire, velbus, fritzbox_callmonitor, flick_electric, rpi_power, airtouch4, wiz, mutesync, environment_canada, kulersky, luftdaten, agent_dvr, netatmo, youless, tuya, threshold, switchbot, nexia, roomba, tomorrowio, watttime, powerwall, yamaha_musiccast, kostal_plenticore, advantage_air, evil_genius_labs, senseme, iss, dexcom, wled, crownstone, homekit, tailscale, fritz, withings, ipp, tellduslive, fritzbox, hunterdouglas_powerview, cast, emulated_roku, directv, zha, kodi, neato, progettihwsw, prosegur, jellyfin, isy994, wolflink, bond, hvv_departures, sms, faa_delays, switcher_kis, mill, flunearyou, monoprice, hyperion, amberelectric, modem_callerid, notion, habitica, solax, geofency, tolo, nuheat, awair, enphase_envoy, brother, version, airvisual, system_bridge, aemet, flume, pvoutput, fibaro, rituals_perfume_genie, srp_energy, discord, aseko_pool_live, ridwell, life360, deluge, motion_blinds, ambee, homekit_controller, syncthru, islamic_prayer_times, spider, myq, zerproc, canary, guardian, poolsense, keenetic_ndms2, coronavirus, minecraft_server, tesla_wall_connector, axis, rfxtrx, sense, plugwise, utility_meter, mjpeg, arcam_fmj, aurora, open_meteo, sentry, moon, tankerkoenig, accuweather, blebox, rachio, adguard, tibber, huawei_lte, subaru, uptimerobot, unifiprotect, rtsp_to_webrtc, litterrobot, acmeda, mikrotik, speedtestdotnet, squeezebox, foscam, coolmaster, octoprint, synology_dsm, openuv, solaredge, konnected, co2signal, freedompro, doorbird, daikin, filesize, freebox, zwave_js, insteon, simplisafe, spotify, google, generic, smarttub, ios, waze_travel_time, google_travel_time, sonos, owntracks, yeelight, gpslogger, dnsip, kraken, rainforest_eagle, somfy_mylink, twentemilieu, steamist, apple_tv, geonetnz_volcano, kmtronic, ring, season, met_eireann, goalzero, control4, sia, mailgun, nest, plum_lightpad, smhi, ifttt, wilight, nut, lyric, risco, sleepiq, flipr, dialogflow, knx, stookalert, abode, forked_daapd, hisense_aehw4a1, nina, sma, tado, garages_amsterdam, tplink, soma, dlna_dms, whois 2022-04-30 17:45:41 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Sending {"id":49,"type":"result","success":true,"result":[{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"d5af2a006664a38268af48ba2afc95f0","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.home_assistant_operating_system_update_available","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"d5af2a006664a38268af48ba2afc95f0","disabled_by":"integration","entity_category":null,"entity_id":"sensor.home_assistant_operating_system_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"d5af2a006664a38268af48ba2afc95f0","disabled_by":"integration","entity_category":null,"entity_id":"sensor.home_assistant_operating_system_newest_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"2baacc6b8a837f3ba8e8d8e799c7957e","disabled_by":null,"entity_category":"config","entity_id":"update.home_assistant_supervisor_update","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"cd565848fbd41bfd3d1007b5f2ad88f6","disabled_by":null,"entity_category":"config","entity_id":"update.home_assistant_core_update","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"d5af2a006664a38268af48ba2afc95f0","disabled_by":null,"entity_category":"config","entity_id":"update.home_assistant_operating_system_update","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":null,"device_id":null,"disabled_by":null,"entity_category":null,"entity_id":"person.jarrad","hidden_by":null,"icon":null,"name":null,"platform":"person"},{"area_id":null,"config_entry_id":"4ec89b961daea9e1bf603d72536d3686","device_id":"8aa60d5868439d9199d79c6b176643bb","disabled_by":null,"entity_category":null,"entity_id":"weather.home","hidden_by":null,"icon":null,"name":null,"platform":"met"},{"area_id":null,"config_entry_id":"4ec89b961daea9e1bf603d72536d3686","device_id":"8aa60d5868439d9199d79c6b176643bb","disabled_by":"integration","entity_category":null,"entity_id":"weather.home_hourly","hidden_by":null,"icon":null,"name":null,"platform":"met"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"binary_sensor.xr700_gateway_wan_status","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_b_received","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_b_sent","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_packets_received","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_packets_sent","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_external_ip","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":"integration","entity_category":null,"entity_id":"sensor.xr700_gateway_uptime","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_wan_status","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_kib_s_received","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_kib_s_sent","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_packets_s_received","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"aad1093a2130b707d78eb5dce32ba5dc","device_id":"925c82a010ba95f7c75202a70b5920b7","disabled_by":null,"entity_category":null,"entity_id":"sensor.xr700_gateway_packets_s_sent","hidden_by":null,"icon":null,"name":null,"platform":"upnp"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"8c6d233ecce3be2cd40f3b5841568e78","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.duck_dns_update_available","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"8c6d233ecce3be2cd40f3b5841568e78","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.duck_dns_running","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"8c6d233ecce3be2cd40f3b5841568e78","disabled_by":"integration","entity_category":null,"entity_id":"sensor.duck_dns_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"8c6d233ecce3be2cd40f3b5841568e78","disabled_by":"integration","entity_category":null,"entity_id":"sensor.duck_dns_newest_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"8c6d233ecce3be2cd40f3b5841568e78","disabled_by":"integration","entity_category":null,"entity_id":"sensor.duck_dns_cpu_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"8c6d233ecce3be2cd40f3b5841568e78","disabled_by":"integration","entity_category":null,"entity_id":"sensor.duck_dns_memory_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"8c6d233ecce3be2cd40f3b5841568e78","disabled_by":null,"entity_category":"config","entity_id":"update.duck_dns_update","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"099c3af4ad30725325525b01f17f8d5e","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.studio_code_server_update_available","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"099c3af4ad30725325525b01f17f8d5e","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.studio_code_server_running","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"099c3af4ad30725325525b01f17f8d5e","disabled_by":"integration","entity_category":null,"entity_id":"sensor.studio_code_server_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"099c3af4ad30725325525b01f17f8d5e","disabled_by":"integration","entity_category":null,"entity_id":"sensor.studio_code_server_newest_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"099c3af4ad30725325525b01f17f8d5e","disabled_by":"integration","entity_category":null,"entity_id":"sensor.studio_code_server_cpu_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"099c3af4ad30725325525b01f17f8d5e","disabled_by":"integration","entity_category":null,"entity_id":"sensor.studio_code_server_memory_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"099c3af4ad30725325525b01f17f8d5e","disabled_by":null,"entity_category":"config","entity_id":"update.studio_code_server_update","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":"diagnostic","entity_id":"device_tracker.iphone","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_battery_level","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_sim_1","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_sim_2","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_geocoded_location","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_last_update_trigger","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_battery_state","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_storage","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_bssid","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_connection_type","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_ssid","hidden_by":null,"icon":"mdi:wifi-settings","name":"Jarrads_iPhone_SSID","platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_activity","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_distance","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_floors_ascended","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_floors_descended","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_steps","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"binary_sensor.iphone_focus","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"642ced0f078f3598838a6affca90cd53","device_id":"410ae82685a9126df853c5868fe36d72","disabled_by":null,"entity_category":null,"entity_id":"sensor.iphone_average_active_pace","hidden_by":null,"icon":null,"name":null,"platform":"mobile_app"},{"area_id":null,"config_entry_id":"e9a9c5f07ac1264a37663af4b132766a","device_id":"8d636cd761d3186d0a6fc65f597bac01","disabled_by":null,"entity_category":"config","entity_id":"button.scan_clients_media_pc","hidden_by":null,"icon":null,"name":null,"platform":"plex"},{"area_id":null,"config_entry_id":"e9a9c5f07ac1264a37663af4b132766a","device_id":"8d636cd761d3186d0a6fc65f597bac01","disabled_by":null,"entity_category":null,"entity_id":"sensor.plex_media_pc","hidden_by":null,"icon":null,"name":null,"platform":"plex"},{"area_id":null,"config_entry_id":"e9a9c5f07ac1264a37663af4b132766a","device_id":"8d636cd761d3186d0a6fc65f597bac01","disabled_by":"integration","entity_category":null,"entity_id":"sensor.media_pc_library_movies","hidden_by":null,"icon":null,"name":null,"platform":"plex"},{"area_id":null,"config_entry_id":"e9a9c5f07ac1264a37663af4b132766a","device_id":"8d636cd761d3186d0a6fc65f597bac01","disabled_by":"integration","entity_category":null,"entity_id":"sensor.media_pc_library_tv_shows","hidden_by":null,"icon":null,"name":null,"platform":"plex"},{"area_id":null,"config_entry_id":"e9a9c5f07ac1264a37663af4b132766a","device_id":"18dfec4b10cd1b8365f1bfbf7c7a4360","disabled_by":null,"entity_category":null,"entity_id":"media_player.plex_plex_web_chrome","hidden_by":null,"icon":null,"name":null,"platform":"plex"},{"area_id":null,"config_entry_id":"e9a9c5f07ac1264a37663af4b132766a","device_id":"6ed2d8dfb2acac801372e38386d6eb40","disabled_by":null,"entity_category":null,"entity_id":"media_player.plex_plex_media_player_media_pc","hidden_by":null,"icon":null,"name":null,"platform":"plex"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"97de85c6fe850d3122e476ece6fe45e5","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.terminal_ssh_update_available","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"97de85c6fe850d3122e476ece6fe45e5","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.terminal_ssh_running","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"97de85c6fe850d3122e476ece6fe45e5","disabled_by":"integration","entity_category":null,"entity_id":"sensor.terminal_ssh_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"97de85c6fe850d3122e476ece6fe45e5","disabled_by":"integration","entity_category":null,"entity_id":"sensor.terminal_ssh_newest_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"97de85c6fe850d3122e476ece6fe45e5","disabled_by":"integration","entity_category":null,"entity_id":"sensor.terminal_ssh_cpu_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"97de85c6fe850d3122e476ece6fe45e5","disabled_by":"integration","entity_category":null,"entity_id":"sensor.terminal_ssh_memory_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"97de85c6fe850d3122e476ece6fe45e5","disabled_by":null,"entity_category":"config","entity_id":"update.terminal_ssh_update","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":null,"device_id":null,"disabled_by":null,"entity_category":null,"entity_id":"vacuum.deebot","hidden_by":null,"icon":null,"name":null,"platform":"ecovacs"},{"area_id":null,"config_entry_id":"6c8cb48096af9e8b0518d7d6082627b1","device_id":"329acbd1d01e0fd10b27ae0e54034fb2","disabled_by":null,"entity_category":null,"entity_id":"sensor.hacs","hidden_by":null,"icon":null,"name":null,"platform":"hacs"},{"area_id":null,"config_entry_id":"4a6da6d611568e1e60dc9f01c38eff1b","device_id":"07f6de957a191168e318a01ce0f2a890","disabled_by":null,"entity_category":null,"entity_id":"sensor.refrigerator","hidden_by":null,"icon":null,"name":null,"platform":"smartthinq_sensors"},{"area_id":null,"config_entry_id":"4a6da6d611568e1e60dc9f01c38eff1b","device_id":"07f6de957a191168e318a01ce0f2a890","disabled_by":null,"entity_category":null,"entity_id":"sensor.refrigerator_fridge_temp","hidden_by":null,"icon":null,"name":null,"platform":"smartthinq_sensors"},{"area_id":null,"config_entry_id":"4a6da6d611568e1e60dc9f01c38eff1b","device_id":"07f6de957a191168e318a01ce0f2a890","disabled_by":null,"entity_category":null,"entity_id":"sensor.refrigerator_freezer_temp","hidden_by":null,"icon":null,"name":null,"platform":"smartthinq_sensors"},{"area_id":null,"config_entry_id":"4a6da6d611568e1e60dc9f01c38eff1b","device_id":"07f6de957a191168e318a01ce0f2a890","disabled_by":null,"entity_category":null,"entity_id":"binary_sensor.refrigerator_door_open","hidden_by":null,"icon":null,"name":null,"platform":"smartthinq_sensors"},{"area_id":null,"config_entry_id":"4a6da6d611568e1e60dc9f01c38eff1b","device_id":"07f6de957a191168e318a01ce0f2a890","disabled_by":null,"entity_category":null,"entity_id":"climate.refrigerator_fridge","hidden_by":null,"icon":null,"name":null,"platform":"smartthinq_sensors"},{"area_id":null,"config_entry_id":"4a6da6d611568e1e60dc9f01c38eff1b","device_id":"07f6de957a191168e318a01ce0f2a890","disabled_by":null,"entity_category":null,"entity_id":"climate.refrigerator_freezer","hidden_by":null,"icon":null,"name":null,"platform":"smartthinq_sensors"},{"area_id":null,"config_entry_id":"4a6da6d611568e1e60dc9f01c38eff1b","device_id":"07f6de957a191168e318a01ce0f2a890","disabled_by":null,"entity_category":null,"entity_id":"switch.refrigerator_express_mode","hidden_by":null,"icon":null,"name":null,"platform":"smartthinq_sensors"},{"area_id":null,"config_entry_id":null,"device_id":null,"disabled_by":null,"entity_category":null,"entity_id":"automation.notify_if_fridge_door_left_open","hidden_by":null,"icon":null,"name":null,"platform":"automation"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"bb6b832bc3b9180c1abb950347f24d14","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.mosquitto_broker_update_available","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"bb6b832bc3b9180c1abb950347f24d14","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.mosquitto_broker_running","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"bb6b832bc3b9180c1abb950347f24d14","disabled_by":"integration","entity_category":null,"entity_id":"sensor.mosquitto_broker_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"bb6b832bc3b9180c1abb950347f24d14","disabled_by":"integration","entity_category":null,"entity_id":"sensor.mosquitto_broker_newest_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"bb6b832bc3b9180c1abb950347f24d14","disabled_by":"integration","entity_category":null,"entity_id":"sensor.mosquitto_broker_cpu_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"bb6b832bc3b9180c1abb950347f24d14","disabled_by":"integration","entity_category":null,"entity_id":"sensor.mosquitto_broker_memory_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"bb6b832bc3b9180c1abb950347f24d14","disabled_by":null,"entity_category":"config","entity_id":"update.mosquitto_broker_update","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"4421d3e4a5396fe6f4a8be5b3590af1c","device_id":"c876ab037381e61bdb4ca8a7fd535a0d","disabled_by":null,"entity_category":null,"entity_id":"sensor.gaming_pc_current_state","hidden_by":null,"icon":"mdi:desktop-classic","name":"Gaming PC","platform":"mqtt"},{"area_id":null,"config_entry_id":"4421d3e4a5396fe6f4a8be5b3590af1c","device_id":"c876ab037381e61bdb4ca8a7fd535a0d","disabled_by":null,"entity_category":null,"entity_id":"switch.gaming_pc_shutdown","hidden_by":null,"icon":null,"name":"Gaming PC Shutdown","platform":"mqtt"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.netgear_2e_42_ac","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.giga_byte_technology_31_de_b4","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":"36da3712b79d3155d2632d9903c1609a","disabled_by":null,"entity_category":"diagnostic","entity_id":"device_tracker.samsung_electronics_b2_8f_b8","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.tp_link_technologies_40_e5_87","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.ampak_technology_15_ff_d2","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.nmap_tracker_20_57_9e_60_ef_31","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.nmap_tracker_4c_bc_e9_0f_b0_b0","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.seiko_epson_01_f2_c8","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.nmap_tracker_6c_cd_d6_c2_25_4e","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.nmap_tracker_6c_cd_d6_c2_25_66","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.nmap_tracker_56_e2_84_b9_41_8c","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":null,"entity_category":"diagnostic","entity_id":"device_tracker.jarrads_watch","hidden_by":null,"icon":"mdi:watch-variant","name":"Jarrads_Apple_Watch","platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":null,"entity_category":"diagnostic","entity_id":"device_tracker.jarrads_phone","hidden_by":null,"icon":"mdi:cellphone-basic","name":"Jarrads_iPhone","platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"b90e51f6827768e58c5cddb72936e629","device_id":"36da3712b79d3155d2632d9903c1609a","disabled_by":null,"entity_category":null,"entity_id":"media_player.ua60f6400","hidden_by":null,"icon":null,"name":"Lounge TV","platform":"samsungtv"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":null,"entity_category":"diagnostic","entity_id":"device_tracker.beths_phone","hidden_by":null,"icon":"mdi:cellphone-basic","name":"Beths_Galaxy_Note20","platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"35a7b1671fc8da84b2d50aff5cffbbc4","device_id":null,"disabled_by":"integration","entity_category":"diagnostic","entity_id":"device_tracker.asustek_computer_09_17_b3","hidden_by":null,"icon":null,"name":null,"platform":"nmap_tracker"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"818960c88f7c172558eacb52f4bf6041","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.z_wave_js_to_mqtt_update_available","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"818960c88f7c172558eacb52f4bf6041","disabled_by":"integration","entity_category":null,"entity_id":"binary_sensor.z_wave_js_to_mqtt_running","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"818960c88f7c172558eacb52f4bf6041","disabled_by":"integration","entity_category":null,"entity_id":"sensor.z_wave_js_to_mqtt_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"818960c88f7c172558eacb52f4bf6041","disabled_by":"integration","entity_category":null,"entity_id":"sensor.z_wave_js_to_mqtt_newest_version","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"818960c88f7c172558eacb52f4bf6041","disabled_by":"integration","entity_category":null,"entity_id":"sensor.z_wave_js_to_mqtt_cpu_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"818960c88f7c172558eacb52f4bf6041","disabled_by":"integration","entity_category":null,"entity_id":"sensor.z_wave_js_to_mqtt_memory_percent","hidden_by":null,"icon":null,"name":null,"platform":"hassio"},{"area_id":null,"config_entry_id":"6018765bb8cb09d685b1c883e5cb3824","device_id":"818960c88f7c172558eacb52f4bf6041","disabled_by":null,"entity_category":"config","entity_id":"update.z_wave_js_to_mqtt_update","hidden_by":null,"icon":null,"name":null,"platform":"hassio"}]} 2022-04-30 17:45:41 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Sending {"id":51,"type":"result","success":true,"result":[{"area_id":null,"configuration_url":null,"config_entries":["6018765bb8cb09d685b1c883e5cb3824"],"connections":[],"disabled_by":null,"entry_type":"service","id":"cd565848fbd41bfd3d1007b5f2ad88f6","identifiers":[["hassio","core"]],"manufacturer":"Home Assistant","model":"Home Assistant Core","name_by_user":null,"name":"Home Assistant Core","sw_version":"2022.4.5","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":null,"config_entries":["6018765bb8cb09d685b1c883e5cb3824"],"connections":[],"disabled_by":null,"entry_type":"service","id":"2baacc6b8a837f3ba8e8d8e799c7957e","identifiers":[["hassio","supervisor"]],"manufacturer":"Home Assistant","model":"Home Assistant Supervisor","name_by_user":null,"name":"Home Assistant Supervisor","sw_version":"2022.04.0","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":null,"config_entries":["6018765bb8cb09d685b1c883e5cb3824"],"connections":[],"disabled_by":null,"entry_type":"service","id":"d5af2a006664a38268af48ba2afc95f0","identifiers":[["hassio","OS"]],"manufacturer":"Home Assistant","model":"Home Assistant Operating System","name_by_user":null,"name":"Home Assistant Operating System","sw_version":"7.6","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":"https://www.met.no/en","config_entries":["4ec89b961daea9e1bf603d72536d3686"],"connections":[],"disabled_by":null,"entry_type":"service","id":"8aa60d5868439d9199d79c6b176643bb","identifiers":[["met"]],"manufacturer":"Met.no","model":"Forecast","name_by_user":null,"name":"Forecast","sw_version":null,"hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":"http://192.168.1.1","config_entries":["aad1093a2130b707d78eb5dce32ba5dc"],"connections":[["upnp","uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac"]],"disabled_by":null,"entry_type":null,"id":"925c82a010ba95f7c75202a70b5920b7","identifiers":[["upnp","uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac"]],"manufacturer":"NETGEAR,Inc.","model":"NETGEAR Nighthawk X10 AD7200 Smart WiFi Router","name_by_user":null,"name":"XR700 (Gateway)","sw_version":null,"hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":"homeassistant://hassio/addon/core_duckdns","config_entries":["6018765bb8cb09d685b1c883e5cb3824"],"connections":[],"disabled_by":null,"entry_type":"service","id":"8c6d233ecce3be2cd40f3b5841568e78","identifiers":[["hassio","core_duckdns"]],"manufacturer":"Official add-ons","model":"Home Assistant Add-on","name_by_user":null,"name":"Duck DNS","sw_version":"1.14.0","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":"homeassistant://hassio/addon/a0d7b954_vscode","config_entries":["6018765bb8cb09d685b1c883e5cb3824"],"connections":[],"disabled_by":null,"entry_type":"service","id":"099c3af4ad30725325525b01f17f8d5e","identifiers":[["hassio","a0d7b954_vscode"]],"manufacturer":"Home Assistant Community Add-ons","model":"Home Assistant Add-on","name_by_user":null,"name":"Studio Code Server","sw_version":"4.2.0","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":null,"config_entries":["642ced0f078f3598838a6affca90cd53"],"connections":[],"disabled_by":null,"entry_type":null,"id":"410ae82685a9126df853c5868fe36d72","identifiers":[["mobile_app","E8B3D40E-225E-4CAC-8807-7839D8174989"]],"manufacturer":"Apple","model":"iPhone13,4","name_by_user":null,"name":"iPhone","sw_version":"15.4.1","hw_version":null,"via_device_id":null},{"area_id":"living_room","configuration_url":"https://192-168-1-9.bc41d67f4a5e4a6284ee9306abdeb920.plex.direct:32400/web","config_entries":["e9a9c5f07ac1264a37663af4b132766a"],"connections":[],"disabled_by":null,"entry_type":null,"id":"8d636cd761d3186d0a6fc65f597bac01","identifiers":[["plex","680187d047e969e0fe9cba137260466a6ac03320"]],"manufacturer":"Plex","model":"Plex Media Server","name_by_user":null,"name":"Media-PC","sw_version":"1.25.4.5487-648a8f9f9","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":null,"config_entries":["e9a9c5f07ac1264a37663af4b132766a"],"connections":[],"disabled_by":null,"entry_type":"service","id":"18dfec4b10cd1b8365f1bfbf7c7a4360","identifiers":[["plex","plex.tv-clients"]],"manufacturer":"Plex","model":"Plex Clients","name_by_user":null,"name":"Plex Client Service","sw_version":null,"hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":null,"config_entries":["e9a9c5f07ac1264a37663af4b132766a"],"connections":[],"disabled_by":null,"entry_type":null,"id":"6ed2d8dfb2acac801372e38386d6eb40","identifiers":[["plex","9ptbp7h0qifuotkucest3mcx"]],"manufacturer":"Plex","model":"Plex Media Player","name_by_user":null,"name":"Plex (Plex Media Player - Media-PC)","sw_version":"2.58.0.1076-38e019da","hw_version":null,"via_device_id":"8d636cd761d3186d0a6fc65f597bac01"},{"area_id":null,"configuration_url":"homeassistant://hassio/addon/core_ssh","config_entries":["6018765bb8cb09d685b1c883e5cb3824"],"connections":[],"disabled_by":null,"entry_type":"service","id":"97de85c6fe850d3122e476ece6fe45e5","identifiers":[["hassio","core_ssh"]],"manufacturer":"Official add-ons","model":"Home Assistant Add-on","name_by_user":null,"name":"Terminal & SSH","sw_version":"9.3.0","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":"homeassistant://hacs","config_entries":["6c8cb48096af9e8b0518d7d6082627b1"],"connections":[],"disabled_by":null,"entry_type":"service","id":"329acbd1d01e0fd10b27ae0e54034fb2","identifiers":[["hacs","0717a0cd-745c-48fd-9b16-c8534c9704f9-bc944b0f-fd42-4a58-a072-ade38d1444cd"]],"manufacturer":"hacs.xyz","model":"","name_by_user":null,"name":"HACS","sw_version":"1.24.5","hw_version":null,"via_device_id":null},{"area_id":"","configuration_url":null,"config_entries":["b90e51f6827768e58c5cddb72936e629","35a7b1671fc8da84b2d50aff5cffbbc4"],"connections":[["mac","5c:f6:dc:b2:8f:b8"]],"disabled_by":null,"entry_type":null,"id":"36da3712b79d3155d2632d9903c1609a","identifiers":[["samsungtv","09896800-00a0-1000-bf66-5cf6dcb28fb3"],["samsungtv","09896801-00a0-1000-bb3d-5cf6dcb28fb3"]],"manufacturer":"Samsung Electronics","model":"UA60F6400","name_by_user":null,"name":"UA60F6400","sw_version":null,"hw_version":null,"via_device_id":null},{"area_id":"kitchen","configuration_url":null,"config_entries":["4a6da6d611568e1e60dc9f01c38eff1b"],"connections":[],"disabled_by":null,"entry_type":null,"id":"07f6de957a191168e318a01ce0f2a890","identifiers":[["smartthinq_sensors","47c812ce-ce07-10e7-a60b-4cbce90fb0b0"]],"manufacturer":"LG","model":"2REF11ENISP_2-FD (REFRIGERATOR)","name_by_user":null,"name":"Refrigerator","sw_version":"clip_hna_v1.9.151","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":"homeassistant://hassio/addon/core_mosquitto","config_entries":["6018765bb8cb09d685b1c883e5cb3824"],"connections":[],"disabled_by":null,"entry_type":"service","id":"bb6b832bc3b9180c1abb950347f24d14","identifiers":[["hassio","core_mosquitto"]],"manufacturer":"Official add-ons","model":"Home Assistant Add-on","name_by_user":null,"name":"Mosquitto broker","sw_version":"6.0.2","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":null,"config_entries":["4421d3e4a5396fe6f4a8be5b3590af1c"],"connections":[],"disabled_by":null,"entry_type":null,"id":"c876ab037381e61bdb4ca8a7fd535a0d","identifiers":[["mqtt","hass-workstation-serviceJARRAD-PC"]],"manufacturer":"Jarrad","model":"Microsoft Windows NT 10.0.19044.0","name_by_user":null,"name":"JARRAD-PC","sw_version":"1.0.0.29957","hw_version":null,"via_device_id":null},{"area_id":null,"configuration_url":"homeassistant://hassio/addon/a0d7b954_zwavejs2mqtt","config_entries":["6018765bb8cb09d685b1c883e5cb3824"],"connections":[],"disabled_by":null,"entry_type":"service","id":"818960c88f7c172558eacb52f4bf6041","identifiers":[["hassio","a0d7b954_zwavejs2mqtt"]],"manufacturer":"Home Assistant Community Add-ons","model":"Home Assistant Add-on","name_by_user":null,"name":"Z-Wave JS to MQTT","sw_version":"0.38.0","hw_version":null,"via_device_id":null}]} 2022-04-30 17:45:41 INFO (SyncWorker_0) [homeassistant.loader] Loaded netgear from homeassistant.components.netgear 2022-04-30 17:45:41 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Sending {"id":44,"type":"result","success":true,"result":{"resources":{"component.whois.title":"Whois","component.dlna_dms.title":"DLNA Digital Media Server","component.soma.title":"Soma Connect","component.tplink.title":"TP-Link Kasa Smart","component.garages_amsterdam.title":"Garages Amsterdam","component.tado.title":"Tado","component.sma.title":"SMA Solar","component.nina.title":"NINA","component.hisense_aehw4a1.title":"Hisense AEH-W4A1","component.forked_daapd.title":"forked-daapd","component.abode.title":"Abode","component.stookalert.title":"RIVM Stookalert","component.knx.title":"KNX","component.dialogflow.title":"Dialogflow","component.flipr.title":"Flipr","component.sleepiq.title":"SleepIQ","component.risco.title":"Risco","component.lyric.title":"Honeywell Lyric","component.nut.title":"Network UPS Tools (NUT)","component.wilight.title":"WiLight","component.ifttt.title":"IFTTT","component.smhi.title":"SMHI","component.plum_lightpad.title":"Plum Lightpad","component.nest.title":"Nest","component.mailgun.title":"Mailgun","component.sia.title":"SIA Alarm Systems","component.control4.title":"Control4","component.goalzero.title":"Goal Zero Yeti","component.met_eireann.title":"Met \u00c9ireann","component.season.title":"Season","component.ring.title":"Ring","component.kmtronic.title":"KMtronic","component.geonetnz_volcano.title":"GeoNet NZ Volcano","component.apple_tv.title":"Apple TV","component.steamist.title":"Steamist","component.twentemilieu.title":"Twente Milieu","component.somfy_mylink.title":"Somfy MyLink","component.rainforest_eagle.title":"Rainforest Eagle","component.kraken.title":"Kraken","component.dnsip.title":"DNS IP","component.gpslogger.title":"GPSLogger","component.yeelight.title":"Yeelight","component.owntracks.title":"OwnTracks","component.sonos.title":"Sonos","component.google_travel_time.title":"Google Maps Travel Time","component.waze_travel_time.title":"Waze Travel Time","component.ios.title":"Home Assistant iOS","component.smarttub.title":"SmartTub","component.generic.title":"Generic Camera","component.google.title":"Google Calendars","component.spotify.title":"Spotify","component.simplisafe.title":"SimpliSafe","component.insteon.title":"Insteon","component.zwave_js.title":"Z-Wave JS","component.freebox.title":"Freebox","component.filesize.title":"Filesize","component.daikin.title":"Daikin AC","component.doorbird.title":"DoorBird","component.freedompro.title":"Freedompro","component.co2signal.title":"CO2 Signal","component.konnected.title":"Konnected.io","component.solaredge.title":"SolarEdge","component.openuv.title":"OpenUV","component.synology_dsm.title":"Synology DSM","component.octoprint.title":"OctoPrint","component.coolmaster.title":"CoolMasterNet","component.foscam.title":"Foscam","component.squeezebox.title":"Logitech Squeezebox","component.speedtestdotnet.title":"Speedtest.net","component.mikrotik.title":"Mikrotik","component.acmeda.title":"Rollease Acmeda Automate","component.litterrobot.title":"Litter-Robot","component.rtsp_to_webrtc.title":"RTSPtoWebRTC","component.unifiprotect.title":"UniFi Protect","component.uptimerobot.title":"UptimeRobot","component.subaru.title":"Subaru","component.huawei_lte.title":"Huawei LTE","component.tibber.title":"Tibber","component.adguard.title":"AdGuard Home","component.rachio.title":"Rachio","component.blebox.title":"BleBox devices","component.accuweather.title":"AccuWeather","component.tankerkoenig.title":"Tankerkoenig","component.moon.title":"Moon","component.sentry.title":"Sentry","component.open_meteo.title":"Open-Meteo","component.aurora.title":"NOAA Aurora Sensor","component.arcam_fmj.title":"Arcam FMJ Receivers","component.mjpeg.title":"MJPEG IP Camera","component.utility_meter.title":"Utility Meter","component.plugwise.title":"Plugwise","component.sense.title":"Sense","component.rfxtrx.title":"RFXCOM RFXtrx","component.axis.title":"Axis","component.tesla_wall_connector.title":"Tesla Wall Connector","component.minecraft_server.title":"Minecraft Server","component.coronavirus.title":"Coronavirus (COVID-19)","component.keenetic_ndms2.title":"Keenetic NDMS2 Router","component.poolsense.title":"PoolSense","component.guardian.title":"Elexa Guardian","component.canary.title":"Canary","component.zerproc.title":"Zerproc","component.myq.title":"MyQ","component.spider.title":"Itho Daalderop Spider","component.islamic_prayer_times.title":"Islamic Prayer Times","component.syncthru.title":"Samsung SyncThru Printer","component.homekit_controller.title":"HomeKit Controller","component.ambee.title":"Ambee","component.motion_blinds.title":"Motion Blinds","component.deluge.title":"Deluge","component.life360.title":"Life360","component.ridwell.title":"Ridwell","component.aseko_pool_live.title":"Aseko Pool Live","component.discord.title":"Discord","component.srp_energy.title":"SRP Energy","component.rituals_perfume_genie.title":"Rituals Perfume Genie","component.fibaro.title":"Fibaro","component.pvoutput.title":"PVOutput","component.flume.title":"Flume","component.aemet.title":"AEMET OpenData","component.system_bridge.title":"System Bridge","component.airvisual.title":"AirVisual","component.version.title":"Version","component.brother.title":"Brother Printer","component.enphase_envoy.title":"Enphase Envoy","component.awair.title":"Awair","component.nuheat.title":"NuHeat","component.tolo.title":"TOLO Sauna","component.geofency.title":"Geofency","component.solax.title":"SolaX Power","component.habitica.title":"Habitica","component.notion.title":"Notion","component.modem_callerid.title":"Phone Modem","component.amberelectric.title":"Amber Electric","component.hyperion.title":"Hyperion","component.monoprice.title":"Monoprice 6-Zone Amplifier","component.flunearyou.title":"Flu Near You","component.mill.title":"Mill","component.switcher_kis.title":"Switcher","component.faa_delays.title":"FAA Delays","component.sms.title":"SMS notifications via GSM-modem","component.hvv_departures.title":"HVV Departures","component.bond.title":"Bond","component.wolflink.title":"Wolf SmartSet Service","component.isy994.title":"Universal Devices ISY994","component.jellyfin.title":"Jellyfin","component.prosegur.title":"Prosegur Alarm","component.progettihwsw.title":"ProgettiHWSW Automation","component.neato.title":"Neato Botvac","component.kodi.title":"Kodi","component.zha.title":"Zigbee Home Automation","component.directv.title":"DirecTV","component.emulated_roku.title":"Emulated Roku","component.cast.title":"Google Cast","component.hunterdouglas_powerview.title":"Hunter Douglas PowerView","component.fritzbox.title":"AVM FRITZ!SmartHome","component.tellduslive.title":"Telldus Live","component.ipp.title":"Internet Printing Protocol (IPP)","component.withings.title":"Withings","component.fritz.title":"AVM FRITZ!Box Tools","component.tailscale.title":"Tailscale","component.homekit.title":"HomeKit","component.crownstone.title":"Crownstone","component.wled.title":"WLED","component.dexcom.title":"Dexcom","component.iss.title":"International Space Station (ISS)","component.senseme.title":"SenseME","component.evil_genius_labs.title":"Evil Genius Labs","component.advantage_air.title":"Advantage Air","component.kostal_plenticore.title":"Kostal Plenticore Solar Inverter","component.yamaha_musiccast.title":"MusicCast","component.powerwall.title":"Tesla Powerwall","component.watttime.title":"WattTime","component.tomorrowio.title":"Tomorrow.io","component.roomba.title":"iRobot Roomba and Braava","component.nexia.title":"Nexia/American Standard/Trane","component.switchbot.title":"SwitchBot","component.threshold.title":"Threshold Sensor","component.tuya.title":"Tuya","component.youless.title":"YouLess","component.netatmo.title":"Netatmo","component.agent_dvr.title":"Agent DVR","component.luftdaten.title":"Sensor.Community","component.kulersky.title":"Kuler Sky","component.environment_canada.title":"Environment Canada","component.mutesync.title":"mutesync","component.wiz.title":"WiZ","component.airtouch4.title":"AirTouch 4","component.rpi_power.title":"Raspberry Pi Power Supply Checker","component.flick_electric.title":"Flick Electric","component.fritzbox_callmonitor.title":"AVM FRITZ!Box Call Monitor","component.velbus.title":"Velbus","component.intellifire.title":"IntelliFire","component.twilio.title":"Twilio","component.totalconnect.title":"Total Connect","component.hlk_sw16.title":"Hi-Link HLK-SW16","component.bmw_connected_drive.title":"BMW Connected Drive","component.heos.title":"Denon HEOS","component.bosch_shc.title":"Bosch SHC","component.epson.title":"Epson","component.xiaomi_miio.title":"Xiaomi Miio","component.sensibo.title":"Sensibo","component.flo.title":"Flo","component.hive.title":"Hive","component.ondilo_ico.title":"Ondilo ICO","component.alarmdecoder.title":"AlarmDecoder","component.juicenet.title":"JuiceNet","component.homematicip_cloud.title":"HomematicIP Cloud","component.iqvia.title":"IQVIA","component.ipma.title":"Instituto Portugu\u00eas do Mar e Atmosfera (IPMA)","component.wiffi.title":"Wiffi","component.icloud.title":"Apple iCloud","component.nws.title":"National Weather Service (NWS)","component.gios.title":"GIO\u015a","component.verisure.title":"Verisure","component.pure_energie.title":"Pure Energie","component.azure_event_hub.title":"Azure Event Hub","component.somfy.title":"Somfy","component.uptime.title":"Uptime","component.glances.title":"Glances","component.braviatv.title":"Sony Bravia TV","component.tasmota.title":"Tasmota","component.rainmachine.title":"RainMachine","component.tod.title":"Times of the Day Sensor","component.geonetnz_quakes.title":"GeoNet NZ Quakes","component.eafm.title":"Environment Agency Flood Gauges","component.sharkiq.title":"Shark IQ","component.min_max.title":"Min / max / mean / median sensor","component.wallbox.title":"Wallbox","component.moehlenhoff_alpha2.title":"M\u00f6hlenhoff Alpha2","component.smartthings.title":"SmartThings","component.esphome.title":"ESPHome","component.androidtv.title":"Android TV","component.denonavr.title":"Denon AVR Network Receivers","component.vlc_telnet.title":"VLC media player via Telnet","component.shelly.title":"Shelly","component.ecobee.title":"ecobee","component.netgear.title":"NETGEAR","component.tractive.title":"Tractive","component.cloudflare.title":"Cloudflare","component.nzbget.title":"NZBGet","component.forecast_solar.title":"Forecast.Solar","component.switch_as_x.title":"Change device type of a switch","component.litejet.title":"LiteJet","component.aurora_abb_powerone.title":"Aurora ABB PowerOne Solar PV","component.trafikverket_weatherstation.title":"Trafikverket Weather Station","component.opentherm_gw.title":"OpenTherm Gateway","component.profiler.title":"Profiler","component.enocean.title":"EnOcean","component.ovo_energy.title":"OVO Energy","component.ambient_station.title":"Ambient Weather Station","component.coinbase.title":"Coinbase","component.upb.title":"Universal Powerline Bus (UPB)","component.modern_forms.title":"Modern Forms","component.onvif.title":"ONVIF","component.econet.title":"Rheem EcoNet Products","component.honeywell.title":"Honeywell Total Connect Comfort (US)","component.pvpc_hourly_pricing.title":"Spain electricity hourly pricing (PVPC)","component.homewizard.title":"HomeWizard Energy","component.elgato.title":"Elgato Light","component.xbox.title":"Xbox","component.recollect_waste.title":"ReCollect Waste","component.bsblan.title":"BSB-Lan","component.hue.title":"Philips Hue","component.locative.title":"Locative","component.derivative.title":"Derivative sensor","component.plaato.title":"Plaato","component.mullvad.title":"Mullvad VPN","component.songpal.title":"Sony Songpal","component.trafikverket_train.title":"Trafikverket Train","component.point.title":"Minut Point","component.tile.title":"Tile","component.p1_monitor.title":"P1 Monitor","component.huisbaasje.title":"Huisbaasje","component.nightscout.title":"Nightscout","component.airnow.title":"AirNow","component.metoffice.title":"Met Office","component.webostv.title":"LG webOS Smart TV","component.transmission.title":"Transmission","component.asuswrt.title":"ASUSWRT","component.peco.title":"PECO Outage Counter","component.ps4.title":"Sony PlayStation 4","component.fivem.title":"FiveM","component.ambiclimate.title":"Ambiclimate","component.philips_js.title":"Philips TV","component.elmax.title":"Elmax Cloud Setup","component.airly.title":"Airly","component.screenlogic.title":"Pentair ScreenLogic","component.aussie_broadband.title":"Aussie Broadband","component.dunehd.title":"Dune HD","component.devolo_home_network.title":"devolo Home Network","component.lifx.title":"LIFX","component.balboa.title":"Balboa Spa Client","component.starline.title":"StarLine","component.dlna_dmr.title":"DLNA Digital Media Renderer","component.buienradar.title":"Buienradar","component.upcloud.title":"UpCloud","component.zwave_me.title":"Z-Wave.Me","component.rdw.title":"RDW","component.overkiz.title":"Overkiz (by Somfy)","component.lutron_caseta.title":"Lutron Cas\u00e9ta","component.logi_circle.title":"Logi Circle","component.whirlpool.title":"Whirlpool Sixth Sense","component.renault.title":"Renault","component.fjaraskupan.title":"Fj\u00e4r\u00e5skupan","component.picnic.title":"Picnic","component.elkm1.title":"Elk-M1 Control","component.ialarm.title":"Antifurto365 iAlarm","component.cert_expiry.title":"Certificate Expiry","component.onewire.title":"1-Wire","component.surepetcare.title":"Sure Petcare","component.shopping_list.title":"Shopping List","component.ezviz.title":"Ezviz","component.airzone.title":"Airzone","component.vesync.title":"VeSync","component.kaleidescape.title":"Kaleidescape","component.nuki.title":"Nuki","component.ruckus_unleashed.title":"Ruckus Unleashed","component.omnilogic.title":"Hayward Omnilogic","component.volumio.title":"Volumio","component.lookin.title":"LOOKin","component.xiaomi_aqara.title":"Xiaomi Gateway (Aqara)","component.nam.title":"Nettigo Air Monitor","component.opengarage.title":"OpenGarage","component.meteo_france.title":"M\u00e9t\u00e9o-France","component.vallox.title":"Vallox","component.meteoclimatic.title":"Meteoclimatic","component.gogogate2.title":"Gogogate2 and ismartgate","component.panasonic_viera.title":"Panasonic Viera","component.izone.title":"iZone","component.venstar.title":"Venstar","component.vilfo.title":"Vilfo Router","component.solarlog.title":"Solar-Log","component.emonitor.title":"SiteSage Emonitor","component.syncthing.title":"Syncthing","component.roon.title":"RoonLabs music player","component.almond.title":"Almond","component.deconz.title":"deCONZ","component.brunt.title":"Brunt Blind Engine","component.dynalite.title":"Philips Dynalite","component.wemo.title":"Belkin WeMo","component.cpuspeed.title":"CPU Speed","component.hangouts.title":"Google Chat","component.twinkly.title":"Twinkly","component.traccar.title":"Traccar","component.nanoleaf.title":"Nanoleaf","component.roku.title":"Roku","component.efergy.title":"Efergy","component.growatt_server.title":"Growatt Server","component.launch_library.title":"Launch Library","component.sonarr.title":"Sonarr","component.melcloud.title":"MELCloud","component.local_ip.title":"Local IP Address","component.gdacs.title":"Global Disaster Alert and Coordination System (GDACS)","component.vicare.title":"Viessmann ViCare","component.fronius.title":"Fronius","component.devolo_home_control.title":"devolo Home Control","component.home_connect.title":"Home Connect","component.fireservicerota.title":"FireServiceRota","component.airthings.title":"Airthings","component.yale_smart_alarm.title":"Yale Smart Living","component.smappee.title":"Smappee","component.github.title":"GitHub","component.mysensors.title":"MySensors","component.atag.title":"Atag","component.integration.title":"Integration - Riemann sum integral sensor","component.toon.title":"Toon","component.iaqualink.title":"Jandy iAqualink","component.pi_hole.title":"Pi-hole","component.oncue.title":"Oncue by Kohler","component.broadlink.title":"Broadlink","component.unifi.title":"UniFi Network","component.home_plus_control.title":"Legrand Home+ Control","component.vizio.title":"VIZIO SmartCast","component.iotawatt.title":"IoTaWatt","component.mazda.title":"Mazda Connected Services","component.flux_led.title":"Magic Home","component.openweathermap.title":"OpenWeatherMap","component.motioneye.title":"motionEye","component.blink.title":"Blink","component.gree.title":"Gree Climate","component.adax.title":"Adax","component.tradfri.title":"IKEA TR\u00c5DFRI","component.harmony.title":"Logitech Harmony Hub","component.dsmr.title":"DSMR Slimme Meter","component.vulcan.title":"Uonet+ Vulcan","component.nfandroidtv.title":"Notifications for Android TV / Fire TV","component.vera.title":"Vera","component.goodwe.title":"GoodWe Inverter","component.azure_devops.title":"Azure DevOps","component.smart_meter_texas.title":"Smart Meter Texas","component.august.title":"August"}}} 2022-04-30 17:45:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Received {'type': 'frontend/get_translations', 'language': 'en', 'category': 'config', 'integration': 'netgear', 'id': 57} 2022-04-30 17:45:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Received {'type': 'frontend/get_translations', 'language': 'en', 'category': 'title', 'integration': 'netgear', 'id': 58} 2022-04-30 17:45:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Sending {"id":57,"type":"result","success":true,"result":{"resources":{"component.netgear.config.abort.already_configured":"Device is already configured","component.netgear.config.error.config":"Connection or login error: please check your configuration","component.netgear.config.step.user.data.host":"Host (Optional)","component.netgear.config.step.user.data.password":"Password","component.netgear.config.step.user.data.port":"Port (Optional)","component.netgear.config.step.user.data.ssl":"Uses an SSL certificate","component.netgear.config.step.user.data.username":"Username (Optional)","component.netgear.config.step.user.description":"Default host: {host}\nDefault username: {username}","component.netgear.config.step.user.title":"Netgear"}}} 2022-04-30 17:45:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Sending {"id":58,"type":"result","success":true,"result":{"resources":{"component.netgear.title":"NETGEAR"}}} 2022-04-30 17:45:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Received {'type': 'manifest/get', 'integration': 'netgear', 'id': 59} 2022-04-30 17:45:45 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Sending {"id":59,"type":"result","success":true,"result":{"domain":"netgear","name":"NETGEAR","documentation":"https://www.home-assistant.io/integrations/netgear","requirements":["pynetgear==0.9.4"],"codeowners":["@hacf-fr","@Quentame","@starkillerOG"],"iot_class":"local_polling","config_flow":true,"ssdp":[{"manufacturer":"NETGEAR, Inc.","deviceType":"urn:schemas-upnp-org:device:InternetGatewayDevice:1"}],"loggers":["pynetgear"],"is_built_in":true}} Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login v2, port '5000', ssl, 'False' 2022-04-30 17:46:10 ERROR (SyncWorker_1) [pynetgear] Error talking to API File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 591, in _make_request File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 553, in _post_request 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login v1, port '5000', ssl, 'False' 2022-04-30 17:46:10 ERROR (SyncWorker_1) [pynetgear] Error talking to API File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 591, in _make_request File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 553, in _post_request 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Get Info 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login re-attempt within the login, ignoring. 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login v1, port '5555', ssl, 'True' 2022-04-30 17:46:10 ERROR (SyncWorker_1) [pynetgear] Error talking to API File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 591, in _make_request File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 553, in _post_request 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Get Info 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login re-attempt within the login, ignoring. 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login v2, port '5555', ssl, 'True' 2022-04-30 17:46:10 ERROR (SyncWorker_1) [pynetgear] Error talking to API File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 591, in _make_request File "/usr/local/lib/python3.9/site-packages/pynetgear/init.py", line 553, in _post_request 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login v2, port '443', ssl, 'True' 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login v1, port '443', ssl, 'True' 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Get Info 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login re-attempt within the login, ignoring. 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login v1, port '80', ssl, 'False' 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Get Info 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login re-attempt within the login, ignoring. 2022-04-30 17:46:10 DEBUG (SyncWorker_1) [pynetgear] Login v2, port '80', ssl, 'False' 2022-04-30 17:46:10 ERROR (SyncWorker_1) [pynetgear] login using all known port-ssl combinations failed. 2022-04-30 17:46:17 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection] [140470427517328] Sending {"id":65,"type":"result","success":true,"result":[{"name":"pynetgear","message":["login using all known port-ssl combinations failed."],"level":"ERROR","source":["/usr/local/lib/python3.9/site-packages/pynetgear/init.py",138],"timestamp":1651306570.4700677,"exception":"","count":1,"first_occurred":1651306570.4700677},{"name":"pynetgear","message":["Error talking to API"],"level":"ERROR","source":["/usr/local/lib/python3.9/site-packages/pynetgear/init.py",633],"timestamp":1651306570.1679204,"exception":"Traceback (most recent call last):\n File \"/usr/local/lib/python3.9/site-packages/urllib3/connection.py\", line 174, in _new_conn\n conn = connection.create_connection(\n File \"/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py\", line 95, in create_connection\n raise err\n File \"/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py\", line 85, in create_connection\n sock.connect(sa)\nConnectionRefusedError: [Errno 111] Connection refused\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py\", line 703, in urlopen\n httplib_response = self._make_request(\n File \"/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py\", line 398, in _make_request\n conn.request(method, url, httplib_request_kw)\n File \"/usr/local/lib/python3.9/site-packages/urllib3/connection.py\", line 239, in request\n super(HTTPConnection, self).request(method, url, body=body, headers=headers)\n File \"/usr/local/lib/python3.9/http/client.py\", line 1285, in request\n self._send_request(method, url, body, headers, encode_chunked)\n File \"/usr/local/lib/python3.9/http/client.py\", line 1331, in _send_request\n self.endheaders(body, encode_chunked=encode_chunked)\n File \"/usr/local/lib/python3.9/http/client.py\", line 1280, in endheaders\n self._send_output(message_body, encode_chunked=encode_chunked)\n File \"/usr/local/lib/python3.9/http/client.py\", line 1040, in _send_output\n self.send(msg)\n File \"/usr/local/lib/python3.9/http/client.py\", line 980, in send\n self.connect()\n File \"/usr/local/lib/python3.9/site-packages/urllib3/connection.py\", line 205, in connect\n conn = self._new_conn()\n File \"/usr/local/lib/python3.9/site-packages/urllib3/connection.py\", line 186, in _new_conn\n raise NewConnectionError(\nurllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fc1c4c0c250>: Failed to establish a new connection: [Errno 111] Connection refused\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/usr/local/lib/python3.9/site-packages/requests/adapters.py\", line 440, in send\n resp = conn.urlopen(\n File \"/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py\", line 785, in urlopen\n retries = retries.increment(\n File \"/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py\", line 592, in increment\n raise MaxRetryError(_pool, url, error or ResponseError(cause))\nurllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.1.1', port=5000): Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc1c4c0c250>: Failed to establish a new connection: [Errno 111] Connection refused'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/usr/local/lib/python3.9/site-packages/pynetgear/init.py\", line 591, in _make_request\n response = self._post_request(headers, message)\n File \"/usr/local/lib/python3.9/site-packages/pynetgear/init.py\", line 553, in _post_request\n return requests.post(\n File \"/usr/local/lib/python3.9/site-packages/requests/api.py\", line 117, in post\n return request('post', url, data=data, json=json, kwargs)\n File \"/usr/local/lib/python3.9/site-packages/requests/api.py\", line 61, in request\n return session.request(method=method, url=url, kwargs)\n File \"/usr/local/lib/python3.9/site-packages/requests/sessions.py\", line 529, in request\n resp = self.send(prep, send_kwargs)\n File \"/usr/local/lib/python3.9/site-packages/requests/sessions.py\", line 645, in send\n r = adapter.send(request, **kwargs)\n File \"/usr/local/lib/python3.9/site-packages/requests/adapters.py\", line 519, in send\n raise ConnectionError(e, request=request)\nrequests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.1.1', port=5000): Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc1c4c0c250>: Failed to establish a new connection: [Errno 111] Connection refused'))\n","count":4,"first_occurred":1651306570.122393},{"name":"sucks","message":["Ping did not reach VacBot. Will retry."],"level":"WARNING","source":["/usr/local/lib/python3.9/site-packages/sucks/init.py",371],"timestamp":1651306559.5289469,"exception":"","count":3,"first_occurred":1651306499.4306824},{"name":"homeassistant.components.qbittorrent.sensor","message":["Invalid authentication"],"level":"ERROR","source":["components/qbittorrent/sensor.py",126],"timestamp":1651306551.8352528,"exception":"","count":9,"first_occurred":1651306491.5743427},{"name":"sleekxmppfs.basexmpp","message":["fulljid property deprecated. Use boundjid.resource"],"level":"WARNING","source":["/usr/local/lib/python3.9/site-packages/sleekxmppfs/basexmpp.py",610],"timestamp":1651306494.457262,"exception":"","count":1,"first_occurred":1651306494.457262}]} Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 2022-04-30 17:46:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: upnp:rootdevice\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::upnp:rootdevice\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: upnp:rootdevice\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::upnp:rootdevice\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:46 DEBUG (MainThread) [homeassistant.components.upnp] SSDP Callback, change: SsdpChange.ALIVE, headers: {'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:16:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 46, 46, 701872), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'} 2022-04-30 17:46:46 DEBUG (MainThread) [homeassistant.components.ssdp] Discovery info: SsdpServiceInfo(upnp={'deviceType': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'friendlyName': 'XR700 (Gateway)', 'firmwareVersion': 'V1.0.1.48', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'NETGEAR XR700 NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', 'UPC': 'XR700', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:Layer3Forwarding:1', 'serviceId': 'urn:upnp-org:serviceId:L3Forwarding1', 'SCPDURL': '/L3F.xml', 'controlURL': '/ctl/L3F', 'eventSubURL': '/evt/L3F'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANDevice:1', 'friendlyName': 'WANDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANCommonIFC1', 'SCPDURL': '/WANCfg.xml', 'controlURL': '/ctl/CmnIfCfg', 'eventSubURL': '/evt/CmnIfCfg'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANConnectionDevice:1', 'friendlyName': 'WANConnectionDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANConnectionDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac', 'serviceList': {'service': [{'serviceType': 'urn:schemas-upnp-org:service:WANEthernetLinkConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANEthLinkC1', 'SCPDURL': '/WanEth.xml', 'controlURL': '/ctl/WanEth', 'eventSubURL': '/evt/WanEth'}, {'serviceType': 'urn:schemas-upnp-org:service:WANIPConnection:1', 'serviceId': 'urn:upnp-org:serviceId:WANIPConn1', 'SCPDURL': '/WANIPCn.xml', 'controlURL': '/ctl/IPConn', 'eventSubURL': '/evt/IPConn'}]}}}}}, 'presentationURL': 'http://www.routerlogin.net'}, ssdp_usn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_st='urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_location='http://192.168.1.1:56688/rootDesc.xml', ssdp_nt=None, ssdp_udn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', ssdp_ext='', ssdp_server='Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', ssdp_headers={'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:16:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 46, 46, 701872), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'}, x_homeassistant_matching_domains=set()) 2022-04-30 17:46:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:46 DEBUG (MainThread) [homeassistant.components.upnp] SSDP Callback, change: SsdpChange.ALIVE, headers: {'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:16:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 46, 46, 709296), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'} 2022-04-30 17:46:46 DEBUG (MainThread) [homeassistant.components.ssdp] Discovery info: SsdpServiceInfo(upnp={'deviceType': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'friendlyName': 'XR700 (Gateway)', 'firmwareVersion': 'V1.0.1.48', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'NETGEAR XR700 NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', 'UPC': 'XR700', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:Layer3Forwarding:1', 'serviceId': 'urn:upnp-org:serviceId:L3Forwarding1', 'SCPDURL': '/L3F.xml', 'controlURL': '/ctl/L3F', 'eventSubURL': '/evt/L3F'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANDevice:1', 'friendlyName': 'WANDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANCommonIFC1', 'SCPDURL': '/WANCfg.xml', 'controlURL': '/ctl/CmnIfCfg', 'eventSubURL': '/evt/CmnIfCfg'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANConnectionDevice:1', 'friendlyName': 'WANConnectionDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANConnectionDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac', 'serviceList': {'service': [{'serviceType': 'urn:schemas-upnp-org:service:WANEthernetLinkConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANEthLinkC1', 'SCPDURL': '/WanEth.xml', 'controlURL': '/ctl/WanEth', 'eventSubURL': '/evt/WanEth'}, {'serviceType': 'urn:schemas-upnp-org:service:WANIPConnection:1', 'serviceId': 'urn:upnp-org:serviceId:WANIPConn1', 'SCPDURL': '/WANIPCn.xml', 'controlURL': '/ctl/IPConn', 'eventSubURL': '/evt/IPConn'}]}}}}}, 'presentationURL': 'http://www.routerlogin.net'}, ssdp_usn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_st='urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_location='http://192.168.1.1:56688/rootDesc.xml', ssdp_nt=None, ssdp_udn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', ssdp_ext='', ssdp_server='Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', ssdp_headers={'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:16:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 46, 46, 709296), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'}, x_homeassistant_matching_domains=set()) 2022-04-30 17:46:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:device:WANDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:device:WANDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:device:WANDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:device:WANDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:service:WANIPConnection:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANIPConnection:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:service:WANIPConnection:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANIPConnection:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:49 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:46:49 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:16:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 2022-04-30 17:48:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: upnp:rootdevice\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::upnp:rootdevice\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: upnp:rootdevice\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::upnp:rootdevice\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:46 DEBUG (MainThread) [homeassistant.components.upnp] SSDP Callback, change: SsdpChange.ALIVE, headers: {'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:18:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 48, 46, 703048), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'} 2022-04-30 17:48:46 DEBUG (MainThread) [homeassistant.components.ssdp] Discovery info: SsdpServiceInfo(upnp={'deviceType': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'friendlyName': 'XR700 (Gateway)', 'firmwareVersion': 'V1.0.1.48', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'NETGEAR XR700 NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', 'UPC': 'XR700', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:Layer3Forwarding:1', 'serviceId': 'urn:upnp-org:serviceId:L3Forwarding1', 'SCPDURL': '/L3F.xml', 'controlURL': '/ctl/L3F', 'eventSubURL': '/evt/L3F'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANDevice:1', 'friendlyName': 'WANDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANCommonIFC1', 'SCPDURL': '/WANCfg.xml', 'controlURL': '/ctl/CmnIfCfg', 'eventSubURL': '/evt/CmnIfCfg'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANConnectionDevice:1', 'friendlyName': 'WANConnectionDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANConnectionDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac', 'serviceList': {'service': [{'serviceType': 'urn:schemas-upnp-org:service:WANEthernetLinkConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANEthLinkC1', 'SCPDURL': '/WanEth.xml', 'controlURL': '/ctl/WanEth', 'eventSubURL': '/evt/WanEth'}, {'serviceType': 'urn:schemas-upnp-org:service:WANIPConnection:1', 'serviceId': 'urn:upnp-org:serviceId:WANIPConn1', 'SCPDURL': '/WANIPCn.xml', 'controlURL': '/ctl/IPConn', 'eventSubURL': '/evt/IPConn'}]}}}}}, 'presentationURL': 'http://www.routerlogin.net'}, ssdp_usn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_st='urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_location='http://192.168.1.1:56688/rootDesc.xml', ssdp_nt=None, ssdp_udn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', ssdp_ext='', ssdp_server='Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', ssdp_headers={'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:18:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 48, 46, 703048), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'}, x_homeassistant_matching_domains=set()) 2022-04-30 17:48:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:46 DEBUG (MainThread) [homeassistant.components.upnp] SSDP Callback, change: SsdpChange.ALIVE, headers: {'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:18:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 48, 46, 709597), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'} 2022-04-30 17:48:46 DEBUG (MainThread) [homeassistant.components.ssdp] Discovery info: SsdpServiceInfo(upnp={'deviceType': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'friendlyName': 'XR700 (Gateway)', 'firmwareVersion': 'V1.0.1.48', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'NETGEAR XR700 NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', 'UPC': 'XR700', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:Layer3Forwarding:1', 'serviceId': 'urn:upnp-org:serviceId:L3Forwarding1', 'SCPDURL': '/L3F.xml', 'controlURL': '/ctl/L3F', 'eventSubURL': '/evt/L3F'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANDevice:1', 'friendlyName': 'WANDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac', 'serviceList': {'service': {'serviceType': 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANCommonIFC1', 'SCPDURL': '/WANCfg.xml', 'controlURL': '/ctl/CmnIfCfg', 'eventSubURL': '/evt/CmnIfCfg'}}, 'deviceList': {'device': {'deviceType': 'urn:schemas-upnp-org:device:WANConnectionDevice:1', 'friendlyName': 'WANConnectionDevice', 'manufacturer': 'NETGEAR,Inc.', 'manufacturerURL': 'http://www.netgear.com', 'modelDescription': 'WANConnectionDevice on NETGEAR XR700 Wireless Router', 'modelName': 'NETGEAR Nighthawk X10 AD7200 Smart WiFi Router', 'modelNumber': 'XR700', 'modelURL': 'http://www.netgear.com/home/products/wirelessrouters', 'UPC': '606449084528', 'UDN': 'uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac', 'serviceList': {'service': [{'serviceType': 'urn:schemas-upnp-org:service:WANEthernetLinkConfig:1', 'serviceId': 'urn:upnp-org:serviceId:WANEthLinkC1', 'SCPDURL': '/WanEth.xml', 'controlURL': '/ctl/WanEth', 'eventSubURL': '/evt/WanEth'}, {'serviceType': 'urn:schemas-upnp-org:service:WANIPConnection:1', 'serviceId': 'urn:upnp-org:serviceId:WANIPConn1', 'SCPDURL': '/WANIPCn.xml', 'controlURL': '/ctl/IPConn', 'eventSubURL': '/evt/IPConn'}]}}}}}, 'presentationURL': 'http://www.routerlogin.net'}, ssdp_usn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_st='urn:schemas-upnp-org:device:InternetGatewayDevice:1', ssdp_location='http://192.168.1.1:56688/rootDesc.xml', ssdp_nt=None, ssdp_udn='uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac', ssdp_ext='', ssdp_server='Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', ssdp_headers={'CACHE-CONTROL': 'max-age=120', 'DATE': 'Sat, 30 Apr 2022 08:18:45 GMT', 'ST': 'urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'USN': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:device:InternetGatewayDevice:1', 'EXT': '', 'SERVER': 'Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0', 'OPT': '"http://schemas.upnp.org/upnp/1/0/"; ns=01', '01-NLS': '1636149090', 'BOOTID.UPNP.ORG': '1636149090', 'CONFIGID.UPNP.ORG': '1337', '_location_original': 'http://192.168.1.1:56688/rootDesc.xml', 'location': 'http://192.168.1.1:56688/rootDesc.xml', '_timestamp': datetime.datetime(2022, 4, 30, 17, 48, 46, 709597), '_host': '192.168.1.1', '_port': 1900, '_local_addr': ('192.168.1.11', 58395), '_remote_addr': ('192.168.1.1', 1900), '_udn': 'uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac'}, x_homeassistant_matching_domains=set()) 2022-04-30 17:48:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:46 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:device:WANConnectionDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:device:WANDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:device:WANDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:device:WANDevice:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:device:WANDevice:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANEthernetLinkConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:service:WANIPConnection:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANIPConnection:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:47 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:service:WANIPConnection:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac::urn:schemas-upnp-org:service:WANIPConnection:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac::urn:schemas-upnp-org:service:Layer3Forwarding:1\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d42-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:48 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d43-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:49 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' 2022-04-30 17:48:49 DEBUG (MainThread) [async_upnp_client.traffic.ssdp] Received packet from ('192.168.1.1', 1900): b'HTTP/1.1 200 OK\r\nCACHE-CONTROL: max-age=120\r\nDATE: Sat, 30 Apr 2022 08:18:45 GMT\r\nST: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nUSN: uuid:uuid:4d696e69-444c-164e-9d44-3c37862e42ac\r\nEXT:\r\nSERVER: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0\r\nLOCATION: http://192.168.1.1:56688/rootDesc.xml\r\nOPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01\r\n01-NLS: 1636149090\r\nBOOTID.UPNP.ORG: 1636149090\r\nCONFIGID.UPNP.ORG: 1337\r\n\r\n' Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0 Server: Netgear_Router UPnP/1.1 MiniUPnPd/2.2.0-RC0

starkillerOG commented 2 years ago

@ThatJRadGuy it really seems like the password/username is just wrong. You need the password/username of the router admin console itself, not from your netgear account. (I think the username is always "admin" and the password you set under ADVANCED > Administration > Set Password).

Does your password contain special characters? Maybe try chaging the password to only numbers and letters withouth special characters?

If the above still does not help, could you try the following python script (fill in PASSWORD and USERNAME and IP):

import logging
from time import sleep
logging.basicConfig(level=logging.DEBUG, format='%(message)s')

from pynetgear import Netgear

netgear = Netgear(password="PASSWORD", user="USERNAME", host="192.168.1.IP", port=80, ssl=False)

success, response = netgear._make_request(
    "DeviceConfig:1",
    "SOAPLogin",
    {
        "Username": netgear.username,
        "Password": netgear.password
    },
    None,
    False
)

print(success)
print(response.status_code)
print(response.headers)
print(response.text)

print(netgear.login_v2())
print(netgear.login_v1())
print(netgear.login())

You can run the script on a normal PC (for instance windows).

ThatJRadGuy commented 2 years ago

@starkillerOG I changed my password to the simplest form it would allow (numbers, letters, and a special character) and the integration has been able to connect. My previous password did have a lot more special characters as it was generated by a password manager. For reference if it is of any help to you, the characters that were in my previous password (in no particular order) were: }+*%- My new password that has worked is only using a . Thanks very much for your help!

LazzaAU commented 2 years ago

I have the same issue trying to connect to a Netgear Nighthawk M5 router. After reading this post i have reset my password to ONLY numbers and it still doesnt connect. Not sure what else to try , any tips please ?

Logger: pynetgear.router Source: /usr/local/lib/python3.9/site-packages/pynetgear/router.py:397 First occurred: 8:49:18 AM (1 occurrences) Last logged: 8:49:18 AM

login using all known port-ssl combinations failed.

PS: if i go to the address directly i have no issues, just get this issue via trying to get the intergration working

starkillerOG commented 2 years ago

@LazzaAU I would recommand at least to start with a Letter in the password and then only use letters and numbers. Only numbers might also be interpeted wrong.

@ThatJRadGuy thank you very much for the feedback, I will start looking if I can fix the issues with the special caracters you indicated.

starkillerOG commented 2 years ago

@ThatJRadGuy I have tried changing my password to include }+*%-, but for me it worked just fine even with those carachters in the password. So I don't know why it was not working for you. Of course I don't know if it was some combination of characters or a particular caracter in the front or something weird, but I could not reproduce the issue with my Orbi RBK753.

starkillerOG commented 2 years ago

@LazzaAU have you already tried rebooting the router?

ThatJRadGuy commented 2 years ago

@starkillerOG that's odd. Unfortunately I don't know what the exact password was now that it's been deleted from my password manager, sorry.

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.