From a5eec74524167a6cbaf82a90aa2907dd8c4b5ba2 Mon Sep 17 00:00:00 2001 From: Oliver Walter Date: Sat, 27 Jun 2026 01:34:48 +0200 Subject: [PATCH] Set real defaults: channel 3, host 192.168.1.158, corrected sensor IDs Co-Authored-By: Claude Opus 4.8 (1M context) --- meshtastic_broadcaster/config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meshtastic_broadcaster/config.yaml b/meshtastic_broadcaster/config.yaml index 7ed7550..209f819 100644 --- a/meshtastic_broadcaster/config.yaml +++ b/meshtastic_broadcaster/config.yaml @@ -17,9 +17,9 @@ uart: true usb: true options: connection: tcp - host: 192.168.1.50 + host: 192.168.1.158 serial_port: /dev/ttyUSB0 - channel_index: 0 + channel_index: 3 interval: 900 prefix: "🏠" sensors: @@ -27,19 +27,19 @@ options: entity_id: sensor.temperature_01_temperature unit: "°C" - label: T2 - entity_id: sensor.temperature_02_temperature + entity_id: sensor.sonoff_snzb_02d_temperature unit: "°C" - label: T3 - entity_id: sensor.temperature_03_temperature + entity_id: sensor.temperature_2_temperature unit: "°C" - label: H1 entity_id: sensor.temperature_01_humidity unit: "%" - label: H2 - entity_id: sensor.temperature_02_humidity + entity_id: sensor.sonoff_snzb_02d_humidity unit: "%" - label: H3 - entity_id: sensor.temperature_03_humidity + entity_id: sensor.temperature_2_humidity unit: "%" schema: connection: list(tcp|serial)