MQTT

The adapter already sends status infos via MQTT (even without a token), see here for details.

micro-ebusd extends these infos by the messages seen on the bus and sends them below the configured MQTT topic, similar to ebusd but with a condensed format, see below.

eBUS messages

eBUS messages seen by micro-ebusd that have an identified message definition are decoded to JSON and then sent to a dedicated topic suffix below the configured MQTT topic:

Here is an example of such a message:

{"temp":7.062500,"sensor":"ok"}

eBUS Requests

micro-ebusd allows executing requests to the bus as well. It listens to the following topic suffixes below the configured MQTT topic:

Global status

In addition to the eBUS message and request topics, micro-ebusd also adds the following global status infos:

Home Assistant

See Home Assistant discovery for details.