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

Tapo P110 does not work after firmware upgrade

Opened this issue · 14 comments

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)"

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

BTW, possible duplicate of #33

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

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...

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

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.

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

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

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.
#33 (comment)

Hoping this will be fixed.

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.

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.

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!

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.