So I’m using a TF-Rack and trying to store to specific scene, then recall from a specific scene. I can’t see any ‘Store’ action in the list of actions, and I’ve tried recording a macro but when performing the actions on the mixer, I can see messages in the log, but no actions produced. The recall action Bank/Scene/Recall works fine, but a recall doesn’t get detected in the recorder. I do see in the logs below unknown/unrecognized command messages regarding ‘scene_b’ so maybe that’s part of it? (Note: it’s the same error for ‘scene_a’ if I use bank A for recall/store)
In the log, I see this when storing:
debug: Received: ‘NOTIFY ssupdate_ex scene_b 19’
debug: FINDCMD: Unrecognized command. ‘scene_b’
warn: Unknown command: ‘scene_b’
debug: Received: ‘NOTIFY ssupdate_ex scene_b 19’
debug: FINDCMD: Unrecognized command. ‘scene_b’
warn: Unknown command: ‘scene_b’
And I see this when recalling:
debug: Received: ‘NOTIFY ssrecall_ex scene_b 19’
debug: FINDCMD: Unrecognized command. ‘scene_b’
warn: Unknown command: ‘scene_b’
debug: Received: ‘NOTIFY sscurrent_ex scene_b 19 unmodified’
debug: Sending : ‘ssinfo_ex scene_b 19’ to TF-RACK @ 192.168.8.205
debug: Received: ‘OK ssinfo_ex scene_b 19 “B19” “test scene” “test comment” user’
debug: FINDCMD: Unrecognized command. ‘scene_b’
And I see this when recalling using the Bank/Scene/Recall action:
debug: Sending : ‘ssrecall_ex scene_b 19’ to TF-RACK @ 192.168.8.205
debug: Received: ‘OK ssrecall_ex scene_b 19’
debug: FINDCMD: Unrecognized command. ‘scene_b’
debug: Received: ‘NOTIFY sscurrent_ex scene_b 19 unmodified’
debug: Sending : ‘ssinfo_ex scene_b 19’ to TF-RACK @ 192.168.8.205
debug: Received: ‘OK ssinfo_ex scene_b 19 “B19” “test scene” “test comment” user’
debug: FINDCMD: Unrecognized command. ‘scene_b’
Companion 3.0.1
RCP Module 3.3.1
TF Firmware 4.50
Thanks for looking into this