How to send value of only those topics whose state are changed in mqtt-eventbus.cfg

Hi, How can I configuration mqtt-eventbus to send only those topics whose state are changed using configuration done in mqtt-eventbus.cfg.

simply: you can’t. :wink:
it’s called “eventbus” - meaning all items will pushed through.

You can always only add a mqtt-message on items only:

Item itemName { mqtt="<direction>[<broker>:<topic>:<type>:<trigger>:<transformation>]" }

see the docs for more Information
https://docs.openhab.org/addons/bindings/mqtt1/readme.html