-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Trying add Osram Lightify Motion Sensor and Lightify Switch (4 buttons) #183
Comments
It would seem the switch isn’t exposed by the deCONZ REST API plugin. Is it supported by the plugin? Edit: guess not (yet), see dresden-elektronik/deconz-rest-plugin#235. This motion sensor is new to me, but it’s loooking ok. You might need to wait a bit for deCONZ to setup attribute reporting before the temperature is shown. |
The switch isn't supported currently. Ok |
Not even other plugins (specifically for Lightify) support the switch and motion sensor. |
Hi
i'm successfully add Lightify Motion Sensor and Lightify Switch to deCONZ, but only Motion Sensor appears in Homebridge:
[10/18/2017, 7:47:21 PM] Loaded plugin: homebridge-hue
[10/18/2017, 7:47:21 PM] Registering platform 'homebridge-hue.Hue'
[10/18/2017, 7:47:21 PM] ---
[10/18/2017, 7:47:21 PM] Loaded config.json with 0 accessories and 1 platforms.
[10/18/2017, 7:47:21 PM] ---
[10/18/2017, 7:47:21 PM] Loading 1 platforms...
[10/18/2017, 7:47:21 PM] [Hue] Initializing Hue platform...
[10/18/2017, 7:47:21 PM] [Hue] config.json: warning: pilipsLights: ignoring unknown key
[10/18/2017, 7:47:21 PM] [Hue] config.json: warning: waitTimeSwitch: deprecated
[10/18/2017, 7:47:21 PM] [Hue] homebridge-hue v0.5.38, node v6.11.4, homebridge v0.4.28
[10/18/2017, 7:47:21 PM] [Hue] config.json: {"platform":"Hue","name":"Hue","host":"127.0.0.1","users":{"xxxxxxxx":"yyyyyyy"},"sensors":true,"excludeSensorTypes":[],"lowBattery":25,"lights":true,"pilipsLights":false,"wallSwitch":true,"groups":true,"group0":false,"rooms":false,"schedules":false,"rules":false,"heartrate":5,"timeout":5,"resource":true,"parallelRequests":10,"waitTimeResend":300,"waitTimeSwitch":100,"waitTimeUpdate":20}
[10/18/2017, 7:47:21 PM] [Hue] 127.0.0.1: bridge request 1: get /config
[10/18/2017, 7:47:21 PM] Loading 0 accessories...
[10/18/2017, 7:47:21 PM] [Hue] 127.0.0.1: bridge request 1: ok
[10/18/2017, 7:47:21 PM] [Hue] deCONZ-GW: deCONZ gateway v2.4.82, api v1.0.4
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: gateway request 2: get /
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: gateway request 2: ok
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: 0 lights
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: 0 groups
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: /sensors/1: CentraLite Motion Sensor-A (ZHAPresence) "Presence 1"
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: /sensors/1: warning: unknown ZHAPresence sensor {"config":{"on":true,"reachable":true},"ep":1,"etag":"3d81dcc4abb28dbe1664767b34a4650f","manufacturername":"CentraLite","modelid":"Motion Sensor-A","name":"Presence 1","state":{},"swversion":"����������������","type":"ZHAPresence","uniqueid":"00:0d:6f:00:0b:ec:8e:3c-01-0500"}
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: /sensors/2: CentraLite Motion Sensor-A (ZHATemperature) "Temperature 2"
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: /sensors/2: warning: unknown ZHATemperature sensor {"config":{"on":true,"reachable":true},"ep":1,"etag":"3d81dcc4abb28dbe1664767b34a4650f","manufacturername":"CentraLite","modelid":"Motion Sensor-A","name":"Temperature 2","state":{},"swversion":"����������������","type":"ZHATemperature","uniqueid":"00:0d:6f:00:0b:ec:8e:3c-01-0402"}
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: 2 sensors
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: 0 schedules
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: 0 rules
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: 2 accessories
[10/18/2017, 7:47:22 PM] [Hue] Initializing platform accessory 'deCONZ-GW'...
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: 2 services
[10/18/2017, 7:47:22 PM] [Hue] Initializing platform accessory 'Presence 1'...
Scan this code with your HomeKit App on your iOS device to pair with Homebridge:
[10/18/2017, 7:47:22 PM] Homebridge is running on port 51836.
[10/18/2017, 7:47:22 PM] [Hue] deCONZ-GW: listening on ws://127.0.0.1:443
[10/18/2017, 7:47:23 PM] [Hue] deCONZ-GW: gateway request 3: get /config
[10/18/2017, 7:47:23 PM] [Hue] deCONZ-GW: gateway request 3: ok
[10/18/2017, 7:47:23 PM] [Hue] deCONZ-GW: gateway request 4: get /sensors
[10/18/2017, 7:47:23 PM] [Hue] deCONZ-GW: gateway request 4: ok
The text was updated successfully, but these errors were encountered: