Justin Hammond

Results 179 comments of Justin Hammond

PR's welcome. As its new, I've turned "up" logging till i'm happy its stable.

the ozwcp works fine with the CentralScene. Its similar to the UserCode changes - CentralSceneIndex_SceneCount is the number of scenes a device supports and from index 1, each Scene is...

The old Scene methods was not anything specific to the Zwave spec. Just some convince methods to trigger a bunch of devices with one command. I think I only ever...

It’s essentially just a fancy remote. You press a button, it sends a button pressed message to the nodes in its association group. You press a button twice, it sends...

> > > ok. and is there some kind of mechanism in there for knowing what button was pressed manually?? or it is only for programmatically pressing a button eh?...

> > > Now if i wanted to add or remove a node from an association group would I use the value id of the scene as the group id?...

eh. I think I missundstood your association question. there is no relation between CentralScene and associations. a device can have 5 buttons but one association group. (or one button and...

No. There is NO relation between a “Scene ID” and groups in Association classes. Associations only contain Nodes (and instances). When something changes on a device it sends a REPORT...

I have multiple CentralScene devices. As mentioned there is no relation with the number of scenes and groups. Check out this for a example. The CentralScene is only assigned to...