https://github.com/frklan/sladdlos
A control panel for Ikea Trådfri lightbulbs.
https://github.com/frklan/sladdlos
ikea javascript smarthome tradfri
Last synced: about 1 year ago
JSON representation
A control panel for Ikea Trådfri lightbulbs.
- Host: GitHub
- URL: https://github.com/frklan/sladdlos
- Owner: frklan
- License: mit
- Created: 2018-08-13T18:57:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T18:51:33.000Z (almost 3 years ago)
- Last Synced: 2025-06-05T13:06:30.911Z (about 1 year ago)
- Topics: ikea, javascript, smarthome, tradfri
- Language: JavaScript
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sladdlös
A control panel for Ikea Trådfri lightbulbs.

## Prerequisites
1) One or more Ikea Trådfri lightbulb
2) A Ikea Trådfri Gateway
3) A [Caesium](https://github.com/frklan/caesium) API end point
## Installation
``` bash
# clone the git repository
git clone git@github.com:frklan/sladdlos
# install dependencies
$ npm install
# start app in development mode with hot reload
$ npm run dev
# build a executable
$ npm run build
```
At first start you must supply a url to the Caesium API endpoint and a valid JWT authorization token, see [see caesium README how to generate a token](https://github.com/frklan/caesium)
# Contributing
Contributions are always welcome!
When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.
Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.
# Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frklan/sladdlos/tags).
# Authors
* **Fredrik Andersson** - *Initial work* - [frklan](https://github.com/frklan)
# License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli).