Code Monkey home page Code Monkey logo

node-red-contrib-tuya-auth's Issues

Boolean command is not working (bug)

Hi,
In all sockets.js when boolean payload is passed, the command is not processed and error is thrown.

ReferenceError: req is not defined

After digging into source code, on line 196 (socket.js) is this:

node.tuyaDevice.set({set: req}).then( () => {
     node.status({fill:"green",shape:"dot",text: 'set success at:' + getHumanTimeStamp()});
}

"req" is not defined anywhere, and variable "command" should be used instead.
After such fix, command is processed correctly, but the whole Node-red crash.
This is because the function getHumanTimeStamp() is not defined.

After correcting status, all works as expected.

node.tuyaDevice.set({set: command}).then( () => {
    node.status({ fill: 'green', shape: 'dot', text: `set success @ ${new Date().toLocaleTimeString()}`});
}

Edits: looks like I have to copy the correct version (fixed backticks and missing bracket).

Tuya bulb disconnected

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?

Node.js compatiblity

auth is reporting following:
"TypeError: The "key" argument must be of type string or an instance of ArrayBuffer, Buffer, TypedArray, DataView, KeyObject, or CryptoKey. Received undefined"

It seems to be same issue as: leerob/leerob.io#305

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.