What do this 5 digits mean "#xxxx" on the browser address?
https://api.thingspeak.com/update?api_key=WRITE_API_KEY&field1=#xxxx
Since I have got a '0' value on my Write keys, so maybe it is the reason it is sending constantly '0' values to my channel.
https://api.thingspeak.com/update?api_key=WRITE_API_KEY&field1=0
If I am sending Humidity and Temperature values to different fields but same channel from a DHT_11 sensor, how can I manage to send it properly?
Field1 = Temperature
Field 2 = Hmidity
Many thanks!