
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
homebridge-homeworks-serial
Advanced tools
==================================
IN DEVELOPMENT - PLEASE BE PATIENT
==================================
NOT TESTED
Homebridge plugin for Lutron Homeworks using Serial Port (RS232)
Many Thanks to @cptechie who inspired me to create this plugin via his own plugin homebridge-lutron-homeworks and to @davebeyer on the ideas on how to solve the huge amount of accessories via IPC and queue with his plugin homebridge-lutron-hwi
"platforms": [
{
"platform": "HomeworksSerial",
"name": "Homeworks Serial",
"discoveryLogs": true,
"serialPath": "/dev/ttyUSB0",
"baudRate": 115200,
"loginRequired": false,
"password": "jetski",
"commandDelay": 100,
"extended": false,
"debug": false,
"devices": [
{
"name": "Hallway Light",
"type": "dimmer",
"address": "01:01:00:02:04",
"defaultBrightness": 100,
"defaultFadeTime": 0
},
{
"name": "Bathroom Light",
"type": "switch",
"address": "04:06:01",
"buttonId": 2,
"pressType": "single"
},
{
"name": "Heater",
"type": "outlet",
"address": "04:06:01",
"buttonId": 3,
"pressType": "double"
},
{
"name": "Chiller",
"type": "switch",
"address": "04:06:01",
"buttonId": 1,
"pressType": "hold"
},
{
"name": "Shutters",
"type": "windowCovering",
"address": "04:06:01",
"timeToOpen": 30,
"timeToClose": 25,
"openButtonId": 4,
"closeButtonId": 5,
"stopButtonId": 6,
"pressType": "single"
},
{
"name": "custom",
"type": "switch",
"address": "04:06:01",
"buttonId": 1,
"rawCommands": {
"on": "KBP, [04:06:01], 1",
"off": "KBP, [04:06:01], 2"
},
"rawStatus": {
"on": "KBP, [04:06:01], 1",
"off": "KBP, [04:06:01], 2"
}
},
{
"name": "Shutters2",
"type": "windowCovering",
"address": "01:01:00:02:04",
"timeToOpen": 30,
"timeToClose": 25,
"rawCommands": {
"open": "FADEDIM, 16, 0, 0, [01:01:00:02:04]",
"close": "FADEDIM, 35, 0, 0, [01:01:00:02:04]",
"stop": "FADEDIM, 0, 0, 0, [01:01:00:02:04]",
"louver": "KBP, [04:06:01], 1"
},
"rawStatus": {
"open": "DL, [01:01:00:02:04], 16",
"close": "DL, [01:01:00:02:04], 35",
"stop": "DL, [01:01:00:02:04], 0",
"louver": "KBP, [04:06:01], 1"
}
},
{
"name": "Living Room Scene",
"type": "button",
"address": "04:06:01",
"buttonId": 7
}
]
}
]
If you experience any issues with the plugins please refer to the Issues tab and check if your issue is already described there, if it doesn't, please report a new issue with as much detailed information as you can give (logs are crucial).
if you want to even speed up the process, you can add "debug": true to your config, which will give me more details on the logs and speed up fixing the issue.
homebridge-homeworks-serial is a free plugin under the MIT license. it was developed as a contribution to the homebridge/hoobs community with lots of love and thoughts. Creating and maintaining Homebridge plugins consume a lot of time and effort and if you would like to share your appreciation, feel free to "Star" or donate.
FAQs
Homebridge plugin for Lutron Homeworks using Serial Port
We found that homebridge-homeworks-serial 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.