
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
homebridge-nefit-easy
Advanced tools
Homebridge plugin for Nefit Easy™ (aka Worcester Wave™, Junkers Control™)
This is a plugin for Homebridge to allow controlling your Nefit Easy™ (aka Worcester Wave™, Junkers Control™) thermostat through iOS' HomeKit.
Uses the nefit-easy-commands
module under the hood to communicate with the Nefit/Bosch backend.
This library requires Node.js 6.0.0 or later!
$ npm i homebridge-nefit-easy -g
Homebridge plugins need to be installed globally, so the -g
is mandatory.
If you're having problems getting any data from the HTTP server, and you're using a recent Linux distribution (for instance, Raspbian Buster), take a look at this comment.
In short: OpenSSL defaults have changed to require a minimum TLS version and cipher implementation. These defaults cause the Nefit client code to not be able to connect to the Nefit/Bosch backend.
The solution is mentioned here: edit the file /etc/ssl/openssl.cnf
and change the following keys to these values:
MinProtocol = None
CipherString = DEFAULT
First, you need a working Homebridge installation.
Once you have that working, edit ~/.homebridge/config.json
and add a new accessory:
"accessories": [
...
{
"accessory" : "NefitEasy",
"name" : "thermostaat",
"options" : {
"serialNumber" : "NEFIT_SERIAL_NUMBER",
"accessKey" : "NEFIT_ACCESS_KEY",
"password" : "NEFIT_PASSWORD"
}
}
]
name
will be the identifier that you can use, for example, in Siri commands;NEFIT_*
with the correct values;nefit-easy-core
constructor.To also use the outdoor temperature measured by the Nefit Easy device, add a NefitEasyOutdoorTemp
accessory to ~/.homebridge/config.json
:
"accessories": [
...
{
"accessory" : "NefitEasyOutdoorTemp",
"name" : "buitentemperatuur",
"options" : {
"serialNumber" : "NEFIT_SERIAL_NUMBER",
"accessKey" : "NEFIT_ACCESS_KEY",
"password" : "NEFIT_PASSWORD"
}
}
]
All credentials options should be set for both the NefitEasy
and the NefitEasyOutdoorTemp
device.
FAQs
Homebridge plugin for Nefit Easy™ (aka Worcester Wave™, Junkers Control™)
We found that homebridge-nefit-easy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.