Closed simabr closed 1 year ago
For the TL-SG105PE V1 switch the authentication fails unfortunatelly. From the log:
2023-03-13 23:03:40.635 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] New instance of TpLinkWebApi created 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Authentication started 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Refresh session called 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Session created 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Performing logon 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Performing POST to logon.cgi 2023-03-13 23:03:40.848 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] POST to logon.cgi performed, status: 200 2023-03-13 23:03:40.967 WARNING (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Authentication failed: {'TypeError("\'NoneType\' object is not subscriptable")'} 2023-03-13 23:03:40.969 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Disconnecting
Here the result of the post request on the TL-SG105PE:
`
For the TL-SG105PE V1 switch the authentication fails unfortunatelly. From the log:
2023-03-13 23:03:40.635 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] New instance of TpLinkWebApi created 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Authentication started 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Refresh session called 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Session created 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Performing logon 2023-03-13 23:03:40.636 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Performing POST to logon.cgi 2023-03-13 23:03:40.848 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] POST to logon.cgi performed, status: 200 2023-03-13 23:03:40.967 WARNING (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Authentication failed: {'TypeError("\'NoneType\' object is not subscriptable")'} 2023-03-13 23:03:40.969 DEBUG (MainThread) [custom_components.tplink_easy_smart.client.coreapi] Disconnecting