lkathke
lkathke

Reputation: 59

Using an Raspberry Pi as a Z-Wave Sensor?

I would like to make a sensor for the z-wave protocol. The "sensor" is a raspberry pi, which do "something" and have to send the state (Integer Value or if possible: a String Value) via z-wave.

Is there any library for the raspberry z-wave module, which can create such a "virtual z-wave device"?

Thanks in advance! :)

Upvotes: 1

Views: 1085

Answers (1)

Nils_Bohr
Nils_Bohr

Reputation: 11

Please have a look at the Razberry project.

They have a server, running on raspberry pi, which communicates with the razberry daughter board. You can use HTTP API to communicate with it or work with their C library.

Upvotes: 1

Related Questions