Search found 81 matches

by Plainsane
27 Oct 2015 03:17
Forum: RaZberry
Topic: Razberry->HomeKit: HowTo get Device Support?
Replies: 3
Views: 5029

Re: Razberry->HomeKit: HowTo get Device Support?

2.1.2 rc5 is an internal build. I'm sure they appreciate the information but I would not expect them to support/fix this issue via the forms until an official release comes out.

See if anything shows up in the logs so they have some idea of what is happening internally.
by Plainsane
27 Oct 2015 03:07
Forum: RaZberry
Topic: Newbie - Getting Started
Replies: 3
Views: 4256

Re: Newbie - Getting Started

Take that script I pasted, as is, and run it as sudo, it will download it and extract it as well as a bunch of other intergalactic stuff. To be clear, this is their script, I just tweaked it to make it very very easy to change versions, as their scripts seem to lag behind the release a bit. I gave y...
by Plainsane
23 Oct 2015 05:01
Forum: RaZberry
Topic: New 2.1.1 and 2.1.2-rc
Replies: 13
Views: 15917

Re: New 2.1.1 and 2.1.2-rc

Can you please describe your system? Most notably: which device types do you use, and how many I might be way off base here, but the main concern would be proper support of each device class? I thought everything needed to work with the device is obtained with a proper interview? Sorry, I'm still n...
by Plainsane
23 Oct 2015 04:51
Forum: RaZberry
Topic: (Motion)Sensor update doesn't work
Replies: 6
Views: 6487

Re: (Motion)Sensor update doesn't work

Maybe not related but in many versions I have tried, I had a similar results with dimmer switches if you operated it manually from the switch, zway would not report the proper level of the dimmer (stale data). Switching to 2.1.2 rc2 resolved this for me, I hope you are not on that version and would ...
by Plainsane
23 Oct 2015 04:41
Forum: RaZberry
Topic: Is there a listing of compatible secondary controllers?
Replies: 2
Views: 3143

Re: Is there a listing of compatible secondary controllers?

I have had problems with interviews completing for my thermostats. I recommend after you add the device and the interview fails, using the expert ui, select the device and run each interview step manually. If you watch the debug window in e expert ui, you will see all queries slam the razberry, some...
by Plainsane
23 Oct 2015 04:36
Forum: RaZberry
Topic: Newbie - Getting Started
Replies: 3
Views: 4256

Re: Newbie - Getting Started

I would not use that version. Use http://razberry.z-wave.me/z-way-server/z-way-server-RaspberryPiXTools-v2.1.2-rc2.tgz And use this script, the one they have on their site blows when you want to install a specific version as you have to change the script in multiple spots...one day I'll try to get a...
by Plainsane
05 Oct 2015 15:44
Forum: RaZberry
Topic: New 2.1.1 and 2.1.2-rc
Replies: 13
Views: 15917

Re: New 2.1.1 and 2.1.2-rc

I updated to 2.1.1 of which I assumed was a stable release. I had all kinds of problems. Devices started to fail all over. simple binary switches would not turn off. Turning them on was even a bad delay of 2 seconds or longer. I hoped updating to the news RC would fix my issues, but now all my devi...
by Plainsane
04 Oct 2015 15:12
Forum: RaZberry
Topic: New 2.1.1 and 2.1.2-rc
Replies: 13
Views: 15917

Re: New 2.1.1 and 2.1.2-rc

I have not found such a thing. But it is sooooooo easy to revert to your previous version I have given up the search
by Plainsane
25 Sep 2015 04:43
Forum: RaZberry
Topic: Home Automation is missing
Replies: 4
Views: 7632

Re: Home Automation is missing

Yes, paste into a file.
cat <file> | sudo bash

REMEMBER change the URL in the file. Currently it pulls 2.1.2rc2 which is no good for keeping switch state
by Plainsane
24 Sep 2015 03:45
Forum: RaZberry
Topic: Home Automation is missing
Replies: 4
Views: 7632

Re: Home Automation is missing

Sorry, on my iPad, it is the best I can do #!/bin/bash # installer zway to raspberry INSTALL_DIR=/opt ZWAY_DIR=$INSTALL_DIR/z-way-server TEMP_DIR=/tmp BOXED=`[ -e /etc/z-way/box_type ] && echo yes` if [[ $ZWAY_UPIF ]]; then write_upi() { echo -e $1 > $ZWAY_UPIF } else write_upi() { true; } f...