genielabs / zwave-lib-dotnet

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

Support for UV (included in Aeotec/Aeon Labs Multisensor 6) #25

Closed sopelt closed 7 years ago

sopelt commented 7 years ago

When the Aeotec Multisensor 6 submits its UV value, the event is not processed by ZWaveLib. Its code is 27 and seems to be missing/unhandled in SensorValue.cs.

Most of all I would like to get rid of the message but actually fully supporting this (quite common) device would be nice.

Anyone keen on looking into that or should I go ahead and have a look and create a PR?

Are there any plans for new releases? The NuGet package is quite stale compared to the repo.

Thank you.

Bounz commented 7 years ago

Received this device two days ago) I'll implement UV values.

About new release: are you talking only about the release of ZWaveLib, or you are also interested in MIG and HG?

genemars commented 7 years ago

@Bounz @sopelt , I'll wait for this update to both release zwavelib nuget package and new HG.

Bounz commented 7 years ago

Here you are https://github.com/genielabs/zwave-lib-dotnet/pull/26.

sopelt commented 7 years ago

@Bounz , thank you for the swift reply and coding work! I am currently using a kind of homebrew solution for monitoring and recording temps and humidity based on ciseco/wirelessthings XRF ... given that they went out of business I had to extend using something else and that got me into z-wave. That is how I ended up using ZWaveLib but I guess I should look at MIG + HG.

Thank you again ... much appreciated.

@genemars perfect! Thank you. I think somewhat regular updates on NuGet are great to communicate the health of the project.

genemars commented 7 years ago

@sopelt a new nuget package is now available which includes #26