Hello,
i have some light sensor (mqtt) which recieve data thru mqtt. I excluded the sensors from Recorder because they send data every second when light changes and produce to much database entrys.
This works, but how can i exclude the mqtt messages from the recorder.
The event table gets already an entry “mqtt message received” every second.
I have tried:
recorder:
exclude:
domains:
- mqtt
but that does not help.
Thanks for reading!