From 3499a321b1c7d3792aea2b8998c21a2d4eb47659 Mon Sep 17 00:00:00 2001 From: Raymond Bourges Date: Tue, 10 Jun 2025 23:03:31 +0200 Subject: [PATCH] FEAT : maj delai sub mqtt --- config/meteo.yaml | 4 ++-- config/tv2.yaml | 14 +++----------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/config/meteo.yaml b/config/meteo.yaml index 47fa770..53a0f7d 100644 --- a/config/meteo.yaml +++ b/config/meteo.yaml @@ -43,13 +43,13 @@ modbus_controller: modbus_id: modbus1 setup_priority: -10 command_throttle: 2s - update_interval: 4s + update_interval: 14s - id: modbus_controller2 address: 2 modbus_id: modbus1 setup_priority: -10 command_throttle: 2s - update_interval: 4s + update_interval: 14s sensor: - platform: modbus_controller diff --git a/config/tv2.yaml b/config/tv2.yaml index f233a68..ec0b063 100644 --- a/config/tv2.yaml +++ b/config/tv2.yaml @@ -22,17 +22,6 @@ esp32: # Enable logging logger: -output: - - platform: gpio - pin: GPIO21 # essaie GPIO10 d'abord, si ça ne marche pas, tente GPIO21 - id: led_builtin - -# Fait clignoter la LED toutes les secondes -interval: - - interval: 1s - then: - - output.toggle: led_builtin - uart: tx_pin: GPIO17 # Il faut les inverser !!!! rx_pin: GPIO16 @@ -57,6 +46,9 @@ output: - platform: gpio pin: GPIO23 id: bouton_rouge + # - platform: gpio + # pin: GPIO21 # essaie GPIO10 d'abord, si ça ne marche pas, tente GPIO21 + # id: led_builtin globals: - id: low_power_count