mqtt-scripts icon indicating copy to clipboard operation
mqtt-scripts copied to clipboard

Node.js based script runner for use in MQTT based Smart Home environments

Results 10 mqtt-scripts issues
Sort by recently updated
recently updated
newest added

Hi. I am starting to use this library (thanks for your work!) and stuggled quite a bit with the getProp() function. When reading a topic with a value of ```...

Seems that an mqtt server that is used for the ci tests, is not reachable...

Hello, after some initial problems (hanging at startup if mqtt server is unreachable, figure out how to pass user/password, figure out how to retain variables), I got it to work...

Hi, I try to use the tool with a broker where I do not have write access. This fails because a LTW and an initial "connected" publish is done. It...

How to use it with express and socketio ? package.json ``` { "name": "mqtt-device-simulator", "version": "1.0.0", "description": "", "main": "index.js", "dependencies": { "mqtt-scripts": "^1.2.2", "express": "^4.17.1", "socket.io": "^2.3.0" }, "devDependencies":...

When trying to use module.exports and require("./scripts/someScript") i can get variables from other files, but functions doesn't work.

The password for mqtt is displayed in the logs every restart. Can this be hidden? It's a minor security concern. mqtt-scripts 1.2.2 starting mqtt connected mqtt://username:[email protected]

(I wasn't sure of the best way to reach out. I'm sorry if this is the wrong place.) I love mqtt-scripts. It saves me a lot of trouble. However, there...