Daniel Lando

Results 109 issues of Daniel Lando

Hi everyone I have developed an open souce project based on this library that works as a gateway to MQTT protocol and also Control Panel with almost all open-zwave features...

I have just checked the events [polling disabled](https://github.com/OpenZWave/node-openzwave-shared/blob/master/src/callbacks.cc#L291) and [polling enabled](https://github.com/OpenZWave/node-openzwave-shared/blob/master/src/callbacks.cc#L302) seems that they set the node property polled to true/false. I don't understand what this means as polling is...

I got this error ``` /app/packages/shared/node_modules/rotating-file-stream/dist/cjs/index.js:89 await this.file.write(chunk); ^ TypeError: Cannot read properties of undefined (reading 'write') at RotatingFileStream.rewrite (/app/packages/shared/node_modules/rotating-file-stream/dist/cjs/index.js:89:33) ``` Running the application in a docker container, everything was...

More info here: https://discourse.nodered.org/t/differential-gauge-node-a-proposal-for-a-new-appearance/21449/6

enhancement

Hi @toorshia and @deezone, I have found [this](https://github.com/thomasloven/round-slider/) interesting project on github that uses [Lit-Element](https://lit-element.polymer-project.org/) that is > A simple base class for creating fast, lightweight web components It is...

enhancement
help wanted

When subscribing to `myTopic/#` I can correctly get all **retained** messages published on topics like - `myTopic/level1/` - `myTopic/level1/level2/` - `myTopic/level1/level2/level3` But I never receive retained messages on just `myTopic`.

@n1ru4l Didn't tested this. But is this what you mean?

This tutorial has been really useful for me so thanks for this! Anyway I had some problems when I have started developing because the only one command provided for dev...

For anyone interested I have built a vue version of this scheduler: https://github.com/innovation-system/vuetify-week-scheduler

I'm running this container with `USE_LOCAL_CA` env var set. I have `/etc/letsencrypt` folder mapped to a local folder. When restarting container it always fail to restart and the error is...