Closed rishaldyprisly closed 5 years ago
Did you modify the ESP32 code? The "e" is the SenML object (JSON) message which the ESP32 is sending. Try starting Mosquitto in verbose debug mode to see if you receive valid data:
mosquitto -v -c mosquitto.conf
` 25 | if(msg !== null) {
Thankyou for created this great project, i need some help in here.