@TimO
Wonderful, thank you for the answer.
I'll wait eagerly for progress! 😀
mlava
Posts
-
openHAB 2.0 binding -
openHAB 2.0 bindingHi @TimO
I am having trouble but think I might be doing it wrong.
Is it possible to use this binding with a MQTT gateway?
I see that it needs to find the gateway on port 5003 but this isn't defined in MQTT gateway.
Is it possible? -
💬 Building a MQTT Gateway@Gabor-Bognar I also need to be able to do this.
Is there a solution to have a port 1883 for MQTT and port 5003 for telnet? -
LE33ACZ problems@Aloha
I am having the same issue. If I disconnect the regulator I get a radio error. With it connected, nothing appears in serial monitor at all.
Did you ever figure it out? -
Noob question re MQTT gateway sketch@ahhk said:
mqtt-client-gateway
Thanks
Have installed the mqtt-client-gateway and works well, thanks a lot! -
Noob question re MQTT gateway sketchHiya,
Apologies in advance if this is answered alsewhere, or if this topic belongs in another section.
I have the ethernet gateway built and sketch uploaded. I now want to upload the MQTT Gateway sketch.
With regards to config in sketch:#define TCP_PORT 1883 // Set your MQTT Broker Listening port.
IPAddress TCP_IP ( 192, 168, 1, 148 ); // Configure your static ip-address here
byte TCP_MAC[] = { 0x02, 0xDE, 0xAD, 0x00, 0x00, 0x42 }; // Mac-address - You should change this! see note *2 above!Is the IP address my MySensors ethernet gateway or my MQTT broker's IP.
Same question for MAC address.Thanks in advance!
-
MQTT Client gateway@ahhk
Hello all, first post here and a bit new to the mysensors field.
I also want to know the answer as to whether this will run on the ESP8266 as hope to run a wifi gateway.
Thanks in advance! :)