météo
Ce Flow permet à ton Ulanzi d'afficher la température et l'icône du ciel (soleil, nuages, pluie) toutes les 15 minutes. Il utilise les données internes d'AWTRIX 3 (#weather_temp# et #weather_icon#) pour rester synchronisé avec ta position géographique san
| System | Domoticz |
|---|---|
| Firmware | AWTRIX 3 |
| Topic | News |
| Built by | rialou |
| File | N024OvGr5mr7.json · 0.3 KB |
| Icons | — |
| Published | 9 Apr 2026 |
| Downloads | 4 |
salut comment tu vas
N024OvGr5mr7.json
{
"name": "Météo Auto",
"active": true,
"trigger": {
"type": "interval",
"value": 900
},
"action": {
"type": "custom_app",
"name": "meteo",
"text": "#weather_temp#°C",
"icon": "#weather_icon#",
"color": [255, 255, 255],
"duration": 5
}
}