You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WeatherUnderground does not report Cloud Cover, so that one should never show.
Testing this myself with WeatherUnderground and configured through plugin config UI, I set the same items mentioned above to be hidden, it seems to be mostly working.
When I check with Apple's Home app, I correctly only see Temperature reported from the plugin.
When I check the Eve app, I still see Air Pressure. However, UV Index, Wind Direction, Wind Speed, Dew Point are all hidden.
Your configuration isn't correct. The hidden values are part of the station configuration. Can you try:
Please excuse if its a blatant obvious mistake.
I cannot get the hidden parameter to work. No matter where i put it in the config... please help
{
"units": "si",
"interval": 5,
"stations": [
{
"nameNow": "Highland Reserve",
"service": "weatherunderground",
"key": "xxxxxxxx",
"stationId": "xxxxxx",
"language": "en",
"compatibility": "home",
"conditionCategory": "simple",
"now": true,
"extraHumidity": false
}
],
"hidden": [
"CloudCover",
"WindSpeed",
"UVIndex",
"WindDirection",
"AirPressure",
"DewPoint"
],
"platform": "WeatherPlus"
}
The text was updated successfully, but these errors were encountered: