Azure-Samples / iot-hub-c-thingdev-getstartedkit

Get started with The Sparkfun Thingdev Azure IoT Starter Kit
MIT License
12 stars 15 forks source link

ESP8266 send messages can't be display on remote monitoring dashboard #32

Open luyaok opened 6 years ago

luyaok commented 6 years ago

I followed this tutorial: Running a Simple Remote Monitoring Solution with the SparkFun ESP8266 Thing Dev Kit The device sends messages successfully to cloud and I can see these message from azure iot hub explorer:

==== From: 'Huzzah_w_DHT22' at '2018-03-13T07:55:32.872Z' ==== { "DeviceId": "Huzzah_w_DHT22", "Temperature": 25, "Humidity": 50, "ExternalTemperature": 57 } ---- application properties ---- {}

However, on Remote Monitoring dashboard, there is no telemetry.

image

There is a same issue on MSDN.

arvindvanam commented 6 years ago

Anyone looking into the issue or am I the only one hit with this issue?