Giter Club home page Giter Club logo

node-red-contrib-thingspeak42's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

node-red-contrib-thingspeak42's Issues

API URL and Key setting lost on restart

The configured API URL and API KEY settings are lost when NodeRed is restarted. We need to be able to get the URL and KEY saved and reloaded on restart....

Suggestion: thingspeak42 node should return an output; thingspeak payload.

thingspeak42 only drawback is that I do not get the payload from thingspeak after execution.
Kindly see if this can be implemented.

Currently, the workaround is that I need to create URL, http request, template and http response to get the thingspeak payload.

Can this be taken care off in thingspeak42 node itself?

Multiple values arrive: which get sent?

This is a very useful node, thanks for creating it. It's not clear to me how the node handles an event where multiple messages from the same topic arrive during the time-out period.

For example, if there is a 60-second time-out period and four different messages arrive on the topic foo/bar, which gets sent to Thingspeak? The most recent, or an average, or the peak value? Is there a way to control this?

Thingspeak42 in nodeRED is always READY.

Hi,

I am very new to this. It is a very basic question. Kindly help.

I tried to search google, but there is no info on this.

Why is it always in READY state and not moving to the next state. I have a debug which shows the contents of the input to the fields.

for example: "msg.payload.xyz" the debug displays the value of this, but not sure why thingspeak42 is not taking it.

API Write Key getting reset on Deploy...

I'm entering the correct 16 character API Write Key, but when I Deploy the flow, the API Key in the node reverts to 8 characters and, obviously, nothing appears in ThingSpeak.

If I enter the Key, hit DONE and then reopen the node, it appears to have retained the 16 characters - so it appears to be getting messed up when its deployed.

This is driving me nuts...

Info Outputs

Hi,
Is it possible that you change your many info outputs to debug.
Many thanks

Passing API Key

I would like to use one function to send to multiple Thingspeak channels.
My function identifies unique variable, then assigns a known API Key.

var Node = JSON.parse(msg.payload);
var api_key
if (Node == 100) {
var api_key = "xxxxxxxx1";
}
if (Node == 200) {
api_key = "xxxxxxxx2";
}
msg.payload = api_key;
return msg;

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.