0.5.5 • Published 1 year ago

homebridge-dolphin v0.5.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

0.5.4

1 year ago

0.5.3

1 year ago

0.5.5

1 year ago

0.6.0-beta.2

1 year ago

0.6.0-beta.1

1 year ago

0.4.0-beta.3

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.1.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.4.0-beta.0

2 years ago

0.4.0-beta.1

2 years ago

0.3.6

2 years ago

0.4.0-beta.2

2 years ago

0.3.5

2 years ago

0.3.2

2 years ago

0.0.5

2 years ago

0.3.1

2 years ago

0.1.3

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago