node-red-contrib-virtual-mysensors

1.0.3 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-virtual-mysensors

Weekly Downloads

4

Version

1.0.3

License

ISC

Last publish

Collaborators

  • 4ib3r