Hi,
First, Fibaro has changed their scene command class from “Scene Activation” to “Central Scene”, so now ‘Scene ID’ is 1 for any scene command comes from S1 and 2 for commands come from S2, and ‘Scene Attribute’ identifies the action (single, double, triple click or hold/release).
HA uses Scene activation with Fibaro roller shutter 2 FGR-222 so it shows only the Scene ID.
Here is the relevant log:
2019-02-13 17:15:37.474 Detail, Node035, Received: 0x01, 0x08, 0x00, 0x04, 0x00, 0x23, 0x02, 0x98, 0x40, 0x0a
2019-02-13 17:15:37.475 Info, Node035, Received SecurityCmd_NonceGet from node 35
2019-02-13 17:15:37.475 Info, NONCES: 0xd5, 0x09, 0xa2, 0x47, 0x00, 0x95, 0x48, 0x4c
2019-02-13 17:15:37.475 Info, NONCES: 0xb0, 0xd7, 0x9b, 0xb2, 0x6b, 0x50, 0x7f, 0xfb
2019-02-13 17:15:37.475 Info, NONCES: 0xd9, 0x8b, 0x8c, 0x51, 0xda, 0xea, 0x69, 0x27
2019-02-13 17:15:37.475 Info, NONCES: 0xe6, 0xd7, 0xf7, 0x97, 0x01, 0x21, 0x05, 0xd9
2019-02-13 17:15:37.475 Info, NONCES: 0xc6, 0x19, 0x09, 0x8b, 0x49, 0xcf, 0x1d, 0x5c
2019-02-13 17:15:37.475 Info, NONCES: 0x56, 0x9e, 0x9e, 0x66, 0x9a, 0x5b, 0x55, 0x1b
2019-02-13 17:15:37.475 Info, NONCES: 0xed, 0x07, 0x1e, 0x78, 0x89, 0x20, 0x80, 0xc9
2019-02-13 17:15:37.476 Info, NONCES: 0xf6, 0x42, 0x19, 0x7b, 0xfb, 0xe9, 0xe2, 0x91
2019-02-13 17:15:37.476 Info, Node035, Sending (Send) message (Callback ID=0x01, Expected Reply=0x00) - Nonce_Report - 0x01, 0x11, 0x00, 0x13, 0x23, 0x0a, 0x98, 0x80, 0x56, 0x9e, 0x9e, 0x66, 0x9a, 0x5b, 0x55, 0x1b, 0x05, 0x01, 0x77:
2019-02-13 17:15:37.484 Detail, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-02-13 17:15:37.485 Detail, ZW_SEND_DATA delivered to Z-Wave stack
2019-02-13 17:15:37.501 Detail, Received: 0x01, 0x07, 0x00, 0x13, 0x01, 0x00, 0x00, 0x02, 0xe8
2019-02-13 17:15:37.501 Detail, ZW_SEND_DATA Request with callback ID 0x01 received (expected 0x01)
2019-02-13 17:15:37.524 Detail, Node035, Received: 0x01, 0x1f, 0x00, 0x04, 0x00, 0x23, 0x19, 0x98, 0x81, 0xc8, 0x76, 0xdb, 0x8b, 0x5e, 0xf2, 0xa4, 0x8f, 0xb0, 0xc9, 0x95, 0xda, 0xe0, 0x31, 0x56, 0x2b, 0xe0, 0xec, 0x0f, 0x24, 0x70, 0xe8, 0x1d, 0x96
2019-02-13 17:15:37.524 Info, Raw: 0x98, 0x81, 0xc8, 0x76, 0xdb, 0x8b, 0x5e, 0xf2, 0xa4, 0x8f, 0xb0, 0xc9, 0x95, 0xda, 0xe0, 0x31, 0x56, 0x2b, 0xe0, 0xec, 0x0f, 0x24, 0x70, 0xe8, 0x1d, 0x96
2019-02-13 17:15:37.524 Detail, Node035, Decrypted Packet: 0x00, 0x5b, 0x03, 0x01, 0x83, 0x01
2019-02-13 17:15:37.524 Detail,
2019-02-13 17:15:37.524 Info, Node035, Received Central Scene set from node 35: scene id=1 in 7860 seconds. Sending event notification.
2019-02-13 17:15:37.524 Warning, Node035, No ValueID created for Scene 1
Second, now the FGR-223 has one parameter for scenes for S1 and another for S2. On the HA interface it is possible to set S1 (Param 40) but not S2 (Param 41). Here is the relevant log line:
2019-02-13 17:14:13.947 Warning, Invalid Index Set on ValueList
2019-02-13 17:14:13.947 Warning, ValueList returned a NULL value for GetValueListSelection: S2 switch - scenes sent
This is a link to Fibaro’s FGR-223 manual.
and here are some relevant print screens:
Is this the right place to post an implementation request?
Cheers,