cosmic-pi-deprecated / cosmicpi-rpi_V1.5

Our web interface and data collection software for Raspberry Pi
Other
4 stars 5 forks source link

Histogram rendering #11

Closed pingud98 closed 6 years ago

pingud98 commented 6 years ago

It takes a long time to load the page as the histogram is rendered on command; Can we cache a histogram and display it? This should improve page load times and reduce CPU load when multiple people log on to the page at the same time. We could cache it + move when ready, so that the image is always valid. There's a risk of displaying partially rendered images as part of this solution.

heborras commented 6 years ago

Yeah, this was somewhere in the back of my mind as well. I'll check what the best way to do it would be. So far, I would guess rendering periodically to a static path on the webserver would be fine. About seeing partially rendered images: I'm not too sure how likely this is going to be. Sure it's bound to happen, but maybe very unlikely.

heborras commented 6 years ago

Okay, this should work a lot faster now. @pingud98 could you give the latest commit 01ded9c a try? So far I have not seen any partial rendered images.

pingud98 commented 6 years ago

Not working? :( Here's the syslog from the unit. Web page shows a broken link for the image.

Mar 21 23:00:31 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:32 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:32 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:32 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:32 cosmicpi python[268]: 2018-03-21 23:00:32,322 - INFO - Sleeping for: 1 [s] Mar 21 23:00:32 cosmicpi python[255]: 2018-03-21 23:00:32,592 - INFO - Submitting event, with unix timestamp: 1521673820.0 Mar 21 23:00:32 cosmicpi python[255]: 2018-03-21 23:00:32,698 - INFO - Submitting event, with unix timestamp: 1521673820.0 Mar 21 23:00:33 cosmicpi python[268]: 2018-03-21 23:00:33,348 - INFO - Searched for events since: 1521673817; Found the following number of new events: 2 Mar 21 23:00:33 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:33 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:33 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:33 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:33 cosmicpi python[268]: 2018-03-21 23:00:33,502 - INFO - Sleeping for: 4 [s] Mar 21 23:00:33 cosmicpi python[255]: 2018-03-21 23:00:33,552 - INFO - Submitting event, with unix timestamp: 1521673821.0 Mar 21 23:00:34 cosmicpi python[255]: 2018-03-21 23:00:34,551 - INFO - Submitting event, with unix timestamp: 1521673822.0 Mar 21 23:00:36 cosmicpi python[255]: 2018-03-21 23:00:36,551 - INFO - Submitting event, with unix timestamp: 1521673824.0 Mar 21 23:00:36 cosmicpi python[255]: 2018-03-21 23:00:36,619 - INFO - Submitting event, with unix timestamp: 1521673824.0 Mar 21 23:00:37 cosmicpi python[268]: 2018-03-21 23:00:37,538 - INFO - Searched for events since: 1521673820; Found the following number of new events: 4 Mar 21 23:00:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:37 cosmicpi python[268]: 2018-03-21 23:00:37,919 - INFO - Sleeping for: 3 [s] Mar 21 23:00:38 cosmicpi python[255]: 2018-03-21 23:00:38,552 - INFO - Submitting event, with unix timestamp: 1521673826.0 Mar 21 23:00:39 cosmicpi python[255]: 2018-03-21 23:00:39,558 - INFO - Submitting event, with unix timestamp: 1521673827.0 Mar 21 23:00:40 cosmicpi python[255]: 2018-03-21 23:00:40,552 - INFO - Submitting event, with unix timestamp: 1521673828.0 Mar 21 23:00:40 cosmicpi python[255]: 2018-03-21 23:00:40,621 - INFO - Submitting event, with unix timestamp: 1521673828.0 Mar 21 23:00:40 cosmicpi python[268]: 2018-03-21 23:00:40,971 - INFO - Searched for events since: 1521673824; Found the following number of new events: 4 Mar 21 23:00:41 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:41 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:41 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:41 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:41 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:41 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:41 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:41 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:41 cosmicpi python[268]: 2018-03-21 23:00:41,367 - INFO - Sleeping for: 1 [s] Mar 21 23:00:41 cosmicpi python[255]: 2018-03-21 23:00:41,552 - INFO - Submitting event, with unix timestamp: 1521673829.0 Mar 21 23:00:42 cosmicpi python[268]: 2018-03-21 23:00:42,405 - INFO - Searched for events since: 1521673828; Found the following number of new events: 1 Mar 21 23:00:42 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:42 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:42 cosmicpi python[268]: 2018-03-21 23:00:42,503 - INFO - Sleeping for: 1 [s] Mar 21 23:00:42 cosmicpi python[255]: 2018-03-21 23:00:42,552 - INFO - Submitting event, with unix timestamp: 1521673830.0 Mar 21 23:00:43 cosmicpi python[268]: 2018-03-21 23:00:43,557 - INFO - Searched for events since: 1521673829; Found the following number of new events: 1 Mar 21 23:00:43 cosmicpi python[255]: 2018-03-21 23:00:43,593 - INFO - Submitting event, with unix timestamp: 1521673831.0 Mar 21 23:00:43 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:43 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:43 cosmicpi python[268]: 2018-03-21 23:00:43,688 - INFO - Sleeping for: 1 [s] Mar 21 23:00:44 cosmicpi python[255]: 2018-03-21 23:00:44,558 - INFO - Submitting event, with unix timestamp: 1521673832.0 Mar 21 23:00:44 cosmicpi python[255]: 2018-03-21 23:00:44,643 - INFO - Submitting event, with unix timestamp: 1521673832.0 Mar 21 23:00:44 cosmicpi python[268]: 2018-03-21 23:00:44,724 - INFO - Searched for events since: 1521673830; Found the following number of new events: 3 Mar 21 23:00:44 cosmicpi python[255]: 2018-03-21 23:00:44,752 - INFO - Submitting event, with unix timestamp: 1521673832.0 Mar 21 23:00:44 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:44 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:44 cosmicpi python[255]: 2018-03-21 23:00:44,868 - INFO - Submitting event, with unix timestamp: 1521673832.0 Mar 21 23:00:44 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:45 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:45 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:45 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:45 cosmicpi python[268]: 2018-03-21 23:00:45,170 - INFO - Sleeping for: 3 [s] Mar 21 23:00:47 cosmicpi python[255]: 2018-03-21 23:00:47,561 - INFO - Submitting event, with unix timestamp: 1521673836.0 Mar 21 23:00:47 cosmicpi python[255]: 2018-03-21 23:00:47,632 - INFO - Submitting event, with unix timestamp: 1521673836.0 Mar 21 23:00:47 cosmicpi python[255]: 2018-03-21 23:00:47,704 - INFO - Submitting event, with unix timestamp: 1521673836.0 Mar 21 23:00:48 cosmicpi python[268]: 2018-03-21 23:00:48,200 - INFO - Searched for events since: 1521673832; Found the following number of new events: 3 Mar 21 23:00:48 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:48 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:48 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:48 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:48 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:48 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:48 cosmicpi python[268]: 2018-03-21 23:00:48,434 - INFO - Sleeping for: 2 [s] Mar 21 23:00:49 cosmicpi python[255]: 2018-03-21 23:00:49,558 - INFO - Submitting event, with unix timestamp: 1521673837.0 Mar 21 23:00:49 cosmicpi python[255]: 2018-03-21 23:00:49,630 - INFO - Submitting event, with unix timestamp: 1521673837.0 Mar 21 23:00:50 cosmicpi python[268]: 2018-03-21 23:00:50,463 - INFO - Searched for events since: 1521673836; Found the following number of new events: 2 Mar 21 23:00:50 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:50 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:50 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:50 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:50 cosmicpi python[268]: 2018-03-21 23:00:50,648 - INFO - Sleeping for: 4 [s] Mar 21 23:00:51 cosmicpi python[255]: 2018-03-21 23:00:51,557 - INFO - Submitting event, with unix timestamp: 1521673839.0 Mar 21 23:00:52 cosmicpi python[255]: 2018-03-21 23:00:52,551 - INFO - Submitting event, with unix timestamp: 1521673840.0 Mar 21 23:00:53 cosmicpi python[255]: 2018-03-21 23:00:53,552 - INFO - Submitting event, with unix timestamp: 1521673841.0 Mar 21 23:00:53 cosmicpi python[255]: 2018-03-21 23:00:53,619 - INFO - Submitting event, with unix timestamp: 1521673841.0 Mar 21 23:00:54 cosmicpi python[255]: 2018-03-21 23:00:54,551 - INFO - Submitting event, with unix timestamp: 1521673842.0 Mar 21 23:00:54 cosmicpi python[255]: 2018-03-21 23:00:54,628 - INFO - Submitting event, with unix timestamp: 1521673842.0 Mar 21 23:00:54 cosmicpi python[268]: 2018-03-21 23:00:54,698 - INFO - Searched for events since: 1521673837; Found the following number of new events: 6 Mar 21 23:00:54 cosmicpi python[255]: 2018-03-21 23:00:54,731 - INFO - Submitting event, with unix timestamp: 1521673842.0 Mar 21 23:00:54 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:54 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:54 cosmicpi hostapd: wlan0: STA 7c:b0:c2:8f:9a:35 IEEE 802.11: disassociated Mar 21 23:00:54 cosmicpi hostapd: wlan0: STA 7c:b0:c2:8f:9a:35 IEEE 802.11: disassociated Mar 21 23:00:54 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:55 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:55 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:55 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:55 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:55 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:55 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:55 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:55 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:55 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:55 cosmicpi python[268]: 2018-03-21 23:00:55,428 - INFO - Sleeping for: 1 [s] Mar 21 23:00:55 cosmicpi python[255]: 2018-03-21 23:00:55,552 - INFO - Submitting event, with unix timestamp: 1521673843.0 Mar 21 23:00:56 cosmicpi python[268]: 2018-03-21 23:00:56,456 - INFO - Searched for events since: 1521673842; Found the following number of new events: 1 Mar 21 23:00:56 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:00:56 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:00:56 cosmicpi python[268]: 2018-03-21 23:00:56,575 - INFO - Sleeping for: 4 [s] Mar 21 23:00:56 cosmicpi python[255]: 2018-03-21 23:00:56,587 - INFO - Submitting event, with unix timestamp: 1521673844.0 Mar 21 23:00:57 cosmicpi python[255]: 2018-03-21 23:00:57,558 - INFO - Submitting event, with unix timestamp: 1521673845.0 Mar 21 23:00:58 cosmicpi python[255]: 2018-03-21 23:00:58,552 - INFO - Submitting event, with unix timestamp: 1521673846.0 Mar 21 23:01:00 cosmicpi python[255]: 2018-03-21 23:01:00,552 - INFO - Submitting event, with unix timestamp: 1521673848.0 Mar 21 23:01:00 cosmicpi python[268]: 2018-03-21 23:01:00,638 - INFO - Searched for events since: 1521673843; Found the following number of new events: 4 Mar 21 23:01:00 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:00 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:00 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:00 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:00 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:00 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:01 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:01 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:01 cosmicpi python[268]: 2018-03-21 23:01:01,133 - INFO - Sleeping for: 4 [s] Mar 21 23:01:01 cosmicpi python[255]: 2018-03-21 23:01:01,552 - INFO - Submitting event, with unix timestamp: 1521673849.0 Mar 21 23:01:02 cosmicpi python[255]: 2018-03-21 23:01:02,558 - INFO - Submitting event, with unix timestamp: 1521673850.0 Mar 21 23:01:04 cosmicpi python[255]: 2018-03-21 23:01:04,552 - INFO - Submitting event, with unix timestamp: 1521673852.0 Mar 21 23:01:04 cosmicpi python[255]: 2018-03-21 23:01:04,623 - INFO - Submitting event, with unix timestamp: 1521673852.0 Mar 21 23:01:04 cosmicpi python[255]: 2018-03-21 23:01:04,694 - INFO - Submitting event, with unix timestamp: 1521673852.0 Mar 21 23:01:05 cosmicpi python[268]: 2018-03-21 23:01:05,170 - INFO - Searched for events since: 1521673848; Found the following number of new events: 5 Mar 21 23:01:05 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:05 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:05 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:05 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:05 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:05 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:05 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:05 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:05 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:05 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:05 cosmicpi python[268]: 2018-03-21 23:01:05,563 - INFO - Sleeping for: 2 [s] Mar 21 23:01:06 cosmicpi python[255]: 2018-03-21 23:01:06,558 - INFO - Submitting event, with unix timestamp: 1521673854.0 Mar 21 23:01:06 cosmicpi python[255]: 2018-03-21 23:01:06,631 - INFO - Submitting event, with unix timestamp: 1521673854.0 Mar 21 23:01:07 cosmicpi python[268]: 2018-03-21 23:01:07,592 - INFO - Searched for events since: 1521673852; Found the following number of new events: 2 Mar 21 23:01:07 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:07 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:07 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:07 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:07 cosmicpi python[268]: 2018-03-21 23:01:07,751 - INFO - Sleeping for: 2 [s] Mar 21 23:01:08 cosmicpi python[255]: 2018-03-21 23:01:08,598 - INFO - Submitting event, with unix timestamp: 1521673856.0 Mar 21 23:01:09 cosmicpi python[268]: 2018-03-21 23:01:09,787 - INFO - Searched for events since: 1521673854; Found the following number of new events: 1 Mar 21 23:01:09 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:09 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:09 cosmicpi python[268]: 2018-03-21 23:01:09,934 - INFO - Sleeping for: 4 [s] Mar 21 23:01:10 cosmicpi python[255]: 2018-03-21 23:01:10,556 - INFO - Submitting event, with unix timestamp: 1521673858.0 Mar 21 23:01:11 cosmicpi python[255]: 2018-03-21 23:01:11,551 - INFO - Submitting event, with unix timestamp: 1521673859.0 Mar 21 23:01:12 cosmicpi python[255]: 2018-03-21 23:01:12,552 - INFO - Submitting event, with unix timestamp: 1521673860.0 Mar 21 23:01:13 cosmicpi python[255]: 2018-03-21 23:01:13,552 - INFO - Submitting event, with unix timestamp: 1521673861.0 Mar 21 23:01:13 cosmicpi python[268]: 2018-03-21 23:01:13,989 - INFO - Searched for events since: 1521673856; Found the following number of new events: 4 Mar 21 23:01:14 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:14 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:14 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:14 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:14 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:14 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:14 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:14 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:14 cosmicpi python[268]: 2018-03-21 23:01:14,366 - INFO - Sleeping for: 2 [s] Mar 21 23:01:16 cosmicpi python[268]: 2018-03-21 23:01:16,390 - INFO - Searched for events since: 1521673861; Found the following number of new events: 0 Mar 21 23:01:16 cosmicpi python[268]: 2018-03-21 23:01:16,397 - INFO - Sleeping for: 3 [s] Mar 21 23:01:17 cosmicpi python[255]: 2018-03-21 23:01:17,552 - INFO - Submitting event, with unix timestamp: 1521673865.0 Mar 21 23:01:18 cosmicpi python[255]: 2018-03-21 23:01:18,552 - INFO - Submitting event, with unix timestamp: 1521673866.0 Mar 21 23:01:19 cosmicpi python[268]: 2018-03-21 23:01:19,421 - INFO - Searched for events since: 1521673861; Found the following number of new events: 2 Mar 21 23:01:19 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:19 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:19 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:19 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:19 cosmicpi python[268]: 2018-03-21 23:01:19,590 - INFO - Sleeping for: 3 [s] Mar 21 23:01:22 cosmicpi python[255]: 2018-03-21 23:01:22,552 - INFO - Submitting event, with unix timestamp: 1521673870.0 Mar 21 23:01:22 cosmicpi python[268]: 2018-03-21 23:01:22,626 - INFO - Searched for events since: 1521673866; Found the following number of new events: 1 Mar 21 23:01:22 cosmicpi python[255]: 2018-03-21 23:01:22,647 - INFO - Submitting event, with unix timestamp: 1521673870.0 Mar 21 23:01:22 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:22 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:22 cosmicpi python[268]: 2018-03-21 23:01:22,756 - INFO - Sleeping for: 4 [s] Mar 21 23:01:23 cosmicpi python[255]: 2018-03-21 23:01:23,557 - INFO - Submitting event, with unix timestamp: 1521673871.0 Mar 21 23:01:25 cosmicpi python[255]: 2018-03-21 23:01:25,552 - INFO - Submitting event, with unix timestamp: 1521673873.0 Mar 21 23:01:26 cosmicpi python[268]: 2018-03-21 23:01:26,804 - INFO - Searched for events since: 1521673870; Found the following number of new events: 2 Mar 21 23:01:26 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:26 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:27 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:27 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:27 cosmicpi python[268]: 2018-03-21 23:01:27,121 - INFO - Sleeping for: 4 [s] Mar 21 23:01:29 cosmicpi python[255]: 2018-03-21 23:01:29,552 - INFO - Submitting event, with unix timestamp: 1521673877.0 Mar 21 23:01:31 cosmicpi python[268]: 2018-03-21 23:01:31,162 - INFO - Searched for events since: 1521673873; Found the following number of new events: 1 Mar 21 23:01:31 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:31 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:31 cosmicpi python[268]: 2018-03-21 23:01:31,244 - INFO - Sleeping for: 4 [s] Mar 21 23:01:32 cosmicpi python[255]: 2018-03-21 23:01:32,552 - INFO - Submitting event, with unix timestamp: 1521673880.0 Mar 21 23:01:32 cosmicpi python[255]: 2018-03-21 23:01:32,617 - INFO - Submitting event, with unix timestamp: 1521673880.0 Mar 21 23:01:33 cosmicpi python[255]: 2018-03-21 23:01:33,552 - INFO - Submitting event, with unix timestamp: 1521673881.0 Mar 21 23:01:33 cosmicpi python[255]: 2018-03-21 23:01:33,619 - INFO - Submitting event, with unix timestamp: 1521673881.0 Mar 21 23:01:34 cosmicpi python[255]: 2018-03-21 23:01:34,551 - INFO - Submitting event, with unix timestamp: 1521673882.0 Mar 21 23:01:35 cosmicpi python[268]: 2018-03-21 23:01:35,271 - INFO - Searched for events since: 1521673877; Found the following number of new events: 5 Mar 21 23:01:35 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:35 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:35 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:35 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:35 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:35 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:35 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:35 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:35 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:35 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:35 cosmicpi python[268]: 2018-03-21 23:01:35,663 - INFO - Sleeping for: 2 [s] Mar 21 23:01:36 cosmicpi python[255]: 2018-03-21 23:01:36,558 - INFO - Submitting event, with unix timestamp: 1521673884.0 Mar 21 23:01:37 cosmicpi python[268]: 2018-03-21 23:01:37,688 - INFO - Searched for events since: 1521673882; Found the following number of new events: 1 Mar 21 23:01:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:37 cosmicpi python[268]: 2018-03-21 23:01:37,784 - INFO - Sleeping for: 4 [s] Mar 21 23:01:39 cosmicpi python[255]: 2018-03-21 23:01:39,562 - INFO - Submitting event, with unix timestamp: 1521673888.0 Mar 21 23:01:39 cosmicpi python[255]: 2018-03-21 23:01:39,633 - INFO - Submitting event, with unix timestamp: 1521673888.0 Mar 21 23:01:40 cosmicpi python[255]: 2018-03-21 23:01:40,561 - INFO - Submitting event, with unix timestamp: 1521673889.0 Mar 21 23:01:41 cosmicpi python[255]: 2018-03-21 23:01:41,552 - INFO - Submitting event, with unix timestamp: 1521673889.0 Mar 21 23:01:41 cosmicpi python[255]: 2018-03-21 23:01:41,657 - INFO - Submitting event, with unix timestamp: 1521673889.0 Mar 21 23:01:41 cosmicpi python[268]: 2018-03-21 23:01:41,818 - INFO - Searched for events since: 1521673884; Found the following number of new events: 5 Mar 21 23:01:41 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:41 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:42 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:42 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:42 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:42 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:42 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:42 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:42 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:42 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:42 cosmicpi python[268]: 2018-03-21 23:01:42,420 - INFO - Sleeping for: 2 [s] Mar 21 23:01:44 cosmicpi python[268]: 2018-03-21 23:01:44,444 - INFO - Searched for events since: 1521673889; Found the following number of new events: 0 Mar 21 23:01:44 cosmicpi python[268]: 2018-03-21 23:01:44,451 - INFO - Sleeping for: 4 [s] Mar 21 23:01:46 cosmicpi python[255]: 2018-03-21 23:01:46,551 - INFO - Submitting event, with unix timestamp: 1521673894.0 Mar 21 23:01:47 cosmicpi python[255]: 2018-03-21 23:01:47,552 - INFO - Submitting event, with unix timestamp: 1521673895.0 Mar 21 23:01:48 cosmicpi python[268]: 2018-03-21 23:01:48,476 - INFO - Searched for events since: 1521673889; Found the following number of new events: 2 Mar 21 23:01:48 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:48 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:48 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:48 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:48 cosmicpi python[268]: 2018-03-21 23:01:48,643 - INFO - Sleeping for: 4 [s] Mar 21 23:01:51 cosmicpi python[255]: 2018-03-21 23:01:51,552 - INFO - Submitting event, with unix timestamp: 1521673899.0 Mar 21 23:01:52 cosmicpi python[268]: 2018-03-21 23:01:52,670 - INFO - Searched for events since: 1521673895; Found the following number of new events: 1 Mar 21 23:01:52 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:52 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:52 cosmicpi python[268]: 2018-03-21 23:01:52,751 - INFO - Sleeping for: 2 [s] Mar 21 23:01:54 cosmicpi python[268]: 2018-03-21 23:01:54,780 - INFO - Searched for events since: 1521673899; Found the following number of new events: 0 Mar 21 23:01:54 cosmicpi python[268]: 2018-03-21 23:01:54,788 - INFO - Sleeping for: 2 [s] Mar 21 23:01:55 cosmicpi python[255]: 2018-03-21 23:01:55,552 - INFO - Submitting event, with unix timestamp: 1521673903.0 Mar 21 23:01:56 cosmicpi python[255]: 2018-03-21 23:01:56,553 - INFO - Submitting event, with unix timestamp: 1521673904.0 Mar 21 23:01:57 cosmicpi python[268]: 2018-03-21 23:01:57,254 - INFO - Searched for events since: 1521673899; Found the following number of new events: 2 Mar 21 23:01:57 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:57 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:57 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:57 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:57 cosmicpi python[268]: 2018-03-21 23:01:57,500 - INFO - Sleeping for: 2 [s] Mar 21 23:01:58 cosmicpi python[255]: 2018-03-21 23:01:58,551 - INFO - Submitting event, with unix timestamp: 1521673906.0 Mar 21 23:01:59 cosmicpi python[255]: 2018-03-21 23:01:59,138 - INFO - Submitting event, with unix timestamp: 1521673906.0 Mar 21 23:01:59 cosmicpi python[268]: 2018-03-21 23:01:59,730 - INFO - Searched for events since: 1521673904; Found the following number of new events: 2 Mar 21 23:01:59 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:01:59 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:01:59 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:00 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:00 cosmicpi python[268]: 2018-03-21 23:02:00,073 - INFO - Sleeping for: 2 [s] Mar 21 23:02:00 cosmicpi python[255]: 2018-03-21 23:02:00,553 - INFO - Submitting event, with unix timestamp: 1521673908.0 Mar 21 23:02:01 cosmicpi python[255]: 2018-03-21 23:02:01,062 - INFO - Submitting event, with unix timestamp: 1521673908.0 Mar 21 23:02:01 cosmicpi python[255]: 2018-03-21 23:02:01,805 - INFO - Submitting event, with unix timestamp: 1521673909.0 Mar 21 23:02:02 cosmicpi python[255]: 2018-03-21 23:02:02,316 - INFO - Submitting event, with unix timestamp: 1521673909.0 Mar 21 23:02:02 cosmicpi python[268]: 2018-03-21 23:02:02,874 - INFO - Searched for events since: 1521673906; Found the following number of new events: 4 Mar 21 23:02:02 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:03 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:03 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:03 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:03 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:03 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:03 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:03 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:03 cosmicpi python[268]: 2018-03-21 23:02:03,491 - INFO - Sleeping for: 1 [s] Mar 21 23:02:04 cosmicpi python[268]: 2018-03-21 23:02:04,524 - INFO - Searched for events since: 1521673909; Found the following number of new events: 0 Mar 21 23:02:04 cosmicpi python[268]: 2018-03-21 23:02:04,540 - INFO - Sleeping for: 3 [s] Mar 21 23:02:05 cosmicpi python[255]: 2018-03-21 23:02:05,552 - INFO - Submitting event, with unix timestamp: 1521673913.0 Mar 21 23:02:06 cosmicpi python[255]: 2018-03-21 23:02:06,553 - INFO - Submitting event, with unix timestamp: 1521673914.0 Mar 21 23:02:07 cosmicpi python[255]: 2018-03-21 23:02:07,563 - INFO - Submitting event, with unix timestamp: 1521673915.0 Mar 21 23:02:08 cosmicpi python[255]: 2018-03-21 23:02:08,202 - INFO - Submitting event, with unix timestamp: 1521673915.0 Mar 21 23:02:08 cosmicpi python[268]: 2018-03-21 23:02:08,211 - INFO - Searched for events since: 1521673909; Found the following number of new events: 3 Mar 21 23:02:08 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:08 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:08 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:08 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:08 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:08 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:08 cosmicpi python[268]: 2018-03-21 23:02:08,455 - INFO - Sleeping for: 2 [s] Mar 21 23:02:10 cosmicpi python[268]: 2018-03-21 23:02:10,479 - INFO - Searched for events since: 1521673914; Found the following number of new events: 2 Mar 21 23:02:10 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:10 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:10 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:10 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:10 cosmicpi python[268]: 2018-03-21 23:02:10,643 - INFO - Sleeping for: 4 [s] Mar 21 23:02:12 cosmicpi python[255]: 2018-03-21 23:02:12,553 - INFO - Submitting event, with unix timestamp: 1521673920.0 Mar 21 23:02:13 cosmicpi python[255]: 2018-03-21 23:02:13,036 - INFO - Submitting event, with unix timestamp: 1521673920.0 Mar 21 23:02:14 cosmicpi python[255]: 2018-03-21 23:02:14,559 - INFO - Submitting event, with unix timestamp: 1521673922.0 Mar 21 23:02:15 cosmicpi python[268]: 2018-03-21 23:02:15,125 - INFO - Searched for events since: 1521673915; Found the following number of new events: 3 Mar 21 23:02:15 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:15 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:15 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:15 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:15 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:15 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:15 cosmicpi python[268]: 2018-03-21 23:02:15,451 - INFO - Sleeping for: 1 [s] Mar 21 23:02:16 cosmicpi python[268]: 2018-03-21 23:02:16,476 - INFO - Searched for events since: 1521673922; Found the following number of new events: 0 Mar 21 23:02:16 cosmicpi python[268]: 2018-03-21 23:02:16,482 - INFO - Sleeping for: 1 [s] Mar 21 23:02:16 cosmicpi python[255]: 2018-03-21 23:02:16,553 - INFO - Submitting event, with unix timestamp: 1521673924.0 Mar 21 23:02:17 cosmicpi python[268]: 2018-03-21 23:02:17,505 - INFO - Searched for events since: 1521673922; Found the following number of new events: 1 Mar 21 23:02:17 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:17 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:17 cosmicpi python[268]: 2018-03-21 23:02:17,597 - INFO - Sleeping for: 2 [s] Mar 21 23:02:19 cosmicpi python[268]: 2018-03-21 23:02:19,622 - INFO - Searched for events since: 1521673924; Found the following number of new events: 0 Mar 21 23:02:19 cosmicpi python[268]: 2018-03-21 23:02:19,629 - INFO - Sleeping for: 4 [s] Mar 21 23:02:21 cosmicpi python[255]: 2018-03-21 23:02:21,553 - INFO - Submitting event, with unix timestamp: 1521673929.0 Mar 21 23:02:22 cosmicpi python[255]: 2018-03-21 23:02:22,553 - INFO - Submitting event, with unix timestamp: 1521673930.0 Mar 21 23:02:23 cosmicpi python[255]: 2018-03-21 23:02:23,552 - INFO - Submitting event, with unix timestamp: 1521673931.0 Mar 21 23:02:24 cosmicpi python[255]: 2018-03-21 23:02:24,023 - INFO - Submitting event, with unix timestamp: 1521673931.0 Mar 21 23:02:24 cosmicpi python[268]: 2018-03-21 23:02:24,405 - INFO - Searched for events since: 1521673924; Found the following number of new events: 4 Mar 21 23:02:24 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:24 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:24 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:24 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:24 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:24 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:24 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:24 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:24 cosmicpi python[268]: 2018-03-21 23:02:24,811 - INFO - Sleeping for: 4 [s] Mar 21 23:02:25 cosmicpi python[255]: 2018-03-21 23:02:25,552 - INFO - Submitting event, with unix timestamp: 1521673933.0 Mar 21 23:02:28 cosmicpi python[268]: 2018-03-21 23:02:28,849 - INFO - Searched for events since: 1521673931; Found the following number of new events: 1 Mar 21 23:02:28 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:29 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:29 cosmicpi python[268]: 2018-03-21 23:02:29,053 - INFO - Sleeping for: 4 [s] Mar 21 23:02:29 cosmicpi python[255]: 2018-03-21 23:02:29,552 - INFO - Submitting event, with unix timestamp: 1521673937.0 Mar 21 23:02:31 cosmicpi python[255]: 2018-03-21 23:02:31,553 - INFO - Submitting event, with unix timestamp: 1521673939.0 Mar 21 23:02:31 cosmicpi python[255]: 2018-03-21 23:02:31,942 - INFO - Submitting event, with unix timestamp: 1521673939.0 Mar 21 23:02:32 cosmicpi python[255]: 2018-03-21 23:02:32,552 - INFO - Submitting event, with unix timestamp: 1521673940.0 Mar 21 23:02:33 cosmicpi python[268]: 2018-03-21 23:02:33,091 - INFO - Searched for events since: 1521673933; Found the following number of new events: 4 Mar 21 23:02:33 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:33 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:33 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:33 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:33 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:33 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:33 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:33 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:33 cosmicpi python[268]: 2018-03-21 23:02:33,399 - INFO - Sleeping for: 4 [s] Mar 21 23:02:34 cosmicpi python[255]: 2018-03-21 23:02:34,559 - INFO - Submitting event, with unix timestamp: 1521673942.0 Mar 21 23:02:34 cosmicpi python[255]: 2018-03-21 23:02:34,654 - INFO - Submitting event, with unix timestamp: 1521673942.0 Mar 21 23:02:34 cosmicpi python[255]: 2018-03-21 23:02:34,721 - INFO - Submitting event, with unix timestamp: 1521673942.0 Mar 21 23:02:36 cosmicpi python[255]: 2018-03-21 23:02:36,553 - INFO - Submitting event, with unix timestamp: 1521673944.0 Mar 21 23:02:37 cosmicpi python[268]: 2018-03-21 23:02:37,428 - INFO - Searched for events since: 1521673940; Found the following number of new events: 4 Mar 21 23:02:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:37 cosmicpi python[255]: 2018-03-21 23:02:37,582 - INFO - Submitting event, with unix timestamp: 1521673945.0 Mar 21 23:02:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:37 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:37 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:37 cosmicpi python[268]: 2018-03-21 23:02:37,813 - INFO - Sleeping for: 2 [s] Mar 21 23:02:39 cosmicpi python[268]: 2018-03-21 23:02:39,851 - INFO - Searched for events since: 1521673944; Found the following number of new events: 1 Mar 21 23:02:39 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:40 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:40 cosmicpi python[268]: 2018-03-21 23:02:40,052 - INFO - Sleeping for: 2 [s] Mar 21 23:02:41 cosmicpi python[255]: 2018-03-21 23:02:41,553 - INFO - Submitting event, with unix timestamp: 1521673949.0 Mar 21 23:02:41 cosmicpi python[255]: 2018-03-21 23:02:41,621 - INFO - Submitting event, with unix timestamp: 1521673949.0 Mar 21 23:02:42 cosmicpi python[268]: 2018-03-21 23:02:42,079 - INFO - Searched for events since: 1521673945; Found the following number of new events: 2 Mar 21 23:02:42 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:42 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:42 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:42 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:42 cosmicpi python[268]: 2018-03-21 23:02:42,234 - INFO - Sleeping for: 3 [s] Mar 21 23:02:42 cosmicpi python[255]: 2018-03-21 23:02:42,554 - INFO - Submitting event, with unix timestamp: 1521673950.0 Mar 21 23:02:42 cosmicpi python[255]: 2018-03-21 23:02:42,621 - INFO - Submitting event, with unix timestamp: 1521673950.0 Mar 21 23:02:45 cosmicpi python[268]: 2018-03-21 23:02:45,261 - INFO - Searched for events since: 1521673949; Found the following number of new events: 2 Mar 21 23:02:45 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:45 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:45 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:45 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:45 cosmicpi python[268]: 2018-03-21 23:02:45,419 - INFO - Sleeping for: 3 [s] Mar 21 23:02:46 cosmicpi python[255]: 2018-03-21 23:02:46,553 - INFO - Submitting event, with unix timestamp: 1521673954.0 Mar 21 23:02:48 cosmicpi python[268]: 2018-03-21 23:02:48,446 - INFO - Searched for events since: 1521673950; Found the following number of new events: 1 Mar 21 23:02:48 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:48 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:48 cosmicpi python[268]: 2018-03-21 23:02:48,543 - INFO - Sleeping for: 1 [s] Mar 21 23:02:48 cosmicpi python[255]: 2018-03-21 23:02:48,571 - INFO - Submitting event, with unix timestamp: 1521673956.0 Mar 21 23:02:49 cosmicpi python[268]: 2018-03-21 23:02:49,571 - INFO - Searched for events since: 1521673954; Found the following number of new events: 1 Mar 21 23:02:49 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:49 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:49 cosmicpi python[268]: 2018-03-21 23:02:49,654 - INFO - Sleeping for: 4 [s] Mar 21 23:02:53 cosmicpi python[268]: 2018-03-21 23:02:53,685 - INFO - Searched for events since: 1521673956; Found the following number of new events: 0 Mar 21 23:02:53 cosmicpi python[268]: 2018-03-21 23:02:53,693 - INFO - Sleeping for: 4 [s] Mar 21 23:02:55 cosmicpi python[255]: 2018-03-21 23:02:55,553 - INFO - Submitting event, with unix timestamp: 1521673963.0 Mar 21 23:02:57 cosmicpi python[268]: 2018-03-21 23:02:57,723 - INFO - Searched for events since: 1521673956; Found the following number of new events: 1 Mar 21 23:02:57 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:02:57 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:02:57 cosmicpi python[268]: 2018-03-21 23:02:57,827 - INFO - Sleeping for: 3 [s] Mar 21 23:03:00 cosmicpi python[255]: 2018-03-21 23:03:00,553 - INFO - Submitting event, with unix timestamp: 1521673968.0 Mar 21 23:03:00 cosmicpi python[255]: 2018-03-21 23:03:00,813 - INFO - Submitting event, with unix timestamp: 1521673968.0 Mar 21 23:03:00 cosmicpi python[268]: 2018-03-21 23:03:00,903 - INFO - Searched for events since: 1521673963; Found the following number of new events: 2 Mar 21 23:03:00 cosmicpi python[255]: 2018-03-21 23:03:00,946 - INFO - Submitting event, with unix timestamp: 1521673968.0 Mar 21 23:03:00 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:01 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:01 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:01 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:01 cosmicpi python[268]: 2018-03-21 23:03:01,212 - INFO - Sleeping for: 2 [s] Mar 21 23:03:03 cosmicpi python[268]: 2018-03-21 23:03:03,248 - INFO - Searched for events since: 1521673968; Found the following number of new events: 0 Mar 21 23:03:03 cosmicpi python[268]: 2018-03-21 23:03:03,255 - INFO - Sleeping for: 4 [s] Mar 21 23:03:04 cosmicpi python[255]: 2018-03-21 23:03:04,554 - INFO - Submitting event, with unix timestamp: 1521673972.0 Mar 21 23:03:05 cosmicpi python[255]: 2018-03-21 23:03:05,554 - INFO - Submitting event, with unix timestamp: 1521673973.0 Mar 21 23:03:06 cosmicpi python[255]: 2018-03-21 23:03:06,553 - INFO - Submitting event, with unix timestamp: 1521673974.0 Mar 21 23:03:06 cosmicpi python[255]: 2018-03-21 23:03:06,623 - INFO - Submitting event, with unix timestamp: 1521673974.0 Mar 21 23:03:07 cosmicpi python[268]: 2018-03-21 23:03:07,282 - INFO - Searched for events since: 1521673968; Found the following number of new events: 4 Mar 21 23:03:07 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:07 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:07 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:07 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:07 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:07 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:07 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:07 cosmicpi python[255]: 2018-03-21 23:03:07,589 - INFO - Submitting event, with unix timestamp: 1521673975.0 Mar 21 23:03:07 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:07 cosmicpi python[268]: 2018-03-21 23:03:07,647 - INFO - Sleeping for: 1 [s] Mar 21 23:03:08 cosmicpi python[268]: 2018-03-21 23:03:08,676 - INFO - Searched for events since: 1521673974; Found the following number of new events: 1 Mar 21 23:03:08 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:08 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:08 cosmicpi python[268]: 2018-03-21 23:03:08,778 - INFO - Sleeping for: 1 [s] Mar 21 23:03:09 cosmicpi python[268]: 2018-03-21 23:03:09,811 - INFO - Searched for events since: 1521673975; Found the following number of new events: 0 Mar 21 23:03:09 cosmicpi python[268]: 2018-03-21 23:03:09,817 - INFO - Sleeping for: 2 [s] Mar 21 23:03:10 cosmicpi python[255]: 2018-03-21 23:03:10,559 - INFO - Submitting event, with unix timestamp: 1521673978.0 Mar 21 23:03:11 cosmicpi python[268]: 2018-03-21 23:03:11,857 - INFO - Searched for events since: 1521673975; Found the following number of new events: 1 Mar 21 23:03:11 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:12 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:12 cosmicpi python[268]: 2018-03-21 23:03:12,063 - INFO - Sleeping for: 4 [s] Mar 21 23:03:12 cosmicpi python[255]: 2018-03-21 23:03:12,553 - INFO - Submitting event, with unix timestamp: 1521673980.0 Mar 21 23:03:12 cosmicpi python[255]: 2018-03-21 23:03:12,630 - INFO - Submitting event, with unix timestamp: 1521673980.0 Mar 21 23:03:12 cosmicpi python[255]: 2018-03-21 23:03:12,702 - INFO - Submitting event, with unix timestamp: 1521673980.0 Mar 21 23:03:16 cosmicpi python[268]: 2018-03-21 23:03:16,091 - INFO - Searched for events since: 1521673978; Found the following number of new events: 3 Mar 21 23:03:16 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:16 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:16 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:16 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:16 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:16 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:16 cosmicpi python[268]: 2018-03-21 23:03:16,326 - INFO - Sleeping for: 3 [s] Mar 21 23:03:16 cosmicpi python[255]: 2018-03-21 23:03:16,554 - INFO - Submitting event, with unix timestamp: 1521673984.0 Mar 21 23:03:19 cosmicpi python[268]: 2018-03-21 23:03:19,353 - INFO - Searched for events since: 1521673980; Found the following number of new events: 1 Mar 21 23:03:19 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:19 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:19 cosmicpi python[268]: 2018-03-21 23:03:19,434 - INFO - Sleeping for: 1 [s] Mar 21 23:03:19 cosmicpi python[255]: 2018-03-21 23:03:19,553 - INFO - Submitting event, with unix timestamp: 1521673987.0 Mar 21 23:03:20 cosmicpi python[268]: 2018-03-21 23:03:20,459 - INFO - Searched for events since: 1521673984; Found the following number of new events: 1 Mar 21 23:03:20 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:20 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:20 cosmicpi python[268]: 2018-03-21 23:03:20,551 - INFO - Sleeping for: 2 [s] Mar 21 23:03:21 cosmicpi python[255]: 2018-03-21 23:03:21,555 - INFO - Submitting event, with unix timestamp: 1521673989.0 Mar 21 23:03:22 cosmicpi python[268]: 2018-03-21 23:03:22,576 - INFO - Searched for events since: 1521673987; Found the following number of new events: 1 Mar 21 23:03:22 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:22 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:22 cosmicpi python[268]: 2018-03-21 23:03:22,659 - INFO - Sleeping for: 4 [s] Mar 21 23:03:25 cosmicpi python[255]: 2018-03-21 23:03:25,553 - INFO - Submitting event, with unix timestamp: 1521673993.0 Mar 21 23:03:25 cosmicpi python[255]: 2018-03-21 23:03:25,618 - INFO - Submitting event, with unix timestamp: 1521673993.0 Mar 21 23:03:26 cosmicpi python[268]: 2018-03-21 23:03:26,693 - INFO - Searched for events since: 1521673989; Found the following number of new events: 2 Mar 21 23:03:26 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:26 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:26 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:26 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:26 cosmicpi python[268]: 2018-03-21 23:03:26,925 - INFO - Sleeping for: 4 [s] Mar 21 23:03:28 cosmicpi python[255]: 2018-03-21 23:03:28,553 - INFO - Submitting event, with unix timestamp: 1521673996.0 Mar 21 23:03:28 cosmicpi python[255]: 2018-03-21 23:03:28,622 - INFO - Submitting event, with unix timestamp: 1521673996.0 Mar 21 23:03:30 cosmicpi python[255]: 2018-03-21 23:03:30,553 - INFO - Submitting event, with unix timestamp: 1521673998.0 Mar 21 23:03:30 cosmicpi python[268]: 2018-03-21 23:03:30,986 - INFO - Searched for events since: 1521673993; Found the following number of new events: 3 Mar 21 23:03:31 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:31 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:31 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:31 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:31 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:31 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:31 cosmicpi python[268]: 2018-03-21 23:03:31,311 - INFO - Sleeping for: 3 [s] Mar 21 23:03:31 cosmicpi python[255]: 2018-03-21 23:03:31,553 - INFO - Submitting event, with unix timestamp: 1521673999.0 Mar 21 23:03:31 cosmicpi python[255]: 2018-03-21 23:03:31,620 - INFO - Submitting event, with unix timestamp: 1521673999.0 Mar 21 23:03:32 cosmicpi python[255]: 2018-03-21 23:03:32,558 - INFO - Submitting event, with unix timestamp: 1521674000.0 Mar 21 23:03:33 cosmicpi hostapd: wlan0: STA 7c:b0:c2:8f:9a:35 IEEE 802.11: associated Mar 21 23:03:33 cosmicpi hostapd: wlan0: STA 7c:b0:c2:8f:9a:35 RADIUS: starting accounting session 5AB2E36C-00000002 Mar 21 23:03:33 cosmicpi dnsmasq-dhcp[742]: DHCPREQUEST(wlan0) 192.168.12.73 7c:b0:c2:8f:9a:35 Mar 21 23:03:33 cosmicpi dnsmasq-dhcp[742]: DHCPACK(wlan0) 192.168.12.73 7c:b0:c2:8f:9a:35 jimmy-Edgar Mar 21 23:03:33 cosmicpi python[255]: 2018-03-21 23:03:33,555 - INFO - Submitting event, with unix timestamp: 1521674001.0 Mar 21 23:03:34 cosmicpi python[268]: 2018-03-21 23:03:34,337 - INFO - Searched for events since: 1521673998; Found the following number of new events: 4 Mar 21 23:03:34 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:34 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:34 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:34 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:34 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:34 cosmicpi python[255]: 2018-03-21 23:03:34,588 - INFO - Submitting event, with unix timestamp: 1521674002.0 Mar 21 23:03:34 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:34 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:34 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:34 cosmicpi python[268]: 2018-03-21 23:03:34,709 - INFO - Sleeping for: 2 [s] Mar 21 23:03:35 cosmicpi python[255]: 2018-03-21 23:03:35,568 - INFO - Submitting event, with unix timestamp: 1521674004.0 Mar 21 23:03:36 cosmicpi python[268]: 2018-03-21 23:03:36,740 - INFO - Searched for events since: 1521674001; Found the following number of new events: 2 Mar 21 23:03:36 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:36 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:36 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:36 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:37 cosmicpi python[268]: 2018-03-21 23:03:36,994 - INFO - Sleeping for: 2 [s] Mar 21 23:03:39 cosmicpi python[268]: 2018-03-21 23:03:39,049 - INFO - Searched for events since: 1521674004; Found the following number of new events: 0 Mar 21 23:03:39 cosmicpi python[268]: 2018-03-21 23:03:39,055 - INFO - Sleeping for: 4 [s] Mar 21 23:03:41 cosmicpi python[255]: 2018-03-21 23:03:41,553 - INFO - Submitting event, with unix timestamp: 1521674009.0 Mar 21 23:03:43 cosmicpi python[268]: 2018-03-21 23:03:43,089 - INFO - Searched for events since: 1521674004; Found the following number of new events: 1 Mar 21 23:03:43 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:43 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:43 cosmicpi python[268]: 2018-03-21 23:03:43,176 - INFO - Sleeping for: 3 [s] Mar 21 23:03:44 cosmicpi python[255]: 2018-03-21 23:03:44,553 - INFO - Submitting event, with unix timestamp: 1521674012.0 Mar 21 23:03:46 cosmicpi python[268]: 2018-03-21 23:03:46,202 - INFO - Searched for events since: 1521674009; Found the following number of new events: 1 Mar 21 23:03:46 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:46 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:46 cosmicpi python[268]: 2018-03-21 23:03:46,286 - INFO - Sleeping for: 4 [s] Mar 21 23:03:46 cosmicpi python[255]: 2018-03-21 23:03:46,590 - INFO - Submitting event, with unix timestamp: 1521674014.0 Mar 21 23:03:47 cosmicpi python[255]: 2018-03-21 23:03:47,559 - INFO - Submitting event, with unix timestamp: 1521674015.0 Mar 21 23:03:47 cosmicpi python[255]: 2018-03-21 23:03:47,627 - INFO - Submitting event, with unix timestamp: 1521674015.0 Mar 21 23:03:48 cosmicpi python[255]: 2018-03-21 23:03:48,559 - INFO - Submitting event, with unix timestamp: 1521674016.0 Mar 21 23:03:50 cosmicpi python[268]: 2018-03-21 23:03:50,314 - INFO - Searched for events since: 1521674012; Found the following number of new events: 4 Mar 21 23:03:50 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:50 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:50 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:50 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:50 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:50 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:50 cosmicpi python[255]: 2018-03-21 23:03:50,604 - INFO - Submitting event, with unix timestamp: 1521674018.0 Mar 21 23:03:50 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:50 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:50 cosmicpi python[255]: 2018-03-21 23:03:50,704 - INFO - Submitting event, with unix timestamp: 1521674018.0 Mar 21 23:03:50 cosmicpi python[268]: 2018-03-21 23:03:50,711 - INFO - Sleeping for: 1 [s] Mar 21 23:03:51 cosmicpi python[255]: 2018-03-21 23:03:51,562 - INFO - Submitting event, with unix timestamp: 1521674019.0 Mar 21 23:03:51 cosmicpi python[268]: 2018-03-21 23:03:51,742 - INFO - Searched for events since: 1521674016; Found the following number of new events: 3 Mar 21 23:03:51 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:51 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:51 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:51 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:52 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:52 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:52 cosmicpi python[268]: 2018-03-21 23:03:52,149 - INFO - Sleeping for: 3 [s] Mar 21 23:03:53 cosmicpi python[255]: 2018-03-21 23:03:53,560 - INFO - Submitting event, with unix timestamp: 1521674021.0 Mar 21 23:03:55 cosmicpi python[268]: 2018-03-21 23:03:55,181 - INFO - Searched for events since: 1521674019; Found the following number of new events: 1 Mar 21 23:03:55 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:55 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:55 cosmicpi python[268]: 2018-03-21 23:03:55,263 - INFO - Sleeping for: 1 [s] Mar 21 23:03:55 cosmicpi python[255]: 2018-03-21 23:03:55,554 - INFO - Submitting event, with unix timestamp: 1521674023.0 Mar 21 23:03:55 cosmicpi python[255]: 2018-03-21 23:03:55,621 - INFO - Submitting event, with unix timestamp: 1521674023.0 Mar 21 23:03:56 cosmicpi python[268]: 2018-03-21 23:03:56,288 - INFO - Searched for events since: 1521674021; Found the following number of new events: 2 Mar 21 23:03:56 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:56 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:56 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:56 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:56 cosmicpi python[268]: 2018-03-21 23:03:56,444 - INFO - Sleeping for: 2 [s] Mar 21 23:03:56 cosmicpi python[255]: 2018-03-21 23:03:56,554 - INFO - Submitting event, with unix timestamp: 1521674024.0 Mar 21 23:03:58 cosmicpi python[268]: 2018-03-21 23:03:58,470 - INFO - Searched for events since: 1521674023; Found the following number of new events: 1 Mar 21 23:03:58 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:03:58 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:03:58 cosmicpi python[268]: 2018-03-21 23:03:58,563 - INFO - Sleeping for: 4 [s] Mar 21 23:03:59 cosmicpi python[255]: 2018-03-21 23:03:59,554 - INFO - Submitting event, with unix timestamp: 1521674027.0 Mar 21 23:03:59 cosmicpi python[255]: 2018-03-21 23:03:59,831 - INFO - Submitting event, with unix timestamp: 1521674027.0 Mar 21 23:04:01 cosmicpi python[255]: 2018-03-21 23:04:01,560 - INFO - Submitting event, with unix timestamp: 1521674029.0 Mar 21 23:04:02 cosmicpi python[268]: 2018-03-21 23:04:02,587 - INFO - Searched for events since: 1521674024; Found the following number of new events: 3 Mar 21 23:04:02 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:02 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:02 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:02 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:02 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:02 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:02 cosmicpi python[268]: 2018-03-21 23:04:02,859 - INFO - Sleeping for: 3 [s] Mar 21 23:04:03 cosmicpi python[255]: 2018-03-21 23:04:03,557 - INFO - Submitting event, with unix timestamp: 1521674031.0 Mar 21 23:04:05 cosmicpi python[268]: 2018-03-21 23:04:05,923 - INFO - Searched for events since: 1521674029; Found the following number of new events: 1 Mar 21 23:04:06 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:06 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:06 cosmicpi python[268]: 2018-03-21 23:04:06,111 - INFO - Sleeping for: 4 [s] Mar 21 23:04:09 cosmicpi python[255]: 2018-03-21 23:04:09,554 - INFO - Submitting event, with unix timestamp: 1521674037.0 Mar 21 23:04:10 cosmicpi python[255]: 2018-03-21 23:04:10,115 - INFO - Submitting event, with unix timestamp: 1521674037.0 Mar 21 23:04:10 cosmicpi python[268]: 2018-03-21 23:04:10,543 - INFO - Searched for events since: 1521674031; Found the following number of new events: 2 Mar 21 23:04:10 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:10 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:10 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:11 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:11 cosmicpi python[268]: 2018-03-21 23:04:11,042 - INFO - Sleeping for: 3 [s] Mar 21 23:04:11 cosmicpi python[255]: 2018-03-21 23:04:11,554 - INFO - Submitting event, with unix timestamp: 1521674039.0 Mar 21 23:04:11 cosmicpi python[255]: 2018-03-21 23:04:11,685 - INFO - Submitting event, with unix timestamp: 1521674039.0 Mar 21 23:04:14 cosmicpi python[268]: 2018-03-21 23:04:14,068 - INFO - Searched for events since: 1521674037; Found the following number of new events: 2 Mar 21 23:04:14 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:14 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:14 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:14 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:14 cosmicpi python[268]: 2018-03-21 23:04:14,224 - INFO - Sleeping for: 2 [s] Mar 21 23:04:14 cosmicpi python[255]: 2018-03-21 23:04:14,554 - INFO - Submitting event, with unix timestamp: 1521674042.0 Mar 21 23:04:16 cosmicpi python[268]: 2018-03-21 23:04:16,250 - INFO - Searched for events since: 1521674039; Found the following number of new events: 1 Mar 21 23:04:16 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:16 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:16 cosmicpi python[268]: 2018-03-21 23:04:16,330 - INFO - Sleeping for: 1 [s] Mar 21 23:04:17 cosmicpi python[268]: 2018-03-21 23:04:17,355 - INFO - Searched for events since: 1521674042; Found the following number of new events: 0 Mar 21 23:04:17 cosmicpi python[268]: 2018-03-21 23:04:17,362 - INFO - Sleeping for: 3 [s] Mar 21 23:04:18 cosmicpi python[255]: 2018-03-21 23:04:18,553 - INFO - Submitting event, with unix timestamp: 1521674046.0 Mar 21 23:04:20 cosmicpi python[268]: 2018-03-21 23:04:20,388 - INFO - Searched for events since: 1521674042; Found the following number of new events: 1 Mar 21 23:04:20 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:20 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:20 cosmicpi python[268]: 2018-03-21 23:04:20,469 - INFO - Sleeping for: 2 [s] Mar 21 23:04:20 cosmicpi python[255]: 2018-03-21 23:04:20,554 - INFO - Submitting event, with unix timestamp: 1521674048.0 Mar 21 23:04:20 cosmicpi python[263]: 2018-03-21 23:04:20,616 - INFO - Deleting entries older than: 1521627248 [s] Mar 21 23:04:20 cosmicpi python[263]: 2018-03-21 23:04:20,683 - INFO - Sleeping for: 361 [s] Mar 21 23:04:22 cosmicpi python[268]: 2018-03-21 23:04:22,489 - INFO - Searched for events since: 1521674046; Found the following number of new events: 1 Mar 21 23:04:22 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:22 cosmicpi python[255]: 2018-03-21 23:04:22,594 - INFO - Submitting event, with unix timestamp: 1521674050.0 Mar 21 23:04:22 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:22 cosmicpi python[268]: 2018-03-21 23:04:22,628 - INFO - Sleeping for: 4 [s] Mar 21 23:04:22 cosmicpi python[255]: 2018-03-21 23:04:22,679 - INFO - Submitting event, with unix timestamp: 1521674050.0 Mar 21 23:04:26 cosmicpi python[268]: 2018-03-21 23:04:26,651 - INFO - Searched for events since: 1521674048; Found the following number of new events: 2 Mar 21 23:04:26 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:26 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:26 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:26 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:26 cosmicpi python[268]: 2018-03-21 23:04:26,823 - INFO - Sleeping for: 2 [s] Mar 21 23:04:28 cosmicpi python[255]: 2018-03-21 23:04:28,562 - INFO - Submitting event, with unix timestamp: 1521674057.0 Mar 21 23:04:28 cosmicpi python[268]: 2018-03-21 23:04:28,845 - INFO - Searched for events since: 1521674050; Found the following number of new events: 1 Mar 21 23:04:28 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:29 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:29 cosmicpi python[268]: 2018-03-21 23:04:29,055 - INFO - Sleeping for: 2 [s] Mar 21 23:04:31 cosmicpi python[268]: 2018-03-21 23:04:31,074 - INFO - Searched for events since: 1521674057; Found the following number of new events: 0 Mar 21 23:04:31 cosmicpi python[268]: 2018-03-21 23:04:31,081 - INFO - Sleeping for: 4 [s] Mar 21 23:04:33 cosmicpi python[255]: 2018-03-21 23:04:33,554 - INFO - Submitting event, with unix timestamp: 1521674061.0 Mar 21 23:04:33 cosmicpi python[255]: 2018-03-21 23:04:33,620 - INFO - Submitting event, with unix timestamp: 1521674061.0 Mar 21 23:04:35 cosmicpi python[268]: 2018-03-21 23:04:35,101 - INFO - Searched for events since: 1521674057; Found the following number of new events: 2 Mar 21 23:04:35 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:35 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:35 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:35 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:35 cosmicpi python[268]: 2018-03-21 23:04:35,254 - INFO - Sleeping for: 4 [s] Mar 21 23:04:35 cosmicpi python[255]: 2018-03-21 23:04:35,554 - INFO - Submitting event, with unix timestamp: 1521674063.0 Mar 21 23:04:37 cosmicpi python[255]: 2018-03-21 23:04:37,554 - INFO - Submitting event, with unix timestamp: 1521674065.0 Mar 21 23:04:38 cosmicpi python[255]: 2018-03-21 23:04:38,554 - INFO - Submitting event, with unix timestamp: 1521674066.0 Mar 21 23:04:38 cosmicpi python[255]: 2018-03-21 23:04:38,619 - INFO - Submitting event, with unix timestamp: 1521674066.0 Mar 21 23:04:39 cosmicpi python[268]: 2018-03-21 23:04:39,276 - INFO - Searched for events since: 1521674061; Found the following number of new events: 4 Mar 21 23:04:39 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:39 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:39 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:39 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:39 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:39 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:39 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:39 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:39 cosmicpi python[268]: 2018-03-21 23:04:39,597 - INFO - Sleeping for: 2 [s] Mar 21 23:04:40 cosmicpi python[255]: 2018-03-21 23:04:40,560 - INFO - Submitting event, with unix timestamp: 1521674068.0 Mar 21 23:04:41 cosmicpi python[268]: 2018-03-21 23:04:41,616 - INFO - Searched for events since: 1521674066; Found the following number of new events: 1 Mar 21 23:04:41 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:41 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:41 cosmicpi python[268]: 2018-03-21 23:04:41,698 - INFO - Sleeping for: 4 [s] Mar 21 23:04:42 cosmicpi python[255]: 2018-03-21 23:04:42,554 - INFO - Submitting event, with unix timestamp: 1521674070.0 Mar 21 23:04:44 cosmicpi python[255]: 2018-03-21 23:04:44,554 - INFO - Submitting event, with unix timestamp: 1521674072.0 Mar 21 23:04:45 cosmicpi python[255]: 2018-03-21 23:04:45,554 - INFO - Submitting event, with unix timestamp: 1521674073.0 Mar 21 23:04:45 cosmicpi python[268]: 2018-03-21 23:04:45,724 - INFO - Searched for events since: 1521674068; Found the following number of new events: 3 Mar 21 23:04:45 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:45 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:45 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:45 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:46 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:46 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:46 cosmicpi python[268]: 2018-03-21 23:04:46,112 - INFO - Sleeping for: 1 [s] Mar 21 23:04:46 cosmicpi python[255]: 2018-03-21 23:04:46,555 - INFO - Submitting event, with unix timestamp: 1521674074.0 Mar 21 23:04:47 cosmicpi python[268]: 2018-03-21 23:04:47,133 - INFO - Searched for events since: 1521674073; Found the following number of new events: 1 Mar 21 23:04:47 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:47 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:47 cosmicpi python[268]: 2018-03-21 23:04:47,222 - INFO - Sleeping for: 4 [s] Mar 21 23:04:47 cosmicpi python[255]: 2018-03-21 23:04:47,561 - INFO - Submitting event, with unix timestamp: 1521674075.0 Mar 21 23:04:47 cosmicpi python[255]: 2018-03-21 23:04:47,629 - INFO - Submitting event, with unix timestamp: 1521674075.0 Mar 21 23:04:48 cosmicpi python[255]: 2018-03-21 23:04:48,560 - INFO - Submitting event, with unix timestamp: 1521674076.0 Mar 21 23:04:49 cosmicpi python[255]: 2018-03-21 23:04:49,554 - INFO - Submitting event, with unix timestamp: 1521674077.0 Mar 21 23:04:50 cosmicpi python[255]: 2018-03-21 23:04:50,553 - INFO - Submitting event, with unix timestamp: 1521674078.0 Mar 21 23:04:50 cosmicpi python[255]: 2018-03-21 23:04:50,622 - INFO - Submitting event, with unix timestamp: 1521674078.0 Mar 21 23:04:51 cosmicpi python[268]: 2018-03-21 23:04:51,245 - INFO - Searched for events since: 1521674074; Found the following number of new events: 6 Mar 21 23:04:51 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:51 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:51 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:51 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:51 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:51 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:51 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:51 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:51 cosmicpi python[255]: 2018-03-21 23:04:51,583 - INFO - Submitting event, with unix timestamp: 1521674079.0 Mar 21 23:04:51 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:51 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:51 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:51 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:51 cosmicpi python[268]: 2018-03-21 23:04:51,758 - INFO - Sleeping for: 3 [s] Mar 21 23:04:53 cosmicpi python[255]: 2018-03-21 23:04:53,554 - INFO - Submitting event, with unix timestamp: 1521674081.0 Mar 21 23:04:54 cosmicpi python[268]: 2018-03-21 23:04:54,782 - INFO - Searched for events since: 1521674078; Found the following number of new events: 2 Mar 21 23:04:54 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:54 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:55 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:55 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:55 cosmicpi python[268]: 2018-03-21 23:04:55,092 - INFO - Sleeping for: 3 [s] Mar 21 23:04:56 cosmicpi python[255]: 2018-03-21 23:04:56,553 - INFO - Submitting event, with unix timestamp: 1521674084.0 Mar 21 23:04:57 cosmicpi python[255]: 2018-03-21 23:04:57,554 - INFO - Submitting event, with unix timestamp: 1521674085.0 Mar 21 23:04:57 cosmicpi python[255]: 2018-03-21 23:04:57,619 - INFO - Submitting event, with unix timestamp: 1521674085.0 Mar 21 23:04:58 cosmicpi python[268]: 2018-03-21 23:04:58,112 - INFO - Searched for events since: 1521674081; Found the following number of new events: 3 Mar 21 23:04:58 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:58 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:58 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:58 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:58 cosmicpi python[268]: Warning: Unable to locate configuration directory, default config not loaded. Mar 21 23:04:58 cosmicpi python[268]: Unable to connect (Lookup error.). Mar 21 23:04:58 cosmicpi python[268]: 2018-03-21 23:04:58,342 - INFO - Sleeping for: 1 [s] Mar 21 23:04:59 cosmicpi python[268]: 2018-03-21 23:04:59,360 - INFO - Searched for events since: 1521674085; Found the following number of new events: 0 Mar 21 23:04:59 cosmicpi python[268]: 2018-03-21 23:04:59,367 - INFO - Sleeping for: 2 [s] Mar 21 23:05:01 cosmicpi python[268]: 2018-03-21 23:05:01,413 - INFO - Searched for events since: 1521674085; Found the following number of new events: 0 Mar 21 23:05:01 cosmicpi python[268]: 2018-03-21 23:05:01,424 - INFO - Sleeping for: 3 [s] Mar 21 23:05:01 cosmicpi python[255]: 2018-03-21 23:05:01,633 - INFO - Submitting event, with unix timestamp: 1521674089.0

pingud98 commented 6 years ago

there's no file called dashboard_histogram.png in the static directory

pingud98 commented 6 years ago

and now it works again?

pingud98 commented 6 years ago

Oops, my wifi had connected back to my home network. The test unit still has no graph, just a broken link. I tried creating dashboard_histogram.png with touch, but still doesn't work

pingud98 commented 6 years ago

Just had a report from the IPPOG guys that they aren't seeing a graph where the graph should be - something I meant to raise earlier. When I build now, I get a not working graph myself, so sticking with the old images for now. Not sure why the latest code doesn't work. I'll set up a 'sandbox' unit tonight.

pingud98 commented 6 years ago

Still a problem - here it is on a freshly rolled system (from current github) - ? Running chromium. brokengraph

lukicdarkoo commented 6 years ago

Fixed. Please check https://github.com/CosmicPi/cosmicpi-rpi_V1.5/issues/16#issuecomment-390787347 for details.