bartbutenaers / node-red-contrib-button-events

A Node-RED node to send events based on button actions
Apache License 2.0
13 stars 3 forks source link

Node Output Disappears #3

Closed ryancasler closed 2 years ago

ryancasler commented 2 years ago

Whenever I deploy the node, if I go in to set the timings for the event to be different than the default the output of the node disappears immediately.

bartbutenaers commented 2 years ago

Hi @ryancasler, Sorry for the delay! Somehow I have completely overlooked your issue...

Do you mean that the node output is gone in the flow editor? image

I have tried to reproduce it, but it works fine for me. Could you please describe step by step what you do?

And is there any error in the Node-RED log, or in your browser log?

Thanks! Bart

ryancasler commented 2 years ago

I did not see that you have to add the events that you want yourself. I thought it just had the default outputs.

But now i have a new problem. I am not seeing the triple and quad events from the list in Node Red. the version that is in NPM is 1.0.1 and it's about a year old.
image

bartbutenaers commented 2 years ago

@ryancasler, I have added a warning on the readme page, about the need to specify the events on the config screen yourself. Hopefully it is now less confusing...

About the triple and quad events: as you can see in this repository, I have only pushed that new feature to the master branch yesterday. As soon as @tsknightstorm has found some time to test it, we will announce a beta on Discourse because we need feedback from the community about the new calibration feature. And only after that we publish it on npm...

ryancasler commented 2 years ago

Ah...okay. No, I didn't notice the date on that until you mentioned it. Thanks!