@ubreu/homebridge-helios-kwl
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Homebridge Helios KWL Plugin

verified-by-homebridge

This is a Homebridge plugin for the Helios KWL Easycontrols system in version >= 3.0. When activated the Helios KWL ventilation systemr is added as a fan accessory to HomeKit and the plugin tracks the fan status of the system.

Configuration

The required configuration parameters are the Helio host (e.g. 192.168.1.10) and the websocket port (default is 80).

Development

Setup Development Environment

You must have Node.js 18 or later installed. This plugin uses Nix flakes to provide the necessary development tools.

Install Development Dependencies

Using a terminal, navigate to the project folder and run this command to install the development dependencies:

$ npm install

Build Plugin

TypeScript needs to be compiled into JavaScript before it can run. The following command will compile the contents of your src directory and put the resulting code into the dist folder.

$ npm run build
$ npm run test

Publish Package

When you are ready to publish your plugin to npm, make sure you have removed the private attribute from the package.json file then run:

$ npm publish --access=public

You can publish beta versions of your plugin for other users to test before you release it to everyone.

# create a new pre-release version (eg. 2.1.0-beta.1)
$ npm version prepatch --preid beta

# publish to @beta
$ npm publish --tag=beta --access=public

Package Sidebar

Install

npm i @ubreu/homebridge-helios-kwl

Weekly Downloads

2

Version

0.1.3

License

Apache-2.0

Unpacked Size

64.5 kB

Total Files

36

Last publish

Collaborators

  • ubreu