Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
homebridge-dolphin
Advanced tools
Dolphin Boiler - Smart Water Heating Control: https://www.dolphinboiler.com/
Homebridge Plugin for Dolphin Boiler - Smart Water Heating Control.
check with: node -v
& homebridge -V
and update if needed
This plugin can be easily installed and configured through Homebridge/Hoobs UI.
If you don't use Homebridge UI or HOOBS, or if you want to know more about the plugin features and options, keep reading...
sudo npm install -g homebridge --unsafe-perm
sudo npm install -g homebridge-dolphin
sample-config.json
in this repository for a sample.* install from git: sudo npm install -g git+https://github.com/nitaybz/homebridge-dolphin.git
"platforms": [
{
"platform": "Dolphin",
"email": "user@name.com",
"password": "*************",
"devices": [
{
"serial": "YFUY323DG43",
"name": "Dolphin Boiler",
"enableShowerSwitches": true,
"connectionSensor": true,
"hotWaterSensor": "OccupancySensor"
}
],
"enableHistoryStorage": true,
"debug": true
}
]
Parameter | Description | Required | Default | type |
---|---|---|---|---|
platform | always "Dolphin" | ✓ | - | String |
email | your Dolphin account email | ✓ | - | String |
password | your Dolphin account password | ✓ | - | String |
debug | When set to true , the plugin will produce extra logs for debugging purposes | false | Boolean / Array* | |
Devices | List of Dolphin devices (with the below information) | ✓ | - | Array |
serial | Your Dolphin device serial number | ✓ | - | String |
name | The accessory name that will appear in HomeKit | ✓ | - | String |
enableShowerSwitches | Enabling this will create switch for each amount of showers your boiler is capable of. It will allow you to turn on the boiler for X showers | ✓ | true | Boolean |
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 create 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-dolphin 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
Dolphin Boiler - Smart Water Heating Control: https://www.dolphinboiler.com/
We found that homebridge-dolphin 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.