Hi everyone, I wanted to share my experience with the Shelly i3 MQTT events. I recently set up my Shelly i3 with MQTT using Mosquitto and noticed an interesting behavior: the broker was sending messages even when the button wasn’t pressed. This was a bit confusing at first, but after some research, I found a neat workaround. Instead of relying solely on the event counter, I started using a combination of flow variables and timestamps in Node-RED. This allowed me to filter out the unintended messages effectively. If anyone else is struggling with this, I’d be happy to share my flow setup or discuss alternative solutions. It’s amazing how a little tinkering can make such a difference in automation reliability. Cheers!