Search found 10 matches

by dickymoe
04 Sep 2013 15:07
Forum: RaZberry
Topic: Z-Wave.me dead ?
Replies: 0
Views: 4507

Z-Wave.me dead ?

No updates, no automation in local... No news...

by dickymoe
21 Apr 2013 18:39
Forum: Discussions in English
Topic: Full Python API ?
Replies: 4
Views: 11816

Full Python API ?

Hi, I'am now using Z-cloud (waiting for automation in Z-Way).

Where can I found a complete documentation for the API ? (RulesManager, Scenes...)

There is very few things in user manual but for make advanced python script it's not easy without the API !

Thanks
by dickymoe
21 Apr 2013 18:39
Forum: Discussions in English
Topic: Full Python API ?
Replies: 4
Views: 11816

OK it's deprecated but how

OK it's deprecated but how can I do to lunch scene for exemple ?
One exemple : If a open the light in device[5] on between 11pm and 6am start the scene "toto" ?
If a open the light in device[5] off between 11pm and 6am start the scene "off toto" ?
by dickymoe
16 Apr 2013 00:51
Forum: RaZberry
Topic: Z-Way iOS App available on GitHub
Replies: 11
Views: 12859

I will not use it but it's a

I will not use it but it's a really good news to open your source code. I hope some people will works on it !!

Congratulations !
by dickymoe
09 Apr 2013 14:59
Forum: Device specific
Topic: ZME Remote Wall device
Replies: 2
Views: 2914

ZME Remote Wall device

<t>Hi, I bought a Düwi Z-Wave.me wall device (with battery).<br/> <br/> It works in association with a fibaro switch : when you press up the light switch on and when you press down the light switch off.<br/> <br/> Is it possible with this device to do :<br/> * On up invert the light (off->on and on-...
by dickymoe
03 Apr 2013 23:24
Forum: RaZberry
Topic: pls help a razberry newbie
Replies: 6
Views: 6981

The first time I include a

<r>The first time I include a Fibaro module with my Razberry : the inclusion didn't work...<br/> <br/> I fact, when you put your Razberry in inclusion mode : you have to press 3 times the button in the module : very quickly and it's ok. It work very well !!<br/> <br/> But don't press button too slow...
by dickymoe
02 Apr 2013 15:59
Forum: RaZberry
Topic: Clarify Python things with ZWay/Razberry
Replies: 10
Views: 16495

Clarify Python things with ZWay/Razberry

<r>Hi, I'm a new user end I've some questions :<br/> It looks like the core backend is write in python and we can make scene in python (not tests)<br/> <br/> I can't find python files described in file overview in <URL url="http://en.z-wave.me/docs/zway_manual_en.pdf">http://en.z-wave.me/docs/zway_m...
by dickymoe
02 Apr 2013 15:59
Forum: RaZberry
Topic: Clarify Python things with ZWay/Razberry
Replies: 10
Views: 16495

Why theses distinctions ?

<t>Why theses distinctions ?<br/> For exemple why we can't make automation on Razberry ? And python scripting ?<br/> <br/> It's on the way or will never be here ?<br/> <br/> Because the Razberry version and Z-cloud version are almost similar.<br/> <br/> When I bought the razberry I thought the autom...
by dickymoe
02 Apr 2013 15:59
Forum: RaZberry
Topic: Clarify Python things with ZWay/Razberry
Replies: 10
Views: 16495

Thanks for clarification.

<t>Thanks for clarification.<br/> I think using JSON is a good solution to separate backend and frontend.<br/> <br/> It's a very good news for automation on Razberry ! I'm wainting for it.<br/> I hope python scripting will be there too.<br/> <br/> You don't have old python ZWavaAPI available at this...
by dickymoe
19 Mar 2013 02:59
Forum: RaZberry
Topic: Access ZWaveAPI through Python script on Raspberry
Replies: 19
Views: 22348

It will be easier for you to

It will be easier for you to use resquests module in python
Just to do :
requests.get("...")

:)