Hi,

As far as I can tell my Nest plugin is working okay, but while troubleshooting an unrelated issue I saw I am getting a constant stream of entries from it in the logfile. Below is an example:

8/5/2015 4:44:25 AM: Nest: Nest Data: data: null

8/5/2015 4:44:55 AM: Nest: Nest Data: data: null

8/5/2015 4:45:25 AM: Nest: Nest Data: data: null

8/5/2015 4:45:55 AM: Nest: Nest Data: data: null

8/5/2015 4:46:25 AM: Nest: Nest Data: data: null

8/5/2015 4:46:55 AM: Nest: Nest Data: data: null

8/5/2015 4:47:25 AM: Nest: Nest Data: data: null

8/5/2015 4:47:55 AM: Nest: Nest Data: data: null

8/5/2015 4:48:25 AM: Nest: Nest Data: data: null

8/5/2015 4:48:55 AM: Nest: Nest Data: data: null

8/5/2015 4:49:25 AM: Nest: Nest Data: data: null

8/5/2015 4:49:55 AM: Nest: Nest Data: data: null

8/5/2015 4:50:25 AM: Nest: Nest Data: data: null

8/5/2015 4:50:55 AM: Nest: Nest Data: data: null

8/5/2015 4:51:25 AM: Nest: Nest Data: data: null

8/5/2015 4:51:55 AM: Nest: Nest Data: data: null

8/5/2015 4:52:25 AM: Nest: Nest Data: data: null

8/5/2015 4:52:29 AM: Nest: Nest Data: data: [redacted]
8/5/2015 4:52:29 AM: Nest: updateDevice: Device changed Bedroom
8/5/2015 4:52:29 AM: Nest: updateDevice: Device changed Dining Room
8/5/2015 4:52:29 AM: Nest: Error parsing NestProtect - System.ArgumentNullException
Value cannot be null.
Parameter name: source

at Newtonsoft.Json.Linq.Extensions.Value[T,U](IEnumerable1 value)<br> at Newtonsoft.Json.Linq.Extensions.Value[U](IEnumerable1 value)
at InControl.Nest.NestController.b5()
8/5/2015 4:52:29 AM: Nest: Processing home structure.
8/5/2015 4:52:29 AM: Nest: updateDevice: Device changed [redacted]
8/5/2015 4:52:30 AM: Nest: Nest Data: data: [redacted]
8/5/2015 4:52:30 AM: Nest: updateDevice: Device changed Bedroom
8/5/2015 4:52:30 AM: Nest: updateDevice: Device changed Dining Room
8/5/2015 4:52:30 AM: Nest: Error parsing NestProtect - System.ArgumentNullException
Value cannot be null.
Parameter name: source

at Newtonsoft.Json.Linq.Extensions.Value[T,U](IEnumerable1 value)<br> at Newtonsoft.Json.Linq.Extensions.Value[U](IEnumerable1 value)
at InControl.Nest.NestController.b
5()
8/5/2015 4:52:30 AM: Nest: Processing home structure.

Do these indicate a problem, or is this expected behavior?

Thanks in advance