Search found 8 matches

by vanbako
Thursday 06 October 2016 13:08
Forum: Others
Topic: Domoticz & OSRAM Lightify
Replies: 35
Views: 13248

Re: Domoticz & OSRAM Lightify

Hello antares,
I'm working on a zigbee gateway without cloud service which works with osram bulbs.
Read more in this topic: viewtopic.php?f=56&t=12464
by vanbako
Thursday 30 June 2016 14:50
Forum: Others
Topic: Zigbee environmental sensor
Replies: 0
Views: 529

Zigbee environmental sensor

I was able to implement some zigbee lights with my gateway via dummy hardware and http on/off commands.
Now I also have a zigbee temperature/humidity/pressure sensor.
Am I able to implement it with similar http requests?
If not, can someone tell me how to implement this easily?

Thanks
by vanbako
Thursday 30 June 2016 10:12
Forum: Others
Topic: Zigbee gateway
Replies: 4
Views: 2978

Re: Zigbee gateway

I made the lights work with dummy hardware, create manual light/switch, then edit the light. For On and Off Action: http://<ip>:<port>/ep/setOn/de58+03 http://<ip>:<port>/ep/setOff/de58+03 Where de58 (hex) is the zigbee short address of the light and 03 (hex) the endpoint number. It works with a ...
by vanbako
Wednesday 22 June 2016 21:46
Forum: Others
Topic: Zigbee gateway
Replies: 4
Views: 2978

Re: Zigbee gateway

I use the Atmel ATSAMR21-XPRO Evaluation Board, one as gateway and one as coordinator (combined interface), both connected with usb to the raspberry pi. I tested with Wink and the Lightify HUB, and that works as well. (I present the gateway as a generic zigbee on/off light) Keep in mind that it's ...
by vanbako
Wednesday 22 June 2016 20:48
Forum: Others
Topic: Zigbee gateway
Replies: 4
Views: 2978

Zigbee gateway

I've created a zigbee gateway, harware is raspberry pi with atsamr21 connected through usb.
Using perl to expose commands in a simple json api.
It's a work in progress, it works with Osram lightify Lights and self made sensor devices.

Can I integrate this easily in Domoticz?

Thanks
by vanbako
Friday 17 June 2016 11:11
Forum: Others
Topic: Domoticz & OSRAM Lightify
Replies: 35
Views: 13248

Re: Domoticz & OSRAM Lightify

I finally built my own zigbee gateway with a rest api (perl) to control it.
Is a rest client included in domoticz to be able to use it?
by vanbako
Sunday 21 February 2016 21:35
Forum: Others
Topic: Domoticz & OSRAM Lightify
Replies: 35
Views: 13248

Re: Domoticz & OSRAM Lightify

Ah, yes indeed. I guess they will not create an api which works locally.
by vanbako
Thursday 18 February 2016 17:08
Forum: Others
Topic: Domoticz & OSRAM Lightify
Replies: 35
Views: 13248

Re: Domoticz & OSRAM Lightify

I found out today that the lightify api is available at:
https://eu.lightify-api.org/

Enjoy!