Azure/connectthedots

Humidity Data Not be sent to StreamAnalytics Aggregates Job

Opened this issue · 0 comments

I was having difficulty rendering any humidity data, then while investigating the Aggregates.sql for the Aggregates Stream Analytics Job, I noticed that there was nothing in the query criterion to include humidity. I made these changes and they appear to be working for me.

where
measurename = 'temperature' OR measurename='Temperature' OR measurename = 'Humidity' OR measurename='humidity'

I'll open a separate issue for the unexpected, irregular average plots.

Aggregates.txt
2016-02-08