How can I use the UltraWeatherWU3 variables without using the template?
As an example, (this is the idea, not the actual script)
I set the current temperature device UltraWeatherWU3-$temp to a global variable $MorningTemp at 8am.
Then as the temp changes during the day device (UltraWeatherWU3-$temp) , a trigger happens because a device variable (UltraWeatherWU3-$temp) changed its value. (of course updating $morningTemp to show proper trend)
Then based upon it going up or down,
UltraWeatherWU3-$temp - $morningTemp = $tempChange
a script speaks "the current temperature has dropped one degree to UltraWeatherWU3-$temp degrees"
Is this possible?
As an example, (this is the idea, not the actual script)
I set the current temperature device UltraWeatherWU3-$temp to a global variable $MorningTemp at 8am.
Then as the temp changes during the day device (UltraWeatherWU3-$temp) , a trigger happens because a device variable (UltraWeatherWU3-$temp) changed its value. (of course updating $morningTemp to show proper trend)
Then based upon it going up or down,
UltraWeatherWU3-$temp - $morningTemp = $tempChange
a script speaks "the current temperature has dropped one degree to UltraWeatherWU3-$temp degrees"
Is this possible?