This is a fast moving target, so please visit often or set an alert in GitHub.
Currently, most telemetry and reports created in the gateway will be issues as topics in Kafka. You should configure your Kafka service with the following topics:
healthcheck
: These are thehealthcheck
report sent from the AP.state
: This is emitted for everystate
report coming from the AP. This state report contains all the information of state reports.connection
: This is emitted whenever a device connects to the gateway. The report contains all ths information about the connection.wifiscan
: Whenever awifiscan
report is generated, it will be submitted here.alerts
: Alerts originating from devices (future use).command
: Allow to send commands (future use).service_events
: Inter-service traffic.device_event_queue
: device eventsdevice_telemetry
: device telemetry. Telemetry must be started manually or through the device configuration.provisioning_change
: venue, configuration, entity changes from provisioning.
Messages use 2 formats
Device from a device include a preamble that identifies the gateway responsible for the message. The payload includes the message itself.
No preamble is used here. The entire payload is the message. The key
represents the source of the message.
Let us know what else you would like to see in kafka
. Or better, don't be shy and contribute something. We need more of you
help make this into a success.