Not sure if the bug is there or its me
I’m attempting to add a report to my morning routine.
Using weather https://wiki.webcore.co/Weather
I want to use my Sonos to speak the following when invoked:
The weather outside is Light Rain, and temperature is around 63.F
using $weather.conditions.current_observation.weather
and $weather.conditions.current_observation.feelslike_string
My plan is to use a global variable and store these values (so i could use them in other pistons if needed)
@Weather_simple
@Weather_like
On setting the global variable i select expression, and enter the string $weather.conditions.current…
The expression is evaluated and the result is displayed.
However on saving the global variable string displays (not set) and on reopening the global variable the expression disappears.
Am I not doing something right?