If the address pattern of the osc client (in your case the monom) is /40h/press, your osc server’s (ie vvvv) address pattern must be /40h/press.
What you actually show is not the output of osc decoder but the udp node. OSC sends data as binary packets so after the network communication via udp the message is still encode as binary packets. The osc decoder translate theses osc packets into vvvv’s data type.
You have to put udp (network server) to concatenate mode instead of discard as well.