
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-octoprint-motion
Advanced tools
Exposes Current OctoPrint Status as a Motion Detector
OctoPrint Plugin for Homebridge
This plugin exposes the current status of a 3D printer connected to OctoPrint as a Motion Sensor or Occupancy Sensor.
sudo npm install -g homebridge-octoprint-motion
.Edit your config.json
accordingly. Configuration sample:
"platforms": [
{
"platform": "octoprint",
"instances": [
{
"name": "Monoprice",
"manufacturer": "Monoprice",
"model": "Maker Ultimate",
"url": "http://monoprice.local",
"api_key": "o03vc2y4tpj76iy814u1vklz0gidiqut",
"case_light": true
},
{
"name": "Big Boy",
"manufacturer": "Creality",
"model": "CR-10S S4",
"url": "http://bigboy.local",
"api_key": "oxunsmzv6hi9nkrcxnlbtg9azgsm2uaa"
}
]
}
]
Fields | Description | Required |
---|---|---|
platform | Must always be octoprint . | Yes |
instances | Array of Octoprint instance configs (multiple supported). | Yes |
|- name | Name of your device. | Yes |
|- manufacturer | Manufacturer of your device. | No |
|- model | Model of your device. | No |
|- serial | Serial of your device. | No |
|- url | URL of your OctoPrint instance. | Yes |
|- api_key | API Key for your OctoPrint instance. | Yes |
|- case_light | Enables control of the printer's case light. | No |
|- occupancy_sensor | Exposes an occupancy sensor instead of a motion sensor. | No |
FAQs
Exposes Current OctoPrint Status as a Motion Detector
The npm package homebridge-octoprint-motion receives a total of 23 weekly downloads. As such, homebridge-octoprint-motion popularity was classified as not popular.
We found that homebridge-octoprint-motion 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.