Socket
Socket
Sign inDemoInstall

homebridge-dolphin

Package Overview
Dependencies
55
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-dolphin

Dolphin Boiler - Smart Water Heating Control: https://www.dolphinboiler.com/


Version published
Weekly downloads
6
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

homebridge-dolphin

Downloads Version

Homebridge Plugin for Dolphin Boiler - Smart Water Heating Control.

Requirements

   

check with: node -v & homebridge -V and update if needed

Installation

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...

  1. Install homebridge using: sudo npm install -g homebridge --unsafe-perm
  2. Install this plugin using: sudo npm install -g homebridge-dolphin
  3. Update your configuration file. See sample-config.json in this repository for a sample.

* install from git: sudo npm install -g git+https://github.com/nitaybz/homebridge-dolphin.git

Config file

"platforms": [
    {
      "platform": "Dolphin",
      "email": "user@name.com",
      "password": "*************",
      "devices": [
        {
          "serial": "YFUY323DG43",
          "name": "Dolphin Boiler",
          "enableShowerSwitches": true,
          "connectionSensor": true,
          "hotWaterSensor": "OccupancySensor"
        }
      ],
      "enableHistoryStorage": true,
      "debug": true
    }
]

Configurations

ParameterDescriptionRequiredDefaulttype
platformalways "Dolphin"-String
emailyour Dolphin account email-String
passwordyour Dolphin account password-String
debug      When set to true, the plugin will produce extra logs for debugging purposes     falseBoolean / Array*
DevicesList 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  trueBoolean

---

Troubleshooting

Report Issues & Debug

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.


Support homebridge-dolphin

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.



Keywords

FAQs

Last updated on 16 Feb 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc