vmakeev / hass_tplink_easy_smart

Home Assistant custom component for control TP-Link Easy Smart switches over LAN.
MIT License
31 stars 9 forks source link

The Integration seems to have problems with the TL-SG105PE V1 switch #4

Closed simabr closed 1 year ago

simabr commented 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

simabr commented 1 year ago

Here the result of the post request on the TL-SG105PE:

`

Githubissues.
  • Githubissues is a development platform for aggregating issues.