erijo / tellive-py

Python wrapper for Telldus Live
GNU General Public License v3.0
12 stars 8 forks source link

Stops sending data after some hours #5

Closed la3rk closed 3 months ago

la3rk commented 9 years ago

I have tellive_core_connector running on a Raspberry Pi B. The software sends data from a temperatur/humidity sensor. Starting the software works fine, location gets online and data can be seen. However after some hours the data stream stops, but the location still reports online. Checking the output from tellive_core_connector it still pings/pongs the server, but no data is received. The sensors are located fairly close to the Telldus Duo so loss of sensor signal should not be a problem. What can be done to find the error? Is this a problem with the tellive_core_connector or can it have something to do with other software on the system.

Regards Olaf

erijo commented 9 years ago

This looks like the same problem as reported in issue #3.

Could you run tellive_core_connector from the debug branch? Just download https://github.com/erijo/tellive-py/blob/debug/bin/tellive_core_connector and run that instead of the one you have installed. Once you have reproduced the problem you can send me the tellive.log file that should have been created in the directory where you started the program.

la3rk commented 9 years ago

Ok. Thanks. This version downloaded and started as normal. Readings are coming in to tellive as expected. Will see how long it lasts.

Regards Olaf

Den 19.05.2015 19:33, skrev Erik Johansson:

This looks like the same problem as reported in issue #3 https://github.com/erijo/tellive-py/issues/3.

Could you run tellive_core_connector from the debug branch? Just download https://github.com/erijo/tellive-py/blob/debug/bin/tellive_core_connector and run that instead of the one you have installed. Once you have reproduced the problem you can send me the tellive.log file that should have been created in the directory where you started the program.

— Reply to this email directly or view it on GitHub https://github.com/erijo/tellive-py/issues/5#issuecomment-103606017.

Regards

Olaf Devik M: +47 911 70 849 E: olaf.devik@mollefaret.no

la3rk commented 9 years ago

First try did not run as expected, not very much info into the log file, seems the debug flag has to be set to give log info. The test run for some hours, but then the tellive_core_connector died and there were some weird errors on dmesg "..... (telldusd) did not claim interface 0 before use" claiming some usb error due to telldusd. Normal situation is that tellive_core_connector reports as online on live.telldus, ie ping/pong works, but no data is coming. New test has started and the log file is now being filled up.

Regards Olaf

la3rk commented 9 years ago

Current status is that the debug version runs for approx 2 hours and then stops. Can not see any errors in log. Log issued by email. Seems something makes tellive_core_connector to stop. I can not see any errors in log file. Did try to restart raspberry, but did not make any change. The tellive_core_connector is started by the following command; screen python3 tellive_core_connector.py ~/.config/tellive.conf

Seems to start normally. Screen is put to background via Ctrla-d.

la3rk commented 9 years ago

Last logfile attached. Seems normal to me, no errors spotted. But currently I can not reproduce the situation where no sensors are transmitted and tellive_core_connector still connected. Now it ends suddenly and I can not find any error.

telldusd reports as an active process.

What to check next?

Regards Olaf Devik

Den 19.05.2015 19:33, skrev Erik Johansson:

This looks like the same problem as reported in issue #3 https://github.com/erijo/tellive-py/issues/3.

Could you run tellive_core_connector from the debug branch? Just download https://github.com/erijo/tellive-py/blob/debug/bin/tellive_core_connector and run that instead of the one you have installed. Once you have reproduced the problem you can send me the tellive.log file that should have been created in the directory where you started the program.

— Reply to this email directly or view it on GitHub https://github.com/erijo/tellive-py/issues/5#issuecomment-103606017.

Regards

Olaf Devik M: +47 911 70 849 E: olaf.devik@mollefaret.no

2015-05-20 13:35:12,488 DEBUG: Fetching server list from api.telldus.com:443 2015-05-20 13:35:13,765 DEBUG: Found 16 available servers 2015-05-20 13:35:13,767 DEBUG: Connecting to sara.telldus.com:45000 2015-05-20 13:35:13,958 INFO: Connected to sara.telldus.com:45000 2015-05-20 13:35:13,983 DEBUG: Sending: b'28:dc27462becaed8759892b2070ae1fd623c6ee36bAB:8:Registerh4:hash4:sha14:uuid24:351db6b4-9a62-4375-a7b8-18ca028c5f783:key20:THETECHET2STUSWAGACRUWEFU5EWUW5Wsh2:os5:linux7:version5:0.5.28:protocoli2sA:os-version6:debians' 2015-05-20 13:35:14,419 DEBUG: Received: b'28:92eec3e51dd81147f5ffe28734f1696f912f08cf26:A:Registeredh10:supportedMethodsi3D7ss' 2015-05-20 13:35:14,422 DEBUG: Client is registered, supported methods: 0x3d7 -> 0x3d7 2015-05-20 13:35:14,425 DEBUG: Sending: b'28:7795e4540cc2ad685217d05c3bbac3a094eb755711:D:DevicesReportls' 2015-05-20 13:35:14,437 DEBUG: Sending: b'28:ba22f77a9d3fe4110b701854b6d5fbb73858ca0f12B:D:SensorsReportllh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffset4:name4:Inneslh6:lastUpi555C7166s4:typei1s5:value4:17.8sh6:lastUpi555C7166s4:typei2s5:value2:47ssslh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffset4:name3:Uteslh6:lastUpi555C716Bs4:typei1s5:value4:12.7ssss' 2015-05-20 13:35:50,822 DEBUG: On callback 3 2015-05-20 13:35:50,824 DEBUG: Processing callbacks 2015-05-20 13:35:50,825 DEBUG: On sensor event (callback 3) 2015-05-20 13:35:50,828 DEBUG: On callback 3 2015-05-20 13:35:50,831 DEBUG: Sending: b'28:a61c354b776e23a623a70c23aed25b30ae82b7177D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7196s4:typei1s5:value4:17.7ss' 2015-05-20 13:35:50,834 DEBUG: Processing callbacks 2015-05-20 13:35:50,835 DEBUG: On sensor event (callback 3) 2015-05-20 13:35:50,840 DEBUG: Sending: b'28:7cda495ce22395bb4ad457c65a06db3bd03baae97B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7196s4:typei2s5:value2:47ss' 2015-05-20 13:35:55,806 DEBUG: On callback 3 2015-05-20 13:35:55,808 DEBUG: Processing callbacks 2015-05-20 13:35:55,809 DEBUG: On sensor event (callback 3) 2015-05-20 13:35:55,814 DEBUG: Sending: b'28:7a82729d899516fd8ae1e6da7a82d8d3a403e37074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C719Bs4:typei1s5:value4:13.1ss' 2015-05-20 13:36:38,836 DEBUG: On callback 3 2015-05-20 13:36:38,838 DEBUG: Processing callbacks 2015-05-20 13:36:38,839 DEBUG: On callback 3 2015-05-20 13:36:38,840 DEBUG: On sensor event (callback 3) 2015-05-20 13:36:38,846 DEBUG: Sending: b'28:532a344f77c487fe5b751596a5138c233e28b0197D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C71C6s4:typei1s5:value4:17.8ss' 2015-05-20 13:36:38,848 DEBUG: Processing callbacks 2015-05-20 13:36:38,850 DEBUG: On sensor event (callback 3) 2015-05-20 13:36:38,854 DEBUG: Sending: b'28:d1e5ad1ce3e25ce9ab9460147535355329757cee7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C71C6s4:typei2s5:value2:47ss' 2015-05-20 13:36:43,823 DEBUG: On callback 3 2015-05-20 13:36:43,825 DEBUG: Processing callbacks 2015-05-20 13:36:43,826 DEBUG: On sensor event (callback 3) 2015-05-20 13:36:43,831 DEBUG: Sending: b'28:226883adf404bf732e06de490fd5636874eea3ef74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C71CBs4:typei1s5:value4:13.2ss' 2015-05-20 13:37:17,573 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:37:26,818 DEBUG: On callback 3 2015-05-20 13:37:26,819 DEBUG: Processing callbacks 2015-05-20 13:37:26,821 DEBUG: On sensor event (callback 3) 2015-05-20 13:37:26,824 DEBUG: On callback 3 2015-05-20 13:37:26,826 DEBUG: Sending: b'28:0086510a9eadfc31bcf4b4b79ecc2eaccf25355f7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C71F6s4:typei1s5:value4:17.7ss' 2015-05-20 13:37:26,829 DEBUG: Processing callbacks 2015-05-20 13:37:26,830 DEBUG: On sensor event (callback 3) 2015-05-20 13:37:26,835 DEBUG: Sending: b'28:f61b07364934697d76531d60396ce5ece26218237B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C71F6s4:typei2s5:value2:47ss' 2015-05-20 13:37:31,832 DEBUG: On callback 3 2015-05-20 13:37:31,839 DEBUG: Processing callbacks 2015-05-20 13:37:31,841 DEBUG: On sensor event (callback 3) 2015-05-20 13:37:31,845 DEBUG: Sending: b'28:6bd0b8b67b2e79cf9128788ac7a5bdf3c4930a0d74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C71FBs4:typei1s5:value4:13.8ss' 2015-05-20 13:38:14,872 DEBUG: On callback 3 2015-05-20 13:38:14,873 DEBUG: Processing callbacks 2015-05-20 13:38:14,875 DEBUG: On sensor event (callback 3) 2015-05-20 13:38:14,877 DEBUG: On callback 3 2015-05-20 13:38:14,879 DEBUG: Sending: b'28:d1e58a9f295c9fdad8e2c096a868d233fc67597c7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7226s4:typei1s5:value4:17.9ss' 2015-05-20 13:38:14,882 DEBUG: Processing callbacks 2015-05-20 13:38:14,883 DEBUG: On sensor event (callback 3) 2015-05-20 13:38:14,889 DEBUG: Sending: b'28:e3ea36c14929c1be1d58fd70cf23b368d1ca97217B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7226s4:typei2s5:value2:47ss' 2015-05-20 13:38:19,793 DEBUG: On callback 3 2015-05-20 13:38:19,795 DEBUG: Processing callbacks 2015-05-20 13:38:19,796 DEBUG: On sensor event (callback 3) 2015-05-20 13:38:19,801 DEBUG: Sending: b'28:da8d99a43f05eaf4ae9bb123477ddbce7ed5c45474:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C722Bs4:typei1s5:value4:13.9ss' 2015-05-20 13:39:02,834 DEBUG: On callback 3 2015-05-20 13:39:02,835 DEBUG: Processing callbacks 2015-05-20 13:39:02,837 DEBUG: On sensor event (callback 3) 2015-05-20 13:39:02,836 DEBUG: On callback 3 2015-05-20 13:39:02,844 DEBUG: Sending: b'28:01661d6d430ce1886799671696d36d55433ab4687D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7256s4:typei1s5:value4:17.8ss' 2015-05-20 13:39:02,846 DEBUG: Processing callbacks 2015-05-20 13:39:02,847 DEBUG: On sensor event (callback 3) 2015-05-20 13:39:02,852 DEBUG: Sending: b'28:52d477e6dc268705c9d386261399aacf420387817B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7256s4:typei2s5:value2:47ss' 2015-05-20 13:39:07,800 DEBUG: On callback 3 2015-05-20 13:39:07,802 DEBUG: Processing callbacks 2015-05-20 13:39:07,803 DEBUG: On sensor event (callback 3) 2015-05-20 13:39:07,807 DEBUG: Sending: b'28:f494f6294bd928212d31e96a68cac042ce45d62774:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C725Bs4:typei1s5:value4:14.1ss' 2015-05-20 13:39:16,868 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:39:50,837 DEBUG: On callback 3 2015-05-20 13:39:50,839 DEBUG: Processing callbacks 2015-05-20 13:39:50,840 DEBUG: On sensor event (callback 3) 2015-05-20 13:39:50,843 DEBUG: On callback 3 2015-05-20 13:39:50,845 DEBUG: Sending: b'28:e9ffd068088645bb0fc393ee1979fb341eede80f7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7286s4:typei1s5:value4:18.0ss' 2015-05-20 13:39:50,848 DEBUG: Processing callbacks 2015-05-20 13:39:50,849 DEBUG: On sensor event (callback 3) 2015-05-20 13:39:50,854 DEBUG: Sending: b'28:fa89f5771b2ddedb65a2da258987303f69107fcf7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7286s4:typei2s5:value2:47ss' 2015-05-20 13:39:55,806 DEBUG: On callback 3 2015-05-20 13:39:55,808 DEBUG: Processing callbacks 2015-05-20 13:39:55,809 DEBUG: On sensor event (callback 3) 2015-05-20 13:39:55,813 DEBUG: Sending: b'28:bb54b8886b1d425cc6b05b7a6a3becd7ed39fb7574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C728Bs4:typei1s5:value4:14.1ss' 2015-05-20 13:40:38,811 DEBUG: On callback 3 2015-05-20 13:40:38,813 DEBUG: Processing callbacks 2015-05-20 13:40:38,814 DEBUG: On callback 3 2015-05-20 13:40:38,815 DEBUG: On sensor event (callback 3) 2015-05-20 13:40:38,821 DEBUG: Sending: b'28:75e546008bb64955dec20e928466a0b0dcde17097D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C72B6s4:typei1s5:value4:18.1ss' 2015-05-20 13:40:38,823 DEBUG: Processing callbacks 2015-05-20 13:40:38,824 DEBUG: On sensor event (callback 3) 2015-05-20 13:40:38,829 DEBUG: Sending: b'28:834de172d17cb5c93df2ed2566a7b68c8fedaad27B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C72B6s4:typei2s5:value2:47ss' 2015-05-20 13:40:43,827 DEBUG: On callback 3 2015-05-20 13:40:43,828 DEBUG: Processing callbacks 2015-05-20 13:40:43,832 DEBUG: On sensor event (callback 3) 2015-05-20 13:40:43,838 DEBUG: Sending: b'28:8d3fe94e9bdd16245b7f65ce4aa47a9d8e3a14f274:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C72BBs4:typei1s5:value4:13.6ss' 2015-05-20 13:41:18,619 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:41:26,806 DEBUG: On callback 3 2015-05-20 13:41:26,808 DEBUG: Processing callbacks 2015-05-20 13:41:26,809 DEBUG: On callback 3 2015-05-20 13:41:26,811 DEBUG: On sensor event (callback 3) 2015-05-20 13:41:26,816 DEBUG: Sending: b'28:3fce5030b98b78ecca107247c48cd5e552f2527f7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C72E6s4:typei1s5:value4:17.8ss' 2015-05-20 13:41:26,818 DEBUG: Processing callbacks 2015-05-20 13:41:26,820 DEBUG: On sensor event (callback 3) 2015-05-20 13:41:26,825 DEBUG: Sending: b'28:6f3ec32821f499e3690e6d91af3dfe3db68d63657B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C72E6s4:typei2s5:value2:47ss' 2015-05-20 13:41:31,841 DEBUG: On callback 3 2015-05-20 13:41:31,843 DEBUG: Processing callbacks 2015-05-20 13:41:31,854 DEBUG: On sensor event (callback 3) 2015-05-20 13:41:31,859 DEBUG: Sending: b'28:4e2247274ebfcbb82f578f1086cd19ac671e6e7874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C72EBs4:typei1s5:value4:13.3ss' 2015-05-20 13:42:14,806 DEBUG: On callback 3 2015-05-20 13:42:14,808 DEBUG: Processing callbacks 2015-05-20 13:42:14,809 DEBUG: On callback 3 2015-05-20 13:42:14,810 DEBUG: On sensor event (callback 3) 2015-05-20 13:42:14,817 DEBUG: Sending: b'28:29010d3496c216f2b130765a5b37e03a1cff6e087D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7316s4:typei1s5:value4:17.8ss' 2015-05-20 13:42:14,819 DEBUG: Processing callbacks 2015-05-20 13:42:14,820 DEBUG: On sensor event (callback 3) 2015-05-20 13:42:14,825 DEBUG: Sending: b'28:6717d65a51dacf6a93c16aaad4026f0f93908e547B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7316s4:typei2s5:value2:47ss' 2015-05-20 13:42:19,807 DEBUG: On callback 3 2015-05-20 13:42:19,809 DEBUG: Processing callbacks 2015-05-20 13:42:19,813 DEBUG: On sensor event (callback 3) 2015-05-20 13:42:19,818 DEBUG: Sending: b'28:01ea0b2c5bf217e0dcefc981ec19a66ddcdefa9874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C731Bs4:typei1s5:value4:13.3ss' 2015-05-20 13:43:02,846 DEBUG: On callback 3 2015-05-20 13:43:02,848 DEBUG: On callback 3 2015-05-20 13:43:02,848 DEBUG: Processing callbacks 2015-05-20 13:43:02,850 DEBUG: On sensor event (callback 3) 2015-05-20 13:43:02,855 DEBUG: Sending: b'28:2c1b96cea414e7a5b75e96f086dffc51b9b800e97D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7346s4:typei1s5:value4:17.9ss' 2015-05-20 13:43:02,857 DEBUG: Processing callbacks 2015-05-20 13:43:02,859 DEBUG: On sensor event (callback 3) 2015-05-20 13:43:02,863 DEBUG: Sending: b'28:526a33c040df254638c6ef3dcd32ecec945e59a17B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7346s4:typei2s5:value2:47ss' 2015-05-20 13:43:07,800 DEBUG: On callback 3 2015-05-20 13:43:07,802 DEBUG: Processing callbacks 2015-05-20 13:43:07,804 DEBUG: On sensor event (callback 3) 2015-05-20 13:43:07,808 DEBUG: Sending: b'28:4a251fe7016ead9fcb241e80bf76e6d2f265a75574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C734Bs4:typei1s5:value4:13.4ss' 2015-05-20 13:43:21,086 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:43:50,794 DEBUG: On callback 3 2015-05-20 13:43:50,796 DEBUG: Processing callbacks 2015-05-20 13:43:50,797 DEBUG: On sensor event (callback 3) 2015-05-20 13:43:50,800 DEBUG: On callback 3 2015-05-20 13:43:50,803 DEBUG: Sending: b'28:a2da0bf9f1668f766e3c8f3e5f57e7662231eb867D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7376s4:typei1s5:value4:18.0ss' 2015-05-20 13:43:50,805 DEBUG: Processing callbacks 2015-05-20 13:43:50,806 DEBUG: On sensor event (callback 3) 2015-05-20 13:43:50,812 DEBUG: Sending: b'28:58d3b1f0e31e6a5ba8cb035432202fe2e4db6ac07B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7376s4:typei2s5:value2:47ss' 2015-05-20 13:43:55,826 DEBUG: On callback 3 2015-05-20 13:43:55,828 DEBUG: Processing callbacks 2015-05-20 13:43:55,833 DEBUG: On sensor event (callback 3) 2015-05-20 13:43:55,838 DEBUG: Sending: b'28:c7252702be9c0631a5d027599c6aa857c6588ddb74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C737Bs4:typei1s5:value4:13.6ss' 2015-05-20 13:44:38,797 DEBUG: On callback 3 2015-05-20 13:44:38,799 DEBUG: On callback 3 2015-05-20 13:44:38,799 DEBUG: Processing callbacks 2015-05-20 13:44:38,801 DEBUG: On sensor event (callback 3) 2015-05-20 13:44:38,806 DEBUG: Sending: b'28:4935f92da4ebdac57e3b0bad6bd14e0547b83c737D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C73A6s4:typei1s5:value4:17.7ss' 2015-05-20 13:44:38,809 DEBUG: Processing callbacks 2015-05-20 13:44:38,810 DEBUG: On sensor event (callback 3) 2015-05-20 13:44:38,815 DEBUG: Sending: b'28:e83b65b7c6023d6435fc2d151a5c904df8d0649c7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C73A6s4:typei2s5:value2:47ss' 2015-05-20 13:44:43,813 DEBUG: On callback 3 2015-05-20 13:44:43,815 DEBUG: Processing callbacks 2015-05-20 13:44:43,821 DEBUG: On sensor event (callback 3) 2015-05-20 13:44:43,826 DEBUG: Sending: b'28:a4f10392f04a62ef0c673b0b3c234c0da138cebb74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C73ABs4:typei1s5:value4:13.3ss' 2015-05-20 13:45:21,404 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:45:26,791 DEBUG: On callback 3 2015-05-20 13:45:26,793 DEBUG: Processing callbacks 2015-05-20 13:45:26,794 DEBUG: On sensor event (callback 3) 2015-05-20 13:45:26,797 DEBUG: On callback 3 2015-05-20 13:45:26,799 DEBUG: Sending: b'28:438feca0a101c2c758c84285f6924b9c6a7f30c97D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C73D6s4:typei1s5:value4:17.7ss' 2015-05-20 13:45:26,802 DEBUG: Processing callbacks 2015-05-20 13:45:26,804 DEBUG: On sensor event (callback 3) 2015-05-20 13:45:26,808 DEBUG: Sending: b'28:1674c378bbeb1fef2a1e087eb314f3daec8db5d47B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C73D6s4:typei2s5:value2:47ss' 2015-05-20 13:45:31,808 DEBUG: On callback 3 2015-05-20 13:45:31,814 DEBUG: Processing callbacks 2015-05-20 13:45:31,816 DEBUG: On sensor event (callback 3) 2015-05-20 13:45:31,821 DEBUG: Sending: b'28:017d2e3553b4f4d7bcd56069cd1a41e908c4450274:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C73DBs4:typei1s5:value4:12.9ss' 2015-05-20 13:46:14,796 DEBUG: On callback 3 2015-05-20 13:46:14,798 DEBUG: On callback 3 2015-05-20 13:46:14,798 DEBUG: Processing callbacks 2015-05-20 13:46:14,800 DEBUG: On sensor event (callback 3) 2015-05-20 13:46:14,805 DEBUG: Sending: b'28:f8eadfc90564787b00ed62d4b3f206c5581c40317D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7406s4:typei1s5:value4:17.8ss' 2015-05-20 13:46:14,807 DEBUG: Processing callbacks 2015-05-20 13:46:14,808 DEBUG: On sensor event (callback 3) 2015-05-20 13:46:14,813 DEBUG: Sending: b'28:718d80c570c18ad3731f133f531f305507a675397B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7406s4:typei2s5:value2:47ss' 2015-05-20 13:46:19,827 DEBUG: On callback 3 2015-05-20 13:46:19,829 DEBUG: Processing callbacks 2015-05-20 13:46:19,834 DEBUG: On sensor event (callback 3) 2015-05-20 13:46:19,839 DEBUG: Sending: b'28:f4fdafabc5e195f23b8923185eaec5414d23a90f74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C740Bs4:typei1s5:value4:12.9ss' 2015-05-20 13:47:02,790 DEBUG: On callback 3 2015-05-20 13:47:02,792 DEBUG: On callback 3 2015-05-20 13:47:02,793 DEBUG: Processing callbacks 2015-05-20 13:47:02,795 DEBUG: On sensor event (callback 3) 2015-05-20 13:47:02,799 DEBUG: Sending: b'28:e741e5b5e27587fab504531652a68787f0f9e0237D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7436s4:typei1s5:value4:17.8ss' 2015-05-20 13:47:02,802 DEBUG: Processing callbacks 2015-05-20 13:47:02,803 DEBUG: On sensor event (callback 3) 2015-05-20 13:47:02,808 DEBUG: Sending: b'28:ab2bc0a33bdace39a47dba21357dc324b2b3e01e7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7436s4:typei2s5:value2:47ss' 2015-05-20 13:47:07,808 DEBUG: On callback 3 2015-05-20 13:47:07,809 DEBUG: Processing callbacks 2015-05-20 13:47:07,816 DEBUG: On sensor event (callback 3) 2015-05-20 13:47:07,821 DEBUG: Sending: b'28:3dc66fd124ada6d550feca94ad35a484f1b35ed874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C743Bs4:typei1s5:value4:13.2ss' 2015-05-20 13:47:21,717 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:47:50,782 DEBUG: On callback 3 2015-05-20 13:47:50,784 DEBUG: On callback 3 2015-05-20 13:47:50,785 DEBUG: Processing callbacks 2015-05-20 13:47:50,787 DEBUG: On sensor event (callback 3) 2015-05-20 13:47:50,792 DEBUG: Sending: b'28:b002e30fd4bc3d1d71a6b4b275e155b81459badb7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7466s4:typei1s5:value4:17.9ss' 2015-05-20 13:47:50,794 DEBUG: Processing callbacks 2015-05-20 13:47:50,795 DEBUG: On sensor event (callback 3) 2015-05-20 13:47:50,800 DEBUG: Sending: b'28:a4599aaf04095073f99b72bb28aac447569f91a67B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7466s4:typei2s5:value2:47ss' 2015-05-20 13:47:55,798 DEBUG: On callback 3 2015-05-20 13:47:55,806 DEBUG: Processing callbacks 2015-05-20 13:47:55,807 DEBUG: On sensor event (callback 3) 2015-05-20 13:47:55,812 DEBUG: Sending: b'28:39ac3fc995d760469a9d8e9ef04bdbc27d4e6db974:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C746Bs4:typei1s5:value4:13.6ss' 2015-05-20 13:48:38,776 DEBUG: On callback 3 2015-05-20 13:48:38,778 DEBUG: On callback 3 2015-05-20 13:48:38,779 DEBUG: Processing callbacks 2015-05-20 13:48:38,781 DEBUG: On sensor event (callback 3) 2015-05-20 13:48:38,786 DEBUG: Sending: b'28:c477bcb046721cab173495fadcda45a1614d9b3b7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7496s4:typei1s5:value4:17.9ss' 2015-05-20 13:48:38,788 DEBUG: Processing callbacks 2015-05-20 13:48:38,789 DEBUG: On sensor event (callback 3) 2015-05-20 13:48:38,794 DEBUG: Sending: b'28:3b00d850685d0be66879cd7daa59dc8678237de87B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7496s4:typei2s5:value2:47ss' 2015-05-20 13:48:43,791 DEBUG: On callback 3 2015-05-20 13:48:43,793 DEBUG: Processing callbacks 2015-05-20 13:48:43,794 DEBUG: On sensor event (callback 3) 2015-05-20 13:48:43,799 DEBUG: Sending: b'28:5e4ba81a0b69e1aab9c358ce1510e339d8a2827674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C749Bs4:typei1s5:value4:13.6ss' 2015-05-20 13:49:22,035 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:49:26,784 DEBUG: On callback 3 2015-05-20 13:49:26,786 DEBUG: Processing callbacks 2015-05-20 13:49:26,787 DEBUG: On sensor event (callback 3) 2015-05-20 13:49:26,790 DEBUG: On callback 3 2015-05-20 13:49:26,792 DEBUG: Sending: b'28:1e276c8497ce7a70552b781a7fb7eedd7b17ad1f7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C74C6s4:typei1s5:value4:18.0ss' 2015-05-20 13:49:26,795 DEBUG: Processing callbacks 2015-05-20 13:49:26,797 DEBUG: On sensor event (callback 3) 2015-05-20 13:49:26,802 DEBUG: Sending: b'28:428cf5b6e7930169b2fa4011ba36234713222d1b7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C74C6s4:typei2s5:value2:47ss' 2015-05-20 13:49:31,785 DEBUG: On callback 3 2015-05-20 13:49:31,787 DEBUG: Processing callbacks 2015-05-20 13:49:31,788 DEBUG: On sensor event (callback 3) 2015-05-20 13:49:31,793 DEBUG: Sending: b'28:617c0639769661fa6ecc93496b3603f31e20159774:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C74CBs4:typei1s5:value4:13.6ss' 2015-05-20 13:50:14,781 DEBUG: On callback 3 2015-05-20 13:50:14,783 DEBUG: On callback 3 2015-05-20 13:50:14,784 DEBUG: Processing callbacks 2015-05-20 13:50:14,786 DEBUG: On sensor event (callback 3) 2015-05-20 13:50:14,791 DEBUG: Sending: b'28:9c5bfab42bc7dc6f66f44286599e2500437224cd7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C74F6s4:typei1s5:value4:17.8ss' 2015-05-20 13:50:14,793 DEBUG: Processing callbacks 2015-05-20 13:50:14,794 DEBUG: On sensor event (callback 3) 2015-05-20 13:50:14,798 DEBUG: Sending: b'28:222b45a99b5e63363603b05cd2a61adb21511ca37B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C74F6s4:typei2s5:value2:47ss' 2015-05-20 13:50:19,811 DEBUG: On callback 3 2015-05-20 13:50:19,818 DEBUG: Processing callbacks 2015-05-20 13:50:19,819 DEBUG: On sensor event (callback 3) 2015-05-20 13:50:19,824 DEBUG: Sending: b'28:8256d022aa8fe798f8316bd3d95b2f6eed8c63e874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C74FBs4:typei1s5:value4:13.3ss' 2015-05-20 13:51:02,776 DEBUG: On callback 3 2015-05-20 13:51:02,778 DEBUG: On callback 3 2015-05-20 13:51:02,779 DEBUG: Processing callbacks 2015-05-20 13:51:02,781 DEBUG: On sensor event (callback 3) 2015-05-20 13:51:02,786 DEBUG: Sending: b'28:a7de3a64b9736548e6ca423ff0553787c3995dfc7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7526s4:typei1s5:value4:17.9ss' 2015-05-20 13:51:02,788 DEBUG: Processing callbacks 2015-05-20 13:51:02,789 DEBUG: On sensor event (callback 3) 2015-05-20 13:51:02,794 DEBUG: Sending: b'28:2fefa5585a09795beb5f37e6a560638286ab014a7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7526s4:typei2s5:value2:47ss' 2015-05-20 13:51:07,791 DEBUG: On callback 3 2015-05-20 13:51:07,798 DEBUG: Processing callbacks 2015-05-20 13:51:07,799 DEBUG: On sensor event (callback 3) 2015-05-20 13:51:07,805 DEBUG: Sending: b'28:84978cd23537a18c3c7d7dbc0ed2ac6e590b3d8b74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C752Bs4:typei1s5:value4:13.3ss' 2015-05-20 13:51:22,860 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:51:50,772 DEBUG: On callback 3 2015-05-20 13:51:50,774 DEBUG: Processing callbacks 2015-05-20 13:51:50,775 DEBUG: On sensor event (callback 3) 2015-05-20 13:51:50,778 DEBUG: On callback 3 2015-05-20 13:51:50,781 DEBUG: Sending: b'28:debdad5342cf7ea8f5b54efb7ee924d7441bf8ad7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7556s4:typei1s5:value4:17.9ss' 2015-05-20 13:51:50,783 DEBUG: Processing callbacks 2015-05-20 13:51:50,785 DEBUG: On sensor event (callback 3) 2015-05-20 13:51:50,789 DEBUG: Sending: b'28:b386ca8926d6bcafd7e48dbe309e8da90225af2d7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7556s4:typei2s5:value2:47ss' 2015-05-20 13:51:55,790 DEBUG: On callback 3 2015-05-20 13:51:55,792 DEBUG: Processing callbacks 2015-05-20 13:51:55,797 DEBUG: On sensor event (callback 3) 2015-05-20 13:51:55,802 DEBUG: Sending: b'28:bad3aa752652ee9782757b13bcf81f6a8d7269ee74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C755Bs4:typei1s5:value4:13.3ss' 2015-05-20 13:52:38,773 DEBUG: On callback 3 2015-05-20 13:52:38,775 DEBUG: Processing callbacks 2015-05-20 13:52:38,776 DEBUG: On sensor event (callback 3) 2015-05-20 13:52:38,778 DEBUG: On callback 3 2015-05-20 13:52:38,781 DEBUG: Sending: b'28:9348cb1fdb0780468307b493b12c41dfd585881f7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7586s4:typei1s5:value4:17.9ss' 2015-05-20 13:52:38,784 DEBUG: Processing callbacks 2015-05-20 13:52:38,785 DEBUG: On sensor event (callback 3) 2015-05-20 13:52:38,790 DEBUG: Sending: b'28:28c5770abbfbc748c26ec34591e383da1996be8d7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7586s4:typei2s5:value2:47ss' 2015-05-20 13:52:43,790 DEBUG: On callback 3 2015-05-20 13:52:43,792 DEBUG: Processing callbacks 2015-05-20 13:52:43,815 DEBUG: On sensor event (callback 3) 2015-05-20 13:52:43,820 DEBUG: Sending: b'28:edcc932b50d4bd22af3eba8428f405354d275b2774:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C758Bs4:typei1s5:value4:13.9ss' 2015-05-20 13:53:26,770 DEBUG: On callback 3 2015-05-20 13:53:26,772 DEBUG: Processing callbacks 2015-05-20 13:53:26,773 DEBUG: On sensor event (callback 3) 2015-05-20 13:53:26,777 DEBUG: On callback 3 2015-05-20 13:53:26,779 DEBUG: Sending: b'28:4ac835cb955a76f91fbc91f34b03be711c6712347D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C75B6s4:typei1s5:value4:17.9ss' 2015-05-20 13:53:26,782 DEBUG: Processing callbacks 2015-05-20 13:53:26,783 DEBUG: On sensor event (callback 3) 2015-05-20 13:53:26,788 DEBUG: Sending: b'28:df0b4282699b7f64799932da3702945ba03e8fad7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C75B6s4:typei2s5:value2:46ss' 2015-05-20 13:53:31,802 DEBUG: On callback 3 2015-05-20 13:53:31,804 DEBUG: Processing callbacks 2015-05-20 13:53:31,809 DEBUG: On sensor event (callback 3) 2015-05-20 13:53:31,814 DEBUG: Sending: b'28:b341af126a4533ab474b753baeb4156cb6ab012f74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C75BBs4:typei1s5:value4:13.8ss' 2015-05-20 13:53:32,808 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:54:14,763 DEBUG: On callback 3 2015-05-20 13:54:14,765 DEBUG: Processing callbacks 2015-05-20 13:54:14,766 DEBUG: On sensor event (callback 3) 2015-05-20 13:54:14,769 DEBUG: On callback 3 2015-05-20 13:54:14,772 DEBUG: Sending: b'28:8b749f049a0f1ca86d61ef190ef473f4802401ec7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C75E6s4:typei1s5:value4:18.0ss' 2015-05-20 13:54:14,774 DEBUG: Processing callbacks 2015-05-20 13:54:14,776 DEBUG: On sensor event (callback 3) 2015-05-20 13:54:14,781 DEBUG: Sending: b'28:34d1ed5694d714ef5ba17c78c4a367b97dcd4c7c7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C75E6s4:typei2s5:value2:46ss' 2015-05-20 13:54:19,795 DEBUG: On callback 3 2015-05-20 13:54:19,797 DEBUG: Processing callbacks 2015-05-20 13:54:19,802 DEBUG: On sensor event (callback 3) 2015-05-20 13:54:19,807 DEBUG: Sending: b'28:0a16dbb54ff75c53cbfee78497a555829c14b6c074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C75EBs4:typei1s5:value4:14.1ss' 2015-05-20 13:55:02,762 DEBUG: On callback 3 2015-05-20 13:55:02,764 DEBUG: On callback 3 2015-05-20 13:55:02,765 DEBUG: Processing callbacks 2015-05-20 13:55:02,767 DEBUG: On sensor event (callback 3) 2015-05-20 13:55:02,772 DEBUG: Sending: b'28:ef49f40fbbbd79311837760b1be053bd8df48a8c7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7616s4:typei1s5:value4:17.9ss' 2015-05-20 13:55:02,774 DEBUG: Processing callbacks 2015-05-20 13:55:02,775 DEBUG: On sensor event (callback 3) 2015-05-20 13:55:02,780 DEBUG: Sending: b'28:a5136b4cd2bad28dfe5c478d0b1cb5f01fcc766b7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7616s4:typei2s5:value2:46ss' 2015-05-20 13:55:07,794 DEBUG: On callback 3 2015-05-20 13:55:07,796 DEBUG: Processing callbacks 2015-05-20 13:55:07,801 DEBUG: On sensor event (callback 3) 2015-05-20 13:55:07,806 DEBUG: Sending: b'28:9c20582b756dc73767f97a1226d8b4b38278f8a074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C761Bs4:typei1s5:value4:14.0ss' 2015-05-20 13:55:34,558 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:55:50,759 DEBUG: On callback 3 2015-05-20 13:55:50,761 DEBUG: On callback 3 2015-05-20 13:55:50,762 DEBUG: Processing callbacks 2015-05-20 13:55:50,764 DEBUG: On sensor event (callback 3) 2015-05-20 13:55:50,768 DEBUG: Sending: b'28:0025d3343ae5ac3895493131a54beb00ef727ecf7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7646s4:typei1s5:value4:17.9ss' 2015-05-20 13:55:50,771 DEBUG: Processing callbacks 2015-05-20 13:55:50,772 DEBUG: On sensor event (callback 3) 2015-05-20 13:55:50,777 DEBUG: Sending: b'28:1d59ca6415fcea3ccb3d6b7e0b1deb3d4e5aa5207B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7646s4:typei2s5:value2:46ss' 2015-05-20 13:55:55,774 DEBUG: On callback 3 2015-05-20 13:55:55,776 DEBUG: Processing callbacks 2015-05-20 13:55:55,780 DEBUG: On sensor event (callback 3) 2015-05-20 13:55:55,785 DEBUG: Sending: b'28:39acb8e1d747020180088bc04bd69d701d3e427874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C764Bs4:typei1s5:value4:14.3ss' 2015-05-20 13:56:38,764 DEBUG: On callback 3 2015-05-20 13:56:38,765 DEBUG: Processing callbacks 2015-05-20 13:56:38,767 DEBUG: On callback 3 2015-05-20 13:56:38,768 DEBUG: On sensor event (callback 3) 2015-05-20 13:56:38,773 DEBUG: Sending: b'28:a79dda2583e7044df3d69874652273f7dbbdb1617D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7676s4:typei1s5:value4:17.9ss' 2015-05-20 13:56:38,775 DEBUG: Processing callbacks 2015-05-20 13:56:38,776 DEBUG: On sensor event (callback 3) 2015-05-20 13:56:38,781 DEBUG: Sending: b'28:000c89d93261ee864e3a01ca6fee62be3cc164ad7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7676s4:typei2s5:value2:46ss' 2015-05-20 13:56:43,780 DEBUG: On callback 3 2015-05-20 13:56:43,782 DEBUG: Processing callbacks 2015-05-20 13:56:43,790 DEBUG: On sensor event (callback 3) 2015-05-20 13:56:43,794 DEBUG: Sending: b'28:597675458336426b7e3beefb098874c5e64cdc1074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C767Bs4:typei1s5:value4:14.3ss' 2015-05-20 13:57:26,762 DEBUG: On callback 3 2015-05-20 13:57:26,763 DEBUG: Processing callbacks 2015-05-20 13:57:26,765 DEBUG: On sensor event (callback 3) 2015-05-20 13:57:26,768 DEBUG: On callback 3 2015-05-20 13:57:26,770 DEBUG: Sending: b'28:cce229653952a128118324d7c6817d2827ef3ba57D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C76A6s4:typei1s5:value4:18.1ss' 2015-05-20 13:57:26,773 DEBUG: Processing callbacks 2015-05-20 13:57:26,774 DEBUG: On sensor event (callback 3) 2015-05-20 13:57:26,779 DEBUG: Sending: b'28:a495c23b0719be228669f18cead296e960712f987B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C76A6s4:typei2s5:value2:47ss' 2015-05-20 13:57:31,780 DEBUG: On callback 3 2015-05-20 13:57:31,782 DEBUG: Processing callbacks 2015-05-20 13:57:31,786 DEBUG: On sensor event (callback 3) 2015-05-20 13:57:31,791 DEBUG: Sending: b'28:2dfc91e8a18ed73f25c0e73ac131b7be78d93bfe74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C76ABs4:typei1s5:value4:13.7ss' 2015-05-20 13:57:33,751 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:58:14,758 DEBUG: On callback 3 2015-05-20 13:58:14,760 DEBUG: Processing callbacks 2015-05-20 13:58:14,762 DEBUG: On callback 3 2015-05-20 13:58:14,763 DEBUG: On sensor event (callback 3) 2015-05-20 13:58:14,768 DEBUG: Sending: b'28:dafc41ced65602e84f20dde4c02fb777de039df37D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C76D6s4:typei1s5:value4:18.1ss' 2015-05-20 13:58:14,771 DEBUG: Processing callbacks 2015-05-20 13:58:14,772 DEBUG: On sensor event (callback 3) 2015-05-20 13:58:14,777 DEBUG: Sending: b'28:a01ac6078293754736624406e0adc43c0f63ac827B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C76D6s4:typei2s5:value2:47ss' 2015-05-20 13:58:19,774 DEBUG: On callback 3 2015-05-20 13:58:19,776 DEBUG: Processing callbacks 2015-05-20 13:58:19,781 DEBUG: On sensor event (callback 3) 2015-05-20 13:58:19,786 DEBUG: Sending: b'28:46fd9868d7d768ee3b64e4408d66348f90de46e574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C76DBs4:typei1s5:value4:13.6ss' 2015-05-20 13:59:02,760 DEBUG: On callback 3 2015-05-20 13:59:02,762 DEBUG: Processing callbacks 2015-05-20 13:59:02,763 DEBUG: On sensor event (callback 3) 2015-05-20 13:59:02,766 DEBUG: On callback 3 2015-05-20 13:59:02,769 DEBUG: Sending: b'28:8690d8bb195ca35911086a47d05848778e0e45a17D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7706s4:typei1s5:value4:18.1ss' 2015-05-20 13:59:02,771 DEBUG: Processing callbacks 2015-05-20 13:59:02,772 DEBUG: On sensor event (callback 3) 2015-05-20 13:59:02,777 DEBUG: Sending: b'28:d1eba7b111723755442fa54a37ffdb41cca5b74f7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7706s4:typei2s5:value2:47ss' 2015-05-20 13:59:07,778 DEBUG: On callback 3 2015-05-20 13:59:07,780 DEBUG: Processing callbacks 2015-05-20 13:59:07,784 DEBUG: On sensor event (callback 3) 2015-05-20 13:59:07,789 DEBUG: Sending: b'28:77946e67e253e3c3d5b98abd0a83826cabea6b3e74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C770Bs4:typei1s5:value4:13.7ss' 2015-05-20 13:59:35,197 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 13:59:50,763 DEBUG: On callback 3 2015-05-20 13:59:50,765 DEBUG: On callback 3 2015-05-20 13:59:50,765 DEBUG: Processing callbacks 2015-05-20 13:59:50,768 DEBUG: On sensor event (callback 3) 2015-05-20 13:59:50,772 DEBUG: Sending: b'28:bad15e4f9d25d6990084b8fa64c673e238f5a4b77D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7736s4:typei1s5:value4:18.1ss' 2015-05-20 13:59:50,775 DEBUG: Processing callbacks 2015-05-20 13:59:50,776 DEBUG: On sensor event (callback 3) 2015-05-20 13:59:50,781 DEBUG: Sending: b'28:b47bc91def99294dca290cf1318e48207b17ba857B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7736s4:typei2s5:value2:47ss' 2015-05-20 13:59:55,795 DEBUG: On callback 3 2015-05-20 13:59:55,797 DEBUG: Processing callbacks 2015-05-20 13:59:55,801 DEBUG: On sensor event (callback 3) 2015-05-20 13:59:55,807 DEBUG: Sending: b'28:bd046cbda5283ee1868fc01595ccb967ab244fa874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C773Bs4:typei1s5:value4:14.0ss' 2015-05-20 14:00:38,762 DEBUG: On callback 3 2015-05-20 14:00:38,764 DEBUG: Processing callbacks 2015-05-20 14:00:38,765 DEBUG: On sensor event (callback 3) 2015-05-20 14:00:38,767 DEBUG: On callback 3 2015-05-20 14:00:38,770 DEBUG: Sending: b'28:bc6968594b34330dd3b433673eddbdc5f64dd59d7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7766s4:typei1s5:value4:18.2ss' 2015-05-20 14:00:38,773 DEBUG: Processing callbacks 2015-05-20 14:00:38,774 DEBUG: On sensor event (callback 3) 2015-05-20 14:00:38,779 DEBUG: Sending: b'28:7a0ca61f7c11fc4027ae0fe892e564c7b62a89877B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7766s4:typei2s5:value2:47ss' 2015-05-20 14:00:43,779 DEBUG: On callback 3 2015-05-20 14:00:43,781 DEBUG: Processing callbacks 2015-05-20 14:00:43,786 DEBUG: On sensor event (callback 3) 2015-05-20 14:00:43,791 DEBUG: Sending: b'28:4aee48f72e02c34d36b4a344f5cc404e3ae21c4374:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C776Bs4:typei1s5:value4:13.7ss' 2015-05-20 14:01:26,756 DEBUG: On callback 3 2015-05-20 14:01:26,757 DEBUG: Processing callbacks 2015-05-20 14:01:26,758 DEBUG: On sensor event (callback 3) 2015-05-20 14:01:26,759 DEBUG: On callback 3 2015-05-20 14:01:26,762 DEBUG: Sending: b'28:73c731dd9039978b4351a0c8454810ed3e2d79557D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7796s4:typei1s5:value4:18.1ss' 2015-05-20 14:01:26,764 DEBUG: Processing callbacks 2015-05-20 14:01:26,765 DEBUG: On sensor event (callback 3) 2015-05-20 14:01:26,768 DEBUG: Sending: b'28:8b5b58c173290b6f5b018c9c6410728af60f96117B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7796s4:typei2s5:value2:46ss' 2015-05-20 14:01:31,774 DEBUG: On callback 3 2015-05-20 14:01:31,776 DEBUG: Processing callbacks 2015-05-20 14:01:31,782 DEBUG: On sensor event (callback 3) 2015-05-20 14:01:31,787 DEBUG: Sending: b'28:727521275df9730d179f8b31552900b919e076f074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C779Bs4:typei1s5:value4:13.7ss' 2015-05-20 14:01:35,618 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:02:14,813 DEBUG: On callback 3 2015-05-20 14:02:14,815 DEBUG: On callback 3 2015-05-20 14:02:14,816 DEBUG: Processing callbacks 2015-05-20 14:02:14,817 DEBUG: On sensor event (callback 3) 2015-05-20 14:02:14,822 DEBUG: Sending: b'28:61c070f77fd72b44e0faf958070e571d4c0500fc7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C77C6s4:typei1s5:value4:18.2ss' 2015-05-20 14:02:14,825 DEBUG: Processing callbacks 2015-05-20 14:02:14,826 DEBUG: On sensor event (callback 3) 2015-05-20 14:02:14,831 DEBUG: Sending: b'28:a7684279cc07f5a4b0aa3ff09c2d7695d6a5297e7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C77C6s4:typei2s5:value2:46ss' 2015-05-20 14:02:19,765 DEBUG: On callback 3 2015-05-20 14:02:19,767 DEBUG: Processing callbacks 2015-05-20 14:02:19,768 DEBUG: On sensor event (callback 3) 2015-05-20 14:02:19,773 DEBUG: Sending: b'28:0e0def753ccb4e0cd046721965bd64268d8b1b8b74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C77CBs4:typei1s5:value4:13.8ss' 2015-05-20 14:03:02,761 DEBUG: On callback 3 2015-05-20 14:03:02,763 DEBUG: Processing callbacks 2015-05-20 14:03:02,764 DEBUG: On sensor event (callback 3) 2015-05-20 14:03:02,766 DEBUG: On callback 3 2015-05-20 14:03:02,769 DEBUG: Sending: b'28:fe936eed7561430e283a198c19ed054c6702d6b27D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C77F6s4:typei1s5:value4:18.0ss' 2015-05-20 14:03:02,772 DEBUG: Processing callbacks 2015-05-20 14:03:02,773 DEBUG: On sensor event (callback 3) 2015-05-20 14:03:02,778 DEBUG: Sending: b'28:4af6101270c8f6eca874b47a385d074b57a8e36a7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C77F6s4:typei2s5:value2:46ss' 2015-05-20 14:03:07,746 DEBUG: On callback 3 2015-05-20 14:03:07,748 DEBUG: Processing callbacks 2015-05-20 14:03:07,750 DEBUG: On sensor event (callback 3) 2015-05-20 14:03:07,755 DEBUG: Sending: b'28:be18d447e02b1a4a53ebf5983a0010f66e8249de74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C77FBs4:typei1s5:value4:14.1ss' 2015-05-20 14:03:36,349 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:03:50,760 DEBUG: On callback 3 2015-05-20 14:03:50,762 DEBUG: Processing callbacks 2015-05-20 14:03:50,763 DEBUG: On sensor event (callback 3) 2015-05-20 14:03:50,766 DEBUG: On callback 3 2015-05-20 14:03:50,769 DEBUG: Sending: b'28:4f202b4af9957a8d640c1e67596e4e57c577df5e7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7826s4:typei1s5:value4:18.1ss' 2015-05-20 14:03:50,771 DEBUG: Processing callbacks 2015-05-20 14:03:50,773 DEBUG: On sensor event (callback 3) 2015-05-20 14:03:50,778 DEBUG: Sending: b'28:d907b8ad1186fdb25c2fc32e32b77fa378222e397B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7826s4:typei2s5:value2:46ss' 2015-05-20 14:03:55,774 DEBUG: On callback 3 2015-05-20 14:03:55,776 DEBUG: Processing callbacks 2015-05-20 14:03:55,786 DEBUG: On sensor event (callback 3) 2015-05-20 14:03:55,792 DEBUG: Sending: b'28:fa5ddccc2425b4233dfe1b7c6a4e0b2258f18a5174:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C782Bs4:typei1s5:value4:13.7ss' 2015-05-20 14:04:38,757 DEBUG: On callback 3 2015-05-20 14:04:38,759 DEBUG: Processing callbacks 2015-05-20 14:04:38,760 DEBUG: On sensor event (callback 3) 2015-05-20 14:04:38,763 DEBUG: On callback 3 2015-05-20 14:04:38,765 DEBUG: Sending: b'28:d300f9f90e55fb5747c4a2f664ac1e0293003c287D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7856s4:typei1s5:value4:18.1ss' 2015-05-20 14:04:38,768 DEBUG: Processing callbacks 2015-05-20 14:04:38,769 DEBUG: On sensor event (callback 3) 2015-05-20 14:04:38,774 DEBUG: Sending: b'28:fbde682904d9ead26caf57c9e85a3b2a2bd47ad57B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7856s4:typei2s5:value2:46ss' 2015-05-20 14:04:43,772 DEBUG: On callback 3 2015-05-20 14:04:43,779 DEBUG: Processing callbacks 2015-05-20 14:04:43,780 DEBUG: On sensor event (callback 3) 2015-05-20 14:04:43,785 DEBUG: Sending: b'28:1a3b7b2381f87a73b1ea3508e15a86c324dc096d74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C785Bs4:typei1s5:value4:13.6ss' 2015-05-20 14:05:26,750 DEBUG: On callback 3 2015-05-20 14:05:26,752 DEBUG: On callback 3 2015-05-20 14:05:26,753 DEBUG: Processing callbacks 2015-05-20 14:05:26,755 DEBUG: On sensor event (callback 3) 2015-05-20 14:05:26,760 DEBUG: Sending: b'28:726c098d8c2677b8534d98e05ef18b66db17f4467D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7886s4:typei1s5:value4:18.1ss' 2015-05-20 14:05:26,762 DEBUG: Processing callbacks 2015-05-20 14:05:26,764 DEBUG: On sensor event (callback 3) 2015-05-20 14:05:26,769 DEBUG: Sending: b'28:ec40f264d128f4fb2717b7ced6fc590c943b0a4c7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7886s4:typei2s5:value2:46ss' 2015-05-20 14:05:31,781 DEBUG: On callback 3 2015-05-20 14:05:31,783 DEBUG: Processing callbacks 2015-05-20 14:05:31,788 DEBUG: On sensor event (callback 3) 2015-05-20 14:05:31,793 DEBUG: Sending: b'28:3498e1dae0de2451e1f61d1e40181957d819ed0474:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C788Bs4:typei1s5:value4:13.6ss' 2015-05-20 14:05:37,484 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:06:14,745 DEBUG: On callback 3 2015-05-20 14:06:14,747 DEBUG: On callback 3 2015-05-20 14:06:14,748 DEBUG: Processing callbacks 2015-05-20 14:06:14,750 DEBUG: On sensor event (callback 3) 2015-05-20 14:06:14,755 DEBUG: Sending: b'28:954d77f11e638e74f2bd2f15adc434e8d8292a1e7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C78B6s4:typei1s5:value4:18.1ss' 2015-05-20 14:06:14,757 DEBUG: Processing callbacks 2015-05-20 14:06:14,758 DEBUG: On sensor event (callback 3) 2015-05-20 14:06:14,763 DEBUG: Sending: b'28:45bac332f770c383f88cbf73cbd00c04188f28047B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C78B6s4:typei2s5:value2:46ss' 2015-05-20 14:06:19,777 DEBUG: On callback 3 2015-05-20 14:06:19,784 DEBUG: Processing callbacks 2015-05-20 14:06:19,785 DEBUG: On sensor event (callback 3) 2015-05-20 14:06:19,791 DEBUG: Sending: b'28:df2bf75e027ff62a6d6be26e499d307471c1f10174:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C78BBs4:typei1s5:value4:13.7ss' 2015-05-20 14:07:02,729 DEBUG: On callback 3 2015-05-20 14:07:02,731 DEBUG: Processing callbacks 2015-05-20 14:07:02,732 DEBUG: On sensor event (callback 3) 2015-05-20 14:07:02,734 DEBUG: On callback 3 2015-05-20 14:07:02,737 DEBUG: Sending: b'28:9403b0b242180279426286a7f68e5f28874fad707D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C78E6s4:typei1s5:value4:18.1ss' 2015-05-20 14:07:02,739 DEBUG: Processing callbacks 2015-05-20 14:07:02,741 DEBUG: On sensor event (callback 3) 2015-05-20 14:07:02,746 DEBUG: Sending: b'28:9aa0ae8f25909d2a26c9b460ade1b1abe5cf38837B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C78E6s4:typei2s5:value2:46ss' 2015-05-20 14:07:07,746 DEBUG: On callback 3 2015-05-20 14:07:07,748 DEBUG: Processing callbacks 2015-05-20 14:07:07,766 DEBUG: On sensor event (callback 3) 2015-05-20 14:07:07,772 DEBUG: Sending: b'28:89bd3baf5958d2da7b460b1f1386de4ff427121674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C78EBs4:typei1s5:value4:13.3ss' 2015-05-20 14:07:47,324 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:07:50,738 DEBUG: On callback 3 2015-05-20 14:07:50,740 DEBUG: On callback 3 2015-05-20 14:07:50,741 DEBUG: Processing callbacks 2015-05-20 14:07:50,743 DEBUG: On sensor event (callback 3) 2015-05-20 14:07:50,747 DEBUG: Sending: b'28:79bcac346e56a69372ff7739e697b0f2c7d65b237D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7916s4:typei1s5:value4:18.1ss' 2015-05-20 14:07:50,750 DEBUG: Processing callbacks 2015-05-20 14:07:50,751 DEBUG: On sensor event (callback 3) 2015-05-20 14:07:50,756 DEBUG: Sending: b'28:135e9567eaea012711f7cca1d7343ef598859b767B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7916s4:typei2s5:value2:46ss' 2015-05-20 14:07:55,771 DEBUG: On callback 3 2015-05-20 14:07:55,773 DEBUG: Processing callbacks 2015-05-20 14:07:55,774 DEBUG: On sensor event (callback 3) 2015-05-20 14:07:55,779 DEBUG: Sending: b'28:d00aeab4ab42a2f67d84c4ef9908b3dc383d9b3674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C791Bs4:typei1s5:value4:13.4ss' 2015-05-20 14:08:38,738 DEBUG: On callback 3 2015-05-20 14:08:38,739 DEBUG: Processing callbacks 2015-05-20 14:08:38,741 DEBUG: On sensor event (callback 3) 2015-05-20 14:08:38,744 DEBUG: On callback 3 2015-05-20 14:08:38,748 DEBUG: Sending: b'28:af0d6da1e45d89e3f4e852b57b2aa421b3bcbc3b7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7946s4:typei1s5:value4:18.1ss' 2015-05-20 14:08:38,750 DEBUG: Processing callbacks 2015-05-20 14:08:38,751 DEBUG: On sensor event (callback 3) 2015-05-20 14:08:38,756 DEBUG: Sending: b'28:80fbf3498bb47b0bb3f044673cf707e2aebd6e367B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7946s4:typei2s5:value2:47ss' 2015-05-20 14:08:43,770 DEBUG: On callback 3 2015-05-20 14:08:43,772 DEBUG: Processing callbacks 2015-05-20 14:08:43,776 DEBUG: On sensor event (callback 3) 2015-05-20 14:08:43,782 DEBUG: Sending: b'28:58995e2a3a1c78fe53350d1f6616f6f1b4e3db1674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C794Bs4:typei1s5:value4:13.9ss' 2015-05-20 14:09:26,729 DEBUG: On callback 3 2015-05-20 14:09:26,731 DEBUG: On callback 3 2015-05-20 14:09:26,732 DEBUG: Processing callbacks 2015-05-20 14:09:26,734 DEBUG: On sensor event (callback 3) 2015-05-20 14:09:26,739 DEBUG: Sending: b'28:79c845bcd15351ef7d5e01944ee9fe6be0500c357D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7976s4:typei1s5:value4:18.1ss' 2015-05-20 14:09:26,741 DEBUG: Processing callbacks 2015-05-20 14:09:26,743 DEBUG: On sensor event (callback 3) 2015-05-20 14:09:26,747 DEBUG: Sending: b'28:50c9706702aa16d9bf150332f909fb37f4f1f8c47B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7976s4:typei2s5:value2:47ss' 2015-05-20 14:09:31,746 DEBUG: On callback 3 2015-05-20 14:09:31,748 DEBUG: Processing callbacks 2015-05-20 14:09:31,759 DEBUG: On sensor event (callback 3) 2015-05-20 14:09:31,764 DEBUG: Sending: b'28:9c45d2322411e5073fc36c5b0e50ca3d6e24455174:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C797Bs4:typei1s5:value4:13.6ss' 2015-05-20 14:09:47,744 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:10:14,745 DEBUG: On callback 3 2015-05-20 14:10:14,747 DEBUG: On callback 3 2015-05-20 14:10:14,747 DEBUG: Processing callbacks 2015-05-20 14:10:14,749 DEBUG: On sensor event (callback 3) 2015-05-20 14:10:14,754 DEBUG: Sending: b'28:431fc4669e80ad2204f3a75616632e057cc4c0397D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C79A6s4:typei1s5:value4:18.1ss' 2015-05-20 14:10:14,757 DEBUG: Processing callbacks 2015-05-20 14:10:14,758 DEBUG: On sensor event (callback 3) 2015-05-20 14:10:14,763 DEBUG: Sending: b'28:7c9aa932b80adc40f39545b574392fb6a4cf63957B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C79A6s4:typei2s5:value2:46ss' 2015-05-20 14:10:19,729 DEBUG: On callback 3 2015-05-20 14:10:19,731 DEBUG: Processing callbacks 2015-05-20 14:10:19,732 DEBUG: On sensor event (callback 3) 2015-05-20 14:10:19,737 DEBUG: Sending: b'28:99559fc195b64cf32fee39495a7f57807769320b74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C79ABs4:typei1s5:value4:13.3ss' 2015-05-20 14:11:02,739 DEBUG: On callback 3 2015-05-20 14:11:02,741 DEBUG: On callback 3 2015-05-20 14:11:02,742 DEBUG: Processing callbacks 2015-05-20 14:11:02,744 DEBUG: On sensor event (callback 3) 2015-05-20 14:11:02,749 DEBUG: Sending: b'28:7b263615b2bc4fa8ee5d8d528a3a16e29fcc49fd7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C79D6s4:typei1s5:value4:18.1ss' 2015-05-20 14:11:02,751 DEBUG: Processing callbacks 2015-05-20 14:11:02,752 DEBUG: On sensor event (callback 3) 2015-05-20 14:11:02,757 DEBUG: Sending: b'28:549c434ebe0fcf52e6dade868e7f5b228dbef7c07B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C79D6s4:typei2s5:value2:46ss' 2015-05-20 14:11:07,771 DEBUG: On callback 3 2015-05-20 14:11:07,772 DEBUG: Processing callbacks 2015-05-20 14:11:07,778 DEBUG: On sensor event (callback 3) 2015-05-20 14:11:07,783 DEBUG: Sending: b'28:e5282e744a1833cedc5bfed89cef80266bcf666174:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C79DBs4:typei1s5:value4:13.6ss' 2015-05-20 14:11:49,906 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:11:50,727 DEBUG: On callback 3 2015-05-20 14:11:50,729 DEBUG: Processing callbacks 2015-05-20 14:11:50,731 DEBUG: On sensor event (callback 3) 2015-05-20 14:11:50,731 DEBUG: On callback 3 2015-05-20 14:11:50,736 DEBUG: Sending: b'28:544bf49df6121075cb6f405aa817a6f3db7fb9cb7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7A06s4:typei1s5:value4:18.3ss' 2015-05-20 14:11:50,738 DEBUG: Processing callbacks 2015-05-20 14:11:50,740 DEBUG: On sensor event (callback 3) 2015-05-20 14:11:50,744 DEBUG: Sending: b'28:5f7fe0d8fd7a71465b0635a563f87fa930ba58877B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7A06s4:typei2s5:value2:46ss' 2015-05-20 14:11:55,759 DEBUG: On callback 3 2015-05-20 14:11:55,761 DEBUG: Processing callbacks 2015-05-20 14:11:55,762 DEBUG: On sensor event (callback 3) 2015-05-20 14:11:55,766 DEBUG: Sending: b'28:9401cd9770719c0e2e54ea11a11ccf98bec8851474:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7A0Bs4:typei1s5:value4:13.8ss' 2015-05-20 14:12:38,728 DEBUG: On callback 3 2015-05-20 14:12:38,730 DEBUG: Processing callbacks 2015-05-20 14:12:38,731 DEBUG: On sensor event (callback 3) 2015-05-20 14:12:38,734 DEBUG: On callback 3 2015-05-20 14:12:38,737 DEBUG: Sending: b'28:7a12425b425ea7d3f30314da79618d1b266466347D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7A36s4:typei1s5:value4:18.2ss' 2015-05-20 14:12:38,739 DEBUG: Processing callbacks 2015-05-20 14:12:38,741 DEBUG: On sensor event (callback 3) 2015-05-20 14:12:38,746 DEBUG: Sending: b'28:463a6feddf5f8592d0a733e833c12147940effc47B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7A36s4:typei2s5:value2:46ss' 2015-05-20 14:12:43,745 DEBUG: On callback 3 2015-05-20 14:12:43,747 DEBUG: Processing callbacks 2015-05-20 14:12:43,751 DEBUG: On sensor event (callback 3) 2015-05-20 14:12:43,756 DEBUG: Sending: b'28:7b57b73b67a968a013857ac4cf2c70f472993a4574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7A3Bs4:typei1s5:value4:14.2ss' 2015-05-20 14:13:26,731 DEBUG: On callback 3 2015-05-20 14:13:26,732 DEBUG: Processing callbacks 2015-05-20 14:13:26,733 DEBUG: On callback 3 2015-05-20 14:13:26,735 DEBUG: On sensor event (callback 3) 2015-05-20 14:13:26,740 DEBUG: Sending: b'28:667a74088a833d0a9d3d1deb8e38268b81f1a21a7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7A66s4:typei1s5:value4:18.3ss' 2015-05-20 14:13:26,743 DEBUG: Processing callbacks 2015-05-20 14:13:26,744 DEBUG: On sensor event (callback 3) 2015-05-20 14:13:26,749 DEBUG: Sending: b'28:cff7724177803c8ed54a1909d5424e3ceb7643c57B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7A66s4:typei2s5:value2:46ss' 2015-05-20 14:13:31,749 DEBUG: On callback 3 2015-05-20 14:13:31,751 DEBUG: Processing callbacks 2015-05-20 14:13:31,756 DEBUG: On sensor event (callback 3) 2015-05-20 14:13:31,761 DEBUG: Sending: b'28:4354e4fdf5fc2e6386fc3d59e3a90ab26269884674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7A6Bs4:typei1s5:value4:14.1ss' 2015-05-20 14:13:50,223 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:14:14,728 DEBUG: On callback 3 2015-05-20 14:14:14,729 DEBUG: Processing callbacks 2015-05-20 14:14:14,731 DEBUG: On callback 3 2015-05-20 14:14:14,732 DEBUG: On sensor event (callback 3) 2015-05-20 14:14:14,737 DEBUG: Sending: b'28:d12e09d0caf11425cbcd1c81bf710414084a29517D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7A96s4:typei1s5:value4:18.2ss' 2015-05-20 14:14:14,740 DEBUG: Processing callbacks 2015-05-20 14:14:14,741 DEBUG: On sensor event (callback 3) 2015-05-20 14:14:14,746 DEBUG: Sending: b'28:a409e2baa01e790e6d3510760c43072ec2c2643f7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7A96s4:typei2s5:value2:46ss' 2015-05-20 14:14:19,744 DEBUG: On callback 3 2015-05-20 14:14:19,752 DEBUG: Processing callbacks 2015-05-20 14:14:19,753 DEBUG: On sensor event (callback 3) 2015-05-20 14:14:19,758 DEBUG: Sending: b'28:0f98b0a1d98414e75a9b1c469e65375bfe45f8cd74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7A9Bs4:typei1s5:value4:13.7ss' 2015-05-20 14:15:02,726 DEBUG: On callback 3 2015-05-20 14:15:02,728 DEBUG: Processing callbacks 2015-05-20 14:15:02,729 DEBUG: On sensor event (callback 3) 2015-05-20 14:15:02,730 DEBUG: On callback 3 2015-05-20 14:15:02,735 DEBUG: Sending: b'28:bbe267474afb020edb0097792e38924f548ea6917D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7AC6s4:typei1s5:value4:18.2ss' 2015-05-20 14:15:02,737 DEBUG: Processing callbacks 2015-05-20 14:15:02,739 DEBUG: On sensor event (callback 3) 2015-05-20 14:15:02,744 DEBUG: Sending: b'28:8515ab22fb78ca8f2c54133a322da24967036c2d7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7AC6s4:typei2s5:value2:46ss' 2015-05-20 14:15:07,744 DEBUG: On callback 3 2015-05-20 14:15:07,751 DEBUG: Processing callbacks 2015-05-20 14:15:07,752 DEBUG: On sensor event (callback 3) 2015-05-20 14:15:07,757 DEBUG: Sending: b'28:3cec7037dbe84be43a93ae042b93303f77e564ae74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7ACBs4:typei1s5:value4:14.0ss' 2015-05-20 14:15:50,547 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:15:50,731 DEBUG: On callback 3 2015-05-20 14:15:50,733 DEBUG: On callback 3 2015-05-20 14:15:50,733 DEBUG: Processing callbacks 2015-05-20 14:15:50,735 DEBUG: On sensor event (callback 3) 2015-05-20 14:15:50,740 DEBUG: Sending: b'28:f44f50aba0d4bc1cb301b60d0fd33e0138368d047D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7AF6s4:typei1s5:value4:18.2ss' 2015-05-20 14:15:50,742 DEBUG: Processing callbacks 2015-05-20 14:15:50,744 DEBUG: On sensor event (callback 3) 2015-05-20 14:15:50,748 DEBUG: Sending: b'28:4a5d2d73100f8e0d4c7068ebf40ccdd2196464437B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7AF6s4:typei2s5:value2:46ss' 2015-05-20 14:15:55,749 DEBUG: On callback 3 2015-05-20 14:15:55,751 DEBUG: Processing callbacks 2015-05-20 14:15:55,774 DEBUG: On sensor event (callback 3) 2015-05-20 14:15:55,779 DEBUG: Sending: b'28:facced70c6b14bb08c94165c98b10f74c983e5c274:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7AFBs4:typei1s5:value4:13.7ss' 2015-05-20 14:16:38,732 DEBUG: On callback 3 2015-05-20 14:16:38,734 DEBUG: Processing callbacks 2015-05-20 14:16:38,735 DEBUG: On sensor event (callback 3) 2015-05-20 14:16:38,738 DEBUG: On callback 3 2015-05-20 14:16:38,741 DEBUG: Sending: b'28:8b06c59b7010af1bb1e9da42bb72fbd8eef0a8ec7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7B26s4:typei1s5:value4:18.2ss' 2015-05-20 14:16:38,743 DEBUG: Processing callbacks 2015-05-20 14:16:38,745 DEBUG: On sensor event (callback 3) 2015-05-20 14:16:38,749 DEBUG: Sending: b'28:ac3b8682eb456176bc48d6edf924a593675fe9c37B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7B26s4:typei2s5:value2:46ss' 2015-05-20 14:16:43,749 DEBUG: On callback 3 2015-05-20 14:16:43,751 DEBUG: Processing callbacks 2015-05-20 14:16:43,756 DEBUG: On sensor event (callback 3) 2015-05-20 14:16:43,761 DEBUG: Sending: b'28:333ced58441cb6d22aff17c092cb99f8b99eaea574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7B2Bs4:typei1s5:value4:13.7ss' 2015-05-20 14:17:26,810 DEBUG: On callback 3 2015-05-20 14:17:26,812 DEBUG: Processing callbacks 2015-05-20 14:17:26,813 DEBUG: On sensor event (callback 3) 2015-05-20 14:17:26,814 DEBUG: On callback 3 2015-05-20 14:17:26,820 DEBUG: Sending: b'28:13002a7260b724ced27b74b895f17afbaf8135937D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7B56s4:typei1s5:value4:18.3ss' 2015-05-20 14:17:26,822 DEBUG: Processing callbacks 2015-05-20 14:17:26,824 DEBUG: On sensor event (callback 3) 2015-05-20 14:17:26,829 DEBUG: Sending: b'28:04b045c60220dccb92fbe4eaf0c6b1445ab1e7397B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7B56s4:typei2s5:value2:46ss' 2015-05-20 14:17:31,732 DEBUG: On callback 3 2015-05-20 14:17:31,734 DEBUG: Processing callbacks 2015-05-20 14:17:31,735 DEBUG: On sensor event (callback 3) 2015-05-20 14:17:31,740 DEBUG: Sending: b'28:fb97e8cf87fd84674250614327ca61c0227dd0c574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7B5Bs4:typei1s5:value4:13.3ss' 2015-05-20 14:17:50,869 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:18:14,732 DEBUG: On callback 3 2015-05-20 14:18:14,734 DEBUG: Processing callbacks 2015-05-20 14:18:14,735 DEBUG: On sensor event (callback 3) 2015-05-20 14:18:14,736 DEBUG: On callback 3 2015-05-20 14:18:14,742 DEBUG: Sending: b'28:c9081f0ae930038a82be11ef0459d0439be9dc9b7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7B86s4:typei1s5:value4:18.2ss' 2015-05-20 14:18:14,744 DEBUG: Processing callbacks 2015-05-20 14:18:14,745 DEBUG: On sensor event (callback 3) 2015-05-20 14:18:14,750 DEBUG: Sending: b'28:6e36ba0f0270b50c8e71f876fd592c1c4f8140717B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7B86s4:typei2s5:value2:46ss' 2015-05-20 14:18:19,749 DEBUG: On callback 3 2015-05-20 14:18:19,751 DEBUG: Processing callbacks 2015-05-20 14:18:19,756 DEBUG: On sensor event (callback 3) 2015-05-20 14:18:19,761 DEBUG: Sending: b'28:fff4da509828acdf07d00b43d821a31f0a43cbf974:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7B8Bs4:typei1s5:value4:13.6ss' 2015-05-20 14:19:02,729 DEBUG: On callback 3 2015-05-20 14:19:02,731 DEBUG: Processing callbacks 2015-05-20 14:19:02,732 DEBUG: On sensor event (callback 3) 2015-05-20 14:19:02,733 DEBUG: On callback 3 2015-05-20 14:19:02,738 DEBUG: Sending: b'28:d8198f06388368a55d15925ee358f9428668b66f7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7BB6s4:typei1s5:value4:18.4ss' 2015-05-20 14:19:02,741 DEBUG: Processing callbacks 2015-05-20 14:19:02,742 DEBUG: On sensor event (callback 3) 2015-05-20 14:19:02,747 DEBUG: Sending: b'28:7e45bd61e629b957dd802ec1e2dc0c4eee5b97027B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi555C7BB6s4:typei2s5:value2:46ss' 2015-05-20 14:19:07,746 DEBUG: On callback 3 2015-05-20 14:19:07,748 DEBUG: Processing callbacks 2015-05-20 14:19:07,752 DEBUG: On sensor event (callback 3) 2015-05-20 14:19:07,758 DEBUG: Sending: b'28:c2b9f6c8490d7207fa83998d6c5792a4eb9a5eba74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi555C7BBBs4:typei1s5:value4:14.4ss' 2015-05-20 14:19:50,428 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-05-20 14:19:50,731 DEBUG: On callback 3 2015-05-20 14:19:50,732 DEBUG: Processing callbacks 2015-05-20 14:19:50,734 DEBUG: On sensor event (callback 3) 2015-05-20 14:19:50,736 DEBUG: On callback 3 2015-05-20 14:19:50,739 DEBUG: Sending: b'28:25bb8e4576c3d800863d0841dfebba93ddffcc2b7D:B:SensorEventh5:model13:temperaturehumidity9:sensor

erijo commented 9 years ago

Can you try running it in screen by first starting screen and then starting tellive_core_connector inside the screen? Then the screen will survive even if tellive_core_connector exits and we can see if any error is printed on the console only.

la3rk commented 9 years ago

Had been running fine for nearly 6 hours, then the segmentation fault. Nothing abnormal in the tellive.log, just a lot of receiving data, then sending data, no loss of sensors, no pings/pongs.

Segmentation fault is no meaningful error for me.

Telldusd is still running according to ps -A. No errors that I can find in the normal linux logs.

Regards Olaf Devik

Den 20.05.2015 19:31, skrev Erik Johansson:

Can you try running it in screen by first starting screen and then starting tellive_core_connector inside the screen? Then the screen will survive even if tellive_core_connector exits and we can see if any error is printed on the console only.

— Reply to this email directly or view it on GitHub https://github.com/erijo/tellive-py/issues/5#issuecomment-103969011.

Regards

Olaf Devik M: +47 911 70 849 E: olaf.devik@mollefaret.no

erijo commented 9 years ago

Since the debug variant seems to crash for an unknown reason, could you try running the non-debug variant like:

strace -f -tt -T -y -o strace.log -s 256 python3 ...

And then send me the strace.log file once it stops sending data.

la3rk commented 9 years ago

Given your command, strace was started (-y option was not available). Generates a lot of data.

Apparently the utility has now run for at least 3 full days without any errors. Have to stop the test, otherwise the storage on the Raspberry will run full with strace.log data.

I do not know why it behaves nicely now. I have to restart the tellive_core_connector and see if it works as intended.

I have done some changes to some cron jobs pulling data from tellive. But I do not know if that could have been the reason for the problems.

Regards Olaf Devik

Den 22.05.2015 20:15, skrev Erik Johansson:

Since the debug variant seems to crash for an unknown reason, could you try running the non-debug variant like:

strace -f -tt -T -y -o strace.log -s 256 python3 ...

And then send me the strace.log file once it stops sending data.

— Reply to this email directly or view it on GitHub https://github.com/erijo/tellive-py/issues/5#issuecomment-104735411.

Regards

Olaf Devik M: +47 911 70 849 E: olaf.devik@mollefaret.no

erijo commented 9 years ago

An alternative is to use the -p flag to strace to attach to the process once you see that it has stopped working: strace -f -tt -T -o strace.log -s 256 -p

That might give us some clue.

la3rk commented 9 years ago

Seems that tellive python connector now works as intended. I have not noticed any errors for over a week. I have a feeling my problem with crashes was connected to some other programs connecting to telldus service. At least one of these programs had an error.

Anyway at the moment I can not reconstruct the issue. Will report back if it reoccurs.

Thanks for help.

Regards Olaf

Den 26.05.2015 18:50, skrev Erik Johansson:

An alternative is to use the -p flag to strace to attach to the process once you see that it has stopped working: strace -f -tt -T -o strace.log -s 256 -p

That might give us some clue.

— Reply to this email directly or view it on GitHub https://github.com/erijo/tellive-py/issues/5#issuecomment-105600140.

Regards

Olaf Devik M: +47 911 70 849 E: olaf.devik@mollefaret.no

la3rk commented 9 years ago

Seems I still have trouble to get this to work stable, see extract from tellive_core_connector run with -d option;

2015-08-12 18:51:41,567 DEBUG: Fetching server list from api.telldus.com:443 2015-08-12 18:52:36,200 DEBUG: Found 16 available servers 2015-08-12 18:52:36,201 DEBUG: Connecting to wilma.telldus.com:45000 2015-08-12 18:52:36,471 INFO: Connected to wilma.telldus.com:45000 2015-08-12 18:52:36,825 DEBUG: Sending: b'28:dc27462becaed8759892b2070ae1fd623c6ee36bAB:8:Registerh4:hash4:sha14:uuid24:351db6b4-9a62-4375-a7b8-18ca028c5f783:key20:THETECHET2STUSWAGACRUWEFU5EWUW5Wsh2:os5:linux7:version5:0.5.28:protocoli2sA:os-version6:debians' 2015-08-12 18:52:37,202 DEBUG: Received: b'28:f651eac3abb988871c688b05382fd76956e0a6ec26:A:Registeredh10:supportedMethodsiFD7ss' 2015-08-12 18:52:37,204 DEBUG: Client is registered, supported methods: 0xfd7 -> 0x3d7 2015-08-12 18:52:37,215 DEBUG: Sending: b'28:b28b1345b91cfdaa0b4ce149c32b917ac0c861874D:D:DevicesReportlh7:methodsi3s5:statei2sA:stateValue1:02:idi1s4:name6:Kamerass' 2015-08-12 18:52:37,220 DEBUG: Sending: b'28:211f11848bf0bf3d1cd45909b5424f051b97f6e911:D:SensorsReportls' 2015-08-12 18:53:09,585 DEBUG: Sending: b'28:575943c699499e5ba89dd3957bffb92e31d89dad7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB79F5s4:typei1s5:value4:21.4ss' 2015-08-12 18:53:09,591 DEBUG: Sending: b'28:0b9460049f04d2aa18ea1dbf53a788df0b13840c7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB79F5s4:typei2s5:value2:61ss' 2015-08-12 18:53:14,600 DEBUG: Sending: b'28:8a91114a4f38555df7c8c3cb4958b75de0e2d39174:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB79FAs4:typei1s5:value4:17.6ss' 2015-08-12 18:53:57,583 DEBUG: Sending: b'28:487b8fdb2670938c60989b31ec82eecf5803105e7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7A25s4:typei1s5:value4:21.4ss' 2015-08-12 18:53:57,588 DEBUG: Sending: b'28:6d7648cbe391376823914dc11fa853e83154d60a7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7A25s4:typei2s5:value2:61ss' 2015-08-12 18:54:02,612 DEBUG: Sending: b'28:7341b3864dfdda6198176330ca2fe3fc85ce78c074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7A2As4:typei1s5:value4:17.6ss' 2015-08-12 18:54:45,582 DEBUG: Sending: b'28:9cc486b30df06690742641ef384ffe8df7c1d1277D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7A55s4:typei1s5:value4:21.4ss' 2015-08-12 18:54:45,588 DEBUG: Sending: b'28:c338d54cfdc2156c3b66f4f68331ea86199f25e67B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7A55s4:typei2s5:value2:61ss' 2015-08-12 18:54:46,644 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 18:54:50,612 DEBUG: Sending: b'28:30782016b5f11dd6e8052f0d13eba19a53f4382f74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7A5As4:typei1s5:value4:17.6ss' 2015-08-12 18:55:33,563 DEBUG: Sending: b'28:d827afe2616a508c3755b0bb647389925d98ca737D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7A85s4:typei1s5:value4:21.4ss' 2015-08-12 18:55:33,569 DEBUG: Sending: b'28:f2e547215fe08ea3599f240ff8f36a57b1b9aaa17B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7A85s4:typei2s5:value2:61ss' 2015-08-12 18:55:38,580 DEBUG: Sending: b'28:b6cd38983f2dde64e6706857f85fb8800abd6ea674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7A8As4:typei1s5:value4:17.7ss' 2015-08-12 18:56:21,585 DEBUG: Sending: b'28:4c35694ccee0e234d8d4f288939da4e564d97e187D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7AB5s4:typei1s5:value4:21.5ss' 2015-08-12 18:56:21,591 DEBUG: Sending: b'28:109544fbf2f9d4418d6a27d11997344af73009727B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7AB5s4:typei2s5:value2:61ss' 2015-08-12 18:56:26,601 DEBUG: Sending: b'28:d9a19343d495ed3ecbe77e9c757ed757ad60dc5f74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7ABAs4:typei1s5:value4:17.8ss' 2015-08-12 18:56:57,308 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 18:57:09,586 DEBUG: Sending: b'28:139eb840b54e6f1ce49870466cec61007053ebf07D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7AE5s4:typei1s5:value4:21.5ss' 2015-08-12 18:57:09,591 DEBUG: Sending: b'28:5305a6fef233774526932115c4cc1f3f4e2b26567B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7AE5s4:typei2s5:value2:61ss' 2015-08-12 18:57:14,615 DEBUG: Sending: b'28:3b5b3af08c13e8b3f0352c9b6fdf8417f909d6b874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7AEAs4:typei1s5:value4:17.8ss' 2015-08-12 18:57:57,585 DEBUG: Sending: b'28:300bcf91f70b40ebf91ef84adf3997f32e0861937D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7B15s4:typei1s5:value4:21.4ss' 2015-08-12 18:57:57,590 DEBUG: Sending: b'28:a60826f8fd7ac68ade73abd9edd5dfc5ae2717267B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7B15s4:typei2s5:value2:61ss' 2015-08-12 18:58:02,613 DEBUG: Sending: b'28:d3bfbcfc17777a3bfdbb236b3ed265794b0f3e0674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7B1As4:typei1s5:value4:17.7ss' 2015-08-12 18:58:45,582 DEBUG: Sending: b'28:15e2c39999e24d85b6a8158accbb33a06ce0c6937D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7B45s4:typei1s5:value4:21.4ss' 2015-08-12 18:58:45,588 DEBUG: Sending: b'28:9c8599bee25badbbd897a1269830b837ba2866337B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7B45s4:typei2s5:value2:61ss' 2015-08-12 18:58:50,614 DEBUG: Sending: b'28:bfa71616aa81179e53bfc857719b47113f59537174:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7B4As4:typei1s5:value4:17.7ss' 2015-08-12 18:58:56,703 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 18:59:33,569 DEBUG: Sending: b'28:657d72ca67f2c923e7e1ebb4a71110b883693a217D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7B75s4:typei1s5:value4:21.4ss' 2015-08-12 18:59:33,575 DEBUG: Sending: b'28:85d07a9cc43be7e88f2cc72c11d90ca4587bc28c7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7B75s4:typei2s5:value2:61ss' 2015-08-12 18:59:38,584 DEBUG: Sending: b'28:7eb863db49835c2657ed98dfcbbd0bf0ca09f29a74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7B7As4:typei1s5:value4:17.7ss' 2015-08-12 19:00:21,570 DEBUG: Sending: b'28:25b1fd1f123edcec18858218e0be756816a501d07D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7BA5s4:typei1s5:value4:21.4ss' 2015-08-12 19:00:21,576 DEBUG: Sending: b'28:b45211fec20919d0d6331c3ccf5f547dc00f16bf7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7BA5s4:typei2s5:value2:61ss' 2015-08-12 19:00:26,599 DEBUG: Sending: b'28:16de065d25f12d01176d5b47301ba9a8e27357d674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7BAAs4:typei1s5:value4:17.6ss' 2015-08-12 19:00:57,943 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:01:09,569 DEBUG: Sending: b'28:36dfe4ee8780275389dae3b439cd75756d2ebfc17D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7BD5s4:typei1s5:value4:21.4ss' 2015-08-12 19:01:09,575 DEBUG: Sending: b'28:7f255263dbb3b55213956425b99f1a10979c7e6b7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7BD5s4:typei2s5:value2:61ss' 2015-08-12 19:01:14,600 DEBUG: Sending: b'28:d4c41074735cded9a02de643b479ff18692872c974:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7BDAs4:typei1s5:value4:17.7ss' 2015-08-12 19:01:57,571 DEBUG: Sending: b'28:e1fd65429c904cb70ea25c14b29f56020f82a21b7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7C05s4:typei1s5:value4:21.4ss' 2015-08-12 19:01:57,576 DEBUG: Sending: b'28:bea21d73dcc4abc2efea87245f9c3adce5e973027B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7C05s4:typei2s5:value2:61ss' 2015-08-12 19:02:02,587 DEBUG: Sending: b'28:0d45f28fbca2d9173406156eae3da33d45a7ec6874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7C0As4:typei1s5:value4:17.7ss' 2015-08-12 19:02:45,574 DEBUG: Sending: b'28:a379199f2beb8a97afb70ccf104d9a05a4b5f2107D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7C35s4:typei1s5:value4:21.4ss' 2015-08-12 19:02:45,580 DEBUG: Sending: b'28:9cee3afc1b71217dd46e4096739a4a049212b0d67B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7C35s4:typei2s5:value2:61ss' 2015-08-12 19:02:50,560 DEBUG: Sending: b'28:877f4f4ed5f611aac085c935e944827a83d173e674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7C3As4:typei1s5:value4:17.5ss' 2015-08-12 19:03:08,503 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:03:33,590 DEBUG: Sending: b'28:4dbf1045d5c0a9cf03f084232715a9c98eca59907D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7C65s4:typei1s5:value4:21.4ss' 2015-08-12 19:03:33,596 DEBUG: Sending: b'28:4dbc147c42414ac58df5377f4e6c0ee278765e357B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7C65s4:typei2s5:value2:61ss' 2015-08-12 19:03:38,572 DEBUG: Sending: b'28:e0d31bef8fcaadf8821c89019ff731cd0dc544dc74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7C6As4:typei1s5:value4:17.4ss' 2015-08-12 19:04:21,574 DEBUG: Sending: b'28:76d1cee355a8a60d5ea3dae16428b487560ae7e17D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7C95s4:typei1s5:value4:21.4ss' 2015-08-12 19:04:21,580 DEBUG: Sending: b'28:d09e4adc70b5b75f69e0add9526977102d77c3977B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7C95s4:typei2s5:value2:61ss' 2015-08-12 19:04:26,603 DEBUG: Sending: b'28:8be09115939d0afb224e4096292acae203fe510c74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7C9As4:typei1s5:value4:17.4ss' 2015-08-12 19:05:09,177 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:05:09,569 DEBUG: Sending: b'28:a5c3e7f258f060e8d2c1596c6e27362924b836737D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7CC5s4:typei1s5:value4:21.4ss' 2015-08-12 19:05:09,575 DEBUG: Sending: b'28:6802ca24888f7717975f7859443cb1f75a9864e27B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7CC5s4:typei2s5:value2:61ss' 2015-08-12 19:05:14,598 DEBUG: Sending: b'28:eebddb10cffb77dcd141d7f98e4f93c8b90e2ce674:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7CCAs4:typei1s5:value4:17.4ss' 2015-08-12 19:05:57,567 DEBUG: Sending: b'28:dced7d387c1d12c99add15ea5f4891c6b1494a497D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7CF5s4:typei1s5:value4:21.4ss' 2015-08-12 19:05:57,572 DEBUG: Sending: b'28:589954cad1a6a7803b2eba7e71dd66a94102e2087B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7CF5s4:typei2s5:value2:61ss' 2015-08-12 19:06:02,581 DEBUG: Sending: b'28:a68fdb77b93ecfd4114c6dd788ce7af9e43aa68b74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7CFAs4:typei1s5:value4:17.4ss' 2015-08-12 19:06:45,565 DEBUG: Sending: b'28:109e2f75a61023ef2f3245fbe86b2849aabd2bd17D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7D25s4:typei1s5:value4:21.6ss' 2015-08-12 19:06:45,570 DEBUG: Sending: b'28:c874f060de311d7cf25527a1b5549a478d8ec5ba7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7D25s4:typei2s5:value2:61ss' 2015-08-12 19:06:50,594 DEBUG: Sending: b'28:0135a4847a407b2a4bc17925f35eb8eafd2ebfb874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7D2As4:typei1s5:value4:17.3ss' 2015-08-12 19:07:18,975 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:07:33,568 DEBUG: Sending: b'28:86d07c15ad8db8c46c0e851d625497c2f299a6237D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7D55s4:typei1s5:value4:21.6ss' 2015-08-12 19:07:33,574 DEBUG: Sending: b'28:b01a5539ad17e34214ece9d4c59558c3906468377B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7D55s4:typei2s5:value2:61ss' 2015-08-12 19:07:38,567 DEBUG: Sending: b'28:77ba27f64ba01074b15d287af57a11ae9406636c74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7D5As4:typei1s5:value4:17.3ss' 2015-08-12 19:08:21,553 DEBUG: Sending: b'28:0ad993e12085878b095e879c32e05c6dfb91cf697D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7D85s4:typei1s5:value4:21.4ss' 2015-08-12 19:08:21,558 DEBUG: Sending: b'28:b230f18370ae45e034144c635e9b12d029564bdf7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7D85s4:typei2s5:value2:61ss' 2015-08-12 19:08:26,584 DEBUG: Sending: b'28:bd3a1b573511fa5b01c97a560b7eee8892e6dffa74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7D8As4:typei1s5:value4:17.4ss' 2015-08-12 19:09:09,566 DEBUG: Sending: b'28:eaeca7ac6229b48ef02fc3534dab4bb81ad152387D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7DB5s4:typei1s5:value4:21.4ss' 2015-08-12 19:09:09,572 DEBUG: Sending: b'28:cf48839287e298e9540434ac64ade371e60506ee7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7DB5s4:typei2s5:value2:61ss' 2015-08-12 19:09:14,548 DEBUG: Sending: b'28:54abc1e6d999de1c89723f981ae57ea6205ae55574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7DBAs4:typei1s5:value4:17.5ss' 2015-08-12 19:09:20,005 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:09:57,550 DEBUG: Sending: b'28:452658c17f23c9e3ad20702d1434fbcb80053dcf7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7DE5s4:typei1s5:value4:21.4ss' 2015-08-12 19:09:57,556 DEBUG: Sending: b'28:a9cb502b2f60c0add89a57b1d5f0971aa22b95237B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7DE5s4:typei2s5:value2:61ss' 2015-08-12 19:10:02,549 DEBUG: Sending: b'28:13d5b37ed644ddeedb8f9ead3d3424c82cce7cf874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7DEAs4:typei1s5:value4:17.5ss' 2015-08-12 19:10:45,558 DEBUG: Sending: b'28:73d014785a54a50dbdc8acc23184ed395510a6647D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7E15s4:typei1s5:value4:21.4ss' 2015-08-12 19:10:45,563 DEBUG: Sending: b'28:f5189c3fd1453fbeab76478ea5cedb8cff86290a7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7E15s4:typei2s5:value2:61ss' 2015-08-12 19:10:50,555 DEBUG: Sending: b'28:e35e6ba282c224e8056d06fd8212ab00e81f135d74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7E1As4:typei1s5:value4:17.4ss' 2015-08-12 19:11:31,532 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:11:33,551 DEBUG: Sending: b'28:7a59388da382837ebdb906aad50889954afe256c7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7E45s4:typei1s5:value4:21.4ss' 2015-08-12 19:11:33,557 DEBUG: Sending: b'28:750f4359de08d580fbd62070de5118e3e348168a7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7E45s4:typei2s5:value2:61ss' 2015-08-12 19:11:38,581 DEBUG: Sending: b'28:1b23d19558b7efd9b06906ccfaa0be3d7f1c7baf74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7E4As4:typei1s5:value4:17.3ss' 2015-08-12 19:12:21,546 DEBUG: Sending: b'28:8179d30f2ed048173bc852aacc85d9d463c223277D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7E75s4:typei1s5:value4:21.5ss' 2015-08-12 19:12:21,552 DEBUG: Sending: b'28:e9e70046440bc38adf8f932afbe731025bb3fe497B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7E75s4:typei2s5:value2:61ss' 2015-08-12 19:12:26,576 DEBUG: Sending: b'28:656bb2582bf7a07cdc253afd49a62edb31a4774f74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7E7As4:typei1s5:value4:17.3ss' 2015-08-12 19:13:09,542 DEBUG: Sending: b'28:e6e119a2c6ccdabfb7f755ba29757735cb6ea3d67D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7EA5s4:typei1s5:value4:21.4ss' 2015-08-12 19:13:09,548 DEBUG: Sending: b'28:6041f5d191f40a33ef34b0d733178eb0fb392b577B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7EA5s4:typei2s5:value2:61ss' 2015-08-12 19:13:14,572 DEBUG: Sending: b'28:3572f15e554cb36f4ec69640762c3044d30dc6de74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7EAAs4:typei1s5:value4:17.2ss' 2015-08-12 19:13:30,568 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:13:57,537 DEBUG: Sending: b'28:63095a12fa5413c197bd63b0cb781d7a2e1236377D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7ED5s4:typei1s5:value4:21.4ss' 2015-08-12 19:13:57,542 DEBUG: Sending: b'28:bf9010023a2516ff846e83a9de09ecade2f10bb77B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7ED5s4:typei2s5:value2:61ss' 2015-08-12 19:14:02,553 DEBUG: Sending: b'28:8a8adc14251c6424d03790c4d6733399b3b9ee9474:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7EDAs4:typei1s5:value4:17.2ss' 2015-08-12 19:14:45,540 DEBUG: Sending: b'28:f40d7d5381579217b7fe6986be6d1a39f184e67f7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7F05s4:typei1s5:value4:21.5ss' 2015-08-12 19:14:45,546 DEBUG: Sending: b'28:2d8ca0bd79b9d2568a897e129075f3a6569c6fcd7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7F05s4:typei2s5:value2:61ss' 2015-08-12 19:14:50,571 DEBUG: Sending: b'28:ebc9043757893eebc9f1f8cbd6546a8293dec44174:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7F0As4:typei1s5:value4:17.3ss' 2015-08-12 19:15:32,114 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:15:33,538 DEBUG: Sending: b'28:41168321df62ff4c33ab7c53436495db20f3b3c17D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7F35s4:typei1s5:value4:21.4ss' 2015-08-12 19:15:33,544 DEBUG: Sending: b'28:4cb1a00c4caa7c7d3da0c74dd14187c407c9ec797B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7F35s4:typei2s5:value2:61ss' 2015-08-12 19:15:38,569 DEBUG: Sending: b'28:f82f19141adc1ba5caa66f50cd44e9423913908474:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7F3As4:typei1s5:value4:17.2ss' 2015-08-12 19:16:21,534 DEBUG: Sending: b'28:e0a03e2ac8e8becd705941f62454729fed17703e7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7F65s4:typei1s5:value4:21.4ss' 2015-08-12 19:16:21,539 DEBUG: Sending: b'28:045fcbea1ed64493b7ea038ec537f480dd1b57f47B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7F65s4:typei2s5:value2:61ss' 2015-08-12 19:16:26,563 DEBUG: Sending: b'28:8af59f31e78ca473084dc47d95e67e891ffe72a074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7F6As4:typei1s5:value4:17.2ss' 2015-08-12 19:17:09,534 DEBUG: Sending: b'28:5622c76669384e81a30f850a99741a6046a1ac837D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7F95s4:typei1s5:value4:21.4ss' 2015-08-12 19:17:09,539 DEBUG: Sending: b'28:dba469135d3b9ab17b7b3e3979fae541fd7c96657B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7F95s4:typei2s5:value2:61ss' 2015-08-12 19:17:14,563 DEBUG: Sending: b'28:de4ebd5445c4f88d8fe88b3b1c683298a5ba9d5574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7F9As4:typei1s5:value4:17.2ss' 2015-08-12 19:17:42,771 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:17:57,530 DEBUG: Sending: b'28:1515fc40e4eb801a2dc3797b5c198e5c416e38a07D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7FC5s4:typei1s5:value4:21.6ss' 2015-08-12 19:17:57,536 DEBUG: Sending: b'28:cf6584af9fe029c7a49de1ce976602a9542752377B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7FC5s4:typei2s5:value2:61ss' 2015-08-12 19:18:02,560 DEBUG: Sending: b'28:286f2a2ae9fbb5e5bee75bcb3b01dd3a4c5da5a274:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7FCAs4:typei1s5:value4:17.3ss' 2015-08-12 19:18:45,527 DEBUG: Sending: b'28:e08600ac269db0591183a63ae3c2c8f8f44077e07D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7FF5s4:typei1s5:value4:21.4ss' 2015-08-12 19:18:45,532 DEBUG: Sending: b'28:3b33d5b7e853929a14da0150816b5f2b231d3b7e7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB7FF5s4:typei2s5:value2:61ss' 2015-08-12 19:18:50,557 DEBUG: Sending: b'28:eef503b452ad69c99173fe3c41c35d3d1c325b1874:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB7FFAs4:typei1s5:value4:17.3ss' 2015-08-12 19:19:33,525 DEBUG: Sending: b'28:d72a29f3b1ce014301b1d7349c924f428d754c1b7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8025s4:typei1s5:value4:21.4ss' 2015-08-12 19:19:33,531 DEBUG: Sending: b'28:5439566a84205188669260a60c35bdcf46e8ef1a7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8025s4:typei2s5:value2:61ss' 2015-08-12 19:19:38,540 DEBUG: Sending: b'28:9cbe8850e8de2e9728b47cc0789e3f4dec7354b974:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB802As4:typei1s5:value4:17.2ss' 2015-08-12 19:19:51,998 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:20:21,523 DEBUG: Sending: b'28:08a480495a05c98c36f196ac5e777bb8a2e378f07D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8055s4:typei1s5:value4:21.4ss' 2015-08-12 19:20:21,528 DEBUG: Sending: b'28:67a2d5518725cdd3ade8637eb12f00b250cdaffc7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8055s4:typei2s5:value2:61ss' 2015-08-12 19:20:26,552 DEBUG: Sending: b'28:48addb3f72c9df038a5e0f6fb63f061dda30e9b274:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB805As4:typei1s5:value4:17.2ss' 2015-08-12 19:21:09,518 DEBUG: Sending: b'28:701df564834eb916dcfee4b336637ef0e5b379177D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8085s4:typei1s5:value4:21.4ss' 2015-08-12 19:21:09,524 DEBUG: Sending: b'28:c1edb7b53bdeb7209f4de94a353ee12fdb0f53747B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8085s4:typei2s5:value2:61ss' 2015-08-12 19:21:14,534 DEBUG: Sending: b'28:9ea98772b534aabca447567f939267de41bd6cf474:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB808As4:typei1s5:value4:17.1ss' 2015-08-12 19:21:57,513 DEBUG: Sending: b'28:c859788447c4b73aa60face651880d88f2b6de2f7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB80B5s4:typei1s5:value4:21.4ss' 2015-08-12 19:21:57,517 DEBUG: Sending: b'28:90d3d41f225b9aebe00cde8bb9460696760437f57B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB80B5s4:typei2s5:value2:61ss' 2015-08-12 19:22:02,530 DEBUG: Sending: b'28:34af648d047a1c05b9b3775614eb765b13c43f0574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB80BAs4:typei1s5:value4:16.9ss' 2015-08-12 19:22:02,682 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:22:45,514 DEBUG: Sending: b'28:1d34bb100aa23718a5a1ccd9bf405b3804478e047D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB80E5s4:typei1s5:value4:21.4ss' 2015-08-12 19:22:45,519 DEBUG: Sending: b'28:76c1a9c0b83a86fc7c04559369ac3326a93b04fe7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB80E5s4:typei2s5:value2:61ss' 2015-08-12 19:22:50,545 DEBUG: Sending: b'28:fde2a1a676f9b8b824dcf2edb5945a280f5e012a74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB80EAs4:typei1s5:value4:16.9ss' 2015-08-12 19:23:33,510 DEBUG: Sending: b'28:fde632cbfa62b6f1e3db1ae51b7ccaf50404ccfd7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8115s4:typei1s5:value4:21.4ss' 2015-08-12 19:23:33,516 DEBUG: Sending: b'28:279ced7d379df0aa472656ed2ea3ae95ea08b07d7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8115s4:typei2s5:value2:61ss' 2015-08-12 19:23:38,526 DEBUG: Sending: b'28:63968b5c536e0d52ddee9259f132ac1234367c5b74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB811As4:typei1s5:value4:16.9ss' 2015-08-12 19:24:04,611 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:24:21,505 DEBUG: Sending: b'28:f82a3227de49d937313720a451bb6a74557a54297D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8145s4:typei1s5:value4:21.4ss' 2015-08-12 19:24:21,511 DEBUG: Sending: b'28:2af95e4f1547747b4485700345b10a462177b7527B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8145s4:typei2s5:value2:61ss' 2015-08-12 19:24:26,521 DEBUG: Sending: b'28:f0f9513f1baff68ce91c27ef37e264fc12553cf074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB814As4:typei1s5:value4:16.8ss' 2015-08-12 19:25:09,515 DEBUG: Sending: b'28:4549232930f4d4cb4ff3b4c7232cf5c94c2e4dfb7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8175s4:typei1s5:value4:21.4ss' 2015-08-12 19:25:09,521 DEBUG: Sending: b'28:13d154e948f6a8a3e46c15b85456163c942d9d327B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8175s4:typei2s5:value2:61ss' 2015-08-12 19:25:14,514 DEBUG: Sending: b'28:b46ed2f87c527535e6d48ddb9c44672e52f5fc5074:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB817As4:typei1s5:value4:16.8ss' 2015-08-12 19:25:57,512 DEBUG: Sending: b'28:47b9d2f0cee22866ed51bda5939b5adde830c43d7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB81A5s4:typei1s5:value4:21.5ss' 2015-08-12 19:25:57,518 DEBUG: Sending: b'28:7168d57d0e51e4109903cf6cdce3dbcccab2e7377B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB81A5s4:typei2s5:value2:61ss' 2015-08-12 19:26:02,498 DEBUG: Sending: b'28:b9b8100a0fd2a840ee9e58d5929a31276bf9f13574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB81AAs4:typei1s5:value4:16.7ss' 2015-08-12 19:26:15,988 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:26:45,534 DEBUG: Sending: b'28:24e6e71785a55960d4118a9df2f502b098f155857D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB81D5s4:typei1s5:value4:21.4ss' 2015-08-12 19:26:45,540 DEBUG: Sending: b'28:1743f3fd2af3bcd64ecf2a94ae8f48ba88aac1e87B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB81D5s4:typei2s5:value2:61ss' 2015-08-12 19:26:50,502 DEBUG: Sending: b'28:b96ad93cd72f5effe6f457e4da7aebc2365217d974:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB81DAs4:typei1s5:value4:16.8ss' 2015-08-12 19:27:33,500 DEBUG: Sending: b'28:6f64773a172bee3109bbb2fe2fa25d7f972e9a327D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8205s4:typei1s5:value4:21.4ss' 2015-08-12 19:27:33,506 DEBUG: Sending: b'28:96c274331091cc4907e9472010aafb1b17aef15d7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8205s4:typei2s5:value2:61ss' 2015-08-12 19:27:38,530 DEBUG: Sending: b'28:dc0a9ae8a64f9844b9cca8921a9e15f7e7e9e25774:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB820As4:typei1s5:value4:16.6ss' 2015-08-12 19:28:21,502 DEBUG: Sending: b'28:53c4ad19f4ea4104f2877d34b96b91b5f26768197D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8235s4:typei1s5:value4:21.4ss' 2015-08-12 19:28:21,507 DEBUG: Sending: b'28:e96b61df6e3a8261b441b027e4bd2d141a4c03c27B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8235s4:typei2s5:value2:61ss' 2015-08-12 19:28:25,224 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' 2015-08-12 19:28:26,517 DEBUG: Sending: b'28:df4a62bf84419bc01fe946e5d31a7acb6a6e668574:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB823As4:typei1s5:value4:16.6ss' 2015-08-12 19:29:09,514 DEBUG: Sending: b'28:d8353bf1080146a2781263e7f2c08171d554c96d7D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8265s4:typei1s5:value4:21.5ss' 2015-08-12 19:29:09,520 DEBUG: Sending: b'28:ec5c61acd6dc0aa1858b55a474bb557f310a9c8c7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8265s4:typei2s5:value2:61ss' 2015-08-12 19:29:14,513 DEBUG: Sending: b'28:f72081fde863af5f0e333ebd4b09d88c21e666a974:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB826As4:typei1s5:value4:16.7ss' 2015-08-12 19:29:57,510 DEBUG: Sending: b'28:1b76fa607febc395ca504f7609fb022013e865c47D:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8295s4:typei1s5:value4:21.5ss' 2015-08-12 19:29:57,516 DEBUG: Sending: b'28:3b07b230f5ba2a6f0743c204fb6b18a2a7d2fb0b7B:B:SensorEventh5:model13:temperaturehumidity9:sensor_idi87s8:protocolA:fineoffsetslh6:lastUpi55CB8295s4:typei2s5:value2:61ss' 2015-08-12 19:30:02,540 DEBUG: Sending: b'28:d4168254fc7986bc2af21f8e0a181e7d5405781d74:B:SensorEventh5:modelB:temperature9:sensor_idi88s8:protocolA:fineoffsetslh6:lastUpi55CB829As4:typei1s5:value4:16.7ss' 2015-08-12 19:30:35,786 DEBUG: Received: b'28:59fc427083682822da64c0e2cd2e879d1483d2566:4:pong' Segmentation fault

This is the standard program, not the debug version you sent. The debug version you sent worked for weeks, but filled up my raspberry with the strace file. Currently I have a cron job running which chks for a running tellcore and reboots if none is found. However, I also have some error where the tellcore still runs, but no events are registered from the sensors.

Regards Olaf Devik

Den 31.05.2015 07:46, skrev Olaf Devik:

Seems that tellive python connector now works as intended. I have not noticed any errors for over a week. I have a feeling my problem with crashes was connected to some other programs connecting to telldus service. At least one of these programs had an error.

Anyway at the moment I can not reconstruct the issue. Will report back if it reoccurs.

Thanks for help.

Regards Olaf

Den 26.05.2015 18:50, skrev Erik Johansson:

An alternative is to use the -p flag to strace to attach to the process once you see that it has stopped working: strace -f -tt -T -o strace.log -s 256 -p

That might give us some clue.

— Reply to this email directly or view it on GitHub https://github.com/erijo/tellive-py/issues/5#issuecomment-105600140.

Regards

Olaf Devik M: +47 911 70 849 E:olaf.devik@mollefaret.no

Regards

Olaf Devik M: +47 911 70 849 E: olaf.devik@mollefaret.no

erijo commented 9 years ago

A SIGSEGV would indicate a problem in the python interpreter or, perhaps more likely, in the telldus library. The python script should not in itself be able to make that happen, but you can of course not be 100 % sure.

You could try running the program under GDB: gdb --args python3 ... and then enter run in the gdb console. When it crashes you can enter bt to get a backtrace. If it turns out to be a crash in libtelldus you might have to rebuild the library from source to get debug information included in the backtrace.