node-red-contrib-govee-bt-client 1.0.0

Using noble.js, via govee-bt-client, continuously scans advertisements from Govee BLE Thermometer & Hygrometer devices.

npm install node-red-contrib-govee-bt-client

This Node-Red module contains the "Govee Device" node that continously scans for broadcast messages from Govee BLE devices, using the govee-bt-client module (which uses the noble library).

Installation

To install this module use Node-Red GUI installer or console command:

npm install node-red-contrib-govee-bt-client

This module requires the govee-bt-client module and noble library which will be installed automatically. Take note about the requirements when running on linux.

Usage

Output message: msg.payload contains the decoded information from the Govee device, e.g.:

{
  "uuid":"a1b2c3d4e5z6",
  "address":"00:1b:44:11:3a:b7",
  "model":"GVH5075_E79E",
  "battery":100,
  "humidity":68.6,
  "tempInC":20.2686,
  "tempInF":68.48348,
  "rssi":-75
}

Node Info

Version: 1.0.0
Updated 3 years ago
License: MIT
Rating: not yet rated

Actions

Rate:

Downloads

6 in the last week

Nodes

  • Govee Device

Keywords

  • ble
  • bluetooth
  • nodered
  • node-red
  • sensor
  • temperature
  • humidity
  • govee

Maintainers