<?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[How to temporarily disable acknowledgement for received ConfirmedCOVRequests?]]></title><description><![CDATA[<p dir="auto">I have a bit of a strange use case here. I'm developing an automated test system against a BACnet device. My test system is using Bacure (<a href="https://github.com/Frozenlock/bacure" rel="nofollow ugc">https://github.com/Frozenlock/bacure</a>), a Clojure wrapper for BACnet4J, to interface with our device. (The device does NOT use BACnet4J, but my test system does.)</p>
<p dir="auto">I'm trying to figure out how to implement in Bacure the ability to turn off acknowledgement when we (the BACnet4J local device) receive a ConfirmedCOVNotificationRequest. (I think that's correct...)</p>
<p dir="auto">So basically, my test case is this:</p>
<ol>
<li>SubscribeCOV (Confirmed) on the remote device</li>
<li>Change the value on the remote device to generate a COV notification</li>
<li>Confirm COV is received on our local BACnet4J device</li>
<li>Disable ACK on the local BACnet4J device</li>
<li>Change the value on the remote device again to generate a COV notification</li>
<li>The remote device will send multiple COV notifications (APDU retries + 1) because we never ACKed</li>
</ol>
<p dir="auto">Anyone have any hints?</p>
]]></description><link>https://forum.mango-os.com/topic/3168/how-to-temporarily-disable-acknowledgement-for-received-confirmedcovrequests</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 07:26:35 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3168.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Dec 2017 19:52:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to temporarily disable acknowledgement for received ConfirmedCOVRequests? on Fri, 22 Dec 2017 20:33:42 GMT]]></title><description><![CDATA[<p dir="auto">I found a solution, although it's not ideal.</p>
<p dir="auto">If you disable communications via LocalDevice.setCommunicationControl after having subscribed, you get the behavior I'm looking for. This seems a bit heavy-handed when all I want to do is turn off acknowledgment for a single service, but it will do for the time being until someone shows me a better way.</p>
]]></description><link>https://forum.mango-os.com/post/16635</link><guid isPermaLink="true">https://forum.mango-os.com/post/16635</guid><dc:creator><![CDATA[WhittlesJr]]></dc:creator><pubDate>Fri, 22 Dec 2017 20:33:42 GMT</pubDate></item></channel></rss>