Socket
Socket
Sign inDemoInstall

@semilimes/node-red-semilimes

Package Overview
Dependencies
34
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @semilimes/node-red-semilimes

The new semilimes connector which integrates with the public API


Version published
Weekly downloads
17
decreased by-73.85%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Node-RED semilimes connector

Platform License Downloads Install

This Node-RED package lets you extend your semilimes experience with automation and IoT capabilities, such as the implementation of auto replies, booking flows, control dashboards or message-based interfaces, all exposed through your semilimes app.

Github project

Official semilimes API Documentation

Install

NPM

You can install the nodes by either

  • using node-red's "Manage palette" in the side bar and searching for node-red-semilimes

    or

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

    npm install @semilimes/node-red-semilimes --save
    

Setup Node-RED persistent context

Some of the use cases of this node work more reliably when saving the necessary variables in a persistent storage. To ease this behaviour without adding complexity to the built flows, it is recommended to enable multiple context stores in your NodeRED configuration, so that you can use in-memory flow/global variables (deleted upon restart), or file variables, surviving a restart.

To enable the default implementation of multiple context store, add this configuration chunk in node-red's settings.js file.

multicontextstore

To use the multiple-context in your flow, you can select the storage whenever you are dealing with a flow or global variable, like the example below:

multicontextvars

Note: The default implementation of the file context in NodeRED makes sure that values are cached in memory and flushed to disk every 30 seconds, to preserve SD cards health in systems that make use of them (e.g. RaspberryPI). You can tweak this value to your liking by setting the appropriate variable in the configuration itself.

Learn more on the multiple context stores section in NodeRED documentation.

Setup your developer environment

  1. Install the semilimes app through the Official semilimes Website or by using the following direct store links

    • iOS : Platform

    • Android : Platform

  2. Access the semilimes Services website and login using the on-screen instructions

  3. Create a subaccount

    CreateSubAccount

  4. Enter billing information for the created subaccount

    EnterBillingInfo

  5. Request an API Key for your new subaccount

    GenerateApiKey

Connect to semilimes

  1. Add a standard inject node

  2. Add and connect a Sender node, select Channel - Create and give it a title. This will be your new channel name. Make sure you give a value to the Save ChannelId property, you will reuse this later.

  3. In the same node, configure its Connector property to create a connection configuration, and enter your API key. Config connector node

  4. Add and connect a Message node and select the Text message option, then enter a message in the Text field.

  5. Add and connect another Sender node, this time for actually sending the message. Select Channel - Send and configure its ChannelId property with the one you previously saved in step 2.

  6. Make sure you select the previously created Connector in this node as well. Property editor of sender node

  7. Run the flow and access your semilimes app with the subaccount corresponding to your API key. You will find a new channel containing your first message!

For reference, your completed flow should look like this example

Examples

You can find all the provided examples by importing them from this Node-RED package, or you can explore and import them manually at this GitHub link:

All Example flows

Dependencies

The nodes are tested on linux environments with Node.js v19.2.0 and Node-RED v3.0.2

License

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/

Keywords

FAQs

Last updated on 22 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc