I am running Node Red on a Raspberry Pi 3+ with recently upgraded software. I have setup a
mosquitto_sub session in a terminal via:
mosquitto_sub -d -h api.emitter.io -p 8080 -t 4qvhHk6Atzk2hCkQcfi7n2GuJil9w3bs/Home/MA/Main/Sensor/Temp/
The mosquitto_sub is receiving the mqtt messages just fine.
I also have the MQTTool running on my iPhone and see the temp posted there too.
Node-Red is not receiving anything. ??
Feel free to test it out yourself, if you can. Thanks for your help.
My Node Red example flow is:
[{"id":"f1e33237.f33cc","type":"tab","label":"Basic MQTT Test","disabled":false,"info":""},{"id":"e6f61deb.70ad8","type":"mqtt in","z":"f1e33237.f33cc","name":"","topic":"4qvhHk6Atzk2hCkQcfi7n2GuJil9w3bs/Home/MA/Main/Sensor/Temp/","qos":"0","broker":"a3815803.b22de8","x":341,"y":366,"wires":[["7abdc351.a1bf3c"]]},{"id":"7abdc351.a1bf3c","type":"debug","z":"f1e33237.f33cc","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":681,"y":363,"wires":[]},{"id":"50d3b1e4.64793","type":"inject","z":"f1e33237.f33cc","name":"","topic":"4qvhHk6Atzk2hCkQcfi7n2GuJil9w3bs/Home/MA/Main/Sensor/Temp/","payload":"88.0 Deg F","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":119,"y":108,"wires":[["9d97c3a5.30b45"]]},{"id":"9d97c3a5.30b45","type":"mqtt out","z":"f1e33237.f33cc","name":"","topic":"","qos":"","retain":"","broker":"a3815803.b22de8","x":499,"y":110,"wires":[]},{"id":"a3815803.b22de8","type":"mqtt-broker","z":"","name":"Emitter","broker":"mqtt://api.emitter.io:8080","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""}]