Python wrapper for ZWay C API

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
v.smirnov
Posts: 1
Joined: 05 Oct 2014 10:22
Location: Ukraine
Contact:

Python wrapper for ZWay C API

Post by v.smirnov »

Hi everybody,

I've just finished an implementation of one-to-one C API to Python wrapper. One-to-one in that case means all (with small exceptions) methods of C (or JavaScript) APIs are available as native methods for 2 Python classes - ZWay for handling all devices specific operations and ZWayData for data-related operations.

It is called PyZWay and is available at GitHub https://github.com/mindcollapse/pyzway

Some basic documentation located in README.md.

I used the following application for testing https://gist.github.com/mindcollapse/86 ... aae757cf87

Feedback is highly appreciated. It still needs many testing and I will be grateful if community can help me on that =)

Now I'm thinking about high level wrapper for this 2 classes for building my own home automation system.
Post Reply