<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Hallo Alexander,<br>
<br>
On 25.02.2018 20:42, <a class="moz-txt-link-abbreviated" href="mailto:dss@knauer-alexander.de">
dss@knauer-alexander.de</a> wrote:<br>
</div>
<blockquote type="cite" cite="mid:000001d3ae70$c74e3d40$55eab7c0$@knauer-alexander.de">
<meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Hallo<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Wie kann man denn die „system behaviours“ von Binary inputs verwenden, speziell für „Feuer?<o:p></o:p></p>
<p class="MsoNormal">Mein VDC schickt einen Binary input value mit sensorFunction=7 ( Smoke detector) und value TRUE.  In der DSS weboberfläche wird dann für mein Device unter Status korrekt „Rauch“ angezeigt, aber es wird kein globales „Feuer“ Event ausgelöst.<o:p></o:p></p>
</div>
</blockquote>
<br>
du hast auf jeden Fall schon mal die richtige Sensorfunktion "7" verwendet, um damit einen Feueralarm auszulösen. Wie sieht denn das Property "binaryInputDescription" und "binaryInputSettings" deines Devices aus? Via DSS bspw. auch abfragbar mit:<br>
<br>
GET <a class="moz-txt-link-freetext" href="https://dss.local/json/property/vdcquery?query=getProperty(deviceId=">
https://dss.local/json/property/vdcquery?query=getProperty(deviceId=</a><YourDeviceDSUID>)/binaryInputDescriptions<br>
<br>
Hast du evtl. mehrere "Binary Inputs" auf einem Device angelegt? In dem Fall muss du evtl. die Property Namen numerisch aufsteigend "0", "1" usw. vergeben, oder jedem Input ein Attribut "dsIndex" vergeben (neu in VDC-API v3).<br>
<br>
<img alt="" src="cid:part1.D553C6AE.25BD5032@digitalstrom.com"><br>
<br>
Grüße<br>
Michael<br>
</body>
</html>