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

Add lighing.basic support #2

Open
overload08 opened this issue Feb 21, 2015 · 7 comments
Open

Add lighing.basic support #2

overload08 opened this issue Feb 21, 2015 · 7 comments

Comments

@overload08
Copy link
Collaborator

No description provided.

@jschaeke
Copy link

jschaeke commented Apr 20, 2016

For me also very important missing feature. Is it just a matter of adapting the info.json file to add support for it? Because I can't find a lot of code in this plugin. In this case, it seems not a lot of work to add it myself (whenever I want to integrate my self-made arduino devices)... however if it's already in there; the better.

@tikismoke
Copy link

Could you show us the xpl message send and receive by your device have i look and try is implementation.

@overload08
Copy link
Collaborator Author

Hello tiki!
You can fins All info about lighting schem here
http://www.xplproject.org.uk/wiki/Schema_-_LIGHTING.html

-------- Message original --------
Objet : Re: [fritz-smh/domogik-plugin-generic] Add lighing.basic support (#2)
De : tikismoke
À : fritz-smh/domogik-plugin-generic
Cc : overload08 ,Author

Could you show us the xpl message send and receive by your device have i look and try is implementation.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-213703463

@jschaeke
Copy link

It used to be in and functional in version 0.3.

@tikismoke
Copy link

@overload08 @jschaeke I'm agree with you but if you could show me an example like this one used on plcbus plugin it should be more usefull:

plcbus.basic
{
address=B8
level=0
}

As i see in the Xplproject doc:

command=[goto|activate|deactivate]
[network=ID]
[[device=ID]|[scene=ID]]
[channel=#]
[level=0-100]
[fade-rate=[default|]

I don't see how to implement it.

@overload08
Copy link
Collaborator Author

I don't remember All i done... I think you can Only use command and level values. I Will see this week and say you

-------- Message original --------
Objet : Re: [fritz-smh/domogik-plugin-generic] Add lighing.basic support (#2)
De : tikismoke
À : fritz-smh/domogik-plugin-generic
Cc : overload08 ,Mention

@overload08https://github.com/overload08 @jschaekehttps://github.com/jschaeke I'm agree with you but if you could show me an example like this one used on plcbus plugin it should be more usefull:

plcbus.basic
{
address=B8
level=0
}

As i see in the Xplproject doc:

command=[goto|activate|deactivate]
[network=ID]
[[device=ID]|[scene=ID]]
[channel=#]
[level=0-100]
[fade-rate=[default|]

I don't see how to implement it.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-213705527

@overload08
Copy link
Collaborator Author

There is few exmples for lighting :

lighting.basic
{
command=activate
device=lampe.salon
}

lighting.basic
{
command=goto
device=lampe.salon
level=50
}

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

No branches or pull requests

3 participants