Weather for irrigation

[…22] = North
]23…45] = North-NorthEast
]46…67] = NorthEast
]68…90] = East-NorthEast
]91…112] = East
]113…135] = East-SouthEast
]136…157] = SouthEast
]158…180] = South-SouthEast
]181…202] = South
]203…225] = South-SouthWest
]226…247] = SouthWest
]248…270] = West-SouthWest
]271…292] = West
]293…315] = West-NorthWest
]316…338] = NorthWest
]339…360] = North-NorthWest

You may run into issues with the display of the weather icons. I am currently trying to fix mine. I display the icons in a large format as an image, and the stock ones didn’t scale nicely; so I am trying to use high definition images instead. If you want to follow, it’s over at: Dynamic icons for weather

I also downloaded a lot of custom icons, so they may not display properly for you.

Thanks, I’ll give it a try!

:+1:

I’m not sure what’s going on here. This is there error I get after I added the winds.scale file in the transforms directory:

2020-05-07 16:33:58.907 [WARN ] [.internal.ScaleTransformationService] - Scale transform file ‘/etc/openhab2/transform/winds.scale’ does not comply with syntax for entry : ‘]316…338]’, ‘NorthWest’

2020-05-07 16:33:58.916 [WARN ] [.internal.ScaleTransformationService] - Scale transform file ‘/etc/openhab2/transform/winds.scale’ does not comply with syntax for entry : ‘]339…360]’, ‘North-NorthWest’

2020-05-07 16:33:59.209 [WARN ] [rm.AbstractFileTransformationService] - Could not transform ‘-’ with the file ‘winds.scale’ : Scale must be used with numeric inputs, valid quantity types or a ‘NaN’ entry.

Your Item is NULL. You need to add an entry to handle NaN states (https://www.openhab.org/addons/transformations/scale/#not-a-number).

I had this same issue. Originally, I copied wind.scale from a post here, can’t remember where…and had to add a condition for NaN at the top of the file. It still wouldn’t take, so I made the new file (with the same code), named it winds.scale, and it worked.

You may have to restart openhab a couple times. Restart through the console, not by de-powering…so you are restarting just openhab, not the entire system.