projets:home-assistant:aquaponie:sat-composteur
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
projets:home-assistant:aquaponie:sat-composteur [24/05/2025 22:53 ] – [Intégration Home Assistant] Oliver Watté | projets:home-assistant:aquaponie:sat-composteur [24/05/2025 23:07 ] (Version actuelle) – [Hardware] Oliver Watté | ||
---|---|---|---|
Ligne 19: | Ligne 19: | ||
===== Hardware ===== | ===== Hardware ===== | ||
* micro-contrôleur : ESP32C3 de chez Seeed ('' | * micro-contrôleur : ESP32C3 de chez Seeed ('' | ||
- | * 2 sondes de température DS18B20 | + | * 2 [[projets: |
+ | {{ : | ||
===== Yaml ESPHome ==== | ===== Yaml ESPHome ==== | ||
Ligne 134: | Ligne 135: | ||
===== Intégration Home Assistant ==== | ===== Intégration Home Assistant ==== | ||
+ | ==== Panneau de contrôle ==== | ||
{{ : | {{ : | ||
+ | |||
+ | ==== Code pour jauge température ==== | ||
+ | <file yaml jauge.yaml> | ||
+ | type: gauge | ||
+ | entity: sensor.composteur_temp_rature_1_composteur | ||
+ | min: 5 | ||
+ | max: 80 | ||
+ | severity: | ||
+ | green: 10 | ||
+ | yellow: 40 | ||
+ | red: 65 | ||
+ | needle: true | ||
+ | name: Compartiment 1 | ||
+ | |||
+ | </ | ||
+ | |||
+ | ==== Code pour courbes de températures ==== | ||
+ | <file yaml courbes.yaml> | ||
+ | chart_type: line | ||
+ | period: 5minute | ||
+ | type: statistics-graph | ||
+ | entities: | ||
+ | - sensor.composteur_temp_rature_1_composteur | ||
+ | - sensor.composteur_temp_rature_2_composteur | ||
+ | stat_types: | ||
+ | - mean | ||
+ | - min | ||
+ | - max | ||
+ | </ | ||
projets/home-assistant/aquaponie/sat-composteur.1748127235.txt.gz · Dernière modification : 24/05/2025 22:53 de Oliver Watté