
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
homebridge-simpler-wled
Advanced tools
An accessory plugin for homebridge to support WLED Strips
Homebridge Plugin for WLED Strip (WLED-Project by Aircoookie)
For downloading and installing the Plugin NPM is used in Homebridge: Link to NPM Package
To make the accessory visible in your HomeKIT App you have to add the Platform-Accessory to the config.json to the platforms section:
"platforms": [
{
"platform": "WLED",
"wleds": [
{
"name": "LED-Tisch",
"host": "10.0.0.52",
"presets": [1,2,3],
"log": true
},
{
"name": "LED-Kasten",
"host": ["10.0.0.53", "10.0.0.54"],
"presets": [1,2,3],
}
]
}
]
After editing the config, restart your HomeBridge Server and add the accessory manually from the Home App. If you encounter some issues when adding the accessory to the homekit app, open an issue in GitHub...
To use your own presets you have an option "presets" you can add to your config.json and add as value a comma-seperated list of supported presets of your choice.
sample additional option:
"platforms": [
{
"platform": "WLED",
"wleds": [
{
"name": "LED-Tisch",
"host": "10.0.0.52",
"presets": [1,2,3],
"log": false
}
]
}
]
If you want to turn off the WLED when turning off the WLED-Effect-Switch then you can add the option "turnOffWledWithEffect", (default: false)
"platforms": [
{
"platform": "WLED",
"wleds": [
{
"name": "LED-Tisch",
"host": "10.0.0.52",
"presets": [1,2,3],
"turnOffWledWithEffect": true
}
]
}
]
If you want to disable the Presets-Switch to just use the normal "LightBulb" function. You can just remove the "presets" option in the config.json.
If you have any idea, feel free to fork it and submit your changes back to me.
You can also support me developing this plugin by buying me a coffee and giving me motivation to keep this plugin up to date and continue developing.
FAQs
An accessory plugin for homebridge to support WLED Strips
The npm package homebridge-simpler-wled receives a total of 1 weekly downloads. As such, homebridge-simpler-wled popularity was classified as not popular.
We found that homebridge-simpler-wled 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
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.