Hello.
I’m using a NodeMCU board connected to a DHT22 sensor. I created a blank application and added a standalone device with attributes for humidity, tempF, tempC, heatIndexF and heatIndexC. I generate the keys and added them to my code in Arduino IDE. The device connects successfully to Losant as shown by the device log and prompted by the serial monitor in Arduino. However, the device log does not receive a payload with the temperature, humidity and heat index.
The sensor is working because I can see the data in the serial monitor and I know it’s not a problem with the code because it works for other people.
I attached screenshots of the serial monitor and the device log.
I would appreciate any help you can provide.