Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
homebridge-nodemcu-roomba876
Advanced tools
Roomba876 for Homebridge via nodemcu microcontroller
This Homebridge plugin adds switch, battery level and charge status intrefaces via REAT API calls underneath.
API calls go to nodemcu (esp8266) WiFi microcontroller connected to iRobot roomba to read its status and control it.
See Hardware requirements to make it work for you and your roomba.
This code was built upon the work in the following projects:
npm install -g homebridge-nodemcu-roomba876
Add to your config.json's accessory section (add only accessories entry, don't copy whole code shippet):
{
"bridge": {
"name": "Homebridge",
"username": "CD:22:3D:E3:CE:30",
"port": 51826,
"pin": "123-45-678"
},
"description": "My Homebridge",
"platforms": [],
"accessories": [
{
"accessory": "Roomba876",
"model":"876",
"name": "Roomba",
"hostname": "http://mdns-host-or-ip-address-of-your-roomba-nodemcu",
}
]
}
The Model and Name options can be set to whatever you'd like. Hostname is an IP address of nodemcu's microcontroller or its mDNS host name used
This is separate hardware to listen on host/IP with REST interface accepting API calls from this homebridge plugin.
It should be developed and flashed separately from this plugin. You can use Arduino IDE to develop and flash it.
It passes commands from homebridge/Siri to roomba over open interface port (OI).
Source is located in nodemcu
folder of this project. But rest of the routine is up to you.
TBD
FAQs
Roomba876 for Homebridge via nodemcu microcontroller
The npm package homebridge-nodemcu-roomba876 receives a total of 2 weekly downloads. As such, homebridge-nodemcu-roomba876 popularity was classified as not popular.
We found that homebridge-nodemcu-roomba876 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.