espressif / esp-insights

ESP Insights: A remote diagnostics/observability framework for connected devices
Apache License 2.0
101 stars 27 forks source link

No data in dashboard #3

Closed miroslavpetrov closed 3 years ago

miroslavpetrov commented 3 years ago

I am trying to use esp insights together with esp rainmaker but no data is shown in the dashboard. I have enabled all options in the sdkconfig, I have uploaded the .zip archive with the firmware to the dashboard. In the serial output of the esp I can see that data is being transferred to the esp insights. I (1020998) esp_insights: MQTT Published. Msg id: 12308. I (1021198) esp_insights: MQTT Published. Msg id: 5031. I (1021208) esp_insights: MQTT Published. Msg id: 63640.

I (902908) esp_insights: MQTT Published. Msg id: 1330. I (903038) esp_insights: MQTT Published. Msg id: 5125. I (903038) esp_insights: MQTT Published. Msg id: 33022. I (905708) esp_insights: Sending data of length 1535 to the MQTT Insights topic:

Screenshot 2021-08-26 at 12 56 06
adwait-esp commented 3 years ago

Some version mismatch between 2 components seems to have introduced a regression. We have fixed this on high priority and has been released to production.

@miroslavpetrov can you please check now?

miroslavpetrov commented 3 years ago

@adwait-esp Now it is working again as expected!