Socket
Book a DemoInstallSign in
Socket

homebridge-udp-json

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-udp-json

UDP server receiving JSON messages from sensors for Homebridge: https://github.com/nfarina/homebridge"

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-udp-json

UDP server for receiving JSON messages from remote sensors on your network, plugin for Homebridge

Installation

  • Install Homebridge using npm install -g homebridge
  • Install this plugin npm install -g homebridge-udp-json
  • Update your configuration file - see below for an example

Configuration

  • accessory: "UDPJSON"
  • name: descriptive name
  • name_temperature (optional): descriptive name for the temperature sensor
  • name_humidity (optional): descriptive name for the humidity sensor
  • listen_port (8268): UDP port to listen for packets on

This currently plugin creates two services: TemperatureSensor and HumiditySensor, but other sensor types could easily be added in the future.

UDP packets are expected to be sent from a remote sensor in JSON, for example:

{"temperature_c": 24.35, "pressure_hPa": 1010.73, "altitude_m": 21.01, "humidity_percent": 38.20}

This is a custom structure, but is simple enough to send from cheap Wi-Fi enabled microcontrollers such as the ESP8266. Example sender program for Arduino: https://github.com/rxseger/dooper

See also

License

MIT

Keywords

homebridge-plugin

FAQs

Package last updated on 06 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.