added migrated 2.x add-ons

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2020-09-21 01:58:32 +02:00
parent bbf1a7fd29
commit 6df6783b60
11662 changed files with 1302875 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<binding:binding id="meteoalerte" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
<name>Meteo Alerte Binding</name>
<description>Retrieves Meteo Alert levels in France</description>
<author>Gaël L'hopital</author>
</binding:binding>

View File

@@ -0,0 +1,208 @@
<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="meteoalerte"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
<thing-type id="department">
<label>Alertes Département</label>
<description>Fournit les niveaux d'alerte météo pour un département.</description>
<channels>
<channel id="vent" typeId="alert-level">
<label>Etat Vent</label>
</channel>
<channel id="pluie-inondation" typeId="alert-level">
<label>Etat Pluie Inondation</label>
</channel>
<channel id="orage" typeId="alert-level">
<label>Etat Orage</label>
</channel>
<channel id="inondation" typeId="alert-level">
<label>Etat Inondation</label>
</channel>
<channel id="neige" typeId="alert-level">
<label>Etat Neige</label>
</channel>
<channel id="canicule" typeId="alert-level">
<label>Etat Canicule</label>
</channel>
<channel id="grand-froid" typeId="alert-level">
<label>Etat Grand Froid</label>
</channel>
<channel id="avalanches" typeId="alert-level">
<label>Etat Avalanches</label>
</channel>
<channel id="vent-icon" typeId="condition-icon">
<label>Etat Vent</label>
</channel>
<channel id="pluie-inondation-icon" typeId="condition-icon">
<label>Etat Pluie Inondation</label>
</channel>
<channel id="orage-icon" typeId="condition-icon">
<label>Etat Orage</label>
</channel>
<channel id="inondation-icon" typeId="condition-icon">
<label>Etat Inondation</label>
</channel>
<channel id="neige-icon" typeId="condition-icon">
<label>Etat Neige</label>
</channel>
<channel id="canicule-icon" typeId="condition-icon">
<label>Etat Canicule</label>
</channel>
<channel id="grand-froid-icon" typeId="condition-icon">
<label>Etat Grand Froid</label>
</channel>
<channel id="avalanches-icon" typeId="condition-icon">
<label>Etat Avalanches</label>
</channel>
<channel id="comment" typeId="comment"/>
<channel id="observation-time" typeId="observation-time"/>
</channels>
<config-description>
<parameter name="department" type="text" required="true">
<label>Département</label>
<description>Nom du département</description>
<options>
<option value="AIN">Ain</option>
<option value="AISNE">Aisne</option>
<option value="ALLIER">Allier</option>
<option value="ALPES-DE-HAUTE-PROVENCE">Alpes de Haute Provence</option>
<option value="ALPES-MARITIMES">Alpes Maritimes</option>
<option value="ARDECHE">Ardèche</option>
<option value="ARDENNES">Ardennes</option>
<option value="ARIEGE">Ariège</option>
<option value="AUBE">Aube</option>
<option value="AUDE">Aude</option>
<option value="AVEYRON">Aveyron</option>
<option value="BAS-RHIN">Bas-Rhin</option>
<option value="BOUCHES-DU-RHONE">Bouches du Rhône</option>
<option value="CALVADOS">Calvados</option>
<option value="CANTAL">Cantal</option>
<option value="CHARENTE">Charente</option>
<option value="CHARENTE-MARITIME">Charente Maritime</option>
<option value="CHER">Cher</option>
<option value="CORREZE">Corrèze</option>
<option value="CORSE-DU-SUD">Corse du Sud</option>
<option value="COTE-D'OR">Côte D'Or</option>
<option value="COTES-D'ARMOR">Côtes D'Armor</option>
<option value="CREUSE">Creuse</option>
<option value="DEUX-SEVRES">Deux Sèvres</option>
<option value="DORDOGNE">Dordogne</option>
<option value="DOUBS">Doubs</option>
<option value="DROME">Drôme</option>
<option value="ESSONNE">Essonne</option>
<option value="EURE">Eure</option>
<option value="EURE-ET-LOIR">Eure et Loir</option>
<option value="FINISTERE">Finistère</option>
<option value="GARD">Gard</option>
<option value="GERS">Gers</option>
<option value="GIRONDE">Gironde</option>
<option value="HAUT-RHIN">Haut-Rhin</option>
<option value="HAUTE-CORSE">Haute Corse</option>
<option value="HAUTE-GARONNE">Haute Garonne</option>
<option value="HAUTE-LOIRE">Haute Loire</option>
<option value="HAUTE-MARNE">Haute Marne</option>
<option value="HAUTE-SAONE">Haute Saône</option>
<option value="HAUTE-SAVOIE">Haute Savoie</option>
<option value="HAUTE-VIENNE">Haute Vienne</option>
<option value="HAUTES-ALPES">Hautes Alpes</option>
<option value="HAUTES-PYRENEES">Hautes Pyrénées</option>
<option value="HAUTS-DE-SEINE">Hauts de Seine</option>
<option value="HERAULT">Hérault</option>
<option value="ILLE-ET-VILAINE">Ille et Vilaine</option>
<option value="INDRE">Indre</option>
<option value="INDRE-ET-LOIRE">Indre et Loire</option>
<option value="ISERE">Isère</option>
<option value="JURA">Jura</option>
<option value="LANDES">Landes</option>
<option value="LOIR-ET-CHER">Loir et Cher</option>
<option value="LOIRE">Loire</option>
<option value="LOIRE-ATLANTIQUE">Loire Atlantique</option>
<option value="LOIRET">Loiret</option>
<option value="LOT">Lot</option>
<option value="LOT-ET-GARONNE">Lot et Garonne</option>
<option value="LOZERE">Lozère</option>
<option value="MAINE-ET-LOIRE">Maine et Loire</option>
<option value="MANCHE">Manche</option>
<option value="MARNE">Marne</option>
<option value="MAYENNE">Mayenne</option>
<option value="MEURTHE-ET-MOSELLE">Meurthe et Moselle</option>
<option value="MEUSE">Meuse</option>
<option value="MORBIHAN">Morbihan</option>
<option value="MOSELLE">Moselle</option>
<option value="NIEVRE">Nièvre</option>
<option value="NORD">Nord</option>
<option value="OISE">Oise</option>
<option value="ORNE">Orne</option>
<option value="PARIS">Paris</option>
<option value="PAS-DE-CALAIS">Pas de Calais</option>
<option value="PUY-DE-DOME">Puy de Dôme</option>
<option value="PYRENEES-ATLANTIQUES">Pyrénées Atlantiques</option>
<option value="PYRENEES-ORIENTALES">Pyrénées Orientales</option>
<option value="RHONE">Rhône</option>
<option value="SAONE-ET-LOIRE">Saône et Loire</option>
<option value="SARTHE">Sarthe</option>
<option value="SAVOIE">Savoie</option>
<option value="SEINE-ET-MARNE">Seine et Marne</option>
<option value="SEINE-MARITIME">Seine Maritime</option>
<option value="SEINE-SAINT-DENIS">Seine Saint Denis</option>
<option value="SOMME">Somme</option>
<option value="TARN">Tarn</option>
<option value="TARN-ET-GARONNE">Tarn et Garonne</option>
<option value="TERRITOIRE DE BELFORT">Territoire de Belfort</option>
<option value="VAL-D'OISE">Val D'Oise</option>
<option value="VAL-DE-MARNE">Val de Marne</option>
<option value="VAR">Var</option>
<option value="VAUCLUSE">Vaucluse</option>
<option value="VENDEE">Vendée</option>
<option value="VIENNE">Vienne</option>
<option value="VOSGES">Vosges</option>
<option value="YONNE">Yonne</option>
<option value="YVELINES">Yvelines</option>
</options>
<limitToOptions>true</limitToOptions>
</parameter>
<parameter name="refresh" type="integer" min="1" required="true" unit="min">
<label>Fréquence de rafraichissement</label>
<description>Période d'actualisation des données en minutes.</description>
<default>1440</default>
</parameter>
</config-description>
</thing-type>
<channel-type id="alert-level">
<item-type>String</item-type>
<label>Alerte</label>
<state readOnly="true">
<options>
<option value="0">Vert</option>
<option value="1">Jaune</option>
<option value="2">Orange</option>
<option value="3">Rouge</option>
</options>
</state>
</channel-type>
<channel-type id="comment">
<item-type>String</item-type>
<label>Commentaire</label>
<state readOnly="true" pattern="%s"/>
</channel-type>
<channel-type id="observation-time" advanced="true">
<item-type>DateTime</item-type>
<label>Heure d'observation</label>
<description>Date et heure d'observation.</description>
<state readOnly="true"/>
</channel-type>
<channel-type id="condition-icon">
<item-type>Image</item-type>
<label>Pictogramme</label>
<description>Pictogramme associé au niveau d'alerte.</description>
<state readOnly="true"/>
</channel-type>
</thing:thing-descriptions>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB