hgross / node-red-contrib-tuya-smart

NodeRED nodes to get data from tuya smart devices (like smart plugs, bulbs, ...).
MIT License
43 stars 14 forks source link

Can't connect to device with newer version of firmware #13

Open kravviec opened 4 years ago

kravviec commented 4 years ago

Unfortunately, I can't connect to my Gosund plug using this solution. That's probably because it is working under a newer version of the Tuya firmware. I've found the solution - jasonacox's power monitor https://github.com/jasonacox/powermonitor, which is works, I'm able to read power value using 3.3 version of the plugin. Is this possible to upgrade node-red-contrib-tuya-smart somehow?

polyphia commented 4 years ago

Same here, just got them out of the box and they won't connect ! Seems this firmware update changed the communication protocol so we need to wait for an update of this repo, works fine with the powermonitor repo !

ewolff96 commented 4 years ago

Same here as well. Bought some Teckin plugs w/ Tuya software recently, works with powermonitor when using 3.3. Would love to get this up and running in my node red flow.

kent1026 commented 4 years ago

Same here ,maybe update tuyapi to 5.0 can fix this ?

polyphia commented 4 years ago

Use this one : https://github.com/subzero79/node-red-contrib-tuya-local , it works with latest tuya api unlike this repo