I don't know which sketch you're using, but sure you should be able to control send frequency in the program (hard coded).
There's also a possibility to request values from a senor from Vera (using lua code). But it means your sensor needs to be awake all the time and answer these requests. Basically you have to setup a function which listens to incoming messages from controller and answers them. Like the RelayAcutator example.