
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Haui, the "Home Automation UI"
Mainly just a placeholder for future goodness...but, it currently supports sending most X10 events via a CM11 interface and is configured via a simple JSON settings file.
WARNING: The X10 module being used has stability issues, at least with my own personal X10 interface...
$ npm install haui -g
$ haui ./path/to/settings-file.json
{
"x10": { "serialPath": "/dev/ttyUSB0" },
"port": 8000,
"host": "127.0.0.1",
"buttons": [
{
"type": "x10",
"label": "Front - ON",
"icon": "fa-lightbulb-o",
"command": "ON",
"house": "A",
"unit": "1"
},
{
"type": "x10",
"label": "Front - OFF",
"icon": "fa-lightbulb-o",
"command": "OFF",
"house": "A",
"unit": "1"
},
{
"type": "x10",
"label": "Hall - ON",
"icon": "fa-lightbulb-o",
"command": "ON",
"house": "A",
"unit": "2"
},
{
"type": "x10",
"label": "Hall - OFF",
"icon": "fa-lightbulb-o",
"command": "OFF",
"house": "A",
"unit": "2"
},
{
"type": "lirc",
"label": "Kenwood - Power",
"icon": "fa-power-off",
"command": "send_once",
"device": "Kenwood",
"button": "Power"
},
{
"type": "lirc",
"label": "Kenwood - Volume Up",
"icon": "fa-volume-up",
"command": "send_once",
"device": "Kenwood",
"button": "Volume_Up"
},
{
"type": "lirc",
"label": "Kenwood - Volume Down",
"icon": "fa-volume-down",
"command": "send_once",
"device": "Kenwood",
"button": "Volume_Down"
}
]
}

MIT
FAQs
Home Automation UI
We found that haui 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.