Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 696 Bytes

data-flow.md

File metadata and controls

19 lines (15 loc) · 696 Bytes
layout title permalink parent
page
Data Flow Diagram
/data-flow
Troubleshooting

Data Flow Diagram

It can be a challenge to troubleshoot problems with tracking a beacon, as the problem can exist in different places in the "information pipeline." The flow of information can be visualized in the following way:

Beacon Flow

  1. Beacon broadcasts an advertisement packet.
  2. ESP32 collects the broadcast (green arrow)
  3. ESP32 verifies connection to WiFi (orange arrow)
  4. ESP32 verifies connection to MQTT (yellow arrow)
  5. MQTT publishes data to espresense topic (purple arrow)
  6. Home Assistant parses information and reports configured sensorsiot