I am using "combined current weather/forecast" but there are some issues.
The dew point data is different that the One Call API and wrong in general.
Also we lose the max and min values. I will try to resolve this with Openweather since it seems they are miss stating the historic Min and Max somehow.
One call returns
29.73
The node returns
-1.26
I can't include the call data for each, it exceeds the message limit.
3/28/2021 I fixed it, seems the value was right but in Celcius... Thats why I'm asking for the following below so we can set the UNITS parameter.
I am adding lone last thing. The node needs a little improvement to follow the API's
We need to add the following configuration parameters from the API
Pleeeese....
Parameters q required City name, state code and country code divided by comma, use ISO 3166 country codes.
You can specify the parameter not only in English. In this case, the API response should be returned in the same language as the language of requested location name if the location is in our predefined list of more than 200,000 locations. appid required Your unique API key (you can always find it on your account page under the "API key" tab) mode optional Response format. Possible values are xml and html . If you don't use the mode parameter format is JSON by default. Learn more units optional Units of measurement. standard , metric and imperial units are available. If you do not use the units parameter, standard units will be applied by default. Learn more lang optional You can use this parameter to get the output in your language. Learn more