This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Gateway to Lufaflex shades
#1
Hi,
On a project we are working on, the customer wants to control hisĀ luxaflex shades from the knx system. I have received the Api codes from the supplier. Is this possible to integrate with the LM? And what types of functions can I expect?

Link:
http://tools.hde.nl/menc/luxaflex/concep...rView/API/

BR Even Sundgot.
Reply
#2
You can use HTTP API to activate a pre-define scene. Replace IP and sceneId in url as needed:
Code:
require('socket.http')

url = 'http://192.168.1.101/api/scenes?sceneId=12345'
res, err = socket.http.request(url)

log(res, err)
Reply
#3
(13.06.2018, 09:55)admin Wrote: You can use HTTP API to activate a pre-define scene. Replace IP and sceneId in url as needed:
Code:
require('socket.http')

url = 'http://192.168.1.101/api/scenes?sceneId=12345'
res, err = socket.http.request(url)

log(res, err)

Thanks Admin! Smile
Reply


Forum Jump: