
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@nuc/homebridge-aircontrol-mini
Advanced tools
A HomeBridge plugin for TFA-Dostmann AirControl Mini.
A HomeBridge Plugin making the TFA-Dostmann AirCO2ntrol Mini CO2 Monitor measurment USB device availible in HomeKit.
For use on an Ubuntu/Debian style Linux:
sudo apt-get install build-essential libudev-dev
sudo npm install -g --unsafe-perm homebridge-aircontrol-mini
To allow homebridge to run without beeing root or using sudo a udev Rule needs to be added.
Create /etc/udev/rules.d/23-homebridge.rules
and put in the following line, where you replace homebridge
with the group of the user running homebridge on your system (e.g. pi
on a raspian):
SUBSYSTEM=="usb", ATTR{idVendor}=="04d9", ATTR{idProduct}=="a052", GROUP="homebridge", MODE="0664"
Afterwards reload the rules with udevadm control --reload
and replug the USB plug of your AirControl Mini.
Configured as part of your homebridge configuration.
accessory
: Needs to be aircontrol-mini
name
: Required, String; You need to configure the name
of your accessory.co2_warning_level
: Optional, Number, Default 1200; Configure the level (in ppm) at which the CO2 is detected as abnormal (default 1200ppm, same as red LED level according to the device manual).In addition to this you need to connect the device to your machine running homebridge.
{
"bridge": {
…
},
…
"accessories": [
{
"accessory": "aircontrol-mini",
"name": "Living Room CO2",
"co2_warning_level": 1200
}
],
…
}
FAQs
A HomeBridge plugin for TFA-Dostmann AirControl Mini.
The npm package @nuc/homebridge-aircontrol-mini receives a total of 2 weekly downloads. As such, @nuc/homebridge-aircontrol-mini popularity was classified as not popular.
We found that @nuc/homebridge-aircontrol-mini 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.