@TimO
Wonderful, thank you for the answer.
I'll wait eagerly for progress!
mlava
@mlava
Best posts made by mlava
Latest posts made by mlava
-
RE: openHAB 2.0 binding
-
RE: openHAB 2.0 binding
Hi @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? -
RE: 💬 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? -
RE: 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? -
RE: 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 sketch
Hiya,
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!
-
RE: 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!