Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

node-red-contrib-influxdb

[{"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","influxdb":"eeb221fb.ab27f","name":"","query":"SELECT * from test","rawOutput":false,"precision":"","retentionPolicy":"","org":"my-org","x":310,"y":100,"wires":[["39aa2ca9.804da4"]]},{"id":"803d82f.ff80f8","type":"inject","z":"6256f76b.e596d8","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":100,"wires":[["262a3923.e7b216"]]},{"id":"eeb221fb.ab27f","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"test","name":"test","usetls":true,"tls":"d50d0c9f.31e858","influxdbVersion":"1.x","url":"http://localhost:8086","rejectUnauthorized":true},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}]
Comment

node-red-contrib-influxdb

[{"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":"be93bfeb.416c4","type":"function","z":"6256f76b.e596d8","name":"single value","func":"msg.payload = Math.random()*10;
return msg;","outputs":1,"noerr":0,"x":270,"y":460,"wires":[["17bd4566.e842bb"]]},{"id":"31f9f174.ce060e","type":"inject","z":"6256f76b.e596d8","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"date","x":120,"y":460,"wires":[["be93bfeb.416c4"]]},{"id":"eeb221fb.ab27f","type":"influxdb","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"test","name":"test","usetls":true,"tls":"d50d0c9f.31e858","influxdbVersion":"1.x","url":"http://localhost:8086","rejectUnauthorized":true},{"id":"d50d0c9f.31e858","type":"tls-config","name":"","cert":"","key":"","ca":"","certname":"","keyname":"","caname":"","servername":"","verifyservercert":false}]
Comment

PREVIOUS NEXT
Code Example
Shell :: install openzeppelin dependencies for hardhat enviroment 
Shell :: How to create a hash file and verify it 
Shell :: powershell start exe hidden 
Shell :: Find specific directory in specific path in linux 
Shell :: Linux UTF-8 
Shell :: docker mac nc command 
Shell :: GIT: borrar repositorio local git 
Shell :: pip install dali 
Shell :: bash complete 
Shell :: android studio avd system image download 
Shell :: autpep8 --in-place --aggressive 
Shell :: Angular ng-upgrade stuck in infinite loop with singleton provider 
Shell :: mac zhs not found 
Shell :: gitlab ci credentials store 
Shell :: PortableVisibilityConverter 
Shell :: add user to sudoer "zsh" customization 
Shell :: ring check if the operating system is Linux or not 
Shell :: Error: Cannot make for win32 and target squirrel: the maker declared that it cannot run on win32 
Shell :: ARCH_LINUX : /oldroot BUG 
Shell :: multipass snap 
Shell :: change gmt linux 
Shell :: ldocker comand list of images 
Shell :: Cannot create files/folders in new partition 
Shell :: vscode kite extention uninstall 
Shell :: virt manager share folder with virtual machine windows 10 
Shell :: pip install SSLComerz 
Shell :: updating local git clone after default branch rename 
Shell :: remove home partition centos 6 
Shell :: k8s install rabbitmq 
Shell :: Please install paramiko on your system. (sudo pip3 install paramiko) 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =