Shoot I ran your output through the scene manager and it is triggering 3 up, not 3 down.
That might be our issue… @MRobi are you seeing the same with his output?
[{"id":"425127a59692d9ca","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"a45ff8172d65305c","type":"inovelli-scene-manager","z":"425127a59692d9ca","name":"","nodeid":"7","entityid":"","zwave":"zwave_js","switchtype":"LZW31","outputs":15,"labels":["Tap Up on Light Paddle 1x","Tap Up on Light Paddle 2x","Tap Up on Light Paddle 3x","Tap Up on Light Paddle 4x","Tap Up on Light Paddle 5x","Hold Up on Light Paddle","Release Up on Light Paddle","Tap Down on Light Paddle 1x","Tap Down on Light Paddle 2x","Tap Down on Light Paddle 3x","Tap Down on Light Paddle 4x","Tap Down on Light Paddle 5x","Hold Down on Light Paddle","Release Down on Light Paddle","Tap Config Button"],"passthrough":true,"x":450,"y":180,"wires":[[],[],["6697b506417c956e"],[],[],[],[],[],[],[],[],[],[],[],[]]},{"id":"f83b059995d96b82","type":"inject","z":"425127a59692d9ca","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":160,"wires":[["6f702aeb1d878f3b"]]},{"id":"6f702aeb1d878f3b","type":"function","z":"425127a59692d9ca","name":"","func":"var event = {\n \"domain\": \"zwave_js\",\n \"node_id\": 7,\n \"home_id\": 3225786538,\n \"endpoint\": 0,\n \"device_id\": \"778a037a7c477abafd3c10d9f0729293\",\n \"command_class\": 91,\n \"command_class_name\": \"Central Scene\",\n \"label\": \"Scene 002\",\n \"property\": \"scene\",\n \"property_name\": \"scene\",\n \"property_key\": \"002\",\n \"property_key_name\": \"002\",\n \"value\": \"KeyPressed3x\",\n \"value_raw\": 4\n }\n\nnode.send({payload:{event_type:\"zwave_js_value_notification\",event}})","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":240,"y":160,"wires":[["a45ff8172d65305c"]]},{"id":"6697b506417c956e","type":"debug","z":"425127a59692d9ca","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":830,"y":180,"wires":[]}]
Editing to add:
property_key_name is the field that might need checking
001: Down
002: Up
003: Config
KeyPressed, KeyPressed2x, KeyHeld and KeyReleased are obviously mapping to the second part of what actual scene was selected.
Which begs the question @jimbarbara why in the heck are you getting an “up” scene from your switch when you trigger the down button!!! Do you have inverted selected? Is it installed upside down? I have to ask the stupid questions here lol.