marsjupiter1 / node-red-contrib-tuya-auth

This aims a being a set of node red nodes for accessing tuya.
GNU General Public License v3.0
5 stars 1 forks source link

Tuya bulb disconnected #29

Open elyonardo opened 1 year ago

elyonardo commented 1 year ago

HI. Often the Tuya bulbs disconnect on their own while I'm using them. The tuya-local-socket node points to "disconnected", then "found", "connecting", "found", "connecting", etc. until Node-red crashes with an uncaught error.

Why this happens?

feyrune commented 11 months ago

I have the same issue with a socket (plug/outlet), the status changes from "connected" to "found" and spams the debug log with repeating messages, including a strange one that says 'error: "connec then" and I can only fix the connection by restarting all flows. None of the commands seem to work before restarting including "connect" "disconnect" and "status"

marsjupiter1 commented 11 months ago

I have seen any number of issues with local socket tuya connections being unstable. really to the point of thinking what is the point of Tuya, a system that both leaves you dependent on third party servers and unable to work reliably locally. I did this development in part as I wanted to create a simple alarm and control system for children with special needs. That does not work unless things are 100% reliable. As such I have basically shifted to Tasmota that works simply and locally. Sorry for not being able to help.