Search found 11 matches

by Kobi.beja
02 Nov 2015 23:22
Forum: RaZberry
Topic: Razberry crashed after frequency Change.
Replies: 3
Views: 4035

Re: Razberry crashed after frequency Change.

Hi
So if i did it in the beginning it was before I wrote here how I can check it still working with US ??

Kobi
by Kobi.beja
25 Oct 2015 14:44
Forum: RaZberry
Topic: Razberry crashed after frequency Change.
Replies: 3
Views: 4035

Razberry crashed after frequency Change.

Hello I have Razberry US (300) and I tried to change the frequency to IL (916mhz). when I tried to Inclusion new node in (916) nothing is happened, After power reset the I got on the expert web page error of page not found (it's look he can't find the Razberry) I did "Z-Wave restart" and t...
by Kobi.beja
09 Mar 2015 13:56
Forum: RaZberry
Topic: add to OpenRemote module - return "on" + id number?
Replies: 18
Views: 15448

Re: add to OpenRemote module - return "on" + id number?

Hi
I don't have any link about TCP in your post above, can you repost ?

Br
Kobi
by Kobi.beja
08 Mar 2015 12:12
Forum: RaZberry
Topic: add to OpenRemote module - return "on" + id number?
Replies: 18
Views: 15448

Re: add to OpenRemote module - return "on" + id number?

Great!.
how i can use this one, it's released?
Do you think in this platform it possible to use TCP for both direction, send and receive?
if it's possible it can discover the product for new world.
Kobi
by Kobi.beja
08 Mar 2015 09:27
Forum: RaZberry
Topic: add to OpenRemote module - return "on" + id number?
Replies: 18
Views: 15448

Re: add to OpenRemote module - return "on" + id number?

Hi
The UDP is nice and from time to time the UDP fail ,For real 2 way communication I must to send command via HTTP and receive fb in UDP and it's not the best way.
Thanks any way
Kobi
by Kobi.beja
03 Mar 2015 09:18
Forum: RaZberry
Topic: add to OpenRemote module - return "on" + id number?
Replies: 18
Views: 15448

Re: add to OpenRemote module - return "on" + id number?

Ok i'll consider those things.
In the future if you think or know on some way to send and receive commands via tcp/ip in ASCII it will be great.
Because this is the bottom line to use with 3rd party software or hardware that can't control on z-wave.

Many thanks
Kobi
by Kobi.beja
02 Mar 2015 17:41
Forum: RaZberry
Topic: add to OpenRemote module - return "on" + id number?
Replies: 18
Views: 15448

Re: add to OpenRemote module - return "on" + id number?

I'm using with other system to listen to the feedback from http like Openremote, but it's not enough to receive only "on" or "off" command I need to give more details to separate from other devices on the system, The command that received after I changed the code is "4:1:on&...
by Kobi.beja
02 Mar 2015 11:24
Forum: RaZberry
Topic: add to OpenRemote module - return "on" + id number?
Replies: 18
Views: 15448

Re: add to OpenRemote module - return "on" + id number?

Hi thanks for the help,
it is working like you said.

Code: Select all

            case "SwitchBinaryOn":
                zway.devices[N].instances[I].SwitchBinary.Set(255);
                return (N) + ":" + (I) + ":on" ;
Thanks

Kobi.
by Kobi.beja
26 Feb 2015 11:49
Forum: RaZberry
Topic: add to OpenRemote module - return "on" + id number?
Replies: 18
Views: 15448

Re: add to OpenRemote module - return "on" + id number?

Ok i'll post something about iRule
Thanks
Kobi
by Kobi.beja
26 Feb 2015 10:42
Forum: RaZberry
Topic: add to OpenRemote module - return "on" + id number?
Replies: 18
Views: 15448

Re: add to OpenRemote module - return "on" + id number?

Ok
I'm, understand thanks,
You know maybe other way? i'm tring to us Irule platform and trying to receive not only "on" or "off" status I need also the node number to change the icon form on to off..

BR
Kobi