[SOLVED] Persistence log every command

I’ve configured persistence service with MySQL and i’m saving data which i receive from KNX address on everychange. Now i would like to save data on every recieved command even if value is the same as previous one.

Is it somehow possible to do something like that?

everyUpdate will save every command/update sent to the Item whether or not the Item changes state. If you don’t want the updates and just the commands, which I’ll note you aren’t doing now as everyChange will also save changes caused by updates, you will need to use a Proxy Item and a Rule to update the Proxy Item only when the KNX Item receives a command. You then persist the Proxy Item.