Search found 7579 matches

by PoltoS
06 May 2014 22:14
Forum: Discussions in English
Topic: Z-Connector not downloadable : need help
Replies: 3
Views: 18226

Re: Z-Connector not downloadable : need help

Z-Cloud was disabled for new users since end of 2013 and will be turned off in June/July
by PoltoS
06 May 2014 22:14
Forum: Discussions in English
Topic: BMS Link v1.0 now available
Replies: 14
Views: 90295

Re: BMS Link v1.0 now available

looks good. does it support Z-Wave? Does it uses RaZberry?
by PoltoS
06 May 2014 22:10
Forum: Discussions in English
Topic: Problem with lock from locstar
Replies: 13
Views: 76382

Re: Problem with lock from locstar

The Security interview MUST be done in first 20 seconds. Otherwise it will not pass.
by PoltoS
06 May 2014 22:06
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 105254

Re: New Home Automation engine and New UI

Indeed. Fixed.
by PoltoS
01 May 2014 12:09
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 105254

Re: New Home Automation engine and New UI

you only need to update the new UI folder - have a look on the top of the post how to get the code from github.

your Expert UI settings and devices will be untuched
by PoltoS
01 May 2014 03:11
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 105254

Re: New Home Automation engine and New UI

Please look on the new code on github. It has Bindings working (at least cases we have tested ;) and it also have GroupDevices module to group several together and even to invertion of state.
by PoltoS
01 May 2014 02:44
Forum: RaZberry
Topic: Creating virtual devices in new automation
Replies: 19
Views: 23057

Re: Creating virtual devices in new automation

We have updated on git the new UI. Now it is easy to do what you want. Follow the forum desciption of the new UI to see changes.

You will need to get new code from github (also documented how to do)
by PoltoS
01 May 2014 02:42
Forum: RaZberry
Topic: A clever switch
Replies: 12
Views: 11557

Re: A clever switch

zway.devices[N].Meter.data.val.bind(function() { if (this.level > X) zway.devices[N].SwitchBinary.Set(0) });

Check for correct dataholder name, scale S, device id N and value X.
by PoltoS
01 May 2014 02:39
Forum: RaZberry
Topic: Are Devices Communicating?
Replies: 4
Views: 5031

Re: Are Devices Communicating?

Both Fibaro and most of Aeotec devices uses new features of Z-Wave called Explorer Frames. They resolve routes themself. Controller is not always aware about the result of this "self-healing" process. So, updating routing tables will not only fix routes, but also allow controller to read a...
by PoltoS
01 May 2014 02:36
Forum: RaZberry
Topic: installation problems
Replies: 12
Views: 12329

Re: installation problems

The installtion on Raspbian have a step to reconfigure kernel to free ttyAMA0 from a console. Please have a look in the installer script. You need to do this step manually on Raspbmc (it might diffre from the way it is on Raspbian)