Hello,
One of my P110 plugs has autoupdated firmware from 1.4.0 to 1.4.6 and will no longer communicate with the library.
I am using the tapo-rest api by ClementNerma which i understand is built using your library.
The tapo-rest api has been updated to include the latest revision of your library but still no luck.
this is the log file from this app
Now launching server...
Attempting to connect to the 2 configured device(s)...
Device url: http://192.168.140.15/app
Testing the AES protocol...
Component negotiation request: {"method":"component_nego","params":null}
starting new connection 'Some("192.168.140.15")'
Device url: http://192.168.140.16/app
Testing the AES protocol...
Component negotiation request: {"method":"component_nego","params":null}
starting new connection 'Some("192.168.140.16")'
shouldn't retry!
! Failed to connect to device 'sp1': Failed to connect to P110 plug 'sp1': error sending request for url (http://192.168.140.15/app)
shouldn't retry!
Device responded with: TapoResponse { error_code: 1003, result: None }
Not supported. Setting up the KLAP protocol...
Performing handshake1...
shouldn't retry!
Handshake1 OK
Performing handshake2...
shouldn't retry!
Handshake2 OK
Established a connection with device 'sp2'!
|> Device sp2 connected successfully!
The plugs are online and both respond to pings.
Any ideas how to fix it ?
Hello,
One of my P110 plugs has autoupdated firmware from 1.4.0 to 1.4.6 and will no longer communicate with the library.
I am using the tapo-rest api by ClementNerma which i understand is built using your library.
The tapo-rest api has been updated to include the latest revision of your library but still no luck.
this is the log file from this app
Now launching server...
Attempting to connect to the 2 configured device(s)...
Device url: http://192.168.140.15/app
Testing the AES protocol...
Component negotiation request: {"method":"component_nego","params":null}
starting new connection 'Some("192.168.140.15")'
Device url: http://192.168.140.16/app
Testing the AES protocol...
Component negotiation request: {"method":"component_nego","params":null}
starting new connection 'Some("192.168.140.16")'
shouldn't retry!
! Failed to connect to device 'sp1': Failed to connect to P110 plug 'sp1': error sending request for url (http://192.168.140.15/app)
shouldn't retry!
Device responded with: TapoResponse { error_code: 1003, result: None }
Not supported. Setting up the KLAP protocol...
Performing handshake1...
shouldn't retry!
Handshake1 OK
Performing handshake2...
shouldn't retry!
Handshake2 OK
Established a connection with device 'sp2'!
|> Device sp2 connected successfully!
The plugs are online and both respond to pings.
Any ideas how to fix it ?