sanlike0911 / node-red-contrib-tplink-tapo-connect-api

Apache License 2.0
53 stars 21 forks source link

Tapo P110 does not work after firmware upgrade #38

Open taaning opened 11 months ago

taaning commented 11 months ago

Tapo P110 does not work after firmware upgrade from Version 1.2.3 Build 230425 Rel. 142542 to Version 1.3.0 Build 230905 Rel. 152200

News for Version 1.3.0 Build 230905 Rel. 152200 Modification and Bug Fixes:

  1. Improved stability and performance
  2. Enhanced local communication security

Here is the output from the Status Node on the new version: 27.11.2023 17.15.43[node: debug 2] msg.payload : Object object result: false errorInf: "Error: Unexpected Error Code: 1003 (undefined)"

einfach113 commented 11 months ago

Unfortunately I have the same problem. I have already deactivated the autoupdate of the firmware and hope that this can still be fixed?

joside commented 11 months ago

There is a new encryption protocol used, found this here: https://community.openhab.org/t/single-tapo-p100-suddenly-stopped-working-error-code-1003/149740/3

joside commented 11 months ago

BTW, possible duplicate of https://github.com/sanlike0911/node-red-contrib-tplink-tapo-connect-api/issues/33

einfach113 commented 11 months ago

Hi joside, sorry i dont´t use openhab or any other Smarthome-System. i work only with node red and the node-red-contrib-tplink-tapo-connect-api file. Can you help me integrate these changes into my palette? Unfortunately, I'm not a programmer and don't know much about it

joside commented 11 months ago

Hey @einfach113,

Sorry, I am also just a user of this plugin. But I found out, that this firmware change is the reason for it. And that there is a duplicate ;-)

I hope that there will be a fix soon, I am using it for my washing machine to notify me when ready...

einfach113 commented 11 months ago

Ok, i also use it to check if my car is laoded and to see how much cost i have

taaning commented 11 months ago

I have moved everything to Home Assistant for now, but i like to keep it in Node-RED because i just like Node-RED, and find it easier to use than HA, so i really hope there will be an update, but this repo hasn't been updated for a long time, so i has not much hope, if i could i would be happy to help, but i am not a programmer.

paul-thomas1964 commented 10 months ago

I’ve got the same problem following the firmware update. I also have an integration of tapo into hubitat and this has failed too.

ValeGreenEnergy commented 10 months ago

Same problem, The p110 doesn't work after the update. Are there already any solutions?

taaning commented 10 months ago

Same problem, The p110 doesn't work after the update. Are there already any solutions?

There is a workaround, i have not tried it myself, as i have moved all the Tapo P110 functions from Node-red to Home Assistant. https://github.com/sanlike0911/node-red-contrib-tplink-tapo-connect-api/issues/33#issuecomment-1794471368

Hoping this will be fixed.

paul-thomas1964 commented 10 months ago

If you have hubitat, and you still want to use the devices in nodered there is a solution. You can install the hubitat to nodered app, this can make the selected devices in hubitat (including the tapo devices) available to nodered. I have a nodered app which graphs power usage from my p110’s, it was easy to change over to the hubitat version of the devices.

Goulash667 commented 10 months ago

I have same issue, some of my P110 plugs are updated and not working via Nodered... I´m using energy monitoring and ON/OFF function. I´ll try workaround, but this node was just perfect.

joside commented 9 months ago

I switched to this fork now, after updating my node version it works again: https://github.com/mbserran/node-red-contrib-tapo-new-api

Thanks for the work!

anttiryt commented 8 months ago

It seems the new-api interace requires node-15.0 since 0.45. Has anyone tested 0.40 with node-14 ? I'd like to know if the node-15 dependency was forgotten in 0.40 or if it is only needed 0.45 onwards.