Get temp on Vera Alert

I wonder if it is possible to get Vera Alert to send the temperature from indoor / outdoor sensor, for example at 12:00 every day to my Androide phone?
Can someone explain to me how I can achieve this?

Appreciate the input

Frode

You would have to create a scene. (This can also be done as an additional condition with the PLEG plugin).
On the scedules tab … set a time to run the scene on your desired scehedule.

On the advanced tab for the scene … Add the Vera Alerts device. SendAlert Action

For the message use:

Outside temp: {device([XX]service[urn:upnp-org:serviceId:TemperatureSensor1].CurrentTemperature)} Inside temp: {device([YY]service[urn:upnp-org:serviceId:TemperatureSensor1].CurrentTemperature)}

Where XX is the device ID for the outside temperature sensor, and YY is the inside temperature sensor.

Awesome, it works fine.
Thank you.

Frode

[s]Pardon me to digg up a old thread Ricard.

Setting up a disable alarm scene would this be possible?

TTS Message to phone and tablet.

“Welcome home ‘name’, alarm has been disabled, your home is 20 degrees”

With the 20 being a variable from a temperature device[/s]

Welcome home james, the alarm has been disabled and your home is {device([61]service[urn:upnp-org:serviceId:TemperatureSensor1].CurrentTemperature)} degrees {tone:tts}

Works nicely, google lady needs a sexier voice imo …