0.0.1 • Published 2 years ago

node-red-contrib-ssv-ssb v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

node-red-contrib-ssv-ssb

Receives and decodes SSV/SSB sensor data.

The Secure Sensor Beacon Protocol (SSB) is used to transfer sensor data. This Node awaits the Bluetooth advertisements transmitted via MQTT with the following format:

{
  // gateway address
  "gw":"b8:27:eb:43:d6:a8",
  // sensor address
  "address":"d8:fb:e2:88:14:80",
  // advertised sensor name
  "name":"SFS/BE1-PT3001",
  // sensor RSSI
  "rssi":-79,
  // Unix timestamp of received data in ms
  "ts":1639049037421,
  // manufacturer specific data
  "data":"59004010d3240104a033335d42b13437456e42" 
}

All Bluetooth-enabled gateways manufactured by SSV are shipped with the BLE2MQTTservice that will take care of this translation.