wkearney99 said:
Which analyzer did you use? I'm debating the purchase of a PC-based oscilloscope, like a Picotech.
I used a Saleae analyzer. I wanted to attach a screenshot of the serial capture, but I don't know how to do that.
I am going to buy an inexpensive Picoscope myself

. It would be useful to see the signal quality on the bus, not just 0/1's.
I also managed to capture a couple of Zwave packets using GNU radio and a cheap RTL DSR usb radio(~$10). It's still work in progress because the packet slicer is more often than not thwarted by the noisy zwave signal from the software demodulator although I can decode the resulting packet visually despite the noise
What I discovered so far with zwave:
1. Zwave packets controlling lights are not encrypted, so theoretically someone can easily discover your home network id and node ids as they are in clear text. I did not check locks or thermostats (my main goal) as I am trying to achieve more or less reliable reception.
2. You can easily see packet spacing in time by just looking at the spectrum analyzer in any sdr software receiver or analyzing sdr capture offline.
3. My zwave network uses 9600 baud rate.
4. There is always a zwave ack packet from the switch.
5. I'd recommend against trying this sort of activity because it's much more time consuming and less rewarding that say analyzing well formed digital signals.