MQTT KNX V.0.1.x/en: различия между версиями

(Новая страница: «To send an individual telegram to KNX, you must send:»)
(Новая страница: «All messages from the KNX bus will be delivered to the MQTT topic /devices/knx/controls/data in the form:»)
Строка 58: Строка 58:
<pre>mosquitto_pub -t '/devices/knx/controls/data/on' -m "i:${SrcAddr}:${DstAddr} ${APCI} ${Data}"</pre>
<pre>mosquitto_pub -t '/devices/knx/controls/data/on' -m "i:${SrcAddr}:${DstAddr} ${APCI} ${Data}"</pre>


Все сообщения из KNX будут доставлены в MQTT топик /devices/knx/controls/data в виде:
All messages from the KNX bus will be delivered to the MQTT topic /devices/knx/controls/data in the form:


<pre>i:${SrcAddr} [i,g]:${DstAddr} ${APCI} ${Data}</pre>
<pre>i:${SrcAddr} [i,g]:${DstAddr} ${APCI} ${Data}</pre>