Hello there, so i made a huge step forward i think! Raspberri Pi with the current version of openhabian and mqtt is up and running. Mysensors Ethernet MQTT Gateway is also working Just flashed the DHT11 example on my Arduino Pro mini. What is the next step to show the temperature and humidity in openHAB? The manual is just confusing ;( EDIT 13.08.2017 16:20 IP of my Arduino MQTT Gatewas is 192.168.178.28 IP Openhabian Raspberry3 is 192.168.178.27 Thus is used "sudo nano /etc/openhab2/services/mqtt.cfg" to change "broker.url=tcp://192.168.178.27:1883" Or is my arduino the Broker? EDIT 13.08.2017 22:12 OK MQTT was succesfully linked on my Raspberry I can toggle a switch item in openHAB sending MQTT Commands from my PC using MQTTFX Next Step would be Linking MQTT Packages from mysensors MQTT Gateway to openHAB Items EDIT 14.08.2017 21:30 HORAY! OpenHAB is showing temperature and humidity! SO HAPPY Thank you! LOG of my Mysersors MQTT Ethernet Gateway: 0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1 0;255;3;0;9;TSM:INIT 0;255;3;0;9;TSF:WUR:MS=0 0;255;3;0;9;TSM:INIT:TSP OK 0;255;3;0;9;TSM:INIT:GW MODE 0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0 0;255;3;0;9;MCO:REG:NOT NEEDED IP: 192.168.178.28 0;255;3;0;9;MCO:BGN:STP 0;255;3;0;9;MCO:BGN:INIT OK,TSP=1 IP: 192.168.178.28 0;2/18 ;0;9;Attempting MQTT connection... 0;255;3;0;9;MQTT connected 0;255;3;0;9;Sending message on topic: mygateway1-out/0/255/0/0/18 0;255F:PNG:SEND,TO=0 0;255;3;0;9;TSF:CKU:OK 0;255;3,l=0,sg=0: 0;255;3K ;9;TSF:MSG:BC 0;255;3;0;9;TSF:MSG:FPAR REQ,ID=2 0;255;3;0;9;TSF:PNG:SEND,TO=0 0;255;3;0;9;TSF:CKU:OK 0;255;3;0;9;TSF:MSG:GWL OK 0;255;3;0;9;TSF:MSG:SEND,0-0-2-2,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0 0;255;3;0;9;TSF:MSG:READ,2-2-0,s=2t=0,st=OK:1 pt=1,l=1,sg=0:1 0;255;3;0;9;TSF:MSG:PINGED,ID=2,HP=1 0,sg=0:0100 0;255;3;0;9;TSF:MSG:SEND,0-0-2-2,s=255,c,l=1,sg=0,ft=l=2,sg=0,ft=0,st=OK:0100 0;255;3;0;9;TSF:MSG:READ,2-2-0,s=255,c=0,t=17,pt=0,l=5,sg=0:2.1.1 0;255;3;0;9;Sening message on topic: mygateway1-out/2/255/0/0/17 0;255;3;0;9;TSF:MSG:READ,2-2-0,s=255,c=3,t=6,pt=1,l=1,sg=0:0 0;255;3;0;9;Sending message on topic: mygateway1-out/2/255/3/0/6 7 0;255;3;0;9;TSF:MSG:READ,2-2-0,s=255,c=3,t=6,pt=1,l=1,sg=0:0 0;255;3;0;9;Sending message on topic: mygateway1-out/2/255/3/0/6 0;255;3;0;9;TSF:MSG:READ,2-2-0,s=255,c=3,t=11,pt=0,l=22,sg=0:TemperatureAndHumidity 0;25555;3;0;9;Sending message onopic: mygateway1-out/2/255/3/0/11 0;2;255;3;0;9;TSF:MSG:READ,2-2-0,s=0,c=0,t=7,pt=0,l=0,sg=0: 0;255;3;0;9g message on tge on topic: mygateway1-out/2/0/0/0/7 0;255;3;0;9;:READ,2-2-0,s=255,c=3,t=26,pt=1,l=0,l=0,:2 0;255;3;0;9;TSF:MSG:SEND,0-0-2-2,s=255,c=3,t=27,pt=1,l=1,sg=0,ft=0,st=OK:1 ;9;TSF:MSG:READ,2-2-0,s=255,c=3,t=26,pt=1,l=1,sg=0:2 0;255;3;0;9;TSF:MSG:SEND,0-0-2-2,s=255,c=3,t=27,pt=1,l=1,sg=0,ft=0,st=OK:1 ;9;TSF:MSG:READ,2-2-0,s=255,c=3,t=26,pt=1,l=1,sg=0:2 0;255;3;0;9;TSF:MSG:SEND,0-0-2-2,s=255,c=3,t=27,pt=1,l=1,sg=0,ft=0,st=OK:1 0;255;3;0;9;TSF:MSG:READ,20,s=0,c=1,t=1,pt=7,l=5,sg=0g=0:26.0 0;255;3;0;9;Sending message topic: mygateway1-out/2/0/1/0/1 /0 0;255;3;0;9;TSF:MSG:READ,2-2-0,s=0,c=1,t=1,pt=7,l=5,sg=0:63.0 0;255;3;0;9;Sending message on topic: mygateway1-out/2/0/1/0/1 Mosquiti shows following on the raspberry: [16:19:05] openhabian@openHABianPi:~$ mosquitto_sub -v -t 'mygateway1-out/#' mygateway1-out/2/0/1/0/1 60.0 mygateway1-out/2/1/1/0/0 24.0 mygateway1-out/2/0/1/0/1 62.0 mygateway1-out/2/1/1/0/0 25.0