Interest for Z-Wave?
Posted: Wed May 18, 2016 7:14 pm
I have now implemented a very basic support for Z-Wave in OpenNetHome. The current implementation supports the following use cases and command classes:
The biggest thing missing for a more complete support is really the ability to program node parameters and to set node associations to be able to configure the Z-Wave nodes themselves.
It has been quite a lot more work than I had anticipated, so now I wonder how big the interest for Z-Wave really is? I have implemented enough to get by in my own installation right now, but the question is if it is worth the time to continue adding the rest of the features needed for a more complete support? How big is the interest?
- * Include new node in network
* Exclude existing node from network
* Rediscover/Query nodes in network that have been added by some other manager software
* ZWaveLamp which handles normal lamp switches (Switch Binary Command Class)
* ZWaveDimmer which handles dimmers and other multi level devices (Switch Multi Level Command Class)
* ZWaveBlind which handles blinds (Switch Multi Level Command Class)
* ZWaveMeter which can read meters like power consumption (for example kWh, Meter Command Class)
* ZWaveMultiLevelSensor which can read all types of general meter values (Multi Level Sensor Command Class)
* ZWaveRemapButton which can execute actions when "basic set"-commands are sent to master for example by wall switches or remote controls
* ZWaveCentralSceneRemapButton which can execute actions when "central scene"-commands are sent to master for example by wall switches or remote controls
The biggest thing missing for a more complete support is really the ability to program node parameters and to set node associations to be able to configure the Z-Wave nodes themselves.
It has been quite a lot more work than I had anticipated, so now I wonder how big the interest for Z-Wave really is? I have implemented enough to get by in my own installation right now, but the question is if it is worth the time to continue adding the rest of the features needed for a more complete support? How big is the interest?