On 28 May 2025, at 22:27, Ulf Holt <ulf....@gmail.com> wrote:
I have just set up some zigbee devices using Node-Red and local MQTT server. This works fine, but I would love to be able to use HiveMQ instead, so I can access my devices wherever they are.
The configuration I would like to try looks like this:<Setup.png>
It works fine if I use localhost:1883I will, of course, have to change the server name. which is a simple task, but I think I will also need a tls-config file, and I have no idea how this should be done. I am using Tasmota for my ESP32 and ESP8266 devices, and TLS works fine, so maybe I can find something in the my_user_config.h file?Any help would be appreciatedBest regardsUlf H.
--
You received this message because you are subscribed to the Google Groups "TasmotaUsers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonoffusers...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/sonoffusers/5faae382-dbbc-46b4-b780-7307d9f526f4n%40googlegroups.com.
<Setup.png>
28. mai 2025 kl. 23:54 skrev Justin Adie <justi...@adieandco.com>:
Would you be interested in making the zigbee devices matter compatible and having access to them via Alexa/Google etc? Using node-red flows.
Interesting!
I am running on a Raspberry Pi 3 using latest version of bookworm.
Have just tried to bridge to hivemq, following your instructions. No error messages, but how can I check if it is working? I have tried to connect a mqtt-in node to the hiveMQ cluster, using # as the topic, but cannot see anything from the climate-sensor nodes which reports to my local mosquito broker, though I can se they are reporting using debug nodes connected to the climate-sensor nodes.
Looks like I might have found a solution that so far seems to work.
I configure a mqtt-out node, and connect it to the my HiveMQ cluster.
I set the topic to one of the object entries that comes from the
Climate-sensor nodes I have. I then log in to another system which is not using the local Mosquitto broker. When I set up mqtt-in node and connect it to HiveMQ, I can see the information that is sent from the other system. I do not have to configure a mqtt-bridge.
I will do some more testing, but so far it looks promising.
Best regards
Ulf
New update.
If I use a zigbe2mqtt Bridge instead, I will also get information about which device that is sending the information. Only problem is that the bridge is switching Offline every second minute or so and then is switched on after about 20 seconds.
Fra: Justin Adie <justi...@adieandco.com>
Sendt: 29 May 2025 20:04
Til: Ulf Holt <ulf....@gmail.com>
Kopi: SonoffUsers <sonof...@googlegroups.com>
Emne: Re: Using external MQTT Broker with Zigbee2mqtt
That is a bridge but you’re using a client to create the bridge rather than getting the server to do it for you efficiently. If it works for you that’s great.