Skip to content

blazarmilkywayflybee/node-red-contrib-mios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-mios

Node-RED nodes to get events from and control your MIOS/Vera unit.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red:

npm install node-red-contrib-mios

Usage

Get events from your MIOS/Vera unit and control items in the same.

Incoming events can be filtered so you can use one mios-in node for all events, events from one room or a specific item. The value from the events is stored in msg.payload

To set items you send the value in msg.payload and use the mios-out node to specify the item, ie Bedroom:Bed Light:Status, or define the item in msg.topic.

About

A Node-RED node for MIOS/Vera unit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.4%
  • HTML 33.6%