node-red-contrib-influxdb | RED nodes to save and query data | Database library
kandi X-RAY | node-red-contrib-influxdb Summary
kandi X-RAY | node-red-contrib-influxdb Summary
Node-RED nodes to save and query data from an influxdb time series database
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of node-red-contrib-influxdb
node-red-contrib-influxdb Key Features
node-red-contrib-influxdb Examples and Code Snippets
[{"id":"17bd4566.e842bb","type":"influxdb out","z":"6256f76b.e596d8","influxdb":"eeb221fb.ab27f","name":"","measurement":"test","precision":"","retentionPolicy":"","database":"","retentionPolicyV18Flux":"","org":"","bucket":"","x":440,"y":460,"wires"
[{"id":"4a271a88.499184","type":"function","z":"87205ed6.329bc","name":"multiple measurement points","func":"msg.payload = [\n {\n measurement: \"weather_sensor\",\n fields: {\n temp: 5.5,\n light: 678,\n
[{"id":"39aa2ca9.804da4","type":"debug","z":"6256f76b.e596d8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":530,"y":100,"wires":[]},{"id":"262a3923.e7b216","type":"influxdb in","z":"6256f76b.e596d8",
Community Discussions
Trending Discussions on node-red-contrib-influxdb
QUESTION
I'm extending the node-red docker image which (currently) bases itself on the node:6
docker image.
I would like to add a custom SSL-Certificate into the docker-image's certificate store. Up to now I did this as follow:
...ANSWER
Answered 2017-Nov-23 at 11:59Why not just switch user to root to run the command to add the cert then switch back?
QUESTION
I am trying to node-red to poll the webserver in my Daikin heat pump to get inside and outside temeperatures so I can log them against the schedule I've also configured the unit with.
When polling it for the values, it returns this string of text
"ret=OK,htemp=21.5,hhum=-,otemp=18.0,err=0,cmpfreq=0"
I use this code in a node-red function to split them at the commas
...ANSWER
Answered 2017-Apr-30 at 10:23According to the doc, the output node expects an Object payload with the properties/values you want to push to InfluxDB.
So you need to split up that input string, and for that your first call to .split(',')
is correct. But this returns an Array of Strings, which cannot be split again with .split('=')
(hence the error you get).
Here is how you split the second level of key=value
pairs and put those in an object:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install node-red-contrib-influxdb
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page