<?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[RFLink - RAWDATA]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">da scheinbar meine Frage untergegangen ist, der Versuch mal hier.</p>
<p dir="auto">wie kann ich ein RAW-Kommando absetzen?</p>
<p dir="auto">z.B. das: 20;0E;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;</p>
<p dir="auto">Gruß Marco</p>
]]></description><link>https://forum.iobroker.net/topic/4341/rflink-rawdata</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 07:59:42 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/4341.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Jan 2017 10:58:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RFLink - RAWDATA on Wed, 26 Dec 2018 12:57:18 GMT]]></title><description><![CDATA[<p dir="auto">Nein geht nicht - die JavaSkript Prüfung macht schon ein rotes Kreuz in die Zeile.</p>
]]></description><link>https://forum.iobroker.net/post/203256</link><guid isPermaLink="true">https://forum.iobroker.net/post/203256</guid><dc:creator><![CDATA[JB_Sullivan]]></dc:creator><pubDate>Wed, 26 Dec 2018 12:57:18 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Wed, 26 Dec 2018 12:17:45 GMT]]></title><description><![CDATA[<p dir="auto">Moin,</p>
<p dir="auto">probier mal: on("rflink.0.channels.Byron_1.SWITCH_05", change: "any", function(dp) { if(dp.state.val) seitenwechsel(); });</p>
<p dir="auto">Gruß</p>
<p dir="auto">Matze</p>
]]></description><link>https://forum.iobroker.net/post/203237</link><guid isPermaLink="true">https://forum.iobroker.net/post/203237</guid><dc:creator><![CDATA[Matzebhv]]></dc:creator><pubDate>Wed, 26 Dec 2018 12:17:45 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Wed, 26 Dec 2018 06:48:13 GMT]]></title><description><![CDATA[<p dir="auto">…. und wie macht man das im Skript? Ich bin in Js-Skript überhaupt gar nicht fit.</p>
<p dir="auto">` &gt; function seitenwechsel(){</p>
<blockquote>
<p dir="auto">setState('vis.0.control.instance', 'FFFFFFFF');</p>
<p dir="auto">setState('vis.0.control.data', '200_Webcam'); // 200_Webcam steht für den Namen der View die du anzeigen willst wenn was passiert</p>
<p dir="auto">setState('vis.0.control.command', 'changeView');</p>
<p dir="auto">}</p>
<p dir="auto">// Abfragen des gewünschen Sensors</p>
<p dir="auto">// wenn der Status auf true wechselt wird 200_Webcam angezeigt</p>
<p dir="auto">on("rflink.0.channels.Byron_1.SWITCH_05", function(dp) { if(dp.state.val) seitenwechsel(); }); `</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/203159</link><guid isPermaLink="true">https://forum.iobroker.net/post/203159</guid><dc:creator><![CDATA[JB_Sullivan]]></dc:creator><pubDate>Wed, 26 Dec 2018 06:48:13 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Tue, 25 Dec 2018 22:21:19 GMT]]></title><description><![CDATA[<p dir="auto">Triggern auf Update anstatt Änderung</p>
<p dir="auto">Sent from my iPhone using Tapatalk</p>
]]></description><link>https://forum.iobroker.net/post/203122</link><guid isPermaLink="true">https://forum.iobroker.net/post/203122</guid><dc:creator><![CDATA[Dutchman]]></dc:creator><pubDate>Tue, 25 Dec 2018 22:21:19 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Tue, 25 Dec 2018 19:37:44 GMT]]></title><description><![CDATA[<p dir="auto">Ich krame den alten Thread nochmal vor.</p>
<p dir="auto">Ich habe auch eine Byron Türklingel. Eigentlich brauche ich nur die Status Änderung beim Klingel, damit ich diesen Status dazu benutzen kann um im VIS auf das Bild mit den Webcams umzuschalten.</p>
<p dir="auto">Blöder Weise ist bei mir der Status der Klingel immer "True", egal ob geklingel wird oder nicht. Kann ich da irgendwie den Status abgreifen?</p>
<p dir="auto">Da man diese Klingeln offensichtlich auch über ioB antriggern kann, gleich meine nächste blöde Frage - geht das mit der hier auch? Brauch ich eigentlich nicht, wäre halt interessant zu wissen.</p>
<p dir="auto">Ich stehe mit rflink noch am Fuße des Berges. Vielen Dank für die Unterstützung.</p>
<p dir="auto">Der unter Teil vom Log stammt vom RFlinkLoader</p>
<blockquote>
<p dir="auto">! rflink.0 2018-12-25 20:02:52.389 debug system.adapter.admin.0: logging true<br />
! rflink.0 2018-12-25 20:02:30.139 debug Set state "rflink.0.channels.Byron_1.CHIME_05": 5<br />
! rflink.0 2018-12-25 20:02:30.139 debug Set state "rflink.0.channels.Byron_1.SWITCH_05": true<br />
! rflink.0 2018-12-25 20:02:30.123 debug Serial data received: 20;01;Byron;ID=0097;SWITCH=05;CMD=ON;CHIME=05;<br />
! rflink.0 2018-12-25 20:02:07.639 debug sendTo "readNewVersion" to system.adapter.admin.0 from system.adapter.rflink.0<br />
! rflink.0 2018-12-25 20:02:07.530 debug sendTo "listUart" to system.adapter.admin.0 from system.adapter.rflink.0<br />
! rflink.0 2018-12-25 20:02:07.514 info List of port: [{"comName":"COM1","manufacturer":"(Standardanschlusstypen)","pnpId":"ACPI\PNP0501\1"},{"comName":"COM3","manufacturer":"<a href="http://wch.cn" rel="nofollow ugc">wch.cn</a>","serialNumber":"5&amp;28b2efbf&amp;0&amp;2","pnpId":"USB\VID_1A86<br />
! rflink.0 2018-12-25 20:02:00.514 debug Skip frame: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R48;<br />
! rflink.0 2018-12-25 20:02:00.514 debug Serial data received: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R48;<br />
! rflink.0 2018-12-25 20:02:00.514 info Connected<br />
! rflink.0 2018-12-25 20:01:59.592 debug Send raw data: 10;REBOOT;<br />
! rflink.0 2018-12-25 20:01:59.592 info Serial port opened<br />
! rflink.0 2018-12-25 20:01:59.530 info starting. Version 1.2.0 in C:/ioBroker/node_modules/iobroker.rflink, node: v8.13.0<br />
! rflink.0 2018-12-25 20:01:59.342 debug statesDB connected<br />
! rflink.0 2018-12-25 20:01:59.326 debug objectDB connected<br />
! 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R48;<br />
! 10;version;<br />
! 20;01;VER=1.1;REV=48;BUILD=04;<br />
! 10;status;<br />
! 20;02;STATUS;setRF433=ON;setNodoNRF=OFF;setMilight=OFF;setLivingColors=OFF;setAnsluta=OFF;setGPIO=OFF;setBLE=OFF;setMysensors=OFF;<br />
! 10;rfdebug=on;<br />
! 20;03;RFDEBUG=ON;<br />
! 20;04;DEBUG;Pulses=24;Pulses(uSec)=780,300,720,300,720,300,720,300,720,300,720,300,720,300,720,300,720,300,720,300,240,780,240,540;<br />
! 20;05;DEBUG;Pulses=62;Pulses(uSec)=300,780,720,300,240,780,720,300,720,300,240,780,720,300,720,300,720,300,720,300,240,780,240,780,240,780,720,300,720,300,240,780,240,780,240,780,240,780,720,300,240,780,240,780,720,300,240,780,240,780,240,780,240,780,240,780,240,780,720,300,240,6990;<br />
! 20;06;DEBUG;Pulses=511;Pulses(uSec)=330,570,270,240,600,240,600,570,270,240,600,570,240,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5100,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5100,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5100,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5100,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5100,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5100,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,240,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270;<br />
! 20;07;Byron;ID=0097;SWITCH=05;CMD=ON;CHIME=05;<br />
! 20;08;DEBUG;Pulses=511;Pulses(uSec)=60,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5130,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,240,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,240,240,600,240,600,570,240,240,600,570,270,570,240,570,240,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,240,240,600,240,600,570,240,240,600,570,270,570,240,570,270,240,600,570,240,240,600,570,240,5100,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,240,240,600,240,600,570,240,240,600,570,270,570,270,570,240,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,240,240,600,570,270,570,270,570,240,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,240,570,240,570,270,240,600,570,270,240,600,570,240,5100,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,240,240,600,240,600,570,240,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270;<br />
! 20;09;DEBUG;Pulses=286;Pulses(uSec)=270,540,240,210,570,210,570,540,240,210,570,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,240,240,600,570,270,570,240,570,270,240,600,570,270,240,600,570,240,5070,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5100,240,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,240,240,600,240,600,570,240,240,600,570,270,570,240,570,240,240,600,570,240,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,5070,240,570,240,240,600,240,600,570,240,240,600,570,240,570,240,570,240,240,600,570,240,240,600,570,240,5070,270,570,270,240,600,240,600,570,270,240,600,570,270,570,270,570,270,240,600,570,270,240,600,570,240,6990;<br />
! 20;0A;DEBUG;Pulses=50;Pulses(uSec)=1380,420,1350,420,1350,420,1350,420,360,1380,360,1380,360,1380,1350,420,360,1380,1350,420,360,1380,360,1380,1350,390,1350,420,1350,420,1350,420,1350,420,360,1380,360,1380,360,1380,360,1380,360,1380,360,1380,1350,390,390,6990;<br />
! 20;0B;Chuango;ID=0eb07e;SWITCH=02;CMD=OFF;<br />
! 20;0C;DEBUG;Pulses=50;Pulses(uSec)=1410,420,1350,420,1350,420,1350,420,360,1380,360,1380,360,1380,1350,420,360,1380,1350,420,360,1380,360,1380,1350,420,1350,390,1350,390,1350,420,1350,420,360,1380,390,1380,360,1380,360,1380,360,1380,360,1380,1350,390,390,6990;<br />
! 20;0D;DEBUG;Pulses=112;Pulses(uSec)=840,300,720,300,720,300,720,300,720,300,720,300,720,300,720,300,720,300,720,300,240,780,240,780,720,300,720,300,720,420,240,780,720,300,720,300,720,300,720,420,210,780,240,780,720,300,720,300,720,420,240,780,720,300,240,780,240,780,720,420,240,780,720,300,720,300,720,300,720,420,240,780,720,300,720,300,240,780,720,420,240,780,240,780,720,300,240,780,720,420,240,780,720,300,720,300,240,780,720,420,240,780,240,780,240,780,720,300,720,420,240,6990;</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/203089</link><guid isPermaLink="true">https://forum.iobroker.net/post/203089</guid><dc:creator><![CDATA[JB_Sullivan]]></dc:creator><pubDate>Tue, 25 Dec 2018 19:37:44 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Fri, 13 Jan 2017 09:50:27 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcolotti" aria-label="Profile: Marcolotti">@<bdi>Marcolotti</bdi></a>:</s></p>
<blockquote>
<pre><code>rflink.0	2017-01-12 11:42:58.427	error	already running
rflink.0	2017-01-12 11:42:58.082	debug	statesDB connected
rflink.0	2017-01-12 11:42:57.998	debug	objectDB connected
rflink.0	2017-01-12 11:42:50.271	info	done rflink.0.channels.Byron_1
rflink.0	2017-01-12 11:42:50.221	debug	Set state "rflink.0.channels.Byron_1.SWITCH_01": true
rflink.0	2017-01-12 11:42:50.190	info	Add rflink.0.channels.Byron_1.SWITCH_01
rflink.0	2017-01-12 11:42:50.088	debug	Set state "rflink.0.channels.Byron_1.CHIME_01": 1
rflink.0	2017-01-12 11:42:50.065	info	Add rflink.0.channels.Byron_1.CHIME_01
rflink.0	2017-01-12 11:42:49.965	info	Add rflink.0.channels.Byron_1
rflink.0	2017-01-12 11:42:49.716	debug	Serial data received: 20;01;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;
rflink.0	2017-01-12 11:42:43.591	debug	stateChange rflink.0.inclusionOn {"val":true,"ack":false,"ts":1484217763574,"q":0,"from":"system.adapter.admin.0","lc":1484217763574}
rflink.0	2017-01-12 11:42:42.565	debug	sendTo "listUart" to system.adapter.admin.0 from system.adapter.rflink.0
rflink.0	2017-01-12 11:42:42.562	info	List of port: [{"comName":"/dev/ttyAMA0"},{"comName":"/dev/ttyUSB0","manufacturer":"1a86","serialNumber":"1a86_USB2.0-Serial","pnpId":"usb-1a86_USB2.0-Serial-if00-port0","vendorId":"0x1a86","productI
rflink.0	2017-01-12 11:42:42.547	debug	sendTo "listUart" to system.adapter.admin.0 from system.adapter.rflink.0
rflink.0	2017-01-12 11:42:42.540	info	List of port: [{"comName":"/dev/ttyAMA0"},{"comName":"/dev/ttyUSB0","manufacturer":"1a86","serialNumber":"1a86_USB2.0-Serial","pnpId":"usb-1a86_USB2.0-Serial-if00-port0","vendorId":"0x1a86","productI
rflink.0	2017-01-12 11:42:24.439	debug	Skip frame: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R45;
rflink.0	2017-01-12 11:42:24.409	debug	Serial data received: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R45;
rflink.0	2017-01-12 11:42:24.399	info	Connected
rflink.0	2017-01-12 11:42:24.099	error	already running
rflink.0	2017-01-12 11:42:23.476	debug	Send raw data: 10;REBOOT;]
```` `  
</code></pre>
</blockquote>
<p dir="auto">Das ist aber debug Output, von start. Ich sehe aber nicht, wie du versuchst rawData zu beschreiben.</p>
]]></description><link>https://forum.iobroker.net/post/61816</link><guid isPermaLink="true">https://forum.iobroker.net/post/61816</guid><dc:creator><![CDATA[Bluefox]]></dc:creator><pubDate>Fri, 13 Jan 2017 09:50:27 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Thu, 12 Jan 2017 10:59:26 GMT]]></title><description><![CDATA[<p dir="auto">Ich habe jetzt nochmal alles neu angelernt.</p>
<p dir="auto">Originaler Klingelknopf: Beide Stationen klingeln.</p>
<p dir="auto">in RFLink ausgelöst: Eine Station klingelt. :?: :roll:</p>
<pre><code>inMem	2017-01-12 11:57:06.669	debug	message rflink.0.* rflink.0.rawData val=20;17;OK; , ack=true, ts=1484218626644, q=0, from=system.adapter.rflink.0, lc=1484218626644
rflink.0	2017-01-12 11:57:06.597	debug	Skip frame: 20;17;OK;
rflink.0	2017-01-12 11:57:06.593	debug	Serial data received: 20;17;OK;
rflink.0	2017-01-12 11:57:06.037	debug	Send raw data: 10;Byron;000097;01;ON;
rflink.0	2017-01-12 11:57:06.036	debug	Write: 10;Byron;000097;01;ON;
rflink.0	2017-01-12 11:57:06.034	debug	stateChange rflink.0.channels.Byron_1.CHIME_01 {"val":1,"ack":false,"ts":1484218626017,"q":0,"from":"system.adapter.admin.0","lc":1484217770097}
</code></pre>
]]></description><link>https://forum.iobroker.net/post/61705</link><guid isPermaLink="true">https://forum.iobroker.net/post/61705</guid><dc:creator><![CDATA[Marcolotti]]></dc:creator><pubDate>Thu, 12 Jan 2017 10:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Thu, 12 Jan 2017 10:44:18 GMT]]></title><description><![CDATA[<pre><code>rflink.0	2017-01-12 11:42:58.427	error	already running
rflink.0	2017-01-12 11:42:58.082	debug	statesDB connected
rflink.0	2017-01-12 11:42:57.998	debug	objectDB connected
rflink.0	2017-01-12 11:42:50.271	info	done rflink.0.channels.Byron_1
rflink.0	2017-01-12 11:42:50.221	debug	Set state "rflink.0.channels.Byron_1.SWITCH_01": true
rflink.0	2017-01-12 11:42:50.190	info	Add rflink.0.channels.Byron_1.SWITCH_01
rflink.0	2017-01-12 11:42:50.088	debug	Set state "rflink.0.channels.Byron_1.CHIME_01": 1
rflink.0	2017-01-12 11:42:50.065	info	Add rflink.0.channels.Byron_1.CHIME_01
rflink.0	2017-01-12 11:42:49.965	info	Add rflink.0.channels.Byron_1
rflink.0	2017-01-12 11:42:49.716	debug	Serial data received: 20;01;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;
rflink.0	2017-01-12 11:42:43.591	debug	stateChange rflink.0.inclusionOn {"val":true,"ack":false,"ts":1484217763574,"q":0,"from":"system.adapter.admin.0","lc":1484217763574}
rflink.0	2017-01-12 11:42:42.565	debug	sendTo "listUart" to system.adapter.admin.0 from system.adapter.rflink.0
rflink.0	2017-01-12 11:42:42.562	info	List of port: [{"comName":"/dev/ttyAMA0"},{"comName":"/dev/ttyUSB0","manufacturer":"1a86","serialNumber":"1a86_USB2.0-Serial","pnpId":"usb-1a86_USB2.0-Serial-if00-port0","vendorId":"0x1a86","productI
rflink.0	2017-01-12 11:42:42.547	debug	sendTo "listUart" to system.adapter.admin.0 from system.adapter.rflink.0
rflink.0	2017-01-12 11:42:42.540	info	List of port: [{"comName":"/dev/ttyAMA0"},{"comName":"/dev/ttyUSB0","manufacturer":"1a86","serialNumber":"1a86_USB2.0-Serial","pnpId":"usb-1a86_USB2.0-Serial-if00-port0","vendorId":"0x1a86","productI
rflink.0	2017-01-12 11:42:24.439	debug	Skip frame: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R45;
rflink.0	2017-01-12 11:42:24.409	debug	Serial data received: 20;00;Nodo RadioFrequencyLink - RFLink Gateway V1.1 - R45;
rflink.0	2017-01-12 11:42:24.399	info	Connected
rflink.0	2017-01-12 11:42:24.099	error	already running
rflink.0	2017-01-12 11:42:23.476	debug	Send raw data: 10;REBOOT;]
</code></pre>
]]></description><link>https://forum.iobroker.net/post/61699</link><guid isPermaLink="true">https://forum.iobroker.net/post/61699</guid><dc:creator><![CDATA[Marcolotti]]></dc:creator><pubDate>Thu, 12 Jan 2017 10:44:18 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Thu, 12 Jan 2017 10:31:52 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcolotti" aria-label="Profile: Marcolotti">@<bdi>Marcolotti</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Hallo,</p>
<p dir="auto">ich habe jetzt die Admin 1.6.10 drauf. Mir ist aufgefallen, ich kann jetzt bei RAW-Data unter Objekte nichts mehr reinschreiben. Vorher ging das.</p>
<p dir="auto">Selbst mit der neuen RFLink-Version aus dem Git kann ich die Klingel nicht steuern. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f622.png?v=1c48283e26d" class="not-responsive emoji emoji-android emoji--cry" style="height:23px;width:auto;vertical-align:middle" title=":cry:" alt="😢" /></p>
<p dir="auto">Gruß Marco `<br />
Debug output?</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/61691</link><guid isPermaLink="true">https://forum.iobroker.net/post/61691</guid><dc:creator><![CDATA[Bluefox]]></dc:creator><pubDate>Thu, 12 Jan 2017 10:31:52 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Thu, 12 Jan 2017 10:29:04 GMT]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">ich habe jetzt die Admin 1.6.10 drauf. Mir ist aufgefallen, ich kann jetzt bei RAW-Data unter Objekte nichts mehr reinschreiben. Vorher ging das.</p>
<p dir="auto">Selbst mit der neuen RFLink-Version aus dem Git kann ich die Klingel nicht steuern. <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f622.png?v=1c48283e26d" class="not-responsive emoji emoji-android emoji--cry" style="height:23px;width:auto;vertical-align:middle" title=":cry:" alt="😢" /></p>
<p dir="auto">Gruß Marco</p>
]]></description><link>https://forum.iobroker.net/post/61688</link><guid isPermaLink="true">https://forum.iobroker.net/post/61688</guid><dc:creator><![CDATA[Marcolotti]]></dc:creator><pubDate>Thu, 12 Jan 2017 10:29:04 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Mon, 09 Jan 2017 15:29:58 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcolotti" aria-label="Profile: Marcolotti">@<bdi>Marcolotti</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Guten Morgen,</p>
<p dir="auto">die Log zeigt mir folgendes:</p>
<pre><code>rflink.0	2017-01-09 07:53:37.325	debug	inMem message rflink.0.* rflink.0.channels.Byron_2.CHIME_01
rflink.0	2017-01-09 07:53:37.246	debug	rflink.0 Set state "rflink.0.channels.Byron_2.CHIME_01": 1
rflink.0	2017-01-09 07:53:37.243	debug	inMem message rflink.0.* rflink.0.channels.Byron_2.SWITCH_01
rflink.0	2017-01-09 07:53:37.198	debug	inMem message rflink.0.* rflink.0.rawData
rflink.0	2017-01-09 07:53:37.177	debug	rflink.0 Set state "rflink.0.channels.Byron_2.SWITCH_01": true
rflink.0	2017-01-09 07:53:37.176	debug	rflink.0 Serial data received: 20;05;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;
</code></pre>
<p dir="auto">Wenn ich 20;05;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01; ins RawData kopiere und ausführe dann kommt:</p>
<pre><code>rflink.0	2017-01-09 08:00:09.252	debug	stateChange rflink.0.rawData {"val":"20;07;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;","ack":false,"ts":1483945209223,"q":0,"from":"system.adapter.admin.0","lc":1483945209223}
inMem	2017-01-09 08:00:09.248	debug	message rflink.0.* rflink.0.rawData val=20;07;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;, ack=false, ts=1483945209223, q=0, from=system.adapter.admin.0, lc=1483945209223
</code></pre>
<p dir="auto">klingelknopf.JPG</p>
<p dir="auto">rawData.JPG</p>
<p dir="auto">Gruß Marco `<br />
Laut rflink docu:</p>
</blockquote>
<pre><code>Packet structure - To Send data via RF:
10;Protocol Name;device address,button number;action;
</code></pre>
<p dir="auto">Sollten alle SEND Kommando mit <strong><strong>10</strong></strong> anfangen und diese Funktion ist erst in 1.0.6 implementiert (also vom git installieren)</p>
]]></description><link>https://forum.iobroker.net/post/61308</link><guid isPermaLink="true">https://forum.iobroker.net/post/61308</guid><dc:creator><![CDATA[Bluefox]]></dc:creator><pubDate>Mon, 09 Jan 2017 15:29:58 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Mon, 09 Jan 2017 06:58:50 GMT]]></title><description><![CDATA[<p dir="auto">Guten Morgen,</p>
<p dir="auto">die Log zeigt mir folgendes:</p>
<pre><code>rflink.0	2017-01-09 07:53:37.325	debug	inMem message rflink.0.* rflink.0.channels.Byron_2.CHIME_01
rflink.0	2017-01-09 07:53:37.246	debug	rflink.0 Set state "rflink.0.channels.Byron_2.CHIME_01": 1
rflink.0	2017-01-09 07:53:37.243	debug	inMem message rflink.0.* rflink.0.channels.Byron_2.SWITCH_01
rflink.0	2017-01-09 07:53:37.198	debug	inMem message rflink.0.* rflink.0.rawData
rflink.0	2017-01-09 07:53:37.177	debug	rflink.0 Set state "rflink.0.channels.Byron_2.SWITCH_01": true
rflink.0	2017-01-09 07:53:37.176	debug	rflink.0 Serial data received: 20;05;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;
</code></pre>
<p dir="auto">Wenn ich 20;05;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01; ins RawData kopiere und ausführe dann kommt:</p>
<pre><code>rflink.0	2017-01-09 08:00:09.252	debug	stateChange rflink.0.rawData {"val":"20;07;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;","ack":false,"ts":1483945209223,"q":0,"from":"system.adapter.admin.0","lc":1483945209223}
inMem	2017-01-09 08:00:09.248	debug	message rflink.0.* rflink.0.rawData val=20;07;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;, ack=false, ts=1483945209223, q=0, from=system.adapter.admin.0, lc=1483945209223
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/721_klingelknopf.jpg" alt="721_klingelknopf.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/721_rawdata.jpg" alt="721_rawdata.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Gruß Marco</p>
]]></description><link>https://forum.iobroker.net/post/61245</link><guid isPermaLink="true">https://forum.iobroker.net/post/61245</guid><dc:creator><![CDATA[Marcolotti]]></dc:creator><pubDate>Mon, 09 Jan 2017 06:58:50 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Sun, 08 Jan 2017 23:23:49 GMT]]></title><description><![CDATA[<p dir="auto">Gut. Ich werde das morgen mal ausprobieren. Möchte jetzt nicht mit den Klingelversuchen die Familie aus dem Bett holen.</p>
<p dir="auto">Danke.</p>
]]></description><link>https://forum.iobroker.net/post/61222</link><guid isPermaLink="true">https://forum.iobroker.net/post/61222</guid><dc:creator><![CDATA[Marcolotti]]></dc:creator><pubDate>Sun, 08 Jan 2017 23:23:49 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Sun, 08 Jan 2017 23:16:11 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcolotti" aria-label="Profile: Marcolotti">@<bdi>Marcolotti</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Hallo Bluefox,</p>
<p dir="auto">ja, das habe ich schon mehrfach versucht. Auch die Angaben von <a href="http://www.nemcon.nl/blog2/protref" rel="nofollow ugc">http://www.nemcon.nl/blog2/protref</a> mit dem Format: 10;BYRON;00009F;01;ON; =&gt; Byron protocol;address;chime number,command habe ich kein Erfolg.</p>
<p dir="auto">Gruß Marco `<br />
Schalte mal debug level an und versuche das gleiches Kommando zu schicken.</p>
</blockquote>
<p dir="auto">Dann geht dein Kommando nicht, aber wenn du mal Kode angeschaut hättest, dann würdest du sehen, dass auf rawData das gleiches Kommando verwendet wird:</p>
<p dir="auto"><a href="https://github.com/ioBroker/ioBroker.rflink/blob/master/main.js#L126" rel="nofollow ugc">https://github.com/ioBroker/ioBroker.rf … in.js#L126</a></p>
<p dir="auto"><a href="https://github.com/ioBroker/ioBroker.rflink/blob/master/main.js#L237" rel="nofollow ugc">https://github.com/ioBroker/ioBroker.rf ... in.js#L237</a></p>
]]></description><link>https://forum.iobroker.net/post/61221</link><guid isPermaLink="true">https://forum.iobroker.net/post/61221</guid><dc:creator><![CDATA[Bluefox]]></dc:creator><pubDate>Sun, 08 Jan 2017 23:16:11 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Sun, 08 Jan 2017 23:01:15 GMT]]></title><description><![CDATA[<p dir="auto">Hallo Bluefox,</p>
<p dir="auto">ja, das habe ich schon mehrfach versucht. Auch die Angaben von <a href="http://www.nemcon.nl/blog2/protref" rel="nofollow ugc">http://www.nemcon.nl/blog2/protref</a> mit dem Format: 10;BYRON;00009F;01;ON; =&gt; Byron protocol;address;chime number,command habe ich kein Erfolg.</p>
<p dir="auto">Gruß Marco</p>
]]></description><link>https://forum.iobroker.net/post/61220</link><guid isPermaLink="true">https://forum.iobroker.net/post/61220</guid><dc:creator><![CDATA[Marcolotti]]></dc:creator><pubDate>Sun, 08 Jan 2017 23:01:15 GMT</pubDate></item><item><title><![CDATA[Reply to RFLink - RAWDATA on Sun, 08 Jan 2017 22:32:54 GMT]]></title><description><![CDATA[<p dir="auto"><s><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcolotti" aria-label="Profile: Marcolotti">@<bdi>Marcolotti</bdi></a>:</s></p>
<blockquote>
<p dir="auto">Hallo,</p>
<p dir="auto">da scheinbar meine Frage untergegangen ist, der Versuch mal hier.</p>
<p dir="auto">wie kann ich ein RAW-Kommando absetzen?</p>
<p dir="auto">z.B. das: 20;0E;Byron;ID=0097;SWITCH=01;CMD=ON;CHIME=01;</p>
<p dir="auto">Gruß Marco `<br />
Hast du schon versucht das Kommando ins rflink.0.rawData zu schreiben?</p>
</blockquote>
]]></description><link>https://forum.iobroker.net/post/61217</link><guid isPermaLink="true">https://forum.iobroker.net/post/61217</guid><dc:creator><![CDATA[Bluefox]]></dc:creator><pubDate>Sun, 08 Jan 2017 22:32:54 GMT</pubDate></item></channel></rss>