I am using MQTT Engine on 8.1.41 to send and recieve messages on my own MQTT network (none of the built in sparkplug stuff). I wrote a gateway tag change event script as per the documentation, but when it sends it seems to send multiple times, as a function of how many projects I have enabled. I can't find any settings that make this obvious to fix, does someone know how to improve this?
Please share the script and the location of where you have it, so we can assist.
Don't put gateway events in inheritable projects. Only leaf projects run events, and all that inherit an event will run it.
Yeah, that was it. That's so annoying, especially because I have to leave the leaf project in permanent override mode. Gateway scripts don't even support export to project! Guess they never updated that section with that feature.