Skip to content

j6s/tradfri-manager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tradfri manager

Simple webinterface to manage tradfri light bulbs (or any other devices supporting the COAP protocol).

Setup

To setup tradfri manager you have to create a settings.json file that contains information about your local tradfri gateway.

{
    "securityCode": "abcedf123456"
}

You can find the security code of your tradfri gateway on the backside of it - right next to the QR-Code. The securityCode is used by the backend in order to authenticate with the gateway. After successful authentication a combination of indentity string and psk key are issued for successive logins. These information will automatically be saved in the settings.json file.

Starting

After successfully setting up the settings.json file, use the following command in order to start the application:

$ npm start
    [...]
    Listening on port 3111

By default the application start of port 3111 and can now be opened in a browser.

Screenshots

Index page showing a list of lightbulbs and remotes Detail page with adjustment sliders for colors on RGB bulbs Detail page with adjustment sliders for color temperature on white only bulbs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published