Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Home App: Dimmer and Hue Button not compatible #29

Closed
marcodesantis71 opened this issue Dec 13, 2016 · 2 comments
Closed

iOS Home App: Dimmer and Hue Button not compatible #29

marcodesantis71 opened this issue Dec 13, 2016 · 2 comments
Labels

Comments

@marcodesantis71
Copy link

marcodesantis71 commented Dec 13, 2016

Hi,

I'm try to add the plugin on my HomeBridge (OS X or Linux). I have an error on Home App, with iOS 10.1.1.

The Dimmer Icon tell me that's not compatible.

This is my config.json (only hue I added to try):

server:.homebridge thegod$ cat config.json
{
"bridge": {
"name": "HomeProva",
"username": "XXXXX",
"port": 51826,
"pin": "XXXXX"
},

"platforms": [
{
"platform": "Hue",
"name": "Hue",
"host": "XXXX",
"users": {
"XXXX": "XXXXXX"
},
"heartrate": 5,
"timeout": 5,
"lights": true,
"philipslights": true,
"groups": false,
"group0": true,
"rooms": false,
"sensors": true,
"clipsensors": false,
"schedules": false,
"rules": false
}]
}

Log when start:

server:.homebridge thegod$ homebridge
[2016-12-13 13:13:01] Loaded plugin: homebridge-foscam
[2016-12-13 13:13:01] Registering accessory 'homebridge-foscam.Foscam'
[2016-12-13 13:13:01] ---
[2016-12-13 13:13:01] Loaded plugin: homebridge-hue
[2016-12-13 13:13:01] Registering platform 'homebridge-hue.Hue'
[2016-12-13 13:13:01] ---
[2016-12-13 13:13:01] Loaded plugin: homebridge-ifttt
[2016-12-13 13:13:01] Registering platform 'homebridge-ifttt.IFTTT'
[2016-12-13 13:13:01] ---
[2016-12-13 13:13:01] Loaded plugin: homebridge-netatmo
[2016-12-13 13:13:01] Registering platform 'homebridge-netatmo.netatmo'
[2016-12-13 13:13:01] ---
[2016-12-13 13:13:01] Loaded plugin: homebridge-roomba980
[2016-12-13 13:13:01] Registering accessory 'homebridge-roomba980.Roomba980'
[2016-12-13 13:13:01] ---
[2016-12-13 13:13:01] Loaded config.json with 0 accessories and 1 platforms.
[2016-12-13 13:13:01] ---
[2016-12-13 13:13:01] Loading 1 platforms...
[2016-12-13 13:13:01] [Hue] Initializing Hue platform...
[2016-12-13 13:13:01] [Hue] homebridge-hue v0.1.0, node v6.9.1, homebridge v2.1
[2016-12-13 13:13:01] [Hue] Philips hue: BSB002 bridge, api v1.16.0
[2016-12-13 13:13:02] [Hue] Philips hue: 20 accessories
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Philips hue'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Ufficio'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Camera'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Bagno'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Palla'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Divano'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Salotto'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Cucina'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Entrata'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Comodino Marco'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Balcone Cucina'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Striscia'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Sottoscala'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Balcone Soggiorno'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Comodino Sara'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Daylight'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Pulsante Entrata'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Pulsante Camera'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Grandepuffo'...
[2016-12-13 13:13:02] [Hue] Initializing platform accessory 'Puffetta'...
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:

The bulbs aro ok. But dimmer and button not function.

Can you help me?

@ebaauw
Copy link
Owner

ebaauw commented Dec 13, 2016

@marcodesantis71 Homebridge-hue exposes Hue Dimmer and Hue Tap switches as Stateful Programmable Switch. This service is not supported by the iOS 10 Home kit, even though it's a standard HomeKit service. You need to use another HomeKit app, like Eve. See Caveats under README.

@marcodesantis71
Copy link
Author

@ebaauw ah ok! Now I must understand how to configure Eve app :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants