Guile implementation of the ZWave "serial API".

Ludovic Courtès f9ff27f47d Send 'get-version' request to initialize state. 2 years ago
.gitignore b9a557f48c Initial commit. 4 years ago
README b9a557f48c Initial commit. 4 years ago
alarm.scm f9ff27f47d Send 'get-version' request to initialize state. 2 years ago
inclusion.scm f9ff27f47d Send 'get-version' request to initialize state. 2 years ago
zwave.scm f9ff27f47d Send 'get-version' request to initialize state. 2 years ago

README

Guile-ZWave
===========

This is an early prototype of a Guile module to talk to ZWave devices
using the “serial API” implemented by USB dongles such as the
Z-Wave 500 by Sigma Designs, Inc.

So far the (zwave) module allows you to send and receive simple
messages, and to sort-of maintain a representation of the state of
the ZWave network. That’s about it.

I took inspiration from openHAB mostly, and also OpenZWave.