<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Disabling Event Handlers - User]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I can't see how to give users permissions to Enable/disable event handlers, that have been created by admin.<br />
I gave access to the Event Handlers menu item, which is there, but I can't see any options in the actual individual event handlers, which are not visible.</p>
<p dir="auto">Does anyone know?<br />
(V3)</p>
]]></description><link>https://forum.mango-os.com/topic/5788/disabling-event-handlers-user</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 14:46:06 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/5788.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Dec 2023 09:46:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Disabling Event Handlers - User on Fri, 15 Dec 2023 01:02:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terrypacker" aria-label="Profile: terrypacker">@<bdi>terrypacker</bdi></a> Thanks, I will set them up using meta points as you suggest.</p>
]]></description><link>https://forum.mango-os.com/post/28086</link><guid isPermaLink="true">https://forum.mango-os.com/post/28086</guid><dc:creator><![CDATA[hayden_AUS]]></dc:creator><pubDate>Fri, 15 Dec 2023 01:02:01 GMT</pubDate></item><item><title><![CDATA[Reply to Disabling Event Handlers - User on Wed, 13 Dec 2023 17:05:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terrypacker" aria-label="Profile: terrypacker">@<bdi>terrypacker</bdi></a> thanks for helping out in the forum, glad to see you're still around!</p>
]]></description><link>https://forum.mango-os.com/post/28085</link><guid isPermaLink="true">https://forum.mango-os.com/post/28085</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 13 Dec 2023 17:05:15 GMT</pubDate></item><item><title><![CDATA[Reply to Disabling Event Handlers - User on Wed, 13 Dec 2023 14:53:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hayden_aus" aria-label="Profile: hayden_AUS">@<bdi>hayden_AUS</bdi></a> we added permissions like this in Mango 4+, but there are only 2 levels for Event Handlers.  View and Edit.  If you wanted a user to be able to disable the event handler they would need to have the edit permission for that handler.  Which would allow them to change any setting on it.</p>
<p dir="auto">In Mango 3 Event Handlers are a superadmin thing only.</p>
<p dir="auto">What <a class="plugin-mentions-user plugin-mentions-a" href="/user/mattfox" aria-label="Profile: MattFox">@<bdi>MattFox</bdi></a> is suggesting is a common pattern that we use also, put your alarming logic inside Meta points and then set a basic event detector (State Detector) on the Meta point which can raise the event and handle it.</p>
]]></description><link>https://forum.mango-os.com/post/28083</link><guid isPermaLink="true">https://forum.mango-os.com/post/28083</guid><dc:creator><![CDATA[terrypacker]]></dc:creator><pubDate>Wed, 13 Dec 2023 14:53:49 GMT</pubDate></item><item><title><![CDATA[Reply to Disabling Event Handlers - User on Tue, 12 Dec 2023 09:19:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hayden_aus" aria-label="Profile: hayden_AUS">@<bdi>hayden_AUS</bdi></a> if you can utilise extra points, then definitely try triggering a script instead and using an if statement logic based upon a virtual datapoint value that your users can amend. This will be a means to enable and disable the behaviour inside your script OR letting the event handler also fire conditionally based upon your alarm value being high and your custom user value being low.<br />
That might give you the leverage you need</p>
<p dir="auto">Edit again: Set your alarm points fed via metapoints using the control points plus your user point and thus return a value!</p>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/28076</link><guid isPermaLink="true">https://forum.mango-os.com/post/28076</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 12 Dec 2023 09:19:19 GMT</pubDate></item><item><title><![CDATA[Reply to Disabling Event Handlers - User on Tue, 12 Dec 2023 09:10:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mattfox" aria-label="Profile: MattFox">@<bdi>MattFox</bdi></a> Hi Matt, the application is a cold room used as a grow room.<br />
The room has set-points for alarms and also automation to turn off grow lights, when the temp gets to high.<br />
But we need to disable all the alarms and automation when they have the doors open for loading/unloading, using an easy method.</p>
<p dir="auto">I might try to setup the Event Handlers using external context points (maybe a virtual binary point,or physical switch) and scripts, if disabling the event handlers by a user is not possible.</p>
<p dir="auto">...or just create another user with superadmin privileges.</p>
<p dir="auto">Thanks anyway for looking at it...</p>
]]></description><link>https://forum.mango-os.com/post/28075</link><guid isPermaLink="true">https://forum.mango-os.com/post/28075</guid><dc:creator><![CDATA[hayden_AUS]]></dc:creator><pubDate>Tue, 12 Dec 2023 09:10:02 GMT</pubDate></item><item><title><![CDATA[Reply to Disabling Event Handlers - User on Tue, 12 Dec 2023 08:57:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hayden_aus" aria-label="Profile: hayden_AUS">@<bdi>hayden_AUS</bdi></a><br />
What you're looking for is: <code>Requires global Event Handler privileges</code><br />
Unfortunately, there is nothing clear to me right this minute that stands out as being able to make it permissable - to the extent I fear it's hardcoded for superadmin. I've dug through the source and nothing has made itself known yet...</p>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/28074</link><guid isPermaLink="true">https://forum.mango-os.com/post/28074</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 12 Dec 2023 08:57:14 GMT</pubDate></item></channel></rss>