Azure/connectthedots

Alerts in ConnectTheDotsIot

lukazorc opened this issue · 3 comments

Hi, I tried the ConnectTheDotsIot example on Raspberry Pi 2 and it worked fine. But if I add alerts in the message send to Event Hubs the web site doesn't show neither the graph nor the alerts.
If before the message with the alerts I send some message without alerts, then the web site work fine, it shows the graph and the alerts.
If the first message that I send is with alerts then the ConnectTheDotsWebSite throws an exception (System.ArgumentOutOfRangeException) in the WebSocketEventProcessor.cs file on line 127 because SortedDataBuffer is Count=0.

Is this normal or I'am doing something wrong?

The way I add the alerts in MainPage.cs is this:

ctdHelper = new ConnectTheDotsHelper(serviceBusNamespace: "xxx",
eventHubName: "ehdevices",
keyName: "xxx",
key: "xxx",
displayName: "xxx",
organization: "xxx",
location: "xxx",
alerttype: "xxx", //if I comment this in all the code work fine...
message: "xxx", //the message of the alarm
sensorList: sensors);

Hello, thanks for detailed feedback.
I pushed fix to master. Please let me know if it would not work for you.

It works! Thank you!

Thanks!

Sent from my Windows Phone


From: Dinar Gainitdinovmailto:notifications@github.com
Sent: ‎8/‎20/‎2015 2:37 AM
To: MSOpenTech/connectthedotsmailto:connectthedots@noreply.github.com
Subject: Re: [connectthedots] Alerts in ConnectTheDotsIot (#211)

Closed #211#211.


Reply to this email directly or view it on GitHubhttps://github.com//issues/211#event-387446010.