Questions tagged [z-wave]

Z-Wave is a home-automation wireless communications specification designed to allow devices in the home to communicate with each other.

Z-Wave is a home-automation wireless communications specification designed to allow devices in the home to communicate with each other.

It's designed to be easily embedded in consumer electronics products, including battery operated devices such as remote controls, smoke alarms and security sensors.

The Z-Wave technology minimizes power consumption so that it is suitable for battery-operated devices and is designed to provide, reliable, low-latency transmission of small data packets at data rates up to 100kbit/s, unlike Wi-Fi and other IEEE 802.11-based wireless LAN systems that are designed primarily for high data rates.

The protocol operates in the sub-gigahertz frequency range, around 900 MHz. This band competes with some cordless telephones and other consumer electronics devices, but avoids interference with Wi-Fi, Bluetooth and other systems that operate on the crowded 2.4 GHz band.

Z-Wave works in the industrial, scientific, and medical (ISM) band on a single frequency using frequency-shift keying (FSK) radio. The throughput is up to 100 kbit/s (9600 bit/s using older series chips) and suitable for control and sensor applications.

Each Z-Wave network may include up to 232 nodes, and consists of two sets of nodes: controllers and slave devices. Nodes may be configured to retransmit the message in order to guarantee connectivity in the multipath environment of a residential house. Average communication range between two nodes is 30.5 m (100 ft), and with message ability to hop up to four times between nodes, this gives enough coverage for most residential houses.

The Z-Wave Alliance is a group of companies (over 250 as of 2014) who have agreed to manufacture wireless home control products based on the Z-Wave standard.

As of 2014, Z-Wave is supported by over 250 manufacturers worldwide and appears in a broad range of consumer and commercial products in the US, Europe and Asia. The lower layers, MAC and PHY, are described by ITU-T G.9959 and fully backwards compatible.

Some Z-Wave product vendors have open source options for the hobbyist communities. They require users to start with a complete Z-Wave transceiver from a Z-Wave OEM. The windows-only xPL project also provides open source support for Z-Wave products.

Since 2010, there has been a project called Open-zwave that seeks to offer development support without expensive software development kits. Another open-source project, RaZberry, provides a Z-Wave daughter board for the Raspberry Pi.

Original source: https://en.wikipedia.org/wiki/Z-Wave

35 questions
1
vote
1 answer

Get information on Usb Zwave key in Java

I would like to get informations about a Zwave usb key in java, to access to its functions because I would like to write a program who can handle different connected devices using Zwave network. Someone have an idea to get access to this…
1
vote
1 answer

For OpenHab Zwave Bundle where is the underlying code for MultiLevelSensor to display its readings?

This is an odd question because, typically you can get log info and such not to mention have the inner structure of Openhab already done, but I have extracted simply the OpenHab Z-wave Bundle and all the required library, to run a simulation of a…
1
vote
1 answer

How to slave the Honeywell Tuxedo Touch to OpenHAB?

I have the Honeywell Tuxedo Touch and it supports Z-Wave technology. How can I slave the Tuxedo alarm panel to OpenHAB (also supports Z-Wave) running on Raspberry Pi? Or do I need to slave OpenHAB to the Tuxedo? What hardware would be needed to do…
Seth Eden
  • 1,142
  • 2
  • 20
  • 42
0
votes
0 answers

Implement Capacitive Sense (CSEN) peripheral in ZGM130S (z-wave module)

I want to develop a z-wave end node based ZGM130s SiP. Are there a example showing or document demonstrating how to implement The CSEN peripheral with z-wave 7.11.0 or z-wave 7.11.1 SDKs? I include "em_csen.h" file in my project. In this file is…
0
votes
1 answer

Sending temperature sensor's data to Kaa-IOT platform via Z-wave protocol

I want to set up some sensors in different places, which are wire connected to my Raspberry PI. I want to send the collected data's wireless but without using Wifi protocol, The best option for low range IoT projects is Z-wave protocol. my next…
0
votes
0 answers

Wink API Subscriptions Stop Sending Overnight

I'm using the Wink API to control lights and thermostats etc. In the API you can subscribe to device topics to receive events such as when a light is turned on or off. This is handled through PubNub. I have this all working except that the events…
Etep
  • 533
  • 7
  • 20
0
votes
3 answers

How to get a complete description of the available commands for a z-wave device?

I bought a Zipato Bulb 2. The datasheet and user's manual are very minimalist with no comprehensive description of the available commands. I looked into the XML description of OpenZWave but it is also incomplete. So I asked Zipato directly, but the…
nowox
  • 25,978
  • 39
  • 143
  • 293
0
votes
1 answer

Openhab2 stops processing events from ZWave ZW096 Smart Switch 6

My Openhab 2 installation starts logging the following message: Already processed another send data request for this callback Id, ignoring. and I am not able to see any more events logged on my mysql database. I have Openhab2 with a Z-Wave Node 2:…
Manuela
  • 462
  • 6
  • 18
0
votes
1 answer

How to get the status of door lock in node-red using z-wave

I have tried various different topics and parms to try and get z-wave to return the status of my door lock. I can open and close the lock no problem. My problem is when Node red is restarted, it doesn't know the status of the lock state.
John Smith
  • 3,493
  • 3
  • 25
  • 52
0
votes
1 answer

Start pairing with the code (Zwave)

I am developping a PoC Zwave using the project "Zwave Adapter Headless Host" and the program provided here But trying this program, I have one problem and one question: -When I remove my Zwave dongle, there is no change in the properties I see. Is…
labelle
  • 420
  • 4
  • 19
0
votes
2 answers

Is there a way to communicate to a AeoTech multisensor over objective c?

I'm building my own custom smart home network and am wondering if there is a way to integrate the aeotech multi sensor into an iPad application. Thanks in advance!
Daniel I
  • 127
  • 8
0
votes
3 answers

Razberry z wave plus devices vs z wave devices

Wave de Sigma Designs 5202(razberry for my raspberry pi 2 b 2014) so i would like to know if i can use devices with z wave plus and z wave. Do you know if razberry can control z wave devices also ?
0
votes
1 answer

Installing Z-Wave Device Applications

I am curious about the Lab of Things and i've just started to learn it. I am studying it in the network lab of my university. We have a z-wave controller stick, 2 on/off switch, 1 dimmer receiver and 1 sensor. To set and run the platform, i followed…
cgbs
  • 83
  • 3
  • 13
0
votes
1 answer

Error when running python-openzwave example

I'm getting the following error when i try running the built in example in python-openzwave: ******* Waiting for network to become ready : ..python: ../../src/Manager.cpp:320: OpenZWave::Driver* OpenZWave::Manager::GetDriver(uint32): Assertion `0'…
Wedava
  • 1,211
  • 2
  • 16
  • 30
-1
votes
1 answer

Mosquitto with SSL and wildcard certificate does not work without --capath option

I have a MQTT server and wanted to start using SSL instead of plain MQTT. I configured the server correctly to use my wildcard certificate but it won't work without the --capath /etc/ssl/certs option. Additionally, my ZwaveJS2MQTT instance will not…