Scott wrote:
I’m just looking to trigger the scene through my devices when used manually, but I’m not even seeing the levels updating after manually controlling them. Reassociate, reinitialize, delete/rediscover Thing… nothing got it working.
Might we need to have a scene initialization package to configure scenes in scene-activating zwave devices? I have programmed in Java, so can contribute anything needed here. Scenes can be very helpful in some of my user stories (e.g., double-tap: turn all outside lights on, triple-tap: turn on outside alarm).
Patrick (@scurb), how did you set up your scene devices to report scene activations?
@shawnmix appears to have the HS-WS100+ switches working, so I’ve ordered one of those to try out.
After reviewing the Z-Wave Protocol Implementation Conformance Statement for the GE/JASCO 14291 switch, the command class list looks slightly different from their other information page;
Supported Command Classes (13):
- Association Group Information V1
- Association V1
- Basic V1
- Binary Switch V1
- Configuration V1
- CRC16 Encapsulation
- Device Reset Local V1
- Firmware Update MD V1
- Manufacturer Specific V1
- Powerlevel
- Switch All V1
- Version V1
- Z-Wave Plus Info V1
Namely, Scene Activation and Scene Actuator Configuration are not on the above list, plus we know that some of the versions are different. I’ll have to contact them to find out exactly what they are providing in each version, what is provided in the “Manufacturer Specific” class, what has to be configured for scene activation to occur.