
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
homebridge-mqttthing
Advanced tools
Homebridge MQTT-Thing is a plugin for Homebridge allowing the integration of many different accessory types using MQTT.
MQTT-Thing allows a wide range of Homekit accessory types to be integrated using MQTT, and has some quite flexible configuration options which are very helpful in many scenarios. However, if you want quick and simple integration with Zigbee devices exposed through Zigbee2MQTT you should also consider the z2m plugin.
From version 1.1.45, MQTT-Thing requires Node.js 16 or later.
From version 1.1.x, raw JavaScript values for Boolean properties are passed to MQTT apply functions. This may change published message formats, e.g. when apply functions are used to build JSON strings.
For full details of changes please see the Release notes.
Follow the instructions in homebridge for the homebridge server installation. This plugin is published through NPM and should be installed "globally" by typing:
npm install -g homebridge-mqttthing
Installation through Homebridge Config UI X is also supported (and recommended).
Configure the plugin in your homebridge config.json
file. Most configuration settings can now also be entered using
Homebridge Config UI X.
MQTT topics used fall into two categories:
setXXX
, are published by MQTT-Thing in order to control device state (e.g. to turn on a light).getXXX
, are published by the device to notify MQTT-Thing that something has occurred (e.g. that a sensor has detected something or a control topic action has been performed).For further details, see docs/Configuration.md and docs/Codecs.md.
The following Homekit accessory types are supported by MQTT-Thing:
Tested and working configurations for devices are available on the Wiki. Please add your working configurations for others.
FAQs
Homebridge plugin supporting various services over MQTT
The npm package homebridge-mqttthing receives a total of 137 weekly downloads. As such, homebridge-mqttthing popularity was classified as not popular.
We found that homebridge-mqttthing demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.