genielabs / zwave-lib-dotnet

Z-Wave Home Automation library for .NET / Mono
Apache License 2.0
63 stars 37 forks source link

more sample code available? #16

Closed yesyesuk closed 7 years ago

yesyesuk commented 7 years ago

Hi,

for a few years I'm developing my own home automation system (just for me and a few friends, nothing commercial) with my own hardware and own protocol. The central packet routing and logic software is written by me in C#.

For a few devices that I can't build myself (anything switching mains power and anything that must look nice like radiator valves, window sensors, ...) I would now like to include support for Z-Wave devices.

I have come across this library. There are a few more out there but so far I like this one best because it seems to be pure .NET managed code, not just a wrapper around C++ code.

However, what I'm missing is documentation and/or more sample code. The sample on the main page here shows how to set a thermostat setpoint (which is exactly what I'm trying to test first). What I'm currently missing is some sample code showing how to read / Get values. Does anyone have any simple sample code for that, please?

Bounz commented 7 years ago

You can take a look at MIG library, which uses ZWaveLib.

yesyesuk commented 7 years ago

Thanks, I'll have a look at that...

Bounz commented 7 years ago

I'm closing this issue due to inactivity. Feel free to reopen it if you have further questions.