Wind_gust in no longer working


#1

1) Give a description of the problem
I have been using Smart Weather Tile to get this information but does not provide any information anymore. Anyone using something else that works other then buying a complete weather station?

2) What is the expected behavior?
(PUT YOUR INFO HERE)

3) What is happening/not happening?
(PUT YOUR INFO HERE)

4) Post a Green Snapshot of the pistonimage
(UPLOAD YOUR IMAGE HERE)

5) Attach any logs (From ST IDE and by turning logging level to Full)
(PASTE YOUR LOGS HERE BETWEEN THE MARKS)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

https://wiki.webcore.co/Weather#Wind_Gust_MPH


#3

So I am trying to figure out how to just grab the maxwind for the day. So I looked at below. How do I just grab the MPH for the day
Max Wind
Syntax
$weather.forecast.forecast.simpleforecast.forecastday.maxwind
Returns
Returns the speed and direction (string and degrees) of the max wind forecast. Adding mph or kph or dir or degrees to the end will select the individual attributes.
Example
[[mph:10, dir:ESE, degrees:108, kph:16], [mph:10, dir:SSW, degrees:203, kph:16], [mph:15, dir:S, degrees:182, kph:24], [mph:20, dir:S, degrees:189, kph:32]]


#4

and one last thing. I have always been confused on what policies to use. so in the following I only want the text to be sent out every 5 min and not EVERY time it changes. Which policy do I use where


#5

Are you trying to grab max wind for today or the next three days?

If just today try

$weather.forecast.forecast.simpleforecast.forecastday[0].maxwind.mph


#6

Just today and that will work…thx


#7

So I’m not sure why you’d want a text message every five minutes for three hours everyday, but… :slight_smile:

How about something like this…

As noted, I don’t have a real temperature sensor, so I used a simulated one that only had the temperature attribute.

Also just noted that the “green” picture shows the simulated temperature sensor as a dimmer. Weird!