Skip to content

A Node-Red node tha decodes Inovelli scene activation data and adds simplified properties to the payload

Notifications You must be signed in to change notification settings

m3ki/node-red-contrib-inovelli-nodes

 
 

Repository files navigation

github build

Overview

Decodes inovelli scene activation data and adds simplified properties to the payload.

Input

Input from home assistant events : all node with Event Type set to zwave.scene_activated

Output

Looks for scene_id and scene_data properties in msg.payload.event. If found, adds button<> and click_count properties to msg.payload.event.

If either scene_id or scene_data is not found or if values are unsupported, msg is not modified.

About

A Node-Red node tha decodes Inovelli scene activation data and adds simplified properties to the payload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.0%
  • HTML 11.0%