Hallo all
First of all, thank you for all the help you give me.
i would like to use an "inject node" connected to an "mqtt out" to pull a "payload.illuminance_lux" value so it comes out of an "mqtt in node"
is it possible and how do you set it up?
[{"id":"8fac63a5a17dd303","type":"mqtt in","z":"fb88cea7421b6512","name":"","topic":"zigbee2mqtt/Sensor/illuminance_lux","qos":"2","datatype":"auto-detect","broker":"711011c119463c3b","nl":false,"rap":true,"rh":0,"inputs":0,"x":1020,"y":2260,"wires":[["93e8b16157eac356"]]},{"id":"dcb90c9a4f690539","type":"mqtt out","z":"fb88cea7421b6512","name":"","topic":"zigbee2mqtt/Sensor/illuminance_lux","qos":"","retain":"","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"711011c119463c3b","x":1230,"y":2200,"wires":[]},{"id":"93e8b16157eac356","type":"debug","z":"fb88cea7421b6512","name":"debug 14","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1300,"y":2260,"wires":[]},{"id":"333f5e04585b7f21","type":"inject","z":"fb88cea7421b6512","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":940,"y":2200,"wires":[["dcb90c9a4f690539"]]},{"id":"711011c119463c3b","type":"mqtt-broker","name":"MQTT Broker","broker":"192.168.1.106","port":"1883","clientid":"","autoConnect":true,"usetls":false,"protocolVersion":"4","keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"userProps":"","sessionExpiry":""}]