12345678910111213 |
- 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.
|