ibaton / OpenHAB-binding-SMHI

SMHI weather binding for OpenHAB.
2 stars 2 forks source link

OpenHAB-binding-SMHI

A SMHI weather binding for OpenHab.

For installation of the binding, please see Wiki.

Download

org.openhab.binding.smhi-1.6.0.jar

Generic Item Binding Configuration

In order to bind an item to a SMHI requst, you need to add some binding information in your item file. The syntax of the configuration is listed bellow:

smhi="latitude:longitude:parameter"

Latitude and latitude for your location can be found using bing. Latitude must be between 52.50 and 70.75. Longitude must be betweem 2.25 and 38.00.

Valid parameters:

Some example: \n


Number Humidity "Humidity [%.1f %%]" { smhi="57.683289:12.008490:visibility" }
Number Thunderstorm "Thunderstorm [%.1f %%]" { smhi="57.683289:12.008490:probability_thunderstorm" }```