Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

4ib3r/node-red-contrib-virtual-mysensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-virtual-mysensors

npm version

Info

This component add components and tcp gate compatible with MySensors protocol.

Gateway

Gateway define tcp port for server, and nodes for server. Nodes add possibility to group sensors, each sensor has auto generated id unique for node.

Supported components

  • MyGateway - TCP Gateway component
  • MyBinary - S_BINARY
  • MyDimmer - S_DIMMER
  • MyHeater - S_HEATER
  • MyIR - S_IR
  • MyRGB - S_RGB
  • MyScene - S_SCENE
  • MyBarometer - S_BARO (V_HUM, V_TEMP, V_PRESSURE, V_FORECAST, I_BATTERY_LEVEL)
  • MyDoor - S_DOOR (V_TRIPPED I_BATTERY_LEVEL)
  • MyMotion - S_MOTION (V_TRIPPED I_BATTERY_LEVEL)
  • MyHumidity - S_HUM (V_HUM, V_TEMP, I_BATTERY_LEVEL)
  • MyTemperature - S_TEMP (V_HUM, V_TEMP, V_PRESSURE, I_BATTERY_LEVEL)

Send non default values

For example each sensor can send battery level, each sensor check topic before send message, if that contains message type for example I_BATTERY_LEVEL, and it supported by sensor, message subtype is set to that value.

For simple set proper topic You can add MySetMsg component and select message type in this.