Skip to content

DOMUSTO Home Automation plugin for using Philips HUE devices

Notifications You must be signed in to change notification settings

basvdijk/domusto-philips-hue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DOMUSTO Philips HUE plugin

plugin:       Philips HUE
author:       Bas van Dijk
category:     system
version:      0.0.1
website:      http://domusto.com
description:  Control Philips HUE devices

Features

  • Fetch light/group state on start
  • Turn light/group on/off
  • Set light/group brightness
  • Set light/group color

Hardware needed

  • Philips HUE bridge
  • Philips HUE devices

Tested with

  • not tested

Installation

Execute in the domusto-server folder:

$ ./domusto.js plugin add basvdijk/domusto-philips-hue

Configuration

  1. Add the section below to your config.ts
  2. Set the correct ip and username
  3. Restart DOMUSTO
{
    id: 'PHILIPS-HUE',
    enabled: true,
    dummyData: false,
    settings: {
        ip: '192.168.178.51',
        username: '08a902b95915cdd9b75547cb50892dc4'
    }
},

Example devices

// SWITCH FOR SINGLE LIGHT WITH ID 1
{
    id: 'LIVING',
    enabled: true,
    role: 'output',
    name: 'Living',
    type: 'switch',
    subType: 'on/off',
    plugin: {
        id: 'PHILIPS-HUE',
        deviceId: 'L1'
    }
},

// SWITCH FOR GROUP WITH ID 2
{
    id: 'KITCHEN',
    enabled: true,
    role: 'output',
    name: 'Kitchen',
    type: 'switch',
    subType: 'on/off',
    plugin: {
        id: 'PHILIPS-HUE',
        deviceId: 'G2'
    }
},

About

DOMUSTO Home Automation plugin for using Philips HUE devices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published