Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Meact executor

zynzel edited this page Jul 17, 2016 · 2 revisions

Executor handle MQTT traffic on topics:

conf['executor/metric'] - perform action
conf['dbsm/metric'] - perform action

Executor to handle metrics/actions use Queue with priorities. Every sensor_type can have different priority. Lowest priority will be handled first.

If priority is missing from sensors.yaml, default value is 500.

DBSM expect data in MQTT TOPIC in format: executor/metric/SENSOR_TYPE/BOARD_ID

executor/metric/voltage/rasberry
Clone this wiki locally