RaZberry vs other

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
tbenr
Posts: 9
Joined: 01 Nov 2013 18:41

RaZberry vs other

Post by tbenr »

My question is simple:
the Z-Way and RaZberry partnership is leading to "closed" world?

in other words: RaZberry has developed something particular in hardware that is "non-standard" and ZWay is going to implement specific behavior for that HW, or are they still operate within standards specs?

Latest Zway can theoretically run on a standard Z stick (ie. aeon)?
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Think of it not as a closed

Post by PoltoS »

Think of it not as a closed partnership, but as two parts of one s/w: one runs on the CPU, second on the tranceiver. One is called Z-Way, the other is called RaZberry (we also have a special "smarter" Z-Way Stick that is also compatible with Z-Way).

In theory it is possible to make Z-Way run on Aeon sticks, but currently it relies on features in the RaZberry f/w.

This is because Aeon stick f/w is based on Sigma Designs sample code, which is far from being perfect (as it is a sample code). RaZberry f/w fixes many bugs and enhances the behavior of the f/w. Still it remains backward compatible with Sigma Designs Serial API protocol (with some minor extensions).
tbenr
Posts: 9
Joined: 01 Nov 2013 18:41

additional qestions

Post by tbenr »

is z-way stick based on cp210x usb-to-serial chip? (or other chips supported by every latest linux kernel OOTB, without additional drivers)

is zway stick's fw maintained as the PI board? (maybe they share the same fw)

I have a cubietruck (with GPIO), can the PI board eventually be mounted on that?
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

no, it is FTDI, but it is

Post by PoltoS »

no, it is FTDI, but it is also supported in OOTB mode

yes, same f/w

Should run on Cubie too - just wire it correctly. Also make sure first that it runs the ARM code for RPi - we have no special version compiled for Cubie yet. Basically should work. Most important is to have same hardfp build.
rdnzl
Posts: 3
Joined: 30 Sep 2013 12:31

Re: RaZberry vs other

Post by rdnzl »

See here how to connect it to the Cubieboard2, and how to get the installation going.
http://domotiga.nl/projects/domotiga/wi ... ubieboard2
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Re: RaZberry vs other

Post by PoltoS »

Good job!

Note, that there is http.request now in RaZbebrry to do HTTP requests directly from the JS engine. This allows to remove ineffective system()
Post Reply