I have read everything. I can post messages and see that in my node-red mqtt-in node. I see all of my RF433 devices (sonoff gateway) but not my zigbee2mqqt gateway. the program mqqt.fx offers me two subscribers (config & state) fir zigbee2mqtt, but it is not monitoring when I activate/sends date to devices with zigbee. someone happens to know why
thanks for the tip! I have installed the mqqt Explorer. the same thing happens with mqtt.fx. I can see the topics on "tamotarf433", but the zigbee2mqqt cannot. it says offline.
if I send a zigbee command, it doesn't change.. its stay 2 messages. the command execute well. sample: i send via zigbee remote a command to zigbee light (bulb). Bulb turn on.
If you do not modify the friendly name manually, the friendly name is the same as the 0x number.
You have permit_join: true, which is correct for allowing new devices. Later you could set this to false to prevent unauthorised pairings. But first of all, pair your Zigbee devices. Just bring them close to the Zigbee stick and press a pair button or switch on/off the bulb several times. Ikea bulbs need to switched of and on 4-5 times, then they will be paired.
After being paired, you can use a MQTT in node with zigbee2mqtt/0x12345678 and check via debug node, which settings you get.
And use MQTT out node with zigbee2mqtt/0x12345678/set to change settings.
Sorry for the delay.
I do not have the zigbee node installed because of problems together with my enocean node, but I can see the zigbee2mqtt/bridge/config via MQTT:
So no requirement to use the zigbee node, tough it is easier to maintain the devices and does not harm your config.
Your example of the debug node is not clear to me. Which devices is that?
I seems like you could change On or Off with sending a 0 or 1 to msg.payload.onOff to that device.
i wrote with the developers from the zigbee nodes. he said that communication is node-red internal and not via mqtt. therefore no entries appear in mqtt exlorer.