1.0.17 • Published 7 years ago

node-red-contrib-paasmer v1.0.17

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

node-red-contrib-paasmer

A pair of Node-RED nodes for connecting to the PAASMER IoT Platform as a Device or Gateway.

Install

Run the following command in the root directory of your Node-RED installation directory

npm install node-red-contrib-paasmer

Usage

  • Download certificates from the PAASMER platform, and store them in a directory on the device. e.g. /home/$user/paasmer-certs

  • Choose a clientId - e.g. 'clientid' and rename the certificates as shown below.

/home/$user/paasmer-certs/-
	|--clientid.private.key
	|--clientid.cert.pem
  • Choose paasmer in node from the palette, and choose device option, configure it. Name : => A meaningful name Client ID : => The clientId above used one for certificates renaming. Certs Path : => The path used to store the certificates. And choose Update, For Topic use PaasmerLoginEmail_DeviceName, and then connect it to a debug node.

  • Choose paasmer-config node from palette, and configure it Name : => A meaningful name Username : => Paasmer login email. Feeds : => Add your feeds. Device Name : => Your device name. Device Type : => Choose device type. Bluetooth Discover : => Yes or No. Wifi Discover : => Yes or No. And click Done.

  • Connect paasmer-config output to paasmer out node from palette and input to Inject Node.

  • In paasmer out node choose the above created device and QoS : 0

  • Trigger inject Node at an interval.

  • Finally click Deploy Button, check your data in the PAASMER platform.

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.0.1

7 years ago