Skip to content

mwittig/node-red-contrib-pimatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-pimatic

Node-Red Node Types for Pimatic connectivity.

Overview

Available nodes types are:

  • Rule Action calls a pimatic rule action. The action expression may contain variables to include items of the input message object, for example dim light-1 to ${ payload }. Note, it is only possible to call a single action.
  • Device Action calls a pimatic device action. Optionally, a parameter name and value can be provided to be passed along with the invocation.
  • Get Variable gets the value of the specified pimatic variable and sends it to the output channel when the value has changed or when some input has been received.
  • Set Variable sets the received msg.payload or a given value as the new value for the configured pimatic variable.
  • Controller is a supporting node type not shown in the palette. It manages the web socket connection to a pimatic server. As part of the configuration for instances of the aforementioned node types it is possible to select or create an controller. Thus, it is possible to interact with multiple pimatic servers within a flow.

History

See Release History.

Credits

This project has been inspired by Jos Hendriks' work on pimatic-node-red, a pimatic plugin to provide an embedded node-red instance as part of pimatic.

The pimatic.png icon has been created based on the content of the pimatic artworks project published under Creative Commons license.

License

Copyright (c) 2017-2019, Marcus Wittig and contributors. All rights reserved.

License: Apache-2.0.

About

Node-Red Nodes for Pimatic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages