Appearance
Telemetry
How telemetry works in IoTBackend.
Core telemetry (automatic)
Core runtime telemetry is published automatically by IoTBackend core firmware integration. Users do not need to publish these core fields manually.
Typical runtime values shown in Dashboard are sent by core:
- local IP
- optional public IP
- RSSI
- heap
- core version
- firmware hash/size
User telemetry and user events (custom)
In addition to core telemetry, you can send your own custom:
- user telemetry
- user events
See practical snippets in Examples.
Notes
- Presence state is based on telemetry heartbeat.
- Do not include secrets in any payload.