petero-dk/org.velux.klf200
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Velux Homey App - Developer Guide This repository contains the source code for the Velux Homey app, which integrates Velux io-homecontrol devices with Homey via the KLF-200 gateway. ## Contributing We welcome contributions! Please open issues or pull requests for bug fixes, features, or improvements. ### Development Setup - Clone this repository - Install dependencies with `npm install` - Build and test your changes - Use the Homey CLI to install and run the app locally ### Code Overview - Main app logic: `app.ts` - Velux/KLF-200 integration: `VeluxHandler.ts` - Device and driver logic: `drivers/windowopener/` ### API & Libraries This app uses [klf-200-api](https://github.com/MiSchroe/klf-200-api) for communication with the Velux KLF-200 gateway. ### Icons The Venetian Blind Icon is _blinds_ by Thales Muller from [Noun Project](https://thenounproject.com/browse/icons/term/blinds/) (CC BY 3.0) The GarageOpener icon is _Garage_ by Adrien Coquet from <a href="https://thenounproject.com/browse/icons/term/garage/" target="_blank" title="Garage Icons">Noun Project</a> (CC BY 3.0) ## License See LICENSE for details.