Hey fellas,
I have a strange behavior sending openweather variables via pimatic-pushover.
I know we could discuss about sense or nonsense of this, but I try to send a weather update from pimatic-openweather once a day over pimatic-pushover and the only value I get is ‘undefined’.
My rule looks as follows:
if it is 06:00
then push title:"Weatherinfo" message:"$forecast_today.status ($forecast_today.low to $forecast_today.high)" priority:1
Only message I get is
undefined (undefined to undefined)
With my temperature sensors (DS18B20 and DHT22) it’s working just fine. Only with the openweather data it screws it up.
What am I doing wrong?
Thanks,
fletcher