Jan 3 14:30:37 raspberrypi p4d[509]: Starting Deamon to capture data of the P4 pellet heating: p4d. Jan 3 14:30:37 raspberrypi p4d: Read 8 option from /etc/p4d/p4d.conf Jan 3 14:30:37 raspberrypi p4d: Info: Calling mysql_library_init() Jan 3 14:30:37 raspberrypi p4d: Dictionary '/etc/p4d/p4d.dat' loaded Jan 3 14:30:37 raspberrypi p4d: Info: No One-Wire sensors found, path '/sys/bus/w1/devices' not exist (No such file or directory) Jan 3 14:30:37 raspberrypi p4d: Opening '/dev/ttyUSB0' succeeded! Jan 3 14:30:37 raspberrypi p4d: Try conneting to database Jan 3 14:30:37 raspberrypi p4d: Checking database connection ... Jan 3 14:30:37 raspberrypi p4d: Calling mysql_init(538) Jan 3 14:30:37 raspberrypi p4d: SQL-Error in 'connecting to database' - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory") (2002) Jan 3 14:30:37 raspberrypi p4d: Fatal, lost connection to mysql server, aborting pending actions Jan 3 14:30:37 raspberrypi p4d: Error, connecting to database at 'localhost' on port (3306) failed Jan 3 14:30:37 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(538) Jan 3 14:30:37 raspberrypi p4d: Error: Initial database connect failed Jan 3 14:30:37 raspberrypi p4d: Retrying in 10 seconds Jan 3 14:30:47 raspberrypi p4d: Try conneting to database Jan 3 14:30:47 raspberrypi p4d: Checking database connection ... Jan 3 14:30:47 raspberrypi p4d: Calling mysql_init(538) Jan 3 14:30:47 raspberrypi p4d: SQL client character now 'utf8' Jan 3 14:30:47 raspberrypi p4d: Checking table structure and indices ... Jan 3 14:30:47 raspberrypi p4d: Checking table 'config' Jan 3 14:30:47 raspberrypi p4d: Initialy creating table 'config' Jan 3 14:30:47 raspberrypi p4d: create table config(owner VARCHAR(40), name VARCHAR(40), inssp INT(11), updsp INT(11), value VARCHAR(100), PRIMARY KEY(owner DESC, name DESC)) ENGINE InnoDB; Jan 3 14:30:51 raspberrypi p4d: Checking table 'errors' Jan 3 14:30:51 raspberrypi p4d: Initialy creating table 'errors' Jan 3 14:30:51 raspberrypi p4d: create table errors(id INT(11) unsigned not null auto_increment, inssp INT(11), updsp INT(11), time1 DATETIME comment 'time gekommen', time4 DATETIME comment 'time gegangen', time2 DATETIME comment 'time quittiert', number INT(10), info INT(10), state VARCHAR(10), text VARCHAR(100), mailcnt INT(11), PRIMARY KEY(id DESC)) ENGINE InnoDB; Jan 3 14:30:54 raspberrypi p4d: Checking table 'hmsysvars' Jan 3 14:30:54 raspberrypi p4d: Initialy creating table 'hmsysvars' Jan 3 14:30:54 raspberrypi p4d: create table hmsysvars(id INT(11) unsigned, inssp INT(11), updsp INT(11), name VARCHAR(100), type INT(1) unsigned, unit VARCHAR(10), visible INT(1) unsigned, min VARCHAR(100), max VARCHAR(100), time DATETIME, value VARCHAR(100), address INT(4) unsigned, atype VARCHAR(2), PRIMARY KEY(id DESC)) ENGINE InnoDB; Jan 3 14:30:56 raspberrypi p4d: create index idxaddress on hmsysvars(address); Jan 3 14:30:56 raspberrypi p4d: Checking table 'jobs' Jan 3 14:30:56 raspberrypi p4d: Initialy creating table 'jobs' Jan 3 14:30:56 raspberrypi p4d: create table jobs(id INT(11) unsigned not null auto_increment, inssp INT(10), updsp INT(10), requestat DATETIME, doneat DATETIME, state VARCHAR(1), command VARCHAR(100), address INT(4) unsigned, result VARCHAR(100), data VARCHAR(100), PRIMARY KEY(id DESC)) ENGINE InnoDB; Jan 3 14:31:09 raspberrypi p4d: create index idxstate on jobs(state); Jan 3 14:31:10 raspberrypi p4d: create index idxrequestat on jobs(requestat); Jan 3 14:31:10 raspberrypi p4d: Checking table 'menu' Jan 3 14:31:10 raspberrypi p4d: Initialy creating table 'menu' Jan 3 14:31:10 raspberrypi p4d: create table menu(id INT(4) unsigned not null auto_increment, inssp INT(10), updsp INT(10), parent INT(5) unsigned, child INT(5) unsigned, type INT(1) unsigned, address INT(4) unsigned, title VARCHAR(100), state VARCHAR(1), unit VARCHAR(5), value VARCHAR(100), unknown1 INT(4), unknown2 INT(4), PRIMARY KEY(id DESC)) ENGINE InnoDB; Jan 3 14:31:10 raspberrypi p4d: Checking table 'samples' Jan 3 14:31:10 raspberrypi p4d: Initialy creating table 'samples' Jan 3 14:31:10 raspberrypi p4d: create table samples(address INT(4) unsigned, type VARCHAR(2), aggregate VARCHAR(1), time DATETIME, inssp INT(10), updsp INT(10), value FLOAT(14,2), text VARCHAR(50), samples INT(3), PRIMARY KEY(address DESC, type DESC, aggregate DESC, time DESC)) ENGINE InnoDB; Jan 3 14:31:10 raspberrypi p4d: create index idxtime on samples(time); Jan 3 14:31:10 raspberrypi p4d: create index idxtype on samples(type); Jan 3 14:31:11 raspberrypi p4d: Checking table 'schemaconf' Jan 3 14:31:11 raspberrypi p4d: Initialy creating table 'schemaconf' Jan 3 14:31:11 raspberrypi p4d: create table schemaconf(address INT(4) unsigned, type VARCHAR(2), inssp INT(10), updsp INT(10), state VARCHAR(1), kind VARCHAR(20), color VARCHAR(10), showunit INT(1), showtext INT(1), bg INT(2), fontsize INT(2), aleft INT(2), xpos INT(11), ypos INT(11), link VARCHAR(100), PRIMARY KEY(address DESC, type DESC)) ENGINE InnoDB; Jan 3 14:31:12 raspberrypi p4d: Checking table 'scripts' Jan 3 14:31:12 raspberrypi p4d: Initialy creating table 'scripts' Jan 3 14:31:12 raspberrypi p4d: create table scripts(id INT(11) unsigned not null auto_increment, inssp INT(11), updsp INT(11), name VARCHAR(100), visible VARCHAR(1) comment '\'Y\'es, \'N\'o', path VARCHAR(100), PRIMARY KEY(id DESC)) ENGINE InnoDB; Jan 3 14:31:12 raspberrypi p4d: create index idxpath on scripts(path); Jan 3 14:31:13 raspberrypi p4d: Checking table 'sensoralert' Jan 3 14:31:13 raspberrypi p4d: Initialy creating table 'sensoralert' Jan 3 14:31:13 raspberrypi p4d: create table sensoralert(id INT(11) unsigned not null auto_increment, inssp INT(10), updsp INT(10), kind VARCHAR(1), subid INT(11) unsigned, lgop INT(11) unsigned, address INT(4) unsigned, type VARCHAR(2), state VARCHAR(1), min INT(10), max INT(10), rangem INT(10), delta INT(10), maddress VARCHAR(100), msubject VARCHAR(100), mbody TEXT, lastalert INT(10), maxrepeat INT(10), PRIMARY KEY(id DESC)) ENGINE InnoDB; Jan 3 14:31:13 raspberrypi p4d: Checking table 'smartconfig' Jan 3 14:31:13 raspberrypi p4d: Initialy creating table 'smartconfig' Jan 3 14:31:13 raspberrypi p4d: create table smartconfig(address INT(4) unsigned, type VARCHAR(2), inssp INT(10), updsp INT(10), state VARCHAR(1), kind VARCHAR(20), color VARCHAR(10), showunit INT(1), showtext INT(1), bg INT(2), fontsize INT(2), aleft INT(2), xpos INT(11), ypos INT(11), link VARCHAR(100), PRIMARY KEY(address DESC, type DESC)) ENGINE InnoDB; Jan 3 14:31:13 raspberrypi p4d: Checking table 'timeranges' Jan 3 14:31:13 raspberrypi p4d: Initialy creating table 'timeranges' Jan 3 14:31:13 raspberrypi p4d: create table timeranges(address INT(4) unsigned, from1 VARCHAR(5), to1 VARCHAR(5), from2 VARCHAR(5), to2 VARCHAR(5), from3 VARCHAR(5), to3 VARCHAR(5), from4 VARCHAR(5), to4 VARCHAR(5), PRIMARY KEY(address DESC)) ENGINE InnoDB; Jan 3 14:31:13 raspberrypi p4d: Checking table 'valuefacts' Jan 3 14:31:13 raspberrypi p4d: Initialy creating table 'valuefacts' Jan 3 14:31:13 raspberrypi p4d: create table valuefacts(address INT(4) unsigned, type VARCHAR(2), inssp INT(10), updsp INT(10), state VARCHAR(1), unit VARCHAR(5), factor INT(4), name VARCHAR(100), title VARCHAR(100), usrtitle VARCHAR(100), res1 INT(4), PRIMARY KEY(address DESC, type DESC)) ENGINE InnoDB; Jan 3 14:31:19 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(538) Jan 3 14:31:19 raspberrypi p4d: Checking table structure and indices succeeded Jan 3 14:31:19 raspberrypi p4d: Calling mysql_init(538) Jan 3 14:31:20 raspberrypi p4d: Connection to database established Jan 3 14:31:20 raspberrypi p4d: Storing 'user' with value 'p4' Jan 3 14:31:27 raspberrypi p4d: Storing 'passwd' with value '141785a8765705819f5495b2c539c7b9' Jan 3 14:31:35 raspberrypi p4d: Storing 'mail' with value '' Jan 3 14:31:43 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 14:31:43 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 14:31:43 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 14:31:43 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 14:31:43 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:31:43 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 14:31:43 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 14:31:43 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 14:31:44 raspberrypi p4d: Processing WEBIF job 1 'p4d-state:0x0000/' Jan 3 14:31:44 raspberrypi p4d: Processing WEBIF job 1 done with 'success:14:30:37#0.2.335-GITec50da3#1 Minute#2.00 0.60 0.21' after 0 seconds Jan 3 14:31:44 raspberrypi p4d: Checking state ... Jan 3 14:31:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:31:44 raspberrypi p4d: State changed to 'Betriebsbereit' Jan 3 14:31:44 raspberrypi p4d: Reading values ... Jan 3 14:31:44 raspberrypi p4d: Processed 0 samples, state is 'Betriebsbereit' Jan 3 14:31:44 raspberrypi p4d: Updating error list Jan 3 14:31:46 raspberrypi p4d: Updating error list done Jan 3 14:31:46 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:31:46 raspberrypi p4d: Processing WEBIF job 2 's3200-state:0x0000/' Jan 3 14:31:46 raspberrypi p4d: Processing WEBIF job 2 done with 'success:Thursday, 03. Jan. 2019 14:29:35#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:31:53 raspberrypi p4d: Processing WEBIF job 3 'check-login:0x0000/p4:141785a8765705819f5495b2c539c7b9' Jan 3 14:31:53 raspberrypi p4d: 141785a8765705819f5495b2c539c7b9/141785a8765705819f5495b2c539c7b9 Jan 3 14:31:53 raspberrypi p4d: Processing WEBIF job 3 done with 'success:login-confirmed' after 0 seconds Jan 3 14:31:54 raspberrypi p4d: Checking state ... Jan 3 14:31:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:31:56 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:31:56 raspberrypi p4d: Processing WEBIF job 4 'p4d-state:0x0000/' Jan 3 14:31:56 raspberrypi p4d: Processing WEBIF job 4 done with 'success:14:32:44#0.2.335-GITec50da3#1 Minute#1.85 0.64 0.23' after 0 seconds Jan 3 14:31:56 raspberrypi p4d: Processing WEBIF job 5 's3200-state:0x0000/' Jan 3 14:31:56 raspberrypi p4d: Processing WEBIF job 5 done with 'success:Thursday, 03. Jan. 2019 14:29:44#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:32:04 raspberrypi p4d: Checking state ... Jan 3 14:32:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:32:05 raspberrypi p4d: Processing WEBIF job 6 'write-config:0x0000/addrsMain:' Jan 3 14:32:05 raspberrypi p4d: Storing 'addrsMain' with value '' Jan 3 14:32:05 raspberrypi p4d: Processing WEBIF job 6 done with 'success:stored' after 0 seconds Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 7 'write-config:0x0000/addrsMainMobile:0,1,4,118,119,120' Jan 3 14:32:06 raspberrypi p4d: Storing 'addrsMainMobile' with value '0,1,4,118,119,120' Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 7 done with 'success:stored' after 0 seconds Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 8 'write-config:0x0000/chartStart:7' Jan 3 14:32:06 raspberrypi p4d: Storing 'chartStart' with value '7' Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 8 done with 'success:stored' after 0 seconds Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 9 'write-config:0x0000/chartDiv:25' Jan 3 14:32:06 raspberrypi p4d: Storing 'chartDiv' with value '25' Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 9 done with 'success:stored' after 0 seconds Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 10 'write-config:0x0000/chartXLines:1' Jan 3 14:32:06 raspberrypi p4d: Storing 'chartXLines' with value '1' Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 10 done with 'success:stored' after 0 seconds Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 11 'write-config:0x0000/chart1:0,1,113,18' Jan 3 14:32:06 raspberrypi p4d: Storing 'chart1' with value '0,1,113,18' Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 11 done with 'success:stored' after 0 seconds Jan 3 14:32:06 raspberrypi p4d: Processing WEBIF job 12 'write-config:0x0000/chart2:118,225,21,25,4,8' Jan 3 14:32:06 raspberrypi p4d: Storing 'chart2' with value '118,225,21,25,4,8' Jan 3 14:32:25 raspberrypi p4d: Processing WEBIF job 12 done with 'success:stored' after 19 seconds Jan 3 14:32:25 raspberrypi p4d: Checking state ... Jan 3 14:32:26 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:32:27 raspberrypi p4d: Processing WEBIF job 13 'write-config:0x0000/chart34:' Jan 3 14:32:27 raspberrypi p4d: Storing 'chart34' with value '' Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 13 done with 'success:stored' after 4 seconds Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 14 'write-config:0x0000/chart3:' Jan 3 14:32:31 raspberrypi p4d: Storing 'chart3' with value '' Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 14 done with 'success:stored' after 0 seconds Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 15 'write-config:0x0000/chart4:' Jan 3 14:32:31 raspberrypi p4d: Storing 'chart4' with value '' Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 15 done with 'success:stored' after 0 seconds Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 16 'write-config:0x0000/mail:' Jan 3 14:32:31 raspberrypi p4d: Storing 'mail' with value '' Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 16 done with 'success:stored' after 0 seconds Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 17 'write-config:0x0000/htmlMail:' Jan 3 14:32:31 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 17 done with 'success:stored' after 0 seconds Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 18 'write-config:0x0000/stateMailTo:' Jan 3 14:32:31 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 18 done with 'success:stored' after 0 seconds Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 19 'write-config:0x0000/stateMailStates:0,1,3,19' Jan 3 14:32:31 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 19 done with 'success:stored' after 0 seconds Jan 3 14:32:31 raspberrypi p4d: Processing WEBIF job 20 'write-config:0x0000/errorMailTo:' Jan 3 14:32:32 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 20 done with 'success:stored' after 1 seconds Jan 3 14:32:32 raspberrypi apache2: p4: requesting write-config with 0, 'mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 21 'write-config:0x0000/mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 14:32:32 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 21 done with 'success:stored' after 0 seconds Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 22 'write-config:0x0000/tsync:' Jan 3 14:32:32 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 22 done with 'success:stored' after 0 seconds Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 23 'write-config:0x0000/maxTimeLeak:' Jan 3 14:32:32 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 23 done with 'success:stored' after 0 seconds Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 24 'write-config:0x0000/heatingType:P1' Jan 3 14:32:32 raspberrypi p4d: Storing 'heatingType' with value 'P1' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 24 done with 'success:stored' after 0 seconds Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 25 'write-config:0x0000/stateAni:1' Jan 3 14:32:32 raspberrypi p4d: Storing 'stateAni' with value '1' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 25 done with 'success:stored' after 0 seconds Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 26 'write-config:0x0000/webUrl:http://127.0.0.1/p4' Jan 3 14:32:32 raspberrypi p4d: Storing 'webUrl' with value 'http://127.0.0.1/p4' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 26 done with 'success:stored' after 0 seconds Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 27 'write-config:0x0000/hmHost:' Jan 3 14:32:32 raspberrypi p4d: Storing 'hmHost' with value '' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 27 done with 'success:stored' after 0 seconds Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 28 'write-config:0x0000/addrsMain:' Jan 3 14:32:32 raspberrypi p4d: Storing 'addrsMain' with value '' Jan 3 14:32:32 raspberrypi p4d: Processing WEBIF job 28 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 29 'write-config:0x0000/addrsMainMobile:0,1,4,118,119,120' Jan 3 14:32:33 raspberrypi p4d: Storing 'addrsMainMobile' with value '0,1,4,118,119,120' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 29 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 30 'write-config:0x0000/chartStart:7' Jan 3 14:32:33 raspberrypi p4d: Storing 'chartStart' with value '7' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 30 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 31 'write-config:0x0000/chartDiv:25' Jan 3 14:32:33 raspberrypi p4d: Storing 'chartDiv' with value '25' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 31 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 32 'write-config:0x0000/chartXLines:1' Jan 3 14:32:33 raspberrypi p4d: Storing 'chartXLines' with value '1' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 32 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 33 'write-config:0x0000/chart1:0,1,113,18' Jan 3 14:32:33 raspberrypi p4d: Storing 'chart1' with value '0,1,113,18' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 33 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 34 'write-config:0x0000/chart2:118,225,21,25,4,8' Jan 3 14:32:33 raspberrypi p4d: Storing 'chart2' with value '118,225,21,25,4,8' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 34 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 35 'write-config:0x0000/chart34:' Jan 3 14:32:33 raspberrypi p4d: Storing 'chart34' with value '' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 35 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 36 'write-config:0x0000/chart3:' Jan 3 14:32:33 raspberrypi p4d: Storing 'chart3' with value '' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 36 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 37 'write-config:0x0000/chart4:' Jan 3 14:32:33 raspberrypi p4d: Storing 'chart4' with value '' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 37 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 38 'write-config:0x0000/mail:' Jan 3 14:32:33 raspberrypi p4d: Storing 'mail' with value '' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 38 done with 'success:stored' after 0 seconds Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 39 'write-config:0x0000/htmlMail:' Jan 3 14:32:33 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 14:32:33 raspberrypi p4d: Processing WEBIF job 39 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 40 'write-config:0x0000/stateMailTo:' Jan 3 14:32:34 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 40 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 41 'write-config:0x0000/stateMailStates:0,1,3,19' Jan 3 14:32:34 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 41 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 42 'write-config:0x0000/errorMailTo:' Jan 3 14:32:34 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 14:32:34 raspberrypi apache2: p4: requesting write-config with 0, 'mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 42 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 43 'write-config:0x0000/mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 14:32:34 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 43 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 44 'write-config:0x0000/tsync:' Jan 3 14:32:34 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 44 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 45 'write-config:0x0000/maxTimeLeak:' Jan 3 14:32:34 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 45 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 46 'write-config:0x0000/heatingType:P1' Jan 3 14:32:34 raspberrypi p4d: Storing 'heatingType' with value 'P1' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 46 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 47 'write-config:0x0000/stateAni:1' Jan 3 14:32:34 raspberrypi p4d: Storing 'stateAni' with value '1' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 47 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 48 'write-config:0x0000/webUrl:http://127.0.0.1/p4' Jan 3 14:32:34 raspberrypi p4d: Storing 'webUrl' with value 'http://127.0.0.1/p4' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 48 done with 'success:stored' after 0 seconds Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 49 'write-config:0x0000/hmHost:' Jan 3 14:32:34 raspberrypi p4d: Storing 'hmHost' with value '' Jan 3 14:32:34 raspberrypi p4d: Processing WEBIF job 49 done with 'success:stored' after 0 seconds Jan 3 14:32:36 raspberrypi p4d: Checking state ... Jan 3 14:32:36 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:32:44 raspberrypi p4d: Checking state ... Jan 3 14:32:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:32:44 raspberrypi p4d: Reading values ... Jan 3 14:32:44 raspberrypi p4d: Processed 0 samples, state is 'Betriebsbereit' Jan 3 14:32:44 raspberrypi p4d: Updating error list Jan 3 14:32:45 raspberrypi p4d: Updating error list done Jan 3 14:32:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:32:54 raspberrypi p4d: Checking state ... Jan 3 14:32:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:33:04 raspberrypi p4d: Checking state ... Jan 3 14:33:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:33:14 raspberrypi p4d: Checking state ... Jan 3 14:33:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:33:24 raspberrypi p4d: Checking state ... Jan 3 14:33:24 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:33:34 raspberrypi p4d: Checking state ... Jan 3 14:33:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:33:44 raspberrypi p4d: Checking state ... Jan 3 14:33:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:33:44 raspberrypi p4d: Reading values ... Jan 3 14:33:44 raspberrypi p4d: Processed 0 samples, state is 'Betriebsbereit' Jan 3 14:33:44 raspberrypi p4d: Updating error list Jan 3 14:33:45 raspberrypi p4d: Updating error list done Jan 3 14:33:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:33:54 raspberrypi p4d: Checking state ... Jan 3 14:33:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:34:04 raspberrypi p4d: Checking state ... Jan 3 14:34:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:34:11 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:34:11 raspberrypi p4d: Processing WEBIF job 50 'p4d-state:0x0000/' Jan 3 14:34:11 raspberrypi p4d: Processing WEBIF job 50 done with 'success:14:34:44#0.2.335-GITec50da3#3 Minuten#0.81 0.85 0.37' after 0 seconds Jan 3 14:34:11 raspberrypi p4d: Processing WEBIF job 51 's3200-state:0x0000/' Jan 3 14:34:11 raspberrypi p4d: Processing WEBIF job 51 done with 'success:Thursday, 03. Jan. 2019 14:31:54#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:34:14 raspberrypi p4d: Checking state ... Jan 3 14:34:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:34:24 raspberrypi p4d: Checking state ... Jan 3 14:34:24 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:34:34 raspberrypi p4d: Checking state ... Jan 3 14:34:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:34:44 raspberrypi p4d: Checking state ... Jan 3 14:34:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:34:44 raspberrypi p4d: Reading values ... Jan 3 14:34:44 raspberrypi p4d: Processed 0 samples, state is 'Betriebsbereit' Jan 3 14:34:44 raspberrypi p4d: Updating error list Jan 3 14:34:45 raspberrypi p4d: Updating error list done Jan 3 14:34:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:34:54 raspberrypi p4d: Checking state ... Jan 3 14:34:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:35:04 raspberrypi p4d: Checking state ... Jan 3 14:35:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:35:14 raspberrypi p4d: Checking state ... Jan 3 14:35:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:35:15 raspberrypi p4d: Processing WEBIF job 52 'initvaluefacts:0x0000/' Jan 3 14:35:27 raspberrypi p4d: Read 336 value facts, added 240 Jan 3 14:35:27 raspberrypi p4d: Checked 0 digital lines, added 0, modified 0 Jan 3 14:35:27 raspberrypi p4d: Added 3 user defined values Jan 3 14:35:27 raspberrypi p4d: Info: No One-Wire sensors found, path '/sys/bus/w1/devices' not exist (No such file or directory) Jan 3 14:35:27 raspberrypi p4d: Processing WEBIF job 52 done with 'success:done' after 12 seconds Jan 3 14:35:27 raspberrypi p4d: Checking state ... Jan 3 14:35:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:35:37 raspberrypi p4d: Checking state ... Jan 3 14:35:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:35:44 raspberrypi p4d: Checking state ... Jan 3 14:35:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:35:44 raspberrypi p4d: Reading values ... Jan 3 14:35:44 raspberrypi p4d: Processed 3 samples, state is 'Betriebsbereit' Jan 3 14:35:44 raspberrypi p4d: Updating error list Jan 3 14:35:45 raspberrypi p4d: Updating error list done Jan 3 14:35:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:35:54 raspberrypi p4d: Checking state ... Jan 3 14:35:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:36:04 raspberrypi p4d: Checking state ... Jan 3 14:36:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:36:14 raspberrypi p4d: Checking state ... Jan 3 14:36:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:36:24 raspberrypi p4d: Checking state ... Jan 3 14:36:24 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:36:34 raspberrypi p4d: Checking state ... Jan 3 14:36:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:36:44 raspberrypi p4d: Checking state ... Jan 3 14:36:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:36:44 raspberrypi p4d: Reading values ... Jan 3 14:36:44 raspberrypi p4d: Processed 3 samples, state is 'Betriebsbereit' Jan 3 14:36:44 raspberrypi p4d: Updating error list Jan 3 14:36:45 raspberrypi p4d: Updating error list done Jan 3 14:36:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:36:54 raspberrypi p4d: Checking state ... Jan 3 14:36:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:37:04 raspberrypi p4d: Checking state ... Jan 3 14:37:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:37:14 raspberrypi p4d: Checking state ... Jan 3 14:37:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:37:19 raspberrypi p4d: Processing WEBIF job 53 'update-schemacfg:0x0000/' Jan 3 14:37:20 raspberrypi p4d: Added 8 html schema configurations Jan 3 14:37:20 raspberrypi p4d: Processing WEBIF job 53 done with 'success:done' after 1 seconds Jan 3 14:37:23 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:37:23 raspberrypi p4d: Processing WEBIF job 54 'p4d-state:0x0000/' Jan 3 14:37:24 raspberrypi p4d: Processing WEBIF job 54 done with 'success:14:37:44#0.2.335-GITec50da3#6 Minuten#0.26 0.58 0.35' after 1 seconds Jan 3 14:37:24 raspberrypi p4d: Checking state ... Jan 3 14:37:24 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:37:24 raspberrypi p4d: Processing WEBIF job 55 's3200-state:0x0000/' Jan 3 14:37:26 raspberrypi p4d: Processing WEBIF job 55 done with 'success:Thursday, 03. Jan. 2019 14:35:14#19#Betriebsbereit#Übergangsbetrieb' after 2 seconds Jan 3 14:37:34 raspberrypi p4d: Checking state ... Jan 3 14:37:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:37:44 raspberrypi p4d: Checking state ... Jan 3 14:37:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:37:44 raspberrypi p4d: Reading values ... Jan 3 14:37:47 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:37:47 raspberrypi p4d: Updating error list Jan 3 14:37:48 raspberrypi p4d: Updating error list done Jan 3 14:37:48 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:37:54 raspberrypi p4d: Checking state ... Jan 3 14:37:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:37:58 raspberrypi p4d: Processing WEBIF job 56 'initvaluefacts:0x0000/' Jan 3 14:38:05 raspberrypi p4d: Read 336 value facts, added 0 Jan 3 14:38:05 raspberrypi p4d: Checked 0 digital lines, added 0, modified 0 Jan 3 14:38:05 raspberrypi p4d: Added 0 user defined values Jan 3 14:38:05 raspberrypi p4d: Info: No One-Wire sensors found, path '/sys/bus/w1/devices' not exist (No such file or directory) Jan 3 14:38:05 raspberrypi p4d: Processing WEBIF job 56 done with 'success:done' after 7 seconds Jan 3 14:38:05 raspberrypi p4d: Checking state ... Jan 3 14:38:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:38:15 raspberrypi p4d: Checking state ... Jan 3 14:38:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:38:22 raspberrypi p4d: Processing WEBIF job 57 'update-schemacfg:0x0000/' Jan 3 14:38:22 raspberrypi p4d: Added 0 html schema configurations Jan 3 14:38:22 raspberrypi p4d: Processing WEBIF job 57 done with 'success:done' after 0 seconds Jan 3 14:38:25 raspberrypi p4d: Checking state ... Jan 3 14:38:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:38:35 raspberrypi p4d: Checking state ... Jan 3 14:38:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:38:44 raspberrypi p4d: Checking state ... Jan 3 14:38:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:38:44 raspberrypi p4d: Reading values ... Jan 3 14:38:44 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:38:44 raspberrypi p4d: Updating error list Jan 3 14:38:45 raspberrypi p4d: Updating error list done Jan 3 14:38:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:38:54 raspberrypi p4d: Checking state ... Jan 3 14:38:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:39:04 raspberrypi p4d: Checking state ... Jan 3 14:39:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:39:14 raspberrypi p4d: Checking state ... Jan 3 14:39:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:39:24 raspberrypi p4d: Checking state ... Jan 3 14:39:24 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:39:34 raspberrypi p4d: Checking state ... Jan 3 14:39:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:39:44 raspberrypi p4d: Checking state ... Jan 3 14:39:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:39:44 raspberrypi p4d: Reading values ... Jan 3 14:39:44 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:39:44 raspberrypi p4d: Updating error list Jan 3 14:39:45 raspberrypi p4d: Updating error list done Jan 3 14:39:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:39:54 raspberrypi p4d: Checking state ... Jan 3 14:39:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:40:04 raspberrypi p4d: Checking state ... Jan 3 14:40:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:40:14 raspberrypi p4d: Checking state ... Jan 3 14:40:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:40:24 raspberrypi p4d: Checking state ... Jan 3 14:40:24 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:40:34 raspberrypi p4d: Checking state ... Jan 3 14:40:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:40:44 raspberrypi p4d: Checking state ... Jan 3 14:40:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:40:44 raspberrypi p4d: Reading values ... Jan 3 14:40:44 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:40:44 raspberrypi p4d: Updating error list Jan 3 14:40:45 raspberrypi p4d: Updating error list done Jan 3 14:40:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:40:54 raspberrypi p4d: Checking state ... Jan 3 14:40:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:41:04 raspberrypi p4d: Checking state ... Jan 3 14:41:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:41:14 raspberrypi p4d: Checking state ... Jan 3 14:41:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:41:24 raspberrypi p4d: Checking state ... Jan 3 14:41:24 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:41:34 raspberrypi p4d: Checking state ... Jan 3 14:41:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:41:44 raspberrypi p4d: Checking state ... Jan 3 14:41:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:41:44 raspberrypi p4d: Reading values ... Jan 3 14:41:44 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:41:44 raspberrypi p4d: Updating error list Jan 3 14:41:45 raspberrypi p4d: Updating error list done Jan 3 14:41:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:41:54 raspberrypi p4d: Checking state ... Jan 3 14:41:54 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:42:04 raspberrypi p4d: Checking state ... Jan 3 14:42:04 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:42:14 raspberrypi p4d: Checking state ... Jan 3 14:42:14 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:42:24 raspberrypi p4d: Checking state ... Jan 3 14:42:24 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:42:34 raspberrypi p4d: Checking state ... Jan 3 14:42:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:42:44 raspberrypi p4d: Checking state ... Jan 3 14:42:44 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:42:44 raspberrypi p4d: Reading values ... Jan 3 14:42:44 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:42:44 raspberrypi p4d: Updating error list Jan 3 14:42:45 raspberrypi p4d: Updating error list done Jan 3 14:42:45 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:42:45 raspberrypi p4d: Closing io device Jan 3 14:42:45 raspberrypi p4d: shutdown Jan 3 14:42:45 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(538) Jan 3 14:42:45 raspberrypi p4d: Info: Released the last usage of mysql_lib, calling mysql_library_end() now Jan 3 14:42:47 raspberrypi p4d[1004]: Stopping Deamon to capture data of the P4 pellet heating: p4d. Jan 3 14:42:47 raspberrypi p4d[1010]: Starting Deamon to capture data of the P4 pellet heating: p4d. Jan 3 14:42:47 raspberrypi p4d: Read 9 option from /etc/p4d/p4d.conf Jan 3 14:42:47 raspberrypi p4d: Info: Calling mysql_library_init() Jan 3 14:42:47 raspberrypi p4d: Dictionary '/etc/p4d/p4d.dat' loaded Jan 3 14:42:47 raspberrypi p4d: Info: No One-Wire sensors found, path '/sys/bus/w1/devices' not exist (No such file or directory) Jan 3 14:42:47 raspberrypi p4d: Opening '/dev/ttyUSB0' succeeded! Jan 3 14:42:47 raspberrypi p4d: Try conneting to database Jan 3 14:42:47 raspberrypi p4d: Checking database connection ... Jan 3 14:42:47 raspberrypi p4d: Calling mysql_init(1020) Jan 3 14:42:47 raspberrypi p4d: SQL client character now 'utf8' Jan 3 14:42:47 raspberrypi p4d: Checking table structure and indices ... Jan 3 14:42:47 raspberrypi p4d: Checking table 'config' Jan 3 14:42:47 raspberrypi p4d: Checking table 'errors' Jan 3 14:42:47 raspberrypi p4d: Checking table 'hmsysvars' Jan 3 14:42:47 raspberrypi p4d: Checking table 'jobs' Jan 3 14:42:47 raspberrypi p4d: Checking table 'menu' Jan 3 14:42:47 raspberrypi p4d: Checking table 'samples' Jan 3 14:42:47 raspberrypi p4d: Checking table 'schemaconf' Jan 3 14:42:47 raspberrypi p4d: Checking table 'scripts' Jan 3 14:42:47 raspberrypi p4d: Checking table 'sensoralert' Jan 3 14:42:47 raspberrypi p4d: Checking table 'smartconfig' Jan 3 14:42:47 raspberrypi p4d: Checking table 'timeranges' Jan 3 14:42:47 raspberrypi p4d: Checking table 'valuefacts' Jan 3 14:42:47 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(1020) Jan 3 14:42:47 raspberrypi p4d: Checking table structure and indices succeeded Jan 3 14:42:47 raspberrypi p4d: Calling mysql_init(1020) Jan 3 14:42:47 raspberrypi p4d: Connection to database established Jan 3 14:42:47 raspberrypi p4d: Checking state ... Jan 3 14:42:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:42:48 raspberrypi p4d: State changed to 'Betriebsbereit' Jan 3 14:42:48 raspberrypi p4d: Reading values ... Jan 3 14:42:48 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:42:48 raspberrypi p4d: Updating error list Jan 3 14:42:49 raspberrypi p4d: Updating error list done Jan 3 14:42:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:42:58 raspberrypi p4d: Checking state ... Jan 3 14:42:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:43:00 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:43:00 raspberrypi p4d: Processing WEBIF job 58 'p4d-state:0x0000/' Jan 3 14:43:00 raspberrypi p4d: Processing WEBIF job 58 done with 'success:14:43:48#0.2.335-GITec50da3#13 Sekunden#0.20 0.46 0.40' after 0 seconds Jan 3 14:43:00 raspberrypi p4d: Processing WEBIF job 59 's3200-state:0x0000/' Jan 3 14:43:00 raspberrypi p4d: Processing WEBIF job 59 done with 'success:Thursday, 03. Jan. 2019 14:40:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:43:08 raspberrypi p4d: Checking state ... Jan 3 14:43:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:43:18 raspberrypi p4d: Checking state ... Jan 3 14:43:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:43:28 raspberrypi p4d: Checking state ... Jan 3 14:43:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:43:38 raspberrypi p4d: Checking state ... Jan 3 14:43:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:43:48 raspberrypi p4d: Checking state ... Jan 3 14:43:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:43:48 raspberrypi p4d: Reading values ... Jan 3 14:43:48 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:43:48 raspberrypi p4d: Updating error list Jan 3 14:43:49 raspberrypi p4d: Updating error list done Jan 3 14:43:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:43:58 raspberrypi p4d: Checking state ... Jan 3 14:43:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:44:00 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:44:00 raspberrypi p4d: Processing WEBIF job 60 'p4d-state:0x0000/' Jan 3 14:44:00 raspberrypi p4d: Processing WEBIF job 60 done with 'success:14:44:48#0.2.335-GITec50da3#1 Minute#0.22 0.41 0.38' after 0 seconds Jan 3 14:44:00 raspberrypi p4d: Processing WEBIF job 61 's3200-state:0x0000/' Jan 3 14:44:00 raspberrypi p4d: Processing WEBIF job 61 done with 'success:Thursday, 03. Jan. 2019 14:41:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:44:08 raspberrypi p4d: Checking state ... Jan 3 14:44:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:44:18 raspberrypi p4d: Checking state ... Jan 3 14:44:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:44:28 raspberrypi p4d: Checking state ... Jan 3 14:44:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:44:34 raspberrypi p4d: Checking state ... Jan 3 14:44:34 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:44:34 raspberrypi p4d: Closing io device Jan 3 14:44:34 raspberrypi p4d: shutdown Jan 3 14:44:34 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(1020) Jan 3 14:44:34 raspberrypi p4d: Info: Released the last usage of mysql_lib, calling mysql_library_end() now Jan 3 14:44:34 raspberrypi p4d[1061]: Stopping Deamon to capture data of the P4 pellet heating: p4d. Jan 3 14:45:01 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:45:04 raspberrypi apache2: p4: timeout on p4d-state Jan 3 14:46:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:46:11 raspberrypi apache2: p4: timeout on p4d-state Jan 3 14:47:15 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:47:18 raspberrypi apache2: p4: timeout on p4d-state Jan 3 14:47:45 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:47:48 raspberrypi apache2: p4: timeout on p4d-state Jan 3 14:48:08 raspberrypi p4d[1128]: Starting Deamon to capture data of the P4 pellet heating: p4d. Jan 3 14:48:08 raspberrypi p4d: Read 9 option from /etc/p4d/p4d.conf Jan 3 14:48:08 raspberrypi p4d: Info: Calling mysql_library_init() Jan 3 14:48:08 raspberrypi p4d: Dictionary '/etc/p4d/p4d.dat' loaded Jan 3 14:48:08 raspberrypi p4d: Info: No One-Wire sensors found, path '/sys/bus/w1/devices' not exist (No such file or directory) Jan 3 14:48:08 raspberrypi p4d: Opening '/dev/ttyUSB0' succeeded! Jan 3 14:48:08 raspberrypi p4d: Try conneting to database Jan 3 14:48:08 raspberrypi p4d: Checking database connection ... Jan 3 14:48:08 raspberrypi p4d: Calling mysql_init(1137) Jan 3 14:48:08 raspberrypi p4d: SQL client character now 'utf8' Jan 3 14:48:08 raspberrypi p4d: Checking table structure and indices ... Jan 3 14:48:08 raspberrypi p4d: Checking table 'config' Jan 3 14:48:08 raspberrypi p4d: Checking table 'errors' Jan 3 14:48:08 raspberrypi p4d: Checking table 'hmsysvars' Jan 3 14:48:08 raspberrypi p4d: Checking table 'jobs' Jan 3 14:48:08 raspberrypi p4d: Checking table 'menu' Jan 3 14:48:08 raspberrypi p4d: Checking table 'samples' Jan 3 14:48:08 raspberrypi p4d: Checking table 'schemaconf' Jan 3 14:48:08 raspberrypi p4d: Checking table 'scripts' Jan 3 14:48:08 raspberrypi p4d: Checking table 'sensoralert' Jan 3 14:48:08 raspberrypi p4d: Checking table 'smartconfig' Jan 3 14:48:08 raspberrypi p4d: Checking table 'timeranges' Jan 3 14:48:08 raspberrypi p4d: Checking table 'valuefacts' Jan 3 14:48:08 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(1137) Jan 3 14:48:08 raspberrypi p4d: Checking table structure and indices succeeded Jan 3 14:48:08 raspberrypi p4d: Calling mysql_init(1137) Jan 3 14:48:08 raspberrypi p4d: Connection to database established Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 62 'p4d-state:0x0000/' Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 62 done with 'success:14:48:08#0.2.335-GITec50da3#0 Sekunden#0.36 0.30 0.33' after 0 seconds Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 63 's3200-state:0x0000/' Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 63 done with 'success:Thursday, 01. Jan. 1970 01:00:00#0#(null)#(null)' after 0 seconds Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 64 'p4d-state:0x0000/' Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 64 done with 'success:14:48:08#0.2.335-GITec50da3#0 Sekunden#0.36 0.30 0.33' after 0 seconds Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 65 's3200-state:0x0000/' Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 65 done with 'success:Thursday, 01. Jan. 1970 01:00:00#0#(null)#(null)' after 0 seconds Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 66 'p4d-state:0x0000/' Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 66 done with 'success:14:48:08#0.2.335-GITec50da3#0 Sekunden#0.36 0.30 0.33' after 0 seconds Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 67 's3200-state:0x0000/' Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 67 done with 'success:Thursday, 01. Jan. 1970 01:00:00#0#(null)#(null)' after 0 seconds Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 68 'p4d-state:0x0000/' Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 68 done with 'success:14:48:08#0.2.335-GITec50da3#0 Sekunden#0.36 0.30 0.33' after 0 seconds Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 69 's3200-state:0x0000/' Jan 3 14:48:08 raspberrypi p4d: Processing WEBIF job 69 done with 'success:Thursday, 01. Jan. 1970 01:00:00#0#(null)#(null)' after 0 seconds Jan 3 14:48:08 raspberrypi p4d: Checking state ... Jan 3 14:48:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:48:08 raspberrypi p4d: State changed to 'Betriebsbereit' Jan 3 14:48:08 raspberrypi p4d: Reading values ... Jan 3 14:48:09 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:48:09 raspberrypi p4d: Updating error list Jan 3 14:48:10 raspberrypi p4d: Updating error list done Jan 3 14:48:10 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:48:10 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:48:10 raspberrypi p4d: Processing WEBIF job 70 'p4d-state:0x0000/' Jan 3 14:48:10 raspberrypi p4d: Processing WEBIF job 70 done with 'success:14:49:08#0.2.335-GITec50da3#2 Sekunden#0.36 0.30 0.33' after 0 seconds Jan 3 14:48:10 raspberrypi p4d: Processing WEBIF job 71 's3200-state:0x0000/' Jan 3 14:48:10 raspberrypi p4d: Processing WEBIF job 71 done with 'success:Thursday, 03. Jan. 2019 14:45:59#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:48:18 raspberrypi p4d: Checking state ... Jan 3 14:48:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:48:28 raspberrypi p4d: Checking state ... Jan 3 14:48:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:48:38 raspberrypi p4d: Checking state ... Jan 3 14:48:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:48:44 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:48:44 raspberrypi p4d: Processing WEBIF job 72 'p4d-state:0x0000/' Jan 3 14:48:44 raspberrypi p4d: Processing WEBIF job 72 done with 'success:14:49:08#0.2.335-GITec50da3#36 Sekunden#0.32 0.29 0.33' after 0 seconds Jan 3 14:48:44 raspberrypi p4d: Processing WEBIF job 73 's3200-state:0x0000/' Jan 3 14:48:44 raspberrypi p4d: Processing WEBIF job 73 done with 'success:Thursday, 03. Jan. 2019 14:46:28#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:48:48 raspberrypi p4d: Checking state ... Jan 3 14:48:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:48:58 raspberrypi p4d: Checking state ... Jan 3 14:48:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:49:08 raspberrypi p4d: Checking state ... Jan 3 14:49:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:49:08 raspberrypi p4d: Reading values ... Jan 3 14:49:09 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:49:09 raspberrypi p4d: Updating error list Jan 3 14:49:10 raspberrypi p4d: Updating error list done Jan 3 14:49:10 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:49:18 raspberrypi p4d: Checking state ... Jan 3 14:49:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:49:28 raspberrypi p4d: Checking state ... Jan 3 14:49:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:49:38 raspberrypi p4d: Checking state ... Jan 3 14:49:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:49:44 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:49:44 raspberrypi p4d: Processing WEBIF job 74 'p4d-state:0x0000/' Jan 3 14:49:44 raspberrypi p4d: Processing WEBIF job 74 done with 'success:14:50:08#0.2.335-GITec50da3#1 Minute#0.39 0.34 0.34' after 0 seconds Jan 3 14:49:44 raspberrypi p4d: Processing WEBIF job 75 's3200-state:0x0000/' Jan 3 14:49:45 raspberrypi p4d: Processing WEBIF job 75 done with 'success:Thursday, 03. Jan. 2019 14:47:28#19#Betriebsbereit#Übergangsbetrieb' after 1 seconds Jan 3 14:49:48 raspberrypi p4d: Checking state ... Jan 3 14:49:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:49:58 raspberrypi p4d: Checking state ... Jan 3 14:49:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:50:08 raspberrypi p4d: Checking state ... Jan 3 14:50:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:50:08 raspberrypi p4d: Reading values ... Jan 3 14:50:08 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:50:08 raspberrypi p4d: Updating error list Jan 3 14:50:09 raspberrypi p4d: Updating error list done Jan 3 14:50:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:50:18 raspberrypi p4d: Checking state ... Jan 3 14:50:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:50:28 raspberrypi p4d: Checking state ... Jan 3 14:50:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:50:38 raspberrypi p4d: Checking state ... Jan 3 14:50:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:50:46 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:50:46 raspberrypi p4d: Processing WEBIF job 76 'p4d-state:0x0000/' Jan 3 14:50:46 raspberrypi p4d: Processing WEBIF job 76 done with 'success:14:51:08#0.2.335-GITec50da3#2 Minuten#0.19 0.29 0.33' after 0 seconds Jan 3 14:50:46 raspberrypi p4d: Processing WEBIF job 77 's3200-state:0x0000/' Jan 3 14:50:46 raspberrypi p4d: Processing WEBIF job 77 done with 'success:Thursday, 03. Jan. 2019 14:48:28#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:50:48 raspberrypi p4d: Checking state ... Jan 3 14:50:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:50:58 raspberrypi p4d: Checking state ... Jan 3 14:50:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:51:08 raspberrypi p4d: Checking state ... Jan 3 14:51:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:51:08 raspberrypi p4d: Reading values ... Jan 3 14:51:08 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:51:08 raspberrypi p4d: Updating error list Jan 3 14:51:09 raspberrypi p4d: Updating error list done Jan 3 14:51:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:51:18 raspberrypi p4d: Checking state ... Jan 3 14:51:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:51:28 raspberrypi p4d: Checking state ... Jan 3 14:51:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:51:38 raspberrypi p4d: Checking state ... Jan 3 14:51:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:51:47 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:51:47 raspberrypi p4d: Processing WEBIF job 78 'p4d-state:0x0000/' Jan 3 14:51:47 raspberrypi p4d: Processing WEBIF job 78 done with 'success:14:52:08#0.2.335-GITec50da3#3 Minuten#0.15 0.26 0.31' after 0 seconds Jan 3 14:51:47 raspberrypi p4d: Processing WEBIF job 79 's3200-state:0x0000/' Jan 3 14:51:47 raspberrypi p4d: Processing WEBIF job 79 done with 'success:Thursday, 03. Jan. 2019 14:49:28#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:51:48 raspberrypi p4d: Checking state ... Jan 3 14:51:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:51:58 raspberrypi p4d: Checking state ... Jan 3 14:51:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:52:08 raspberrypi p4d: Checking state ... Jan 3 14:52:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:52:08 raspberrypi p4d: Reading values ... Jan 3 14:52:08 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:52:08 raspberrypi p4d: Updating error list Jan 3 14:52:09 raspberrypi p4d: Updating error list done Jan 3 14:52:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:52:18 raspberrypi p4d: Checking state ... Jan 3 14:52:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:52:28 raspberrypi p4d: Checking state ... Jan 3 14:52:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:52:38 raspberrypi p4d: Checking state ... Jan 3 14:52:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:52:48 raspberrypi p4d: Checking state ... Jan 3 14:52:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:52:48 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:52:48 raspberrypi p4d: Processing WEBIF job 80 'p4d-state:0x0000/' Jan 3 14:52:48 raspberrypi p4d: Processing WEBIF job 80 done with 'success:14:53:08#0.2.335-GITec50da3#4 Minuten#0.32 0.30 0.32' after 0 seconds Jan 3 14:52:48 raspberrypi p4d: Processing WEBIF job 81 's3200-state:0x0000/' Jan 3 14:52:48 raspberrypi p4d: Processing WEBIF job 81 done with 'success:Thursday, 03. Jan. 2019 14:50:39#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:52:58 raspberrypi p4d: Checking state ... Jan 3 14:52:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:53:08 raspberrypi p4d: Checking state ... Jan 3 14:53:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:53:08 raspberrypi p4d: Reading values ... Jan 3 14:53:08 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:53:08 raspberrypi p4d: Updating error list Jan 3 14:53:09 raspberrypi p4d: Updating error list done Jan 3 14:53:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:53:18 raspberrypi p4d: Checking state ... Jan 3 14:53:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:53:28 raspberrypi p4d: Checking state ... Jan 3 14:53:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:53:38 raspberrypi p4d: Checking state ... Jan 3 14:53:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:53:48 raspberrypi p4d: Checking state ... Jan 3 14:53:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:53:58 raspberrypi p4d: Checking state ... Jan 3 14:53:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:54:07 raspberrypi p4d: Processing WEBIF job 82 'update-schemacfg:0x0000/' Jan 3 14:54:07 raspberrypi p4d: Added 2 html schema configurations Jan 3 14:54:07 raspberrypi p4d: Processing WEBIF job 82 done with 'success:done' after 0 seconds Jan 3 14:54:08 raspberrypi p4d: Checking state ... Jan 3 14:54:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:54:08 raspberrypi p4d: Reading values ... Jan 3 14:54:08 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:54:08 raspberrypi p4d: Updating error list Jan 3 14:54:09 raspberrypi p4d: Updating error list done Jan 3 14:54:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:54:11 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:54:11 raspberrypi p4d: Processing WEBIF job 83 'p4d-state:0x0000/' Jan 3 14:54:11 raspberrypi p4d: Processing WEBIF job 83 done with 'success:14:55:08#0.2.335-GITec50da3#6 Minuten#0.63 0.38 0.35' after 0 seconds Jan 3 14:54:12 raspberrypi p4d: Processing WEBIF job 84 's3200-state:0x0000/' Jan 3 14:54:13 raspberrypi p4d: Processing WEBIF job 84 done with 'success:Thursday, 03. Jan. 2019 14:51:58#19#Betriebsbereit#Übergangsbetrieb' after 1 seconds Jan 3 14:54:18 raspberrypi p4d: Checking state ... Jan 3 14:54:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:54:28 raspberrypi p4d: Checking state ... Jan 3 14:54:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:54:38 raspberrypi p4d: Checking state ... Jan 3 14:54:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:54:48 raspberrypi p4d: Checking state ... Jan 3 14:54:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:54:58 raspberrypi p4d: Checking state ... Jan 3 14:54:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:55:02 raspberrypi p4d: Processing WEBIF job 85 'initmenu:0x0000/' Jan 3 14:57:05 raspberrypi p4d: Read 3798 menu items Jan 3 14:57:05 raspberrypi p4d: Processing WEBIF job 85 done with 'success:done' after 123 seconds Jan 3 14:57:05 raspberrypi p4d: Checking state ... Jan 3 14:57:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:57:05 raspberrypi p4d: Reading values ... Jan 3 14:57:05 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:57:05 raspberrypi p4d: Updating error list Jan 3 14:57:06 raspberrypi p4d: Updating error list done Jan 3 14:57:06 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:57:06 raspberrypi p4d: Processing WEBIF job 86 'updatemenu:0x0000/' Jan 3 14:58:17 raspberrypi p4d: Processing WEBIF job 86 done with 'success:done' after 71 seconds Jan 3 14:58:17 raspberrypi p4d: Checking state ... Jan 3 14:58:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:58:17 raspberrypi p4d: Reading values ... Jan 3 14:58:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:58:17 raspberrypi p4d: Updating error list Jan 3 14:58:18 raspberrypi p4d: Updating error list done Jan 3 14:58:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:58:27 raspberrypi p4d: Checking state ... Jan 3 14:58:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:58:37 raspberrypi p4d: Checking state ... Jan 3 14:58:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:58:47 raspberrypi p4d: Checking state ... Jan 3 14:58:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:58:57 raspberrypi p4d: Checking state ... Jan 3 14:58:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:59:07 raspberrypi p4d: Checking state ... Jan 3 14:59:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:59:08 raspberrypi p4d: Processing WEBIF job 87 'write-config:0x0000/addrsMain:' Jan 3 14:59:08 raspberrypi p4d: Storing 'addrsMain' with value '' Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 87 done with 'success:stored' after 1 seconds Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 88 'write-config:0x0000/addrsMainMobile:0,1,4,118,119,120' Jan 3 14:59:09 raspberrypi p4d: Storing 'addrsMainMobile' with value '0,1,4,118,119,120' Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 88 done with 'success:stored' after 0 seconds Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 89 'write-config:0x0000/chartStart:7' Jan 3 14:59:09 raspberrypi p4d: Storing 'chartStart' with value '7' Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 89 done with 'success:stored' after 0 seconds Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 90 'write-config:0x0000/chartDiv:25' Jan 3 14:59:09 raspberrypi p4d: Storing 'chartDiv' with value '25' Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 90 done with 'success:stored' after 0 seconds Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 91 'write-config:0x0000/chartXLines:1' Jan 3 14:59:09 raspberrypi p4d: Storing 'chartXLines' with value '1' Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 91 done with 'success:stored' after 0 seconds Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 92 'write-config:0x0000/chart1:0,1,113,18' Jan 3 14:59:09 raspberrypi p4d: Storing 'chart1' with value '0,1,113,18' Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 92 done with 'success:stored' after 0 seconds Jan 3 14:59:09 raspberrypi p4d: Processing WEBIF job 93 'write-config:0x0000/chart2:118,225,21,25,4,8' Jan 3 14:59:09 raspberrypi p4d: Storing 'chart2' with value '118,225,21,25,4,8' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 93 done with 'success:stored' after 1 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 94 'write-config:0x0000/chart34:' Jan 3 14:59:10 raspberrypi p4d: Storing 'chart34' with value '' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 94 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 95 'write-config:0x0000/chart3:' Jan 3 14:59:10 raspberrypi p4d: Storing 'chart3' with value '' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 95 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 96 'write-config:0x0000/chart4:' Jan 3 14:59:10 raspberrypi p4d: Storing 'chart4' with value '' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 96 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 97 'write-config:0x0000/mail:' Jan 3 14:59:10 raspberrypi p4d: Storing 'mail' with value '' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 97 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 98 'write-config:0x0000/htmlMail:' Jan 3 14:59:10 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 98 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 99 'write-config:0x0000/stateMailTo:' Jan 3 14:59:10 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 99 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 100 'write-config:0x0000/stateMailStates:0,1,3,19' Jan 3 14:59:10 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 100 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 101 'write-config:0x0000/errorMailTo:' Jan 3 14:59:10 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 14:59:10 raspberrypi apache2: p4: requesting write-config with 0, 'mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 101 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 102 'write-config:0x0000/mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 14:59:10 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 102 done with 'success:stored' after 0 seconds Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 103 'write-config:0x0000/tsync:' Jan 3 14:59:10 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 14:59:10 raspberrypi p4d: Processing WEBIF job 103 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 104 'write-config:0x0000/maxTimeLeak:' Jan 3 14:59:11 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 104 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 105 'write-config:0x0000/heatingType:P1' Jan 3 14:59:11 raspberrypi p4d: Storing 'heatingType' with value 'P1' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 105 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 106 'write-config:0x0000/stateAni:1' Jan 3 14:59:11 raspberrypi p4d: Storing 'stateAni' with value '1' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 106 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 107 'write-config:0x0000/webUrl:http://127.0.0.1/p4' Jan 3 14:59:11 raspberrypi p4d: Storing 'webUrl' with value 'http://127.0.0.1/p4' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 107 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 108 'write-config:0x0000/hmHost:' Jan 3 14:59:11 raspberrypi p4d: Storing 'hmHost' with value '' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 108 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 109 'write-config:0x0000/addrsMain:' Jan 3 14:59:11 raspberrypi p4d: Storing 'addrsMain' with value '' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 109 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 110 'write-config:0x0000/addrsMainMobile:0,1,4,118,119,120' Jan 3 14:59:11 raspberrypi p4d: Storing 'addrsMainMobile' with value '0,1,4,118,119,120' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 110 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 111 'write-config:0x0000/chartStart:7' Jan 3 14:59:11 raspberrypi p4d: Storing 'chartStart' with value '7' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 111 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 112 'write-config:0x0000/chartDiv:25' Jan 3 14:59:11 raspberrypi p4d: Storing 'chartDiv' with value '25' Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 112 done with 'success:stored' after 0 seconds Jan 3 14:59:11 raspberrypi p4d: Processing WEBIF job 113 'write-config:0x0000/chartXLines:1' Jan 3 14:59:11 raspberrypi p4d: Storing 'chartXLines' with value '1' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 113 done with 'success:stored' after 1 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 114 'write-config:0x0000/chart1:0,1,113,18' Jan 3 14:59:12 raspberrypi p4d: Storing 'chart1' with value '0,1,113,18' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 114 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 115 'write-config:0x0000/chart2:118,225,21,25,4,8' Jan 3 14:59:12 raspberrypi p4d: Storing 'chart2' with value '118,225,21,25,4,8' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 115 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 116 'write-config:0x0000/chart34:' Jan 3 14:59:12 raspberrypi p4d: Storing 'chart34' with value '' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 116 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 117 'write-config:0x0000/chart3:' Jan 3 14:59:12 raspberrypi p4d: Storing 'chart3' with value '' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 117 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 118 'write-config:0x0000/chart4:' Jan 3 14:59:12 raspberrypi p4d: Storing 'chart4' with value '' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 118 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 119 'write-config:0x0000/mail:' Jan 3 14:59:12 raspberrypi p4d: Storing 'mail' with value '' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 119 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 120 'write-config:0x0000/htmlMail:' Jan 3 14:59:12 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 120 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 121 'write-config:0x0000/stateMailTo:' Jan 3 14:59:12 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 121 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 122 'write-config:0x0000/stateMailStates:0,1,3,19' Jan 3 14:59:12 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 122 done with 'success:stored' after 0 seconds Jan 3 14:59:12 raspberrypi p4d: Processing WEBIF job 123 'write-config:0x0000/errorMailTo:' Jan 3 14:59:12 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 14:59:13 raspberrypi apache2: p4: requesting write-config with 0, 'mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 123 done with 'success:stored' after 1 seconds Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 124 'write-config:0x0000/mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 14:59:13 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 124 done with 'success:stored' after 0 seconds Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 125 'write-config:0x0000/tsync:' Jan 3 14:59:13 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 125 done with 'success:stored' after 0 seconds Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 126 'write-config:0x0000/maxTimeLeak:' Jan 3 14:59:13 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 126 done with 'success:stored' after 0 seconds Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 127 'write-config:0x0000/heatingType:P1' Jan 3 14:59:13 raspberrypi p4d: Storing 'heatingType' with value 'P1' Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 127 done with 'success:stored' after 0 seconds Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 128 'write-config:0x0000/stateAni:1' Jan 3 14:59:13 raspberrypi p4d: Storing 'stateAni' with value '1' Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 128 done with 'success:stored' after 0 seconds Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 129 'write-config:0x0000/webUrl:http://127.0.0.1/p4' Jan 3 14:59:13 raspberrypi p4d: Storing 'webUrl' with value 'http://127.0.0.1/p4' Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 129 done with 'success:stored' after 0 seconds Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 130 'write-config:0x0000/hmHost:' Jan 3 14:59:13 raspberrypi p4d: Storing 'hmHost' with value '' Jan 3 14:59:13 raspberrypi p4d: Processing WEBIF job 130 done with 'success:stored' after 0 seconds Jan 3 14:59:16 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:59:16 raspberrypi p4d: Processing WEBIF job 131 'p4d-state:0x0000/' Jan 3 14:59:17 raspberrypi p4d: Processing WEBIF job 131 done with 'success:14:59:17#0.2.335-GITec50da3#11 Minuten#0.93 0.97 0.63' after 1 seconds Jan 3 14:59:17 raspberrypi p4d: Checking state ... Jan 3 14:59:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:59:17 raspberrypi p4d: Reading values ... Jan 3 14:59:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 14:59:17 raspberrypi p4d: Updating error list Jan 3 14:59:18 raspberrypi p4d: Updating error list done Jan 3 14:59:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 14:59:18 raspberrypi p4d: Processing WEBIF job 132 's3200-state:0x0000/' Jan 3 14:59:18 raspberrypi p4d: Processing WEBIF job 132 done with 'success:Thursday, 03. Jan. 2019 14:57:08#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:59:22 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 14:59:22 raspberrypi p4d: Processing WEBIF job 133 'p4d-state:0x0000/' Jan 3 14:59:22 raspberrypi p4d: Processing WEBIF job 133 done with 'success:15:00:17#0.2.335-GITec50da3#11 Minuten#1.02 0.99 0.64' after 0 seconds Jan 3 14:59:22 raspberrypi p4d: Processing WEBIF job 134 's3200-state:0x0000/' Jan 3 14:59:22 raspberrypi p4d: Processing WEBIF job 134 done with 'success:Thursday, 03. Jan. 2019 14:57:08#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 14:59:27 raspberrypi p4d: Checking state ... Jan 3 14:59:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:59:37 raspberrypi p4d: Checking state ... Jan 3 14:59:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:59:47 raspberrypi p4d: Checking state ... Jan 3 14:59:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 14:59:57 raspberrypi p4d: Checking state ... Jan 3 14:59:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:00:07 raspberrypi p4d: Checking state ... Jan 3 15:00:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:00:17 raspberrypi p4d: Checking state ... Jan 3 15:00:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:00:17 raspberrypi p4d: Reading values ... Jan 3 15:00:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:00:17 raspberrypi p4d: Updating error list Jan 3 15:00:17 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:00:18 raspberrypi p4d: Updating error list done Jan 3 15:00:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:00:18 raspberrypi p4d: Processing WEBIF job 135 'p4d-state:0x0000/' Jan 3 15:00:18 raspberrypi p4d: Processing WEBIF job 135 done with 'success:15:01:17#0.2.335-GITec50da3#12 Minuten#0.79 0.93 0.64' after 0 seconds Jan 3 15:00:18 raspberrypi p4d: Processing WEBIF job 136 's3200-state:0x0000/' Jan 3 15:00:18 raspberrypi p4d: Processing WEBIF job 136 done with 'success:Thursday, 03. Jan. 2019 14:58:08#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:00:27 raspberrypi p4d: Checking state ... Jan 3 15:00:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:00:32 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:00:32 raspberrypi p4d: Processing WEBIF job 137 'p4d-state:0x0000/' Jan 3 15:00:32 raspberrypi p4d: Processing WEBIF job 137 done with 'success:15:01:17#0.2.335-GITec50da3#12 Minuten#0.67 0.90 0.63' after 0 seconds Jan 3 15:00:32 raspberrypi p4d: Processing WEBIF job 138 's3200-state:0x0000/' Jan 3 15:00:32 raspberrypi p4d: Processing WEBIF job 138 done with 'success:Thursday, 03. Jan. 2019 14:58:18#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:00:37 raspberrypi p4d: Checking state ... Jan 3 15:00:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:00:40 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:00:40 raspberrypi p4d: Processing WEBIF job 139 'p4d-state:0x0000/' Jan 3 15:00:40 raspberrypi p4d: Processing WEBIF job 139 done with 'success:15:01:17#0.2.335-GITec50da3#12 Minuten#0.71 0.90 0.63' after 0 seconds Jan 3 15:00:40 raspberrypi p4d: Processing WEBIF job 140 's3200-state:0x0000/' Jan 3 15:00:40 raspberrypi p4d: Processing WEBIF job 140 done with 'success:Thursday, 03. Jan. 2019 14:58:28#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:00:44 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:00:44 raspberrypi p4d: Processing WEBIF job 141 'p4d-state:0x0000/' Jan 3 15:00:44 raspberrypi p4d: Processing WEBIF job 141 done with 'success:15:01:17#0.2.335-GITec50da3#12 Minuten#0.65 0.88 0.63' after 0 seconds Jan 3 15:00:44 raspberrypi p4d: Processing WEBIF job 142 's3200-state:0x0000/' Jan 3 15:00:44 raspberrypi p4d: Processing WEBIF job 142 done with 'success:Thursday, 03. Jan. 2019 14:58:28#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:00:47 raspberrypi p4d: Checking state ... Jan 3 15:00:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:00:57 raspberrypi p4d: Checking state ... Jan 3 15:00:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:01:07 raspberrypi p4d: Checking state ... Jan 3 15:01:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:01:17 raspberrypi p4d: Checking state ... Jan 3 15:01:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:01:17 raspberrypi p4d: Reading values ... Jan 3 15:01:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:01:17 raspberrypi p4d: Updating error list Jan 3 15:01:18 raspberrypi p4d: Updating error list done Jan 3 15:01:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:01:27 raspberrypi p4d: Checking state ... Jan 3 15:01:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:01:37 raspberrypi p4d: Checking state ... Jan 3 15:01:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:01:44 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:01:44 raspberrypi p4d: Processing WEBIF job 143 'p4d-state:0x0000/' Jan 3 15:01:44 raspberrypi p4d: Processing WEBIF job 143 done with 'success:15:02:17#0.2.335-GITec50da3#13 Minuten#0.78 0.90 0.65' after 0 seconds Jan 3 15:01:44 raspberrypi p4d: Processing WEBIF job 144 's3200-state:0x0000/' Jan 3 15:01:44 raspberrypi p4d: Processing WEBIF job 144 done with 'success:Thursday, 03. Jan. 2019 14:59:28#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:01:47 raspberrypi p4d: Checking state ... Jan 3 15:01:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:01:57 raspberrypi p4d: Checking state ... Jan 3 15:01:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:02:07 raspberrypi p4d: Checking state ... Jan 3 15:02:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:02:17 raspberrypi p4d: Checking state ... Jan 3 15:02:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:02:17 raspberrypi p4d: Reading values ... Jan 3 15:02:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:02:17 raspberrypi p4d: Updating error list Jan 3 15:02:18 raspberrypi p4d: Updating error list done Jan 3 15:02:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:02:21 raspberrypi p4d: Processing WEBIF job 145 'update-schemacfg:0x0000/' Jan 3 15:02:21 raspberrypi p4d: Added 0 html schema configurations Jan 3 15:02:21 raspberrypi p4d: Processing WEBIF job 145 done with 'success:done' after 0 seconds Jan 3 15:02:23 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:02:23 raspberrypi p4d: Processing WEBIF job 146 'p4d-state:0x0000/' Jan 3 15:02:30 raspberrypi p4d: Processing WEBIF job 146 done with 'success:15:03:17#0.2.335-GITec50da3#14 Minuten#0.97 0.94 0.68' after 7 seconds Jan 3 15:02:30 raspberrypi p4d: Checking state ... Jan 3 15:02:30 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:02:30 raspberrypi p4d: Processing WEBIF job 147 's3200-state:0x0000/' Jan 3 15:02:30 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:02:30 raspberrypi p4d: Processing WEBIF job 147 done with 'success:Thursday, 03. Jan. 2019 15:00:21#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:02:30 raspberrypi p4d: Processing WEBIF job 148 'p4d-state:0x0000/' Jan 3 15:02:30 raspberrypi p4d: Processing WEBIF job 148 done with 'success:15:03:17#0.2.335-GITec50da3#14 Minuten#1.21 0.99 0.69' after 0 seconds Jan 3 15:02:30 raspberrypi p4d: Processing WEBIF job 149 's3200-state:0x0000/' Jan 3 15:02:30 raspberrypi p4d: Processing WEBIF job 149 done with 'success:Thursday, 03. Jan. 2019 15:00:21#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:02:40 raspberrypi p4d: Checking state ... Jan 3 15:02:40 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:02:50 raspberrypi p4d: Checking state ... Jan 3 15:02:50 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:03:00 raspberrypi p4d: Checking state ... Jan 3 15:03:00 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:03:10 raspberrypi p4d: Checking state ... Jan 3 15:03:10 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:03:10 raspberrypi p4d: Processing WEBIF job 150 'update-schemacfg:0x0000/' Jan 3 15:03:10 raspberrypi p4d: Added 0 html schema configurations Jan 3 15:03:10 raspberrypi p4d: Processing WEBIF job 150 done with 'success:done' after 0 seconds Jan 3 15:03:15 raspberrypi p4d: Processing WEBIF job 151 'getp:0x00ba/' Jan 3 15:03:15 raspberrypi p4d: Processing WEBIF job 151 done with 'success#10#°C#20#2#20#0' after 0 seconds Jan 3 15:03:17 raspberrypi p4d: Checking state ... Jan 3 15:03:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:03:17 raspberrypi p4d: Reading values ... Jan 3 15:03:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:03:17 raspberrypi p4d: Updating error list Jan 3 15:03:18 raspberrypi p4d: Updating error list done Jan 3 15:03:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:03:27 raspberrypi p4d: Checking state ... Jan 3 15:03:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:03:37 raspberrypi p4d: Checking state ... Jan 3 15:03:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:03:47 raspberrypi p4d: Checking state ... Jan 3 15:03:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:03:57 raspberrypi p4d: Checking state ... Jan 3 15:03:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:03:59 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:03:59 raspberrypi p4d: Processing WEBIF job 152 'p4d-state:0x0000/' Jan 3 15:03:59 raspberrypi p4d: Processing WEBIF job 152 done with 'success:15:04:17#0.2.335-GITec50da3#15 Minuten#1.01 0.98 0.72' after 0 seconds Jan 3 15:03:59 raspberrypi p4d: Processing WEBIF job 153 's3200-state:0x0000/' Jan 3 15:03:59 raspberrypi p4d: Processing WEBIF job 153 done with 'success:Thursday, 03. Jan. 2019 15:01:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:04:07 raspberrypi p4d: Checking state ... Jan 3 15:04:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:04:17 raspberrypi p4d: Checking state ... Jan 3 15:04:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:04:17 raspberrypi p4d: Reading values ... Jan 3 15:04:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:04:17 raspberrypi p4d: Updating error list Jan 3 15:04:18 raspberrypi p4d: Updating error list done Jan 3 15:04:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:04:27 raspberrypi p4d: Checking state ... Jan 3 15:04:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:04:37 raspberrypi p4d: Checking state ... Jan 3 15:04:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:04:47 raspberrypi p4d: Checking state ... Jan 3 15:04:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:04:57 raspberrypi p4d: Checking state ... Jan 3 15:04:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:04:58 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:04:58 raspberrypi p4d: Processing WEBIF job 154 'p4d-state:0x0000/' Jan 3 15:04:58 raspberrypi p4d: Processing WEBIF job 154 done with 'success:15:05:17#0.2.335-GITec50da3#16 Minuten#0.66 0.89 0.70' after 0 seconds Jan 3 15:04:58 raspberrypi p4d: Processing WEBIF job 155 's3200-state:0x0000/' Jan 3 15:04:58 raspberrypi p4d: Processing WEBIF job 155 done with 'success:Thursday, 03. Jan. 2019 15:02:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:05:07 raspberrypi p4d: Checking state ... Jan 3 15:05:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:05:17 raspberrypi p4d: Checking state ... Jan 3 15:05:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:05:17 raspberrypi p4d: Reading values ... Jan 3 15:05:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:05:17 raspberrypi p4d: Updating error list Jan 3 15:05:18 raspberrypi p4d: Updating error list done Jan 3 15:05:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:05:27 raspberrypi p4d: Checking state ... Jan 3 15:05:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:05:37 raspberrypi p4d: Checking state ... Jan 3 15:05:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:05:47 raspberrypi p4d: Checking state ... Jan 3 15:05:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:05:57 raspberrypi p4d: Checking state ... Jan 3 15:05:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:05:58 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:05:58 raspberrypi p4d: Processing WEBIF job 156 'p4d-state:0x0000/' Jan 3 15:05:58 raspberrypi p4d: Processing WEBIF job 156 done with 'success:15:06:17#0.2.335-GITec50da3#17 Minuten#0.36 0.77 0.68' after 0 seconds Jan 3 15:05:58 raspberrypi p4d: Processing WEBIF job 157 's3200-state:0x0000/' Jan 3 15:05:58 raspberrypi p4d: Processing WEBIF job 157 done with 'success:Thursday, 03. Jan. 2019 15:03:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:06:07 raspberrypi p4d: Checking state ... Jan 3 15:06:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:06:17 raspberrypi p4d: Checking state ... Jan 3 15:06:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:06:17 raspberrypi p4d: Reading values ... Jan 3 15:06:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:06:17 raspberrypi p4d: Updating error list Jan 3 15:06:18 raspberrypi p4d: Updating error list done Jan 3 15:06:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:06:27 raspberrypi p4d: Checking state ... Jan 3 15:06:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:06:37 raspberrypi p4d: Checking state ... Jan 3 15:06:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:06:47 raspberrypi p4d: Checking state ... Jan 3 15:06:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:06:57 raspberrypi p4d: Checking state ... Jan 3 15:06:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:06:59 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:06:59 raspberrypi p4d: Processing WEBIF job 158 'p4d-state:0x0000/' Jan 3 15:06:59 raspberrypi p4d: Processing WEBIF job 158 done with 'success:15:07:17#0.2.335-GITec50da3#18 Minuten#0.25 0.67 0.65' after 0 seconds Jan 3 15:06:59 raspberrypi p4d: Processing WEBIF job 159 's3200-state:0x0000/' Jan 3 15:06:59 raspberrypi p4d: Processing WEBIF job 159 done with 'success:Thursday, 03. Jan. 2019 15:04:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:07:07 raspberrypi p4d: Checking state ... Jan 3 15:07:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:07:17 raspberrypi p4d: Checking state ... Jan 3 15:07:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:07:17 raspberrypi p4d: Reading values ... Jan 3 15:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:07:22 raspberrypi p4d: Updating error list Jan 3 15:07:23 raspberrypi p4d: Updating error list done Jan 3 15:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:07:27 raspberrypi p4d: Checking state ... Jan 3 15:07:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:07:37 raspberrypi p4d: Checking state ... Jan 3 15:07:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:07:47 raspberrypi p4d: Checking state ... Jan 3 15:07:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:07:57 raspberrypi p4d: Checking state ... Jan 3 15:07:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:08:00 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:08:00 raspberrypi p4d: Processing WEBIF job 160 'p4d-state:0x0000/' Jan 3 15:08:00 raspberrypi p4d: Processing WEBIF job 160 done with 'success:15:08:17#0.2.335-GITec50da3#19 Minuten#0.28 0.62 0.63' after 0 seconds Jan 3 15:08:00 raspberrypi p4d: Processing WEBIF job 161 's3200-state:0x0000/' Jan 3 15:08:00 raspberrypi p4d: Processing WEBIF job 161 done with 'success:Thursday, 03. Jan. 2019 15:05:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:08:07 raspberrypi p4d: Checking state ... Jan 3 15:08:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:08:17 raspberrypi p4d: Checking state ... Jan 3 15:08:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:08:17 raspberrypi p4d: Reading values ... Jan 3 15:08:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:08:17 raspberrypi p4d: Updating error list Jan 3 15:08:18 raspberrypi p4d: Updating error list done Jan 3 15:08:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:08:27 raspberrypi p4d: Checking state ... Jan 3 15:08:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:08:37 raspberrypi p4d: Checking state ... Jan 3 15:08:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:08:47 raspberrypi p4d: Checking state ... Jan 3 15:08:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:08:57 raspberrypi p4d: Checking state ... Jan 3 15:08:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:09:01 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:09:01 raspberrypi p4d: Processing WEBIF job 162 'p4d-state:0x0000/' Jan 3 15:09:01 raspberrypi p4d: Processing WEBIF job 162 done with 'success:15:09:17#0.2.335-GITec50da3#20 Minuten#0.16 0.53 0.60' after 0 seconds Jan 3 15:09:01 raspberrypi p4d: Processing WEBIF job 163 's3200-state:0x0000/' Jan 3 15:09:01 raspberrypi p4d: Processing WEBIF job 163 done with 'success:Thursday, 03. Jan. 2019 15:06:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:09:07 raspberrypi p4d: Checking state ... Jan 3 15:09:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:09:17 raspberrypi p4d: Checking state ... Jan 3 15:09:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:09:17 raspberrypi p4d: Reading values ... Jan 3 15:09:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:09:17 raspberrypi p4d: Updating error list Jan 3 15:09:18 raspberrypi p4d: Updating error list done Jan 3 15:09:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:09:27 raspberrypi p4d: Checking state ... Jan 3 15:09:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:09:37 raspberrypi p4d: Checking state ... Jan 3 15:09:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:09:47 raspberrypi p4d: Checking state ... Jan 3 15:09:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:09:57 raspberrypi p4d: Checking state ... Jan 3 15:09:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:10:02 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:10:02 raspberrypi p4d: Processing WEBIF job 164 'p4d-state:0x0000/' Jan 3 15:10:02 raspberrypi p4d: Processing WEBIF job 164 done with 'success:15:10:17#0.2.335-GITec50da3#21 Minuten#0.12 0.46 0.57' after 0 seconds Jan 3 15:10:02 raspberrypi p4d: Processing WEBIF job 165 's3200-state:0x0000/' Jan 3 15:10:02 raspberrypi p4d: Processing WEBIF job 165 done with 'success:Thursday, 03. Jan. 2019 15:07:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:10:07 raspberrypi p4d: Checking state ... Jan 3 15:10:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:10:17 raspberrypi p4d: Checking state ... Jan 3 15:10:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:10:17 raspberrypi p4d: Reading values ... Jan 3 15:10:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:10:17 raspberrypi p4d: Updating error list Jan 3 15:10:18 raspberrypi p4d: Updating error list done Jan 3 15:10:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:10:27 raspberrypi p4d: Checking state ... Jan 3 15:10:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:10:37 raspberrypi p4d: Checking state ... Jan 3 15:10:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:10:47 raspberrypi p4d: Checking state ... Jan 3 15:10:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:10:57 raspberrypi p4d: Checking state ... Jan 3 15:10:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:11:03 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:11:03 raspberrypi p4d: Processing WEBIF job 166 'p4d-state:0x0000/' Jan 3 15:11:03 raspberrypi p4d: Processing WEBIF job 166 done with 'success:15:11:17#0.2.335-GITec50da3#22 Minuten#0.16 0.42 0.55' after 0 seconds Jan 3 15:11:03 raspberrypi p4d: Processing WEBIF job 167 's3200-state:0x0000/' Jan 3 15:11:03 raspberrypi p4d: Processing WEBIF job 167 done with 'success:Thursday, 03. Jan. 2019 15:08:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:11:07 raspberrypi p4d: Checking state ... Jan 3 15:11:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:11:17 raspberrypi p4d: Checking state ... Jan 3 15:11:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:11:17 raspberrypi p4d: Reading values ... Jan 3 15:11:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:11:17 raspberrypi p4d: Updating error list Jan 3 15:11:18 raspberrypi p4d: Updating error list done Jan 3 15:11:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:11:27 raspberrypi p4d: Checking state ... Jan 3 15:11:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:11:37 raspberrypi p4d: Checking state ... Jan 3 15:11:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:11:47 raspberrypi p4d: Checking state ... Jan 3 15:11:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:11:57 raspberrypi p4d: Checking state ... Jan 3 15:11:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:12:04 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:12:04 raspberrypi p4d: Processing WEBIF job 168 'p4d-state:0x0000/' Jan 3 15:12:04 raspberrypi p4d: Processing WEBIF job 168 done with 'success:15:12:17#0.2.335-GITec50da3#23 Minuten#0.18 0.38 0.53' after 0 seconds Jan 3 15:12:04 raspberrypi p4d: Processing WEBIF job 169 's3200-state:0x0000/' Jan 3 15:12:04 raspberrypi p4d: Processing WEBIF job 169 done with 'success:Thursday, 03. Jan. 2019 15:09:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:12:07 raspberrypi p4d: Checking state ... Jan 3 15:12:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:12:17 raspberrypi p4d: Checking state ... Jan 3 15:12:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:12:17 raspberrypi p4d: Reading values ... Jan 3 15:12:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:12:17 raspberrypi p4d: Updating error list Jan 3 15:12:18 raspberrypi p4d: Updating error list done Jan 3 15:12:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:12:27 raspberrypi p4d: Checking state ... Jan 3 15:12:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:12:37 raspberrypi p4d: Checking state ... Jan 3 15:12:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:12:47 raspberrypi p4d: Checking state ... Jan 3 15:12:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:12:57 raspberrypi p4d: Checking state ... Jan 3 15:12:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:13:05 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:13:05 raspberrypi p4d: Processing WEBIF job 170 'p4d-state:0x0000/' Jan 3 15:13:05 raspberrypi p4d: Processing WEBIF job 170 done with 'success:15:13:17#0.2.335-GITec50da3#24 Minuten#0.12 0.33 0.50' after 0 seconds Jan 3 15:13:05 raspberrypi p4d: Processing WEBIF job 171 's3200-state:0x0000/' Jan 3 15:13:05 raspberrypi p4d: Processing WEBIF job 171 done with 'success:Thursday, 03. Jan. 2019 15:10:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:13:07 raspberrypi p4d: Checking state ... Jan 3 15:13:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:13:17 raspberrypi p4d: Checking state ... Jan 3 15:13:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:13:17 raspberrypi p4d: Reading values ... Jan 3 15:13:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:13:17 raspberrypi p4d: Updating error list Jan 3 15:13:18 raspberrypi p4d: Updating error list done Jan 3 15:13:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:13:27 raspberrypi p4d: Checking state ... Jan 3 15:13:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:13:37 raspberrypi p4d: Checking state ... Jan 3 15:13:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:13:47 raspberrypi p4d: Checking state ... Jan 3 15:13:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:13:57 raspberrypi p4d: Checking state ... Jan 3 15:13:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:14:06 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:14:06 raspberrypi p4d: Processing WEBIF job 172 'p4d-state:0x0000/' Jan 3 15:14:06 raspberrypi p4d: Processing WEBIF job 172 done with 'success:15:14:17#0.2.335-GITec50da3#25 Minuten#0.04 0.27 0.46' after 0 seconds Jan 3 15:14:06 raspberrypi p4d: Processing WEBIF job 173 's3200-state:0x0000/' Jan 3 15:14:06 raspberrypi p4d: Processing WEBIF job 173 done with 'success:Thursday, 03. Jan. 2019 15:11:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:14:07 raspberrypi p4d: Checking state ... Jan 3 15:14:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:14:17 raspberrypi p4d: Checking state ... Jan 3 15:14:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:14:17 raspberrypi p4d: Reading values ... Jan 3 15:14:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:14:17 raspberrypi p4d: Updating error list Jan 3 15:14:18 raspberrypi p4d: Updating error list done Jan 3 15:14:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:14:27 raspberrypi p4d: Checking state ... Jan 3 15:14:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:14:37 raspberrypi p4d: Checking state ... Jan 3 15:14:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:14:47 raspberrypi p4d: Checking state ... Jan 3 15:14:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:14:57 raspberrypi p4d: Checking state ... Jan 3 15:14:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:15:07 raspberrypi p4d: Checking state ... Jan 3 15:15:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:15:07 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:15:07 raspberrypi p4d: Processing WEBIF job 174 'p4d-state:0x0000/' Jan 3 15:15:07 raspberrypi p4d: Processing WEBIF job 174 done with 'success:15:15:17#0.2.335-GITec50da3#26 Minuten#0.14 0.26 0.45' after 0 seconds Jan 3 15:15:07 raspberrypi p4d: Processing WEBIF job 175 's3200-state:0x0000/' Jan 3 15:15:07 raspberrypi p4d: Processing WEBIF job 175 done with 'success:Thursday, 03. Jan. 2019 15:12:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:15:17 raspberrypi p4d: Checking state ... Jan 3 15:15:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:15:17 raspberrypi p4d: Reading values ... Jan 3 15:15:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:15:17 raspberrypi p4d: Updating error list Jan 3 15:15:18 raspberrypi p4d: Updating error list done Jan 3 15:15:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:15:27 raspberrypi p4d: Checking state ... Jan 3 15:15:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:15:37 raspberrypi p4d: Checking state ... Jan 3 15:15:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:15:47 raspberrypi p4d: Checking state ... Jan 3 15:15:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:15:57 raspberrypi p4d: Checking state ... Jan 3 15:15:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:16:07 raspberrypi p4d: Checking state ... Jan 3 15:16:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:16:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:16:08 raspberrypi p4d: Processing WEBIF job 176 'p4d-state:0x0000/' Jan 3 15:16:08 raspberrypi p4d: Processing WEBIF job 176 done with 'success:15:16:17#0.2.335-GITec50da3#28 Minuten#0.20 0.27 0.44' after 0 seconds Jan 3 15:16:08 raspberrypi p4d: Processing WEBIF job 177 's3200-state:0x0000/' Jan 3 15:16:08 raspberrypi p4d: Processing WEBIF job 177 done with 'success:Thursday, 03. Jan. 2019 15:13:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:16:17 raspberrypi p4d: Checking state ... Jan 3 15:16:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:16:17 raspberrypi p4d: Reading values ... Jan 3 15:16:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:16:17 raspberrypi p4d: Updating error list Jan 3 15:16:18 raspberrypi p4d: Updating error list done Jan 3 15:16:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:16:27 raspberrypi p4d: Checking state ... Jan 3 15:16:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:16:37 raspberrypi p4d: Checking state ... Jan 3 15:16:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:16:47 raspberrypi p4d: Checking state ... Jan 3 15:16:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:16:57 raspberrypi p4d: Checking state ... Jan 3 15:16:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:17:07 raspberrypi p4d: Checking state ... Jan 3 15:17:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:17:09 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:17:09 raspberrypi p4d: Processing WEBIF job 178 'p4d-state:0x0000/' Jan 3 15:17:09 raspberrypi p4d: Processing WEBIF job 178 done with 'success:15:17:17#0.2.335-GITec50da3#29 Minuten#0.19 0.25 0.42' after 0 seconds Jan 3 15:17:09 raspberrypi p4d: Processing WEBIF job 179 's3200-state:0x0000/' Jan 3 15:17:09 raspberrypi p4d: Processing WEBIF job 179 done with 'success:Thursday, 03. Jan. 2019 15:14:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:17:17 raspberrypi p4d: Checking state ... Jan 3 15:17:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:17:17 raspberrypi p4d: Reading values ... Jan 3 15:17:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:17:17 raspberrypi p4d: Updating error list Jan 3 15:17:18 raspberrypi p4d: Updating error list done Jan 3 15:17:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:17:27 raspberrypi p4d: Checking state ... Jan 3 15:17:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:17:37 raspberrypi p4d: Checking state ... Jan 3 15:17:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:17:47 raspberrypi p4d: Checking state ... Jan 3 15:17:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:17:57 raspberrypi p4d: Checking state ... Jan 3 15:17:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:18:07 raspberrypi p4d: Checking state ... Jan 3 15:18:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:18:10 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:18:10 raspberrypi p4d: Processing WEBIF job 180 'p4d-state:0x0000/' Jan 3 15:18:10 raspberrypi p4d: Processing WEBIF job 180 done with 'success:15:18:17#0.2.335-GITec50da3#30 Minuten#0.10 0.21 0.40' after 0 seconds Jan 3 15:18:10 raspberrypi p4d: Processing WEBIF job 181 's3200-state:0x0000/' Jan 3 15:18:10 raspberrypi p4d: Processing WEBIF job 181 done with 'success:Thursday, 03. Jan. 2019 15:15:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:18:17 raspberrypi p4d: Checking state ... Jan 3 15:18:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:18:17 raspberrypi p4d: Reading values ... Jan 3 15:18:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:18:17 raspberrypi p4d: Updating error list Jan 3 15:18:18 raspberrypi p4d: Updating error list done Jan 3 15:18:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:18:27 raspberrypi p4d: Checking state ... Jan 3 15:18:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:18:37 raspberrypi p4d: Checking state ... Jan 3 15:18:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:18:47 raspberrypi p4d: Checking state ... Jan 3 15:18:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:18:57 raspberrypi p4d: Checking state ... Jan 3 15:18:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:19:07 raspberrypi p4d: Checking state ... Jan 3 15:19:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:19:11 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:19:11 raspberrypi p4d: Processing WEBIF job 182 'p4d-state:0x0000/' Jan 3 15:19:11 raspberrypi p4d: Processing WEBIF job 182 done with 'success:15:19:17#0.2.335-GITec50da3#31 Minuten#0.17 0.23 0.39' after 0 seconds Jan 3 15:19:11 raspberrypi p4d: Processing WEBIF job 183 's3200-state:0x0000/' Jan 3 15:19:11 raspberrypi p4d: Processing WEBIF job 183 done with 'success:Thursday, 03. Jan. 2019 15:16:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:19:17 raspberrypi p4d: Checking state ... Jan 3 15:19:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:19:17 raspberrypi p4d: Reading values ... Jan 3 15:19:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:19:17 raspberrypi p4d: Updating error list Jan 3 15:19:18 raspberrypi p4d: Updating error list done Jan 3 15:19:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:19:27 raspberrypi p4d: Checking state ... Jan 3 15:19:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:19:37 raspberrypi p4d: Checking state ... Jan 3 15:19:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:19:47 raspberrypi p4d: Checking state ... Jan 3 15:19:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:19:57 raspberrypi p4d: Checking state ... Jan 3 15:19:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:20:07 raspberrypi p4d: Checking state ... Jan 3 15:20:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:20:12 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:20:12 raspberrypi p4d: Processing WEBIF job 184 'p4d-state:0x0000/' Jan 3 15:20:12 raspberrypi p4d: Processing WEBIF job 184 done with 'success:15:20:17#0.2.335-GITec50da3#32 Minuten#0.13 0.21 0.37' after 0 seconds Jan 3 15:20:12 raspberrypi p4d: Processing WEBIF job 185 's3200-state:0x0000/' Jan 3 15:20:12 raspberrypi p4d: Processing WEBIF job 185 done with 'success:Thursday, 03. Jan. 2019 15:17:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:20:17 raspberrypi p4d: Checking state ... Jan 3 15:20:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:20:17 raspberrypi p4d: Reading values ... Jan 3 15:20:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:20:17 raspberrypi p4d: Updating error list Jan 3 15:20:18 raspberrypi p4d: Updating error list done Jan 3 15:20:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:20:27 raspberrypi p4d: Checking state ... Jan 3 15:20:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:20:37 raspberrypi p4d: Checking state ... Jan 3 15:20:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:20:47 raspberrypi p4d: Checking state ... Jan 3 15:20:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:20:57 raspberrypi p4d: Checking state ... Jan 3 15:20:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:21:07 raspberrypi p4d: Checking state ... Jan 3 15:21:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:21:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:21:08 raspberrypi p4d: Processing WEBIF job 186 'p4d-state:0x0000/' Jan 3 15:21:08 raspberrypi p4d: Processing WEBIF job 186 done with 'success:15:21:17#0.2.335-GITec50da3#33 Minuten#0.05 0.17 0.35' after 0 seconds Jan 3 15:21:08 raspberrypi p4d: Processing WEBIF job 187 's3200-state:0x0000/' Jan 3 15:21:08 raspberrypi p4d: Processing WEBIF job 187 done with 'success:Thursday, 03. Jan. 2019 15:18:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:21:17 raspberrypi p4d: Checking state ... Jan 3 15:21:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:21:17 raspberrypi p4d: Reading values ... Jan 3 15:21:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:21:17 raspberrypi p4d: Updating error list Jan 3 15:21:18 raspberrypi p4d: Updating error list done Jan 3 15:21:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:21:27 raspberrypi p4d: Checking state ... Jan 3 15:21:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:21:37 raspberrypi p4d: Checking state ... Jan 3 15:21:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:21:47 raspberrypi p4d: Checking state ... Jan 3 15:21:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:21:57 raspberrypi p4d: Checking state ... Jan 3 15:21:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:22:07 raspberrypi p4d: Checking state ... Jan 3 15:22:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:22:09 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:22:09 raspberrypi p4d: Processing WEBIF job 188 'p4d-state:0x0000/' Jan 3 15:22:09 raspberrypi p4d: Processing WEBIF job 188 done with 'success:15:22:17#0.2.335-GITec50da3#34 Minuten#0.05 0.15 0.33' after 0 seconds Jan 3 15:22:09 raspberrypi p4d: Processing WEBIF job 189 's3200-state:0x0000/' Jan 3 15:22:09 raspberrypi p4d: Processing WEBIF job 189 done with 'success:Thursday, 03. Jan. 2019 15:19:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:22:17 raspberrypi p4d: Checking state ... Jan 3 15:22:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:22:17 raspberrypi p4d: Reading values ... Jan 3 15:22:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:22:25 raspberrypi p4d: Updating error list Jan 3 15:22:26 raspberrypi p4d: Updating error list done Jan 3 15:22:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:22:27 raspberrypi p4d: Checking state ... Jan 3 15:22:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:22:37 raspberrypi p4d: Checking state ... Jan 3 15:22:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:22:47 raspberrypi p4d: Checking state ... Jan 3 15:22:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:22:57 raspberrypi p4d: Checking state ... Jan 3 15:22:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:23:07 raspberrypi p4d: Checking state ... Jan 3 15:23:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:23:09 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:23:09 raspberrypi p4d: Processing WEBIF job 190 'p4d-state:0x0000/' Jan 3 15:23:09 raspberrypi p4d: Processing WEBIF job 190 done with 'success:15:23:17#0.2.335-GITec50da3#35 Minuten#0.43 0.27 0.36' after 0 seconds Jan 3 15:23:09 raspberrypi p4d: Processing WEBIF job 191 's3200-state:0x0000/' Jan 3 15:23:09 raspberrypi p4d: Processing WEBIF job 191 done with 'success:Thursday, 03. Jan. 2019 15:20:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:23:17 raspberrypi p4d: Checking state ... Jan 3 15:23:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:23:17 raspberrypi p4d: Reading values ... Jan 3 15:23:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:23:17 raspberrypi p4d: Updating error list Jan 3 15:23:18 raspberrypi p4d: Updating error list done Jan 3 15:23:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:23:27 raspberrypi p4d: Checking state ... Jan 3 15:23:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:23:37 raspberrypi p4d: Checking state ... Jan 3 15:23:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:23:47 raspberrypi p4d: Checking state ... Jan 3 15:23:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:23:57 raspberrypi p4d: Checking state ... Jan 3 15:23:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:24:07 raspberrypi p4d: Checking state ... Jan 3 15:24:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:24:10 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:24:10 raspberrypi p4d: Processing WEBIF job 192 'p4d-state:0x0000/' Jan 3 15:24:11 raspberrypi p4d: Processing WEBIF job 192 done with 'success:15:24:17#0.2.335-GITec50da3#36 Minuten#0.22 0.23 0.34' after 1 seconds Jan 3 15:24:11 raspberrypi p4d: Processing WEBIF job 193 's3200-state:0x0000/' Jan 3 15:24:13 raspberrypi p4d: Processing WEBIF job 193 done with 'success:Thursday, 03. Jan. 2019 15:21:58#19#Betriebsbereit#Übergangsbetrieb' after 2 seconds Jan 3 15:24:17 raspberrypi p4d: Checking state ... Jan 3 15:24:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:24:17 raspberrypi p4d: Reading values ... Jan 3 15:24:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:24:23 raspberrypi p4d: Updating error list Jan 3 15:24:24 raspberrypi p4d: Updating error list done Jan 3 15:24:24 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:24:27 raspberrypi p4d: Checking state ... Jan 3 15:24:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:24:37 raspberrypi p4d: Checking state ... Jan 3 15:24:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:24:47 raspberrypi p4d: Checking state ... Jan 3 15:24:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:24:57 raspberrypi p4d: Checking state ... Jan 3 15:24:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:25:07 raspberrypi p4d: Checking state ... Jan 3 15:25:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:25:14 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:25:14 raspberrypi p4d: Processing WEBIF job 194 'p4d-state:0x0000/' Jan 3 15:25:14 raspberrypi p4d: Processing WEBIF job 194 done with 'success:15:25:17#0.2.335-GITec50da3#37 Minuten#0.20 0.24 0.34' after 0 seconds Jan 3 15:25:14 raspberrypi p4d: Processing WEBIF job 195 's3200-state:0x0000/' Jan 3 15:25:14 raspberrypi p4d: Processing WEBIF job 195 done with 'success:Thursday, 03. Jan. 2019 15:22:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:25:17 raspberrypi p4d: Checking state ... Jan 3 15:25:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:25:17 raspberrypi p4d: Reading values ... Jan 3 15:25:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:25:17 raspberrypi p4d: Updating error list Jan 3 15:25:18 raspberrypi p4d: Updating error list done Jan 3 15:25:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:25:27 raspberrypi p4d: Checking state ... Jan 3 15:25:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:25:37 raspberrypi p4d: Checking state ... Jan 3 15:25:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:25:47 raspberrypi p4d: Checking state ... Jan 3 15:25:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:25:57 raspberrypi p4d: Checking state ... Jan 3 15:25:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:26:07 raspberrypi p4d: Checking state ... Jan 3 15:26:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:26:15 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:26:15 raspberrypi p4d: Processing WEBIF job 196 'p4d-state:0x0000/' Jan 3 15:26:16 raspberrypi p4d: Processing WEBIF job 196 done with 'success:15:26:17#0.2.335-GITec50da3#38 Minuten#0.54 0.31 0.36' after 1 seconds Jan 3 15:26:16 raspberrypi p4d: Processing WEBIF job 197 's3200-state:0x0000/' Jan 3 15:26:21 raspberrypi p4d: Processing WEBIF job 197 done with 'success:Thursday, 03. Jan. 2019 15:23:58#19#Betriebsbereit#Übergangsbetrieb' after 5 seconds Jan 3 15:26:21 raspberrypi p4d: Checking state ... Jan 3 15:26:21 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:26:21 raspberrypi p4d: Reading values ... Jan 3 15:26:24 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:26:24 raspberrypi p4d: Updating error list Jan 3 15:26:25 raspberrypi p4d: Updating error list done Jan 3 15:26:25 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:26:31 raspberrypi p4d: Checking state ... Jan 3 15:26:31 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:26:41 raspberrypi p4d: Checking state ... Jan 3 15:26:41 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:26:51 raspberrypi p4d: Checking state ... Jan 3 15:26:51 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:27:01 raspberrypi p4d: Checking state ... Jan 3 15:27:01 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:27:11 raspberrypi p4d: Checking state ... Jan 3 15:27:11 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:27:20 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:27:20 raspberrypi p4d: Processing WEBIF job 198 'p4d-state:0x0000/' Jan 3 15:27:23 raspberrypi apache2: p4: timeout on p4d-state Jan 3 15:27:25 raspberrypi p4d: Processing WEBIF job 198 done with 'success:15:27:21#0.2.335-GITec50da3#39 Minuten#1.68 0.75 0.51' after 5 seconds Jan 3 15:27:25 raspberrypi p4d: Checking state ... Jan 3 15:27:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:27:25 raspberrypi p4d: Reading values ... Jan 3 15:27:34 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:27:34 raspberrypi p4d: Updating error list Jan 3 15:27:35 raspberrypi p4d: Updating error list done Jan 3 15:27:35 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:27:35 raspberrypi p4d: Processing WEBIF job 199 's3200-state:0x0000/' Jan 3 15:27:37 raspberrypi p4d: Processing WEBIF job 199 done with 'success:Thursday, 03. Jan. 2019 15:25:16#19#Betriebsbereit#Übergangsbetrieb' after 2 seconds Jan 3 15:27:37 raspberrypi p4d: Checking state ... Jan 3 15:27:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:27:47 raspberrypi p4d: Checking state ... Jan 3 15:27:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:27:57 raspberrypi p4d: Checking state ... Jan 3 15:27:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:28:07 raspberrypi p4d: Checking state ... Jan 3 15:28:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:28:17 raspberrypi p4d: Checking state ... Jan 3 15:28:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:28:25 raspberrypi p4d: Checking state ... Jan 3 15:28:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:28:25 raspberrypi p4d: Reading values ... Jan 3 15:28:26 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:28:26 raspberrypi p4d: Updating error list Jan 3 15:28:27 raspberrypi p4d: Updating error list done Jan 3 15:28:27 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:28:31 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:28:31 raspberrypi p4d: Processing WEBIF job 200 'p4d-state:0x0000/' Jan 3 15:28:36 raspberrypi p4d: Processing WEBIF job 200 done with 'success:15:29:25#0.2.335-GITec50da3#40 Minuten#2.15 1.11 0.66' after 5 seconds Jan 3 15:28:36 raspberrypi p4d: Checking state ... Jan 3 15:28:36 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:28:36 raspberrypi p4d: Processing WEBIF job 201 's3200-state:0x0000/' Jan 3 15:28:41 raspberrypi p4d: Processing WEBIF job 201 done with 'success:Thursday, 03. Jan. 2019 15:26:27#19#Betriebsbereit#Übergangsbetrieb' after 5 seconds Jan 3 15:28:46 raspberrypi p4d: Checking state ... Jan 3 15:28:46 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:28:56 raspberrypi p4d: Checking state ... Jan 3 15:28:56 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:29:06 raspberrypi p4d: Checking state ... Jan 3 15:29:06 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:29:16 raspberrypi p4d: Checking state ... Jan 3 15:29:16 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:29:25 raspberrypi p4d: Checking state ... Jan 3 15:29:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:29:25 raspberrypi p4d: Reading values ... Jan 3 15:29:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:29:32 raspberrypi p4d: Updating error list Jan 3 15:29:33 raspberrypi p4d: Updating error list done Jan 3 15:29:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:29:35 raspberrypi p4d: Checking state ... Jan 3 15:29:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:29:40 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:29:40 raspberrypi p4d: Processing WEBIF job 202 'p4d-state:0x0000/' Jan 3 15:29:41 raspberrypi p4d: Processing WEBIF job 202 done with 'success:15:30:25#0.2.335-GITec50da3#41 Minuten#2.29 1.38 0.79' after 1 seconds Jan 3 15:29:41 raspberrypi p4d: Processing WEBIF job 203 's3200-state:0x0000/' Jan 3 15:29:44 raspberrypi p4d: Processing WEBIF job 203 done with 'success:Thursday, 03. Jan. 2019 15:27:26#19#Betriebsbereit#Übergangsbetrieb' after 3 seconds Jan 3 15:29:45 raspberrypi p4d: Checking state ... Jan 3 15:29:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:29:55 raspberrypi p4d: Checking state ... Jan 3 15:29:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:30:05 raspberrypi p4d: Checking state ... Jan 3 15:30:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:30:15 raspberrypi p4d: Checking state ... Jan 3 15:30:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:30:25 raspberrypi p4d: Checking state ... Jan 3 15:30:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:30:25 raspberrypi p4d: Reading values ... Jan 3 15:30:26 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:30:26 raspberrypi p4d: Updating error list Jan 3 15:30:27 raspberrypi p4d: Updating error list done Jan 3 15:30:27 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:30:35 raspberrypi p4d: Checking state ... Jan 3 15:30:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:30:45 raspberrypi p4d: Checking state ... Jan 3 15:30:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:30:45 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:30:45 raspberrypi p4d: Processing WEBIF job 204 'p4d-state:0x0000/' Jan 3 15:30:46 raspberrypi p4d: Processing WEBIF job 204 done with 'success:15:31:25#0.2.335-GITec50da3#42 Minuten#1.12 1.23 0.78' after 1 seconds Jan 3 15:30:46 raspberrypi p4d: Processing WEBIF job 205 's3200-state:0x0000/' Jan 3 15:30:46 raspberrypi p4d: Processing WEBIF job 205 done with 'success:Thursday, 03. Jan. 2019 15:28:36#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:30:55 raspberrypi p4d: Checking state ... Jan 3 15:30:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:31:05 raspberrypi p4d: Checking state ... Jan 3 15:31:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:31:15 raspberrypi p4d: Checking state ... Jan 3 15:31:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:31:25 raspberrypi p4d: Checking state ... Jan 3 15:31:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:31:25 raspberrypi p4d: Reading values ... Jan 3 15:31:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:31:25 raspberrypi p4d: Updating error list Jan 3 15:31:26 raspberrypi p4d: Updating error list done Jan 3 15:31:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:31:35 raspberrypi p4d: Checking state ... Jan 3 15:31:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:31:45 raspberrypi p4d: Checking state ... Jan 3 15:31:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:31:47 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:31:47 raspberrypi p4d: Processing WEBIF job 206 'p4d-state:0x0000/' Jan 3 15:31:47 raspberrypi p4d: Processing WEBIF job 206 done with 'success:15:32:25#0.2.335-GITec50da3#43 Minuten#0.73 1.09 0.76' after 0 seconds Jan 3 15:31:47 raspberrypi p4d: Processing WEBIF job 207 's3200-state:0x0000/' Jan 3 15:31:47 raspberrypi p4d: Processing WEBIF job 207 done with 'success:Thursday, 03. Jan. 2019 15:29:36#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:31:55 raspberrypi p4d: Checking state ... Jan 3 15:31:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:32:05 raspberrypi p4d: Checking state ... Jan 3 15:32:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:32:15 raspberrypi p4d: Checking state ... Jan 3 15:32:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:32:25 raspberrypi p4d: Checking state ... Jan 3 15:32:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:32:25 raspberrypi p4d: Reading values ... Jan 3 15:32:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:32:25 raspberrypi p4d: Updating error list Jan 3 15:32:26 raspberrypi p4d: Updating error list done Jan 3 15:32:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:32:35 raspberrypi p4d: Checking state ... Jan 3 15:32:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:32:45 raspberrypi p4d: Checking state ... Jan 3 15:32:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:32:48 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:32:48 raspberrypi p4d: Processing WEBIF job 208 'p4d-state:0x0000/' Jan 3 15:32:48 raspberrypi p4d: Processing WEBIF job 208 done with 'success:15:33:25#0.2.335-GITec50da3#44 Minuten#0.45 0.94 0.73' after 0 seconds Jan 3 15:32:48 raspberrypi p4d: Processing WEBIF job 209 's3200-state:0x0000/' Jan 3 15:32:48 raspberrypi p4d: Processing WEBIF job 209 done with 'success:Thursday, 03. Jan. 2019 15:30:36#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:32:55 raspberrypi p4d: Checking state ... Jan 3 15:32:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:33:05 raspberrypi p4d: Checking state ... Jan 3 15:33:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:33:15 raspberrypi p4d: Checking state ... Jan 3 15:33:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:33:25 raspberrypi p4d: Checking state ... Jan 3 15:33:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:33:25 raspberrypi p4d: Reading values ... Jan 3 15:33:28 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:33:28 raspberrypi p4d: Updating error list Jan 3 15:33:29 raspberrypi p4d: Updating error list done Jan 3 15:33:29 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:33:35 raspberrypi p4d: Checking state ... Jan 3 15:33:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:33:45 raspberrypi p4d: Checking state ... Jan 3 15:33:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:33:49 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:33:49 raspberrypi p4d: Processing WEBIF job 210 'p4d-state:0x0000/' Jan 3 15:33:50 raspberrypi p4d: Processing WEBIF job 210 done with 'success:15:34:25#0.2.335-GITec50da3#45 Minuten#0.42 0.84 0.71' after 1 seconds Jan 3 15:33:50 raspberrypi p4d: Processing WEBIF job 211 's3200-state:0x0000/' Jan 3 15:33:50 raspberrypi p4d: Processing WEBIF job 211 done with 'success:Thursday, 03. Jan. 2019 15:31:36#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:33:55 raspberrypi p4d: Checking state ... Jan 3 15:33:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:34:05 raspberrypi p4d: Checking state ... Jan 3 15:34:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:34:15 raspberrypi p4d: Checking state ... Jan 3 15:34:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:34:25 raspberrypi p4d: Checking state ... Jan 3 15:34:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:34:25 raspberrypi p4d: Reading values ... Jan 3 15:34:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:34:25 raspberrypi p4d: Updating error list Jan 3 15:34:26 raspberrypi p4d: Updating error list done Jan 3 15:34:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:34:35 raspberrypi p4d: Checking state ... Jan 3 15:34:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:34:45 raspberrypi p4d: Checking state ... Jan 3 15:34:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:34:51 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:34:51 raspberrypi p4d: Processing WEBIF job 212 'p4d-state:0x0000/' Jan 3 15:34:51 raspberrypi p4d: Processing WEBIF job 212 done with 'success:15:35:25#0.2.335-GITec50da3#46 Minuten#0.24 0.71 0.67' after 0 seconds Jan 3 15:34:51 raspberrypi p4d: Processing WEBIF job 213 's3200-state:0x0000/' Jan 3 15:34:51 raspberrypi p4d: Processing WEBIF job 213 done with 'success:Thursday, 03. Jan. 2019 15:32:36#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:34:55 raspberrypi p4d: Checking state ... Jan 3 15:34:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:35:05 raspberrypi p4d: Checking state ... Jan 3 15:35:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:35:15 raspberrypi p4d: Checking state ... Jan 3 15:35:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:35:25 raspberrypi p4d: Checking state ... Jan 3 15:35:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:35:25 raspberrypi p4d: Reading values ... Jan 3 15:35:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:35:25 raspberrypi p4d: Updating error list Jan 3 15:35:26 raspberrypi p4d: Updating error list done Jan 3 15:35:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:35:35 raspberrypi p4d: Checking state ... Jan 3 15:35:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:35:45 raspberrypi p4d: Checking state ... Jan 3 15:35:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:35:52 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:35:52 raspberrypi p4d: Processing WEBIF job 214 'p4d-state:0x0000/' Jan 3 15:35:52 raspberrypi p4d: Processing WEBIF job 214 done with 'success:15:36:25#0.2.335-GITec50da3#47 Minuten#0.24 0.61 0.64' after 0 seconds Jan 3 15:35:52 raspberrypi p4d: Processing WEBIF job 215 's3200-state:0x0000/' Jan 3 15:35:52 raspberrypi p4d: Processing WEBIF job 215 done with 'success:Thursday, 03. Jan. 2019 15:33:36#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:35:55 raspberrypi p4d: Checking state ... Jan 3 15:35:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:36:05 raspberrypi p4d: Checking state ... Jan 3 15:36:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:36:15 raspberrypi p4d: Checking state ... Jan 3 15:36:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:36:25 raspberrypi p4d: Checking state ... Jan 3 15:36:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:36:25 raspberrypi p4d: Reading values ... Jan 3 15:36:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:36:25 raspberrypi p4d: Updating error list Jan 3 15:36:26 raspberrypi p4d: Updating error list done Jan 3 15:36:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:36:35 raspberrypi p4d: Checking state ... Jan 3 15:36:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:36:45 raspberrypi p4d: Checking state ... Jan 3 15:36:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:36:53 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:36:53 raspberrypi p4d: Processing WEBIF job 216 'p4d-state:0x0000/' Jan 3 15:36:54 raspberrypi p4d: Processing WEBIF job 216 done with 'success:15:37:25#0.2.335-GITec50da3#48 Minuten#0.11 0.51 0.60' after 1 seconds Jan 3 15:36:54 raspberrypi p4d: Processing WEBIF job 217 's3200-state:0x0000/' Jan 3 15:36:55 raspberrypi p4d: Processing WEBIF job 217 done with 'success:Thursday, 03. Jan. 2019 15:34:36#19#Betriebsbereit#Übergangsbetrieb' after 1 seconds Jan 3 15:36:56 raspberrypi p4d: Checking state ... Jan 3 15:36:56 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:37:06 raspberrypi p4d: Checking state ... Jan 3 15:37:06 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:37:16 raspberrypi p4d: Checking state ... Jan 3 15:37:16 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:37:25 raspberrypi p4d: Checking state ... Jan 3 15:37:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:37:25 raspberrypi p4d: Reading values ... Jan 3 15:37:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:37:25 raspberrypi p4d: Updating error list Jan 3 15:37:26 raspberrypi p4d: Updating error list done Jan 3 15:37:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:37:35 raspberrypi p4d: Checking state ... Jan 3 15:37:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:37:45 raspberrypi p4d: Checking state ... Jan 3 15:37:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:37:55 raspberrypi p4d: Checking state ... Jan 3 15:37:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:37:56 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:37:56 raspberrypi p4d: Processing WEBIF job 218 'p4d-state:0x0000/' Jan 3 15:37:56 raspberrypi p4d: Processing WEBIF job 218 done with 'success:15:38:25#0.2.335-GITec50da3#49 Minuten#0.24 0.48 0.58' after 0 seconds Jan 3 15:37:56 raspberrypi p4d: Processing WEBIF job 219 's3200-state:0x0000/' Jan 3 15:37:56 raspberrypi p4d: Processing WEBIF job 219 done with 'success:Thursday, 03. Jan. 2019 15:35:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:38:05 raspberrypi p4d: Checking state ... Jan 3 15:38:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:38:15 raspberrypi p4d: Checking state ... Jan 3 15:38:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:38:25 raspberrypi p4d: Checking state ... Jan 3 15:38:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:38:25 raspberrypi p4d: Reading values ... Jan 3 15:38:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:38:25 raspberrypi p4d: Updating error list Jan 3 15:38:26 raspberrypi p4d: Updating error list done Jan 3 15:38:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:38:35 raspberrypi p4d: Checking state ... Jan 3 15:38:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:38:45 raspberrypi p4d: Checking state ... Jan 3 15:38:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:38:55 raspberrypi p4d: Checking state ... Jan 3 15:38:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:38:57 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:38:57 raspberrypi p4d: Processing WEBIF job 220 'p4d-state:0x0000/' Jan 3 15:38:57 raspberrypi p4d: Processing WEBIF job 220 done with 'success:15:39:25#0.2.335-GITec50da3#50 Minuten#0.29 0.45 0.57' after 0 seconds Jan 3 15:38:57 raspberrypi p4d: Processing WEBIF job 221 's3200-state:0x0000/' Jan 3 15:38:57 raspberrypi p4d: Processing WEBIF job 221 done with 'success:Thursday, 03. Jan. 2019 15:36:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:39:05 raspberrypi p4d: Checking state ... Jan 3 15:39:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:39:15 raspberrypi p4d: Checking state ... Jan 3 15:39:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:39:25 raspberrypi p4d: Checking state ... Jan 3 15:39:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:39:25 raspberrypi p4d: Reading values ... Jan 3 15:39:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:39:25 raspberrypi p4d: Updating error list Jan 3 15:39:26 raspberrypi p4d: Updating error list done Jan 3 15:39:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:39:35 raspberrypi p4d: Checking state ... Jan 3 15:39:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:39:45 raspberrypi p4d: Checking state ... Jan 3 15:39:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:39:55 raspberrypi p4d: Checking state ... Jan 3 15:39:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:39:58 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:39:58 raspberrypi p4d: Processing WEBIF job 222 'p4d-state:0x0000/' Jan 3 15:39:58 raspberrypi p4d: Processing WEBIF job 222 done with 'success:15:40:25#0.2.335-GITec50da3#51 Minuten#0.19 0.39 0.53' after 0 seconds Jan 3 15:39:58 raspberrypi p4d: Processing WEBIF job 223 's3200-state:0x0000/' Jan 3 15:39:58 raspberrypi p4d: Processing WEBIF job 223 done with 'success:Thursday, 03. Jan. 2019 15:37:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:40:05 raspberrypi p4d: Checking state ... Jan 3 15:40:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:40:15 raspberrypi p4d: Checking state ... Jan 3 15:40:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:40:25 raspberrypi p4d: Checking state ... Jan 3 15:40:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:40:25 raspberrypi p4d: Reading values ... Jan 3 15:40:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:40:25 raspberrypi p4d: Updating error list Jan 3 15:40:26 raspberrypi p4d: Updating error list done Jan 3 15:40:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:40:35 raspberrypi p4d: Checking state ... Jan 3 15:40:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:40:45 raspberrypi p4d: Checking state ... Jan 3 15:40:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:40:55 raspberrypi p4d: Checking state ... Jan 3 15:40:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:40:59 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:40:59 raspberrypi p4d: Processing WEBIF job 224 'p4d-state:0x0000/' Jan 3 15:40:59 raspberrypi p4d: Processing WEBIF job 224 done with 'success:15:41:25#0.2.335-GITec50da3#52 Minuten#0.07 0.32 0.50' after 0 seconds Jan 3 15:40:59 raspberrypi p4d: Processing WEBIF job 225 's3200-state:0x0000/' Jan 3 15:41:01 raspberrypi p4d: Processing WEBIF job 225 done with 'success:Thursday, 03. Jan. 2019 15:38:46#19#Betriebsbereit#Übergangsbetrieb' after 2 seconds Jan 3 15:41:05 raspberrypi p4d: Checking state ... Jan 3 15:41:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:41:15 raspberrypi p4d: Checking state ... Jan 3 15:41:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:41:25 raspberrypi p4d: Checking state ... Jan 3 15:41:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:41:25 raspberrypi p4d: Reading values ... Jan 3 15:41:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:41:25 raspberrypi p4d: Updating error list Jan 3 15:41:26 raspberrypi p4d: Updating error list done Jan 3 15:41:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:41:35 raspberrypi p4d: Checking state ... Jan 3 15:41:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:41:45 raspberrypi p4d: Checking state ... Jan 3 15:41:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:41:55 raspberrypi p4d: Checking state ... Jan 3 15:41:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:42:01 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:42:01 raspberrypi p4d: Processing WEBIF job 226 'p4d-state:0x0000/' Jan 3 15:42:01 raspberrypi p4d: Processing WEBIF job 226 done with 'success:15:42:25#0.2.335-GITec50da3#53 Minuten#0.33 0.36 0.50' after 0 seconds Jan 3 15:42:01 raspberrypi p4d: Processing WEBIF job 227 's3200-state:0x0000/' Jan 3 15:42:01 raspberrypi p4d: Processing WEBIF job 227 done with 'success:Thursday, 03. Jan. 2019 15:39:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:42:05 raspberrypi p4d: Checking state ... Jan 3 15:42:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:42:15 raspberrypi p4d: Checking state ... Jan 3 15:42:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:42:25 raspberrypi p4d: Checking state ... Jan 3 15:42:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:42:25 raspberrypi p4d: Reading values ... Jan 3 15:42:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:42:25 raspberrypi p4d: Updating error list Jan 3 15:42:26 raspberrypi p4d: Updating error list done Jan 3 15:42:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:42:35 raspberrypi p4d: Checking state ... Jan 3 15:42:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:42:45 raspberrypi p4d: Checking state ... Jan 3 15:42:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:42:55 raspberrypi p4d: Checking state ... Jan 3 15:42:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:43:02 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:43:02 raspberrypi p4d: Processing WEBIF job 228 'p4d-state:0x0000/' Jan 3 15:43:02 raspberrypi p4d: Processing WEBIF job 228 done with 'success:15:43:25#0.2.335-GITec50da3#54 Minuten#0.15 0.31 0.47' after 0 seconds Jan 3 15:43:02 raspberrypi p4d: Processing WEBIF job 229 's3200-state:0x0000/' Jan 3 15:43:02 raspberrypi p4d: Processing WEBIF job 229 done with 'success:Thursday, 03. Jan. 2019 15:40:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:43:05 raspberrypi p4d: Checking state ... Jan 3 15:43:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:43:15 raspberrypi p4d: Checking state ... Jan 3 15:43:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:43:25 raspberrypi p4d: Checking state ... Jan 3 15:43:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:43:25 raspberrypi p4d: Reading values ... Jan 3 15:43:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:43:25 raspberrypi p4d: Updating error list Jan 3 15:43:26 raspberrypi p4d: Updating error list done Jan 3 15:43:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:43:35 raspberrypi p4d: Checking state ... Jan 3 15:43:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:43:45 raspberrypi p4d: Checking state ... Jan 3 15:43:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:43:55 raspberrypi p4d: Checking state ... Jan 3 15:43:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:44:03 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:44:03 raspberrypi p4d: Processing WEBIF job 230 'p4d-state:0x0000/' Jan 3 15:44:03 raspberrypi p4d: Processing WEBIF job 230 done with 'success:15:44:25#0.2.335-GITec50da3#55 Minuten#0.05 0.25 0.44' after 0 seconds Jan 3 15:44:03 raspberrypi p4d: Processing WEBIF job 231 's3200-state:0x0000/' Jan 3 15:44:03 raspberrypi p4d: Processing WEBIF job 231 done with 'success:Thursday, 03. Jan. 2019 15:41:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:44:05 raspberrypi p4d: Checking state ... Jan 3 15:44:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:44:15 raspberrypi p4d: Checking state ... Jan 3 15:44:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:44:25 raspberrypi p4d: Checking state ... Jan 3 15:44:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:44:25 raspberrypi p4d: Reading values ... Jan 3 15:44:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:44:25 raspberrypi p4d: Updating error list Jan 3 15:44:26 raspberrypi p4d: Updating error list done Jan 3 15:44:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:44:35 raspberrypi p4d: Checking state ... Jan 3 15:44:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:44:45 raspberrypi p4d: Checking state ... Jan 3 15:44:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:44:55 raspberrypi p4d: Checking state ... Jan 3 15:44:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:45:04 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:45:04 raspberrypi p4d: Processing WEBIF job 232 'p4d-state:0x0000/' Jan 3 15:45:04 raspberrypi p4d: Processing WEBIF job 232 done with 'success:15:45:25#0.2.335-GITec50da3#56 Minuten#0.12 0.24 0.43' after 0 seconds Jan 3 15:45:04 raspberrypi p4d: Processing WEBIF job 233 's3200-state:0x0000/' Jan 3 15:45:04 raspberrypi p4d: Processing WEBIF job 233 done with 'success:Thursday, 03. Jan. 2019 15:42:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:45:05 raspberrypi p4d: Checking state ... Jan 3 15:45:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:45:15 raspberrypi p4d: Checking state ... Jan 3 15:45:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:45:25 raspberrypi p4d: Checking state ... Jan 3 15:45:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:45:25 raspberrypi p4d: Reading values ... Jan 3 15:45:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:45:25 raspberrypi p4d: Updating error list Jan 3 15:45:26 raspberrypi p4d: Updating error list done Jan 3 15:45:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:45:35 raspberrypi p4d: Checking state ... Jan 3 15:45:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:45:45 raspberrypi p4d: Checking state ... Jan 3 15:45:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:45:55 raspberrypi p4d: Checking state ... Jan 3 15:45:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:46:05 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:46:05 raspberrypi p4d: Checking state ... Jan 3 15:46:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:46:05 raspberrypi p4d: Processing WEBIF job 234 'p4d-state:0x0000/' Jan 3 15:46:05 raspberrypi p4d: Processing WEBIF job 234 done with 'success:15:46:25#0.2.335-GITec50da3#57 Minuten#0.20 0.25 0.42' after 0 seconds Jan 3 15:46:05 raspberrypi p4d: Processing WEBIF job 235 's3200-state:0x0000/' Jan 3 15:46:05 raspberrypi p4d: Processing WEBIF job 235 done with 'success:Thursday, 03. Jan. 2019 15:43:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:46:15 raspberrypi p4d: Checking state ... Jan 3 15:46:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:46:25 raspberrypi p4d: Checking state ... Jan 3 15:46:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:46:25 raspberrypi p4d: Reading values ... Jan 3 15:46:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:46:25 raspberrypi p4d: Updating error list Jan 3 15:46:26 raspberrypi p4d: Updating error list done Jan 3 15:46:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:46:35 raspberrypi p4d: Checking state ... Jan 3 15:46:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:46:45 raspberrypi p4d: Checking state ... Jan 3 15:46:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:46:55 raspberrypi p4d: Checking state ... Jan 3 15:46:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:47:05 raspberrypi p4d: Checking state ... Jan 3 15:47:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:47:06 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:47:06 raspberrypi p4d: Processing WEBIF job 236 'p4d-state:0x0000/' Jan 3 15:47:06 raspberrypi p4d: Processing WEBIF job 236 done with 'success:15:47:25#0.2.335-GITec50da3#58 Minuten#0.34 0.30 0.43' after 0 seconds Jan 3 15:47:06 raspberrypi p4d: Processing WEBIF job 237 's3200-state:0x0000/' Jan 3 15:47:06 raspberrypi p4d: Processing WEBIF job 237 done with 'success:Thursday, 03. Jan. 2019 15:44:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:47:15 raspberrypi p4d: Checking state ... Jan 3 15:47:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:47:25 raspberrypi p4d: Checking state ... Jan 3 15:47:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:47:25 raspberrypi p4d: Reading values ... Jan 3 15:47:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:47:25 raspberrypi p4d: Updating error list Jan 3 15:47:26 raspberrypi p4d: Updating error list done Jan 3 15:47:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:47:35 raspberrypi p4d: Checking state ... Jan 3 15:47:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:47:45 raspberrypi p4d: Checking state ... Jan 3 15:47:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:47:55 raspberrypi p4d: Checking state ... Jan 3 15:47:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:48:05 raspberrypi p4d: Checking state ... Jan 3 15:48:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:48:07 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:48:07 raspberrypi p4d: Processing WEBIF job 238 'p4d-state:0x0000/' Jan 3 15:48:07 raspberrypi p4d: Processing WEBIF job 238 done with 'success:15:48:25#0.2.335-GITec50da3#59 Minuten#0.15 0.26 0.41' after 0 seconds Jan 3 15:48:07 raspberrypi p4d: Processing WEBIF job 239 's3200-state:0x0000/' Jan 3 15:48:07 raspberrypi p4d: Processing WEBIF job 239 done with 'success:Thursday, 03. Jan. 2019 15:45:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:48:15 raspberrypi p4d: Checking state ... Jan 3 15:48:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:48:25 raspberrypi p4d: Checking state ... Jan 3 15:48:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:48:25 raspberrypi p4d: Reading values ... Jan 3 15:48:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:48:25 raspberrypi p4d: Updating error list Jan 3 15:48:26 raspberrypi p4d: Updating error list done Jan 3 15:48:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:48:35 raspberrypi p4d: Checking state ... Jan 3 15:48:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:48:45 raspberrypi p4d: Checking state ... Jan 3 15:48:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:48:55 raspberrypi p4d: Checking state ... Jan 3 15:48:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:49:05 raspberrypi p4d: Checking state ... Jan 3 15:49:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:49:07 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:49:08 raspberrypi p4d: Processing WEBIF job 240 'p4d-state:0x0000/' Jan 3 15:49:08 raspberrypi p4d: Processing WEBIF job 240 done with 'success:15:49:25#0.2.335-GITec50da3#1 Stunde 1 Minute#0.11 0.23 0.38' after 0 seconds Jan 3 15:49:08 raspberrypi p4d: Processing WEBIF job 241 's3200-state:0x0000/' Jan 3 15:49:08 raspberrypi p4d: Processing WEBIF job 241 done with 'success:Thursday, 03. Jan. 2019 15:46:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:49:15 raspberrypi p4d: Checking state ... Jan 3 15:49:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:49:25 raspberrypi p4d: Checking state ... Jan 3 15:49:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:49:25 raspberrypi p4d: Reading values ... Jan 3 15:49:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:49:25 raspberrypi p4d: Updating error list Jan 3 15:49:26 raspberrypi p4d: Updating error list done Jan 3 15:49:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:49:35 raspberrypi p4d: Checking state ... Jan 3 15:49:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:49:45 raspberrypi p4d: Checking state ... Jan 3 15:49:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:49:55 raspberrypi p4d: Checking state ... Jan 3 15:49:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:50:04 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:50:04 raspberrypi p4d: Processing WEBIF job 242 'p4d-state:0x0000/' Jan 3 15:50:04 raspberrypi p4d: Processing WEBIF job 242 done with 'success:15:50:25#0.2.335-GITec50da3#1 Stunde 1 Minute#0.09 0.20 0.36' after 0 seconds Jan 3 15:50:04 raspberrypi p4d: Processing WEBIF job 243 's3200-state:0x0000/' Jan 3 15:50:04 raspberrypi p4d: Processing WEBIF job 243 done with 'success:Thursday, 03. Jan. 2019 15:47:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:50:05 raspberrypi p4d: Checking state ... Jan 3 15:50:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:50:15 raspberrypi p4d: Checking state ... Jan 3 15:50:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:50:25 raspberrypi p4d: Checking state ... Jan 3 15:50:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:50:25 raspberrypi p4d: Reading values ... Jan 3 15:50:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:50:25 raspberrypi p4d: Updating error list Jan 3 15:50:26 raspberrypi p4d: Updating error list done Jan 3 15:50:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:50:35 raspberrypi p4d: Checking state ... Jan 3 15:50:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:50:45 raspberrypi p4d: Checking state ... Jan 3 15:50:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:50:55 raspberrypi p4d: Checking state ... Jan 3 15:50:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:51:04 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:51:04 raspberrypi p4d: Processing WEBIF job 244 'p4d-state:0x0000/' Jan 3 15:51:04 raspberrypi p4d: Processing WEBIF job 244 done with 'success:15:51:25#0.2.335-GITec50da3#1 Stunde 2 Minuten#0.03 0.16 0.34' after 0 seconds Jan 3 15:51:04 raspberrypi p4d: Processing WEBIF job 245 's3200-state:0x0000/' Jan 3 15:51:04 raspberrypi p4d: Processing WEBIF job 245 done with 'success:Thursday, 03. Jan. 2019 15:48:46#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:51:05 raspberrypi p4d: Checking state ... Jan 3 15:51:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:51:15 raspberrypi p4d: Checking state ... Jan 3 15:51:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:51:25 raspberrypi p4d: Checking state ... Jan 3 15:51:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:51:25 raspberrypi p4d: Reading values ... Jan 3 15:51:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:51:25 raspberrypi p4d: Updating error list Jan 3 15:51:26 raspberrypi p4d: Updating error list done Jan 3 15:51:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:51:35 raspberrypi p4d: Checking state ... Jan 3 15:51:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:51:45 raspberrypi p4d: Checking state ... Jan 3 15:51:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:51:55 raspberrypi p4d: Checking state ... Jan 3 15:51:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:52:05 raspberrypi p4d: Checking state ... Jan 3 15:52:05 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:52:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:52:05 raspberrypi p4d: Processing WEBIF job 246 'p4d-state:0x0000/' Jan 3 15:52:05 raspberrypi p4d: Processing WEBIF job 246 done with 'success:15:52:25#0.2.335-GITec50da3#1 Stunde 3 Minuten#0.06 0.14 0.32' after 0 seconds Jan 3 15:52:05 raspberrypi p4d: Processing WEBIF job 247 's3200-state:0x0000/' Jan 3 15:52:05 raspberrypi p4d: Processing WEBIF job 247 done with 'success:Thursday, 03. Jan. 2019 15:49:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:52:15 raspberrypi p4d: Checking state ... Jan 3 15:52:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:52:25 raspberrypi p4d: Checking state ... Jan 3 15:52:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:52:25 raspberrypi p4d: Reading values ... Jan 3 15:52:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:52:25 raspberrypi p4d: Updating error list Jan 3 15:52:26 raspberrypi p4d: Updating error list done Jan 3 15:52:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:52:35 raspberrypi p4d: Checking state ... Jan 3 15:52:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:52:45 raspberrypi p4d: Checking state ... Jan 3 15:52:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:52:55 raspberrypi p4d: Checking state ... Jan 3 15:52:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:53:05 raspberrypi p4d: Checking state ... Jan 3 15:53:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:53:06 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:53:06 raspberrypi p4d: Processing WEBIF job 248 'p4d-state:0x0000/' Jan 3 15:53:06 raspberrypi p4d: Processing WEBIF job 248 done with 'success:15:53:25#0.2.335-GITec50da3#1 Stunde 4 Minuten#0.05 0.13 0.30' after 0 seconds Jan 3 15:53:06 raspberrypi p4d: Processing WEBIF job 249 's3200-state:0x0000/' Jan 3 15:53:06 raspberrypi p4d: Processing WEBIF job 249 done with 'success:Thursday, 03. Jan. 2019 15:50:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:53:15 raspberrypi p4d: Checking state ... Jan 3 15:53:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:53:25 raspberrypi p4d: Checking state ... Jan 3 15:53:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:53:25 raspberrypi p4d: Reading values ... Jan 3 15:53:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:53:25 raspberrypi p4d: Updating error list Jan 3 15:53:26 raspberrypi p4d: Updating error list done Jan 3 15:53:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:53:35 raspberrypi p4d: Checking state ... Jan 3 15:53:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:53:45 raspberrypi p4d: Checking state ... Jan 3 15:53:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:53:55 raspberrypi p4d: Checking state ... Jan 3 15:53:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:54:05 raspberrypi p4d: Checking state ... Jan 3 15:54:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:54:07 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:54:07 raspberrypi p4d: Processing WEBIF job 250 'p4d-state:0x0000/' Jan 3 15:54:07 raspberrypi p4d: Processing WEBIF job 250 done with 'success:15:54:25#0.2.335-GITec50da3#1 Stunde 5 Minuten#0.06 0.12 0.28' after 0 seconds Jan 3 15:54:07 raspberrypi p4d: Processing WEBIF job 251 's3200-state:0x0000/' Jan 3 15:54:07 raspberrypi p4d: Processing WEBIF job 251 done with 'success:Thursday, 03. Jan. 2019 15:51:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:54:15 raspberrypi p4d: Checking state ... Jan 3 15:54:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:54:25 raspberrypi p4d: Checking state ... Jan 3 15:54:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:54:25 raspberrypi p4d: Reading values ... Jan 3 15:54:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:54:25 raspberrypi p4d: Updating error list Jan 3 15:54:26 raspberrypi p4d: Updating error list done Jan 3 15:54:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:54:35 raspberrypi p4d: Checking state ... Jan 3 15:54:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:54:45 raspberrypi p4d: Checking state ... Jan 3 15:54:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:54:55 raspberrypi p4d: Checking state ... Jan 3 15:54:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:55:05 raspberrypi p4d: Checking state ... Jan 3 15:55:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:55:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:55:08 raspberrypi p4d: Processing WEBIF job 252 'p4d-state:0x0000/' Jan 3 15:55:08 raspberrypi p4d: Processing WEBIF job 252 done with 'success:15:55:25#0.2.335-GITec50da3#1 Stunde 7 Minuten#0.05 0.11 0.27' after 0 seconds Jan 3 15:55:08 raspberrypi p4d: Processing WEBIF job 253 's3200-state:0x0000/' Jan 3 15:55:08 raspberrypi p4d: Processing WEBIF job 253 done with 'success:Thursday, 03. Jan. 2019 15:52:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:55:15 raspberrypi p4d: Checking state ... Jan 3 15:55:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:55:25 raspberrypi p4d: Checking state ... Jan 3 15:55:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:55:25 raspberrypi p4d: Reading values ... Jan 3 15:55:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:55:25 raspberrypi p4d: Updating error list Jan 3 15:55:26 raspberrypi p4d: Updating error list done Jan 3 15:55:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:55:35 raspberrypi p4d: Checking state ... Jan 3 15:55:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:55:45 raspberrypi p4d: Checking state ... Jan 3 15:55:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:55:55 raspberrypi p4d: Checking state ... Jan 3 15:55:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:56:05 raspberrypi p4d: Checking state ... Jan 3 15:56:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:56:09 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:56:09 raspberrypi p4d: Processing WEBIF job 254 'p4d-state:0x0000/' Jan 3 15:56:09 raspberrypi p4d: Processing WEBIF job 254 done with 'success:15:56:25#0.2.335-GITec50da3#1 Stunde 8 Minuten#0.02 0.08 0.25' after 0 seconds Jan 3 15:56:09 raspberrypi p4d: Processing WEBIF job 255 's3200-state:0x0000/' Jan 3 15:56:09 raspberrypi p4d: Processing WEBIF job 255 done with 'success:Thursday, 03. Jan. 2019 15:53:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:56:15 raspberrypi p4d: Checking state ... Jan 3 15:56:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:56:25 raspberrypi p4d: Checking state ... Jan 3 15:56:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:56:25 raspberrypi p4d: Reading values ... Jan 3 15:56:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:56:25 raspberrypi p4d: Updating error list Jan 3 15:56:26 raspberrypi p4d: Updating error list done Jan 3 15:56:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:56:35 raspberrypi p4d: Checking state ... Jan 3 15:56:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:56:45 raspberrypi p4d: Checking state ... Jan 3 15:56:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:56:55 raspberrypi p4d: Checking state ... Jan 3 15:56:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:57:05 raspberrypi p4d: Checking state ... Jan 3 15:57:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:57:09 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:57:10 raspberrypi p4d: Processing WEBIF job 256 'p4d-state:0x0000/' Jan 3 15:57:10 raspberrypi p4d: Processing WEBIF job 256 done with 'success:15:57:25#0.2.335-GITec50da3#1 Stunde 9 Minuten#0.00 0.06 0.23' after 0 seconds Jan 3 15:57:10 raspberrypi p4d: Processing WEBIF job 257 's3200-state:0x0000/' Jan 3 15:57:10 raspberrypi p4d: Processing WEBIF job 257 done with 'success:Thursday, 03. Jan. 2019 15:54:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:57:15 raspberrypi p4d: Checking state ... Jan 3 15:57:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:57:25 raspberrypi p4d: Checking state ... Jan 3 15:57:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:57:25 raspberrypi p4d: Reading values ... Jan 3 15:57:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:57:25 raspberrypi p4d: Updating error list Jan 3 15:57:26 raspberrypi p4d: Updating error list done Jan 3 15:57:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:57:35 raspberrypi p4d: Checking state ... Jan 3 15:57:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:57:45 raspberrypi p4d: Checking state ... Jan 3 15:57:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:57:55 raspberrypi p4d: Checking state ... Jan 3 15:57:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:58:05 raspberrypi p4d: Checking state ... Jan 3 15:58:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:58:11 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:58:11 raspberrypi p4d: Processing WEBIF job 258 'p4d-state:0x0000/' Jan 3 15:58:11 raspberrypi p4d: Processing WEBIF job 258 done with 'success:15:58:25#0.2.335-GITec50da3#1 Stunde 10 Minuten#0.00 0.05 0.21' after 0 seconds Jan 3 15:58:11 raspberrypi p4d: Processing WEBIF job 259 's3200-state:0x0000/' Jan 3 15:58:11 raspberrypi p4d: Processing WEBIF job 259 done with 'success:Thursday, 03. Jan. 2019 15:55:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:58:15 raspberrypi p4d: Checking state ... Jan 3 15:58:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:58:25 raspberrypi p4d: Checking state ... Jan 3 15:58:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:58:25 raspberrypi p4d: Reading values ... Jan 3 15:58:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:58:25 raspberrypi p4d: Updating error list Jan 3 15:58:26 raspberrypi p4d: Updating error list done Jan 3 15:58:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:58:35 raspberrypi p4d: Checking state ... Jan 3 15:58:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:58:45 raspberrypi p4d: Checking state ... Jan 3 15:58:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:58:55 raspberrypi p4d: Checking state ... Jan 3 15:58:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:59:05 raspberrypi p4d: Checking state ... Jan 3 15:59:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:59:12 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 15:59:12 raspberrypi p4d: Processing WEBIF job 260 'p4d-state:0x0000/' Jan 3 15:59:12 raspberrypi p4d: Processing WEBIF job 260 done with 'success:15:59:25#0.2.335-GITec50da3#1 Stunde 11 Minuten#0.00 0.04 0.20' after 0 seconds Jan 3 15:59:12 raspberrypi p4d: Processing WEBIF job 261 's3200-state:0x0000/' Jan 3 15:59:12 raspberrypi p4d: Processing WEBIF job 261 done with 'success:Thursday, 03. Jan. 2019 15:56:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 15:59:15 raspberrypi p4d: Checking state ... Jan 3 15:59:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:59:25 raspberrypi p4d: Checking state ... Jan 3 15:59:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:59:25 raspberrypi p4d: Reading values ... Jan 3 15:59:26 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 15:59:26 raspberrypi p4d: Updating error list Jan 3 15:59:27 raspberrypi p4d: Updating error list done Jan 3 15:59:27 raspberrypi p4d: Info: Found (0) pending errors Jan 3 15:59:35 raspberrypi p4d: Checking state ... Jan 3 15:59:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:59:45 raspberrypi p4d: Checking state ... Jan 3 15:59:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 15:59:55 raspberrypi p4d: Checking state ... Jan 3 15:59:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:00:05 raspberrypi p4d: Checking state ... Jan 3 16:00:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:00:12 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:00:13 raspberrypi p4d: Processing WEBIF job 262 'p4d-state:0x0000/' Jan 3 16:00:13 raspberrypi p4d: Processing WEBIF job 262 done with 'success:16:00:25#0.2.335-GITec50da3#1 Stunde 12 Minuten#0.26 0.11 0.21' after 0 seconds Jan 3 16:00:13 raspberrypi p4d: Processing WEBIF job 263 's3200-state:0x0000/' Jan 3 16:00:13 raspberrypi p4d: Processing WEBIF job 263 done with 'success:Thursday, 03. Jan. 2019 15:57:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 16:00:15 raspberrypi p4d: Checking state ... Jan 3 16:00:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:00:25 raspberrypi p4d: Checking state ... Jan 3 16:00:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:00:25 raspberrypi p4d: Reading values ... Jan 3 16:00:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:00:25 raspberrypi p4d: Updating error list Jan 3 16:00:26 raspberrypi p4d: Updating error list done Jan 3 16:00:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:00:35 raspberrypi p4d: Checking state ... Jan 3 16:00:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:00:45 raspberrypi p4d: Checking state ... Jan 3 16:00:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:00:55 raspberrypi p4d: Checking state ... Jan 3 16:00:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:01:05 raspberrypi p4d: Checking state ... Jan 3 16:01:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:01:14 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:01:14 raspberrypi p4d: Processing WEBIF job 264 'p4d-state:0x0000/' Jan 3 16:01:14 raspberrypi p4d: Processing WEBIF job 264 done with 'success:16:01:25#0.2.335-GITec50da3#1 Stunde 13 Minuten#0.20 0.13 0.21' after 0 seconds Jan 3 16:01:14 raspberrypi p4d: Processing WEBIF job 265 's3200-state:0x0000/' Jan 3 16:01:14 raspberrypi p4d: Processing WEBIF job 265 done with 'success:Thursday, 03. Jan. 2019 15:58:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 16:01:15 raspberrypi p4d: Checking state ... Jan 3 16:01:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:01:25 raspberrypi p4d: Checking state ... Jan 3 16:01:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:01:25 raspberrypi p4d: Reading values ... Jan 3 16:01:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:01:25 raspberrypi p4d: Updating error list Jan 3 16:01:26 raspberrypi p4d: Updating error list done Jan 3 16:01:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:01:35 raspberrypi p4d: Checking state ... Jan 3 16:01:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:01:45 raspberrypi p4d: Checking state ... Jan 3 16:01:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:01:55 raspberrypi p4d: Checking state ... Jan 3 16:01:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:02:05 raspberrypi p4d: Checking state ... Jan 3 16:02:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:02:14 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:02:14 raspberrypi p4d: Processing WEBIF job 266 'p4d-state:0x0000/' Jan 3 16:02:14 raspberrypi p4d: Processing WEBIF job 266 done with 'success:16:02:25#0.2.335-GITec50da3#1 Stunde 14 Minuten#0.15 0.13 0.20' after 0 seconds Jan 3 16:02:14 raspberrypi p4d: Processing WEBIF job 267 's3200-state:0x0000/' Jan 3 16:02:14 raspberrypi p4d: Processing WEBIF job 267 done with 'success:Thursday, 03. Jan. 2019 15:59:56#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 16:02:15 raspberrypi p4d: Checking state ... Jan 3 16:02:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:02:25 raspberrypi p4d: Checking state ... Jan 3 16:02:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:02:25 raspberrypi p4d: Reading values ... Jan 3 16:02:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:02:25 raspberrypi p4d: Updating error list Jan 3 16:02:26 raspberrypi p4d: Updating error list done Jan 3 16:02:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:02:35 raspberrypi p4d: Checking state ... Jan 3 16:02:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:02:45 raspberrypi p4d: Checking state ... Jan 3 16:02:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:02:51 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:02:52 raspberrypi p4d: Processing WEBIF job 268 'p4d-state:0x0000/' Jan 3 16:02:52 raspberrypi p4d: Processing WEBIF job 268 done with 'success:16:03:25#0.2.335-GITec50da3#1 Stunde 14 Minuten#0.13 0.13 0.19' after 0 seconds Jan 3 16:02:52 raspberrypi p4d: Processing WEBIF job 269 's3200-state:0x0000/' Jan 3 16:02:52 raspberrypi p4d: Processing WEBIF job 269 done with 'success:Thursday, 03. Jan. 2019 16:00:36#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 16:02:55 raspberrypi p4d: Checking state ... Jan 3 16:02:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:03:05 raspberrypi p4d: Checking state ... Jan 3 16:03:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:03:15 raspberrypi p4d: Checking state ... Jan 3 16:03:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:03:25 raspberrypi p4d: Checking state ... Jan 3 16:03:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:03:25 raspberrypi p4d: Reading values ... Jan 3 16:03:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:03:25 raspberrypi p4d: Updating error list Jan 3 16:03:26 raspberrypi p4d: Updating error list done Jan 3 16:03:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:03:35 raspberrypi p4d: Checking state ... Jan 3 16:03:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:03:45 raspberrypi p4d: Checking state ... Jan 3 16:03:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:03:52 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:03:52 raspberrypi p4d: Processing WEBIF job 270 'p4d-state:0x0000/' Jan 3 16:03:52 raspberrypi p4d: Processing WEBIF job 270 done with 'success:16:04:25#0.2.335-GITec50da3#1 Stunde 15 Minuten#0.10 0.12 0.18' after 0 seconds Jan 3 16:03:52 raspberrypi p4d: Processing WEBIF job 271 's3200-state:0x0000/' Jan 3 16:03:52 raspberrypi p4d: Processing WEBIF job 271 done with 'success:Thursday, 03. Jan. 2019 16:01:35#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 16:03:55 raspberrypi p4d: Checking state ... Jan 3 16:03:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:04:05 raspberrypi p4d: Checking state ... Jan 3 16:04:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:04:15 raspberrypi p4d: Checking state ... Jan 3 16:04:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:04:25 raspberrypi p4d: Checking state ... Jan 3 16:04:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:04:25 raspberrypi p4d: Reading values ... Jan 3 16:04:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:04:25 raspberrypi p4d: Updating error list Jan 3 16:04:26 raspberrypi p4d: Updating error list done Jan 3 16:04:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:04:35 raspberrypi p4d: Checking state ... Jan 3 16:04:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:04:45 raspberrypi p4d: Checking state ... Jan 3 16:04:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:04:53 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:04:53 raspberrypi p4d: Processing WEBIF job 272 'p4d-state:0x0000/' Jan 3 16:04:53 raspberrypi p4d: Processing WEBIF job 272 done with 'success:16:05:25#0.2.335-GITec50da3#1 Stunde 16 Minuten#0.09 0.11 0.18' after 0 seconds Jan 3 16:04:53 raspberrypi p4d: Processing WEBIF job 273 's3200-state:0x0000/' Jan 3 16:04:53 raspberrypi p4d: Processing WEBIF job 273 done with 'success:Thursday, 03. Jan. 2019 16:02:35#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 16:04:55 raspberrypi p4d: Checking state ... Jan 3 16:04:55 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:05:05 raspberrypi p4d: Checking state ... Jan 3 16:05:05 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:05:15 raspberrypi p4d: Checking state ... Jan 3 16:05:15 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:05:25 raspberrypi p4d: Checking state ... Jan 3 16:05:25 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:05:25 raspberrypi p4d: Reading values ... Jan 3 16:05:25 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:05:25 raspberrypi p4d: Updating error list Jan 3 16:05:26 raspberrypi p4d: Updating error list done Jan 3 16:05:26 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:05:35 raspberrypi p4d: Checking state ... Jan 3 16:05:35 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:05:45 raspberrypi p4d: Checking state ... Jan 3 16:05:45 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:06:06 raspberrypi p4d[503]: Starting Deamon to capture data of the P4 pellet heating: p4d. Jan 3 16:06:07 raspberrypi p4d: Read 9 option from /etc/p4d/p4d.conf Jan 3 16:06:07 raspberrypi p4d: Info: Calling mysql_library_init() Jan 3 16:06:07 raspberrypi p4d: Dictionary '/etc/p4d/p4d.dat' loaded Jan 3 16:06:07 raspberrypi p4d: Info: No One-Wire sensors found, path '/sys/bus/w1/devices' not exist (No such file or directory) Jan 3 16:06:07 raspberrypi p4d: Opening '/dev/ttyUSB0' succeeded! Jan 3 16:06:07 raspberrypi p4d: Try conneting to database Jan 3 16:06:07 raspberrypi p4d: Checking database connection ... Jan 3 16:06:07 raspberrypi p4d: Calling mysql_init(534) Jan 3 16:06:07 raspberrypi p4d: SQL-Error in 'connecting to database' - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory") (2002) Jan 3 16:06:07 raspberrypi p4d: Fatal, lost connection to mysql server, aborting pending actions Jan 3 16:06:07 raspberrypi p4d: Error, connecting to database at 'localhost' on port (3306) failed Jan 3 16:06:07 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(534) Jan 3 16:06:07 raspberrypi p4d: Error: Initial database connect failed Jan 3 16:06:07 raspberrypi p4d: Retrying in 10 seconds Jan 3 16:06:17 raspberrypi p4d: Try conneting to database Jan 3 16:06:17 raspberrypi p4d: Checking database connection ... Jan 3 16:06:17 raspberrypi p4d: Calling mysql_init(534) Jan 3 16:06:17 raspberrypi p4d: SQL client character now 'utf8' Jan 3 16:06:17 raspberrypi p4d: Checking table structure and indices ... Jan 3 16:06:17 raspberrypi p4d: Checking table 'config' Jan 3 16:06:17 raspberrypi p4d: Checking table 'errors' Jan 3 16:06:17 raspberrypi p4d: Checking table 'hmsysvars' Jan 3 16:06:17 raspberrypi p4d: Checking table 'jobs' Jan 3 16:06:17 raspberrypi p4d: Checking table 'menu' Jan 3 16:06:17 raspberrypi p4d: Checking table 'samples' Jan 3 16:06:17 raspberrypi p4d: Checking table 'schemaconf' Jan 3 16:06:17 raspberrypi p4d: Checking table 'scripts' Jan 3 16:06:17 raspberrypi p4d: Checking table 'sensoralert' Jan 3 16:06:17 raspberrypi p4d: Checking table 'smartconfig' Jan 3 16:06:17 raspberrypi p4d: Checking table 'timeranges' Jan 3 16:06:17 raspberrypi p4d: Checking table 'valuefacts' Jan 3 16:06:17 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(534) Jan 3 16:06:17 raspberrypi p4d: Checking table structure and indices succeeded Jan 3 16:06:17 raspberrypi p4d: Calling mysql_init(534) Jan 3 16:06:17 raspberrypi p4d: Connection to database established Jan 3 16:06:17 raspberrypi p4d: Checking state ... Jan 3 16:06:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:06:17 raspberrypi p4d: State changed to 'Betriebsbereit' Jan 3 16:06:17 raspberrypi p4d: Reading values ... Jan 3 16:06:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:06:18 raspberrypi p4d: Updating error list Jan 3 16:06:19 raspberrypi p4d: Updating error list done Jan 3 16:06:19 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:06:42 raspberrypi p4d: Checking state ... Jan 3 16:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:06:52 raspberrypi p4d: Checking state ... Jan 3 16:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:07:02 raspberrypi p4d: Checking state ... Jan 3 16:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:07:12 raspberrypi p4d: Checking state ... Jan 3 16:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:07:17 raspberrypi p4d: Checking state ... Jan 3 16:07:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:07:17 raspberrypi p4d: Reading values ... Jan 3 16:07:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:07:17 raspberrypi p4d: Updating error list Jan 3 16:07:18 raspberrypi p4d: Updating error list done Jan 3 16:07:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:07:27 raspberrypi p4d: Checking state ... Jan 3 16:07:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:07:37 raspberrypi p4d: Checking state ... Jan 3 16:07:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:07:47 raspberrypi p4d: Checking state ... Jan 3 16:07:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:07:57 raspberrypi p4d: Checking state ... Jan 3 16:07:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:08:07 raspberrypi p4d: Checking state ... Jan 3 16:08:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:08:17 raspberrypi p4d: Checking state ... Jan 3 16:08:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:08:17 raspberrypi p4d: Reading values ... Jan 3 16:08:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:08:18 raspberrypi p4d: Updating error list Jan 3 16:08:19 raspberrypi p4d: Updating error list done Jan 3 16:08:19 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:08:27 raspberrypi p4d: Checking state ... Jan 3 16:08:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:08:37 raspberrypi p4d: Checking state ... Jan 3 16:08:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:08:47 raspberrypi p4d: Checking state ... Jan 3 16:08:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:08:57 raspberrypi p4d: Checking state ... Jan 3 16:08:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:09:07 raspberrypi p4d: Checking state ... Jan 3 16:09:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:09:17 raspberrypi p4d: Checking state ... Jan 3 16:09:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:09:17 raspberrypi p4d: Reading values ... Jan 3 16:09:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:09:17 raspberrypi p4d: Updating error list Jan 3 16:09:18 raspberrypi p4d: Updating error list done Jan 3 16:09:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:09:27 raspberrypi p4d: Checking state ... Jan 3 16:09:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:09:37 raspberrypi p4d: Checking state ... Jan 3 16:09:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:09:47 raspberrypi p4d: Checking state ... Jan 3 16:09:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:09:57 raspberrypi p4d: Checking state ... Jan 3 16:09:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:10:07 raspberrypi p4d: Checking state ... Jan 3 16:10:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:10:17 raspberrypi p4d: Checking state ... Jan 3 16:10:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:10:17 raspberrypi p4d: Reading values ... Jan 3 16:10:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:10:17 raspberrypi p4d: Updating error list Jan 3 16:10:18 raspberrypi p4d: Updating error list done Jan 3 16:10:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:10:27 raspberrypi p4d: Checking state ... Jan 3 16:10:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:10:37 raspberrypi p4d: Checking state ... Jan 3 16:10:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:10:47 raspberrypi p4d: Checking state ... Jan 3 16:10:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:10:57 raspberrypi p4d: Checking state ... Jan 3 16:10:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:11:07 raspberrypi p4d: Checking state ... Jan 3 16:11:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:11:17 raspberrypi p4d: Checking state ... Jan 3 16:11:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:11:17 raspberrypi p4d: Reading values ... Jan 3 16:11:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:11:17 raspberrypi p4d: Updating error list Jan 3 16:11:18 raspberrypi p4d: Updating error list done Jan 3 16:11:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:11:27 raspberrypi p4d: Checking state ... Jan 3 16:11:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:11:37 raspberrypi p4d: Checking state ... Jan 3 16:11:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:11:47 raspberrypi p4d: Checking state ... Jan 3 16:11:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:11:57 raspberrypi p4d: Checking state ... Jan 3 16:11:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:12:07 raspberrypi p4d: Checking state ... Jan 3 16:12:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:12:17 raspberrypi p4d: Checking state ... Jan 3 16:12:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:12:17 raspberrypi p4d: Reading values ... Jan 3 16:12:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:12:17 raspberrypi p4d: Updating error list Jan 3 16:12:18 raspberrypi p4d: Updating error list done Jan 3 16:12:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:12:27 raspberrypi p4d: Checking state ... Jan 3 16:12:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:12:37 raspberrypi p4d: Checking state ... Jan 3 16:12:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:12:47 raspberrypi p4d: Checking state ... Jan 3 16:12:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:12:57 raspberrypi p4d: Checking state ... Jan 3 16:12:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:13:07 raspberrypi p4d: Checking state ... Jan 3 16:13:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:13:16 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:13:16 raspberrypi p4d: Processing WEBIF job 274 'p4d-state:0x0000/' Jan 3 16:13:16 raspberrypi p4d: Processing WEBIF job 274 done with 'success:16:13:17#0.2.335-GITec50da3#7 Minuten#0.07 0.12 0.09' after 0 seconds Jan 3 16:13:16 raspberrypi p4d: Processing WEBIF job 275 's3200-state:0x0000/' Jan 3 16:13:16 raspberrypi p4d: Processing WEBIF job 275 done with 'success:Thursday, 03. Jan. 2019 16:10:57#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 16:13:17 raspberrypi p4d: Checking state ... Jan 3 16:13:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:13:17 raspberrypi p4d: Reading values ... Jan 3 16:13:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:13:17 raspberrypi p4d: Updating error list Jan 3 16:13:18 raspberrypi p4d: Updating error list done Jan 3 16:13:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:13:27 raspberrypi p4d: Checking state ... Jan 3 16:13:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:13:37 raspberrypi p4d: Checking state ... Jan 3 16:13:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:13:47 raspberrypi p4d: Checking state ... Jan 3 16:13:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:13:57 raspberrypi p4d: Checking state ... Jan 3 16:13:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:14:07 raspberrypi p4d: Checking state ... Jan 3 16:14:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:14:17 raspberrypi p4d: Checking state ... Jan 3 16:14:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:14:17 raspberrypi p4d: Reading values ... Jan 3 16:14:17 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 16:14:17 raspberrypi p4d: Updating error list Jan 3 16:14:18 raspberrypi p4d: Updating error list done Jan 3 16:14:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:14:27 raspberrypi p4d: Checking state ... Jan 3 16:14:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:14:37 raspberrypi p4d: Checking state ... Jan 3 16:14:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 16:14:47 raspberrypi p4d: Checking state ... Jan 3 16:14:47 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:14:47 raspberrypi p4d: State changed to 'Vorbereitung' Jan 3 16:14:47 raspberrypi p4d: Reading values ... Jan 3 16:14:47 raspberrypi p4d: Processed 8 samples, state is 'Vorbereitung' Jan 3 16:14:47 raspberrypi p4d: Updating error list Jan 3 16:14:48 raspberrypi p4d: Updating error list done Jan 3 16:14:48 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:14:57 raspberrypi p4d: Checking state ... Jan 3 16:14:57 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:15:07 raspberrypi p4d: Checking state ... Jan 3 16:15:07 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:15:17 raspberrypi p4d: Checking state ... Jan 3 16:15:17 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:15:27 raspberrypi p4d: Checking state ... Jan 3 16:15:27 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:15:37 raspberrypi p4d: Checking state ... Jan 3 16:15:37 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:15:47 raspberrypi p4d: Checking state ... Jan 3 16:15:47 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:15:47 raspberrypi p4d: Reading values ... Jan 3 16:15:47 raspberrypi p4d: Processed 8 samples, state is 'Vorbereitung' Jan 3 16:15:47 raspberrypi p4d: Updating error list Jan 3 16:15:48 raspberrypi p4d: Updating error list done Jan 3 16:15:48 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:15:57 raspberrypi p4d: Checking state ... Jan 3 16:15:57 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:16:07 raspberrypi p4d: Checking state ... Jan 3 16:16:07 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:16:17 raspberrypi p4d: Checking state ... Jan 3 16:16:17 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:16:27 raspberrypi p4d: Checking state ... Jan 3 16:16:27 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:16:37 raspberrypi p4d: Checking state ... Jan 3 16:16:37 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:16:47 raspberrypi p4d: Checking state ... Jan 3 16:16:47 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:16:47 raspberrypi p4d: Reading values ... Jan 3 16:16:49 raspberrypi p4d: Processed 8 samples, state is 'Vorbereitung' Jan 3 16:16:49 raspberrypi p4d: Updating error list Jan 3 16:16:50 raspberrypi p4d: Updating error list done Jan 3 16:16:50 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:16:57 raspberrypi p4d: Checking state ... Jan 3 16:16:57 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:16:57 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:16:57 raspberrypi p4d: Processing WEBIF job 276 'p4d-state:0x0000/' Jan 3 16:16:57 raspberrypi p4d: Processing WEBIF job 276 done with 'success:16:17:47#0.2.335-GITec50da3#10 Minuten#0.19 0.18 0.11' after 0 seconds Jan 3 16:16:57 raspberrypi p4d: Processing WEBIF job 277 's3200-state:0x0000/' Jan 3 16:16:58 raspberrypi p4d: Processing WEBIF job 277 done with 'success:Thursday, 03. Jan. 2019 16:14:47#7#Vorbereitung#Übergangsbetrieb' after 1 seconds Jan 3 16:17:06 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:17:06 raspberrypi p4d: Processing WEBIF job 278 'p4d-state:0x0000/' Jan 3 16:17:06 raspberrypi p4d: Processing WEBIF job 278 done with 'success:16:17:47#0.2.335-GITec50da3#10 Minuten#0.18 0.18 0.11' after 0 seconds Jan 3 16:17:06 raspberrypi p4d: Processing WEBIF job 279 's3200-state:0x0000/' Jan 3 16:17:07 raspberrypi p4d: Processing WEBIF job 279 done with 'success:Thursday, 03. Jan. 2019 16:14:47#7#Vorbereitung#Übergangsbetrieb' after 1 seconds Jan 3 16:17:07 raspberrypi p4d: Checking state ... Jan 3 16:17:07 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 3 16:17:11 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:17:11 raspberrypi p4d: Processing WEBIF job 280 'p4d-state:0x0000/' Jan 3 16:17:13 raspberrypi p4d: Processing WEBIF job 280 done with 'success:16:17:47#0.2.335-GITec50da3#11 Minuten#0.16 0.18 0.11' after 2 seconds Jan 3 16:17:13 raspberrypi p4d: Processing WEBIF job 281 's3200-state:0x0000/' Jan 3 16:17:14 raspberrypi p4d: Processing WEBIF job 281 done with 'success:Thursday, 03. Jan. 2019 16:14:57#7#Vorbereitung#Übergangsbetrieb' after 1 seconds Jan 3 16:17:17 raspberrypi p4d: Checking state ... Jan 3 16:17:17 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:17:17 raspberrypi p4d: State changed to 'Anheizen' Jan 3 16:17:17 raspberrypi p4d: Reading values ... Jan 3 16:17:19 raspberrypi p4d: Processed 8 samples, state is 'Anheizen' Jan 3 16:17:19 raspberrypi p4d: Updating error list Jan 3 16:17:20 raspberrypi p4d: Updating error list done Jan 3 16:17:20 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:17:27 raspberrypi p4d: Checking state ... Jan 3 16:17:27 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:17:28 raspberrypi p4d: Processing WEBIF job 282 'write-config:0x0000/addrsMain:' Jan 3 16:17:28 raspberrypi p4d: Storing 'addrsMain' with value '' Jan 3 16:17:32 raspberrypi p4d: Processing WEBIF job 282 done with 'success:stored' after 4 seconds Jan 3 16:17:32 raspberrypi p4d: Processing WEBIF job 283 'write-config:0x0000/addrsMainMobile:0,1,4,118,119,120' Jan 3 16:17:32 raspberrypi p4d: Storing 'addrsMainMobile' with value '0,1,4,118,119,120' Jan 3 16:17:38 raspberrypi p4d: Processing WEBIF job 283 done with 'success:stored' after 6 seconds Jan 3 16:17:38 raspberrypi p4d: Checking state ... Jan 3 16:17:38 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:17:38 raspberrypi p4d: Processing WEBIF job 284 'write-config:0x0000/chartStart:7' Jan 3 16:17:38 raspberrypi p4d: Storing 'chartStart' with value '7' Jan 3 16:17:41 raspberrypi p4d: Processing WEBIF job 284 done with 'success:stored' after 3 seconds Jan 3 16:17:41 raspberrypi p4d: Processing WEBIF job 285 'write-config:0x0000/chartDiv:25' Jan 3 16:17:41 raspberrypi p4d: Storing 'chartDiv' with value '25' Jan 3 16:17:44 raspberrypi p4d: Processing WEBIF job 285 done with 'success:stored' after 3 seconds Jan 3 16:17:44 raspberrypi p4d: Processing WEBIF job 286 'write-config:0x0000/chartXLines:1' Jan 3 16:17:44 raspberrypi p4d: Storing 'chartXLines' with value '1' Jan 3 16:17:44 raspberrypi p4d: Processing WEBIF job 286 done with 'success:stored' after 0 seconds Jan 3 16:17:44 raspberrypi p4d: Processing WEBIF job 287 'write-config:0x0000/chart1:0,1,113,18' Jan 3 16:17:44 raspberrypi p4d: Storing 'chart1' with value '0,1,113,18' Jan 3 16:17:44 raspberrypi p4d: Processing WEBIF job 287 done with 'success:stored' after 0 seconds Jan 3 16:17:44 raspberrypi p4d: Processing WEBIF job 288 'write-config:0x0000/chart2:118,225,21,25,4,8' Jan 3 16:17:44 raspberrypi p4d: Storing 'chart2' with value '118,225,21,25,4,8' Jan 3 16:17:44 raspberrypi p4d: Processing WEBIF job 288 done with 'success:stored' after 0 seconds Jan 3 16:17:44 raspberrypi p4d: Processing WEBIF job 289 'write-config:0x0000/chart34:' Jan 3 16:17:44 raspberrypi p4d: Storing 'chart34' with value '' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 289 done with 'success:stored' after 1 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 290 'write-config:0x0000/chart3:' Jan 3 16:17:45 raspberrypi p4d: Storing 'chart3' with value '' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 290 done with 'success:stored' after 0 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 291 'write-config:0x0000/chart4:' Jan 3 16:17:45 raspberrypi p4d: Storing 'chart4' with value '' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 291 done with 'success:stored' after 0 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 292 'write-config:0x0000/mail:' Jan 3 16:17:45 raspberrypi p4d: Storing 'mail' with value '' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 292 done with 'success:stored' after 0 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 293 'write-config:0x0000/htmlMail:' Jan 3 16:17:45 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 293 done with 'success:stored' after 0 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 294 'write-config:0x0000/stateMailTo:' Jan 3 16:17:45 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 294 done with 'success:stored' after 0 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 295 'write-config:0x0000/stateMailStates:0,1,3,19' Jan 3 16:17:45 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 295 done with 'success:stored' after 0 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 296 'write-config:0x0000/errorMailTo:' Jan 3 16:17:45 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 16:17:45 raspberrypi apache2: p4: requesting write-config with 0, 'mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 296 done with 'success:stored' after 0 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 297 'write-config:0x0000/mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 16:17:45 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 297 done with 'success:stored' after 0 seconds Jan 3 16:17:45 raspberrypi p4d: Processing WEBIF job 298 'write-config:0x0000/tsync:' Jan 3 16:17:45 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 298 done with 'success:stored' after 1 seconds Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 299 'write-config:0x0000/maxTimeLeak:' Jan 3 16:17:46 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 299 done with 'success:stored' after 0 seconds Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 300 'write-config:0x0000/heatingType:P1' Jan 3 16:17:46 raspberrypi p4d: Storing 'heatingType' with value 'P1' Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 300 done with 'success:stored' after 0 seconds Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 301 'write-config:0x0000/stateAni:' Jan 3 16:17:46 raspberrypi p4d: Storing 'stateAni' with value '' Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 301 done with 'success:stored' after 0 seconds Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 302 'write-config:0x0000/webUrl:http://127.0.0.1/p4' Jan 3 16:17:46 raspberrypi p4d: Storing 'webUrl' with value 'http://127.0.0.1/p4' Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 302 done with 'success:stored' after 0 seconds Jan 3 16:17:46 raspberrypi p4d: Processing WEBIF job 303 'write-config:0x0000/hmHost:' Jan 3 16:17:46 raspberrypi p4d: Storing 'hmHost' with value '' Jan 3 16:17:47 raspberrypi p4d: Processing WEBIF job 303 done with 'success:stored' after 1 seconds Jan 3 16:17:48 raspberrypi p4d: Checking state ... Jan 3 16:17:48 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:17:58 raspberrypi p4d: Checking state ... Jan 3 16:17:58 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:18:01 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:18:02 raspberrypi p4d: Processing WEBIF job 304 'p4d-state:0x0000/' Jan 3 16:18:02 raspberrypi p4d: Processing WEBIF job 304 done with 'success:16:18:17#0.2.335-GITec50da3#11 Minuten#1.00 0.41 0.20' after 0 seconds Jan 3 16:18:02 raspberrypi p4d: Processing WEBIF job 305 's3200-state:0x0000/' Jan 3 16:18:02 raspberrypi p4d: Processing WEBIF job 305 done with 'success:Thursday, 03. Jan. 2019 16:15:48#2#Anheizen#Übergangsbetrieb' after 0 seconds Jan 3 16:18:08 raspberrypi p4d: Checking state ... Jan 3 16:18:08 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:18:17 raspberrypi p4d: Checking state ... Jan 3 16:18:17 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:18:17 raspberrypi p4d: Reading values ... Jan 3 16:18:17 raspberrypi p4d: Processed 8 samples, state is 'Anheizen' Jan 3 16:18:17 raspberrypi p4d: Updating error list Jan 3 16:18:18 raspberrypi p4d: Updating error list done Jan 3 16:18:18 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:18:19 raspberrypi p4d: Processing WEBIF job 306 'write-config:0x0000/addrsMain:' Jan 3 16:18:19 raspberrypi p4d: Storing 'addrsMain' with value '' Jan 3 16:18:26 raspberrypi p4d: Processing WEBIF job 306 done with 'success:stored' after 7 seconds Jan 3 16:18:26 raspberrypi p4d: Processing WEBIF job 307 'write-config:0x0000/addrsMainMobile:0,1,4,118,119,120' Jan 3 16:18:26 raspberrypi p4d: Storing 'addrsMainMobile' with value '0,1,4,118,119,120' Jan 3 16:18:26 raspberrypi p4d: Processing WEBIF job 307 done with 'success:stored' after 0 seconds Jan 3 16:18:26 raspberrypi p4d: Processing WEBIF job 308 'write-config:0x0000/chartStart:7' Jan 3 16:18:26 raspberrypi p4d: Storing 'chartStart' with value '7' Jan 3 16:18:27 raspberrypi p4d: Processing WEBIF job 308 done with 'success:stored' after 1 seconds Jan 3 16:18:27 raspberrypi p4d: Checking state ... Jan 3 16:18:27 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:18:27 raspberrypi p4d: Processing WEBIF job 309 'write-config:0x0000/chartDiv:25' Jan 3 16:18:27 raspberrypi p4d: Storing 'chartDiv' with value '25' Jan 3 16:18:27 raspberrypi p4d: Processing WEBIF job 309 done with 'success:stored' after 0 seconds Jan 3 16:18:27 raspberrypi p4d: Processing WEBIF job 310 'write-config:0x0000/chartXLines:1' Jan 3 16:18:27 raspberrypi p4d: Storing 'chartXLines' with value '1' Jan 3 16:18:27 raspberrypi p4d: Processing WEBIF job 310 done with 'success:stored' after 0 seconds Jan 3 16:18:27 raspberrypi p4d: Processing WEBIF job 311 'write-config:0x0000/chart1:0,1,113,18' Jan 3 16:18:27 raspberrypi p4d: Storing 'chart1' with value '0,1,113,18' Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 311 done with 'success:stored' after 1 seconds Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 312 'write-config:0x0000/chart2:118,225,21,25,4,8' Jan 3 16:18:28 raspberrypi p4d: Storing 'chart2' with value '118,225,21,25,4,8' Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 312 done with 'success:stored' after 0 seconds Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 313 'write-config:0x0000/chart34:' Jan 3 16:18:28 raspberrypi p4d: Storing 'chart34' with value '' Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 313 done with 'success:stored' after 0 seconds Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 314 'write-config:0x0000/chart3:' Jan 3 16:18:28 raspberrypi p4d: Storing 'chart3' with value '' Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 314 done with 'success:stored' after 0 seconds Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 315 'write-config:0x0000/chart4:' Jan 3 16:18:28 raspberrypi p4d: Storing 'chart4' with value '' Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 315 done with 'success:stored' after 0 seconds Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 316 'write-config:0x0000/mail:' Jan 3 16:18:28 raspberrypi p4d: Storing 'mail' with value '' Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 316 done with 'success:stored' after 0 seconds Jan 3 16:18:28 raspberrypi p4d: Processing WEBIF job 317 'write-config:0x0000/htmlMail:' Jan 3 16:18:28 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 317 done with 'success:stored' after 1 seconds Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 318 'write-config:0x0000/stateMailTo:' Jan 3 16:18:29 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 318 done with 'success:stored' after 0 seconds Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 319 'write-config:0x0000/stateMailStates:0,1,3,19' Jan 3 16:18:29 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 319 done with 'success:stored' after 0 seconds Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 320 'write-config:0x0000/errorMailTo:' Jan 3 16:18:29 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 16:18:29 raspberrypi apache2: p4: requesting write-config with 0, 'mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 320 done with 'success:stored' after 0 seconds Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 321 'write-config:0x0000/mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 16:18:29 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 321 done with 'success:stored' after 0 seconds Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 322 'write-config:0x0000/tsync:' Jan 3 16:18:29 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 322 done with 'success:stored' after 0 seconds Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 323 'write-config:0x0000/maxTimeLeak:' Jan 3 16:18:29 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 323 done with 'success:stored' after 0 seconds Jan 3 16:18:29 raspberrypi p4d: Processing WEBIF job 324 'write-config:0x0000/heatingType:P1' Jan 3 16:18:29 raspberrypi p4d: Storing 'heatingType' with value 'P1' Jan 3 16:18:30 raspberrypi p4d: Processing WEBIF job 324 done with 'success:stored' after 1 seconds Jan 3 16:18:30 raspberrypi p4d: Processing WEBIF job 325 'write-config:0x0000/stateAni:1' Jan 3 16:18:30 raspberrypi p4d: Storing 'stateAni' with value '1' Jan 3 16:18:31 raspberrypi p4d: Processing WEBIF job 325 done with 'success:stored' after 1 seconds Jan 3 16:18:31 raspberrypi p4d: Processing WEBIF job 326 'write-config:0x0000/webUrl:http://127.0.0.1/p4' Jan 3 16:18:31 raspberrypi p4d: Storing 'webUrl' with value 'http://127.0.0.1/p4' Jan 3 16:18:31 raspberrypi p4d: Processing WEBIF job 326 done with 'success:stored' after 0 seconds Jan 3 16:18:31 raspberrypi p4d: Processing WEBIF job 327 'write-config:0x0000/hmHost:' Jan 3 16:18:31 raspberrypi p4d: Storing 'hmHost' with value '' Jan 3 16:18:31 raspberrypi p4d: Processing WEBIF job 327 done with 'success:stored' after 0 seconds Jan 3 16:18:37 raspberrypi p4d: Checking state ... Jan 3 16:18:37 raspberrypi p4d: ... got (2) 'Anheizen' Jan 3 16:18:46 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:18:46 raspberrypi p4d: Processing WEBIF job 328 'p4d-state:0x0000/' Jan 3 16:18:48 raspberrypi p4d: Processing WEBIF job 328 done with 'success:16:19:17#0.2.335-GITec50da3#12 Minuten#0.85 0.45 0.22' after 2 seconds Jan 3 16:18:48 raspberrypi p4d: Checking state ... Jan 3 16:18:48 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:18:48 raspberrypi p4d: State changed to 'Vorwärmen' Jan 3 16:18:48 raspberrypi p4d: Reading values ... Jan 3 16:18:48 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 3 16:18:48 raspberrypi p4d: Updating error list Jan 3 16:18:49 raspberrypi p4d: Updating error list done Jan 3 16:18:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:18:49 raspberrypi p4d: Processing WEBIF job 329 's3200-state:0x0000/' Jan 3 16:18:50 raspberrypi p4d: Processing WEBIF job 329 done with 'success:Thursday, 03. Jan. 2019 16:16:38#8#Vorwärmen#Übergangsbetrieb' after 1 seconds Jan 3 16:18:58 raspberrypi p4d: Checking state ... Jan 3 16:18:58 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:19:00 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:19:00 raspberrypi p4d: Processing WEBIF job 330 'p4d-state:0x0000/' Jan 3 16:19:00 raspberrypi p4d: Processing WEBIF job 330 done with 'success:16:19:48#0.2.335-GITec50da3#12 Minuten#1.10 0.53 0.25' after 0 seconds Jan 3 16:19:00 raspberrypi p4d: Processing WEBIF job 331 's3200-state:0x0000/' Jan 3 16:19:00 raspberrypi p4d: Processing WEBIF job 331 done with 'success:Thursday, 03. Jan. 2019 16:16:48#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:19:08 raspberrypi p4d: Checking state ... Jan 3 16:19:08 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:19:15 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:19:15 raspberrypi p4d: Processing WEBIF job 332 'p4d-state:0x0000/' Jan 3 16:19:15 raspberrypi p4d: Processing WEBIF job 332 done with 'success:16:19:48#0.2.335-GITec50da3#13 Minuten#0.85 0.50 0.24' after 0 seconds Jan 3 16:19:15 raspberrypi p4d: Processing WEBIF job 333 's3200-state:0x0000/' Jan 3 16:19:15 raspberrypi p4d: Processing WEBIF job 333 done with 'success:Thursday, 03. Jan. 2019 16:16:58#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:19:15 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:19:15 raspberrypi p4d: Processing WEBIF job 334 'p4d-state:0x0000/' Jan 3 16:19:16 raspberrypi p4d: Processing WEBIF job 334 done with 'success:16:19:48#0.2.335-GITec50da3#13 Minuten#0.85 0.50 0.24' after 1 seconds Jan 3 16:19:16 raspberrypi p4d: Processing WEBIF job 335 's3200-state:0x0000/' Jan 3 16:19:16 raspberrypi p4d: Processing WEBIF job 335 done with 'success:Thursday, 03. Jan. 2019 16:16:58#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:19:18 raspberrypi p4d: Checking state ... Jan 3 16:19:18 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:19:28 raspberrypi p4d: Checking state ... Jan 3 16:19:28 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:19:38 raspberrypi p4d: Checking state ... Jan 3 16:19:38 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:19:48 raspberrypi p4d: Checking state ... Jan 3 16:19:48 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:19:48 raspberrypi p4d: Reading values ... Jan 3 16:19:48 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 3 16:19:48 raspberrypi p4d: Updating error list Jan 3 16:19:49 raspberrypi p4d: Updating error list done Jan 3 16:19:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:19:58 raspberrypi p4d: Checking state ... Jan 3 16:19:58 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:20:00 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:20:00 raspberrypi p4d: Processing WEBIF job 336 'p4d-state:0x0000/' Jan 3 16:20:01 raspberrypi p4d: Processing WEBIF job 336 done with 'success:16:20:48#0.2.335-GITec50da3#13 Minuten#0.55 0.46 0.24' after 1 seconds Jan 3 16:20:01 raspberrypi p4d: Processing WEBIF job 337 's3200-state:0x0000/' Jan 3 16:20:01 raspberrypi p4d: Processing WEBIF job 337 done with 'success:Thursday, 03. Jan. 2019 16:17:48#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:20:08 raspberrypi p4d: Checking state ... Jan 3 16:20:08 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:20:18 raspberrypi p4d: Checking state ... Jan 3 16:20:18 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:20:28 raspberrypi p4d: Checking state ... Jan 3 16:20:28 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:20:38 raspberrypi p4d: Checking state ... Jan 3 16:20:38 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:20:48 raspberrypi p4d: Checking state ... Jan 3 16:20:48 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:20:48 raspberrypi p4d: Reading values ... Jan 3 16:20:48 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 3 16:20:48 raspberrypi p4d: Updating error list Jan 3 16:20:49 raspberrypi p4d: Updating error list done Jan 3 16:20:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:20:58 raspberrypi p4d: Checking state ... Jan 3 16:20:58 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:21:02 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:21:02 raspberrypi p4d: Processing WEBIF job 338 'p4d-state:0x0000/' Jan 3 16:21:02 raspberrypi p4d: Processing WEBIF job 338 done with 'success:16:21:48#0.2.335-GITec50da3#14 Minuten#0.37 0.42 0.24' after 0 seconds Jan 3 16:21:02 raspberrypi p4d: Processing WEBIF job 339 's3200-state:0x0000/' Jan 3 16:21:02 raspberrypi p4d: Processing WEBIF job 339 done with 'success:Thursday, 03. Jan. 2019 16:18:48#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:21:08 raspberrypi p4d: Checking state ... Jan 3 16:21:08 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:21:18 raspberrypi p4d: Checking state ... Jan 3 16:21:18 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:21:28 raspberrypi p4d: Checking state ... Jan 3 16:21:28 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:21:38 raspberrypi p4d: Checking state ... Jan 3 16:21:38 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:21:48 raspberrypi p4d: Checking state ... Jan 3 16:21:48 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:21:48 raspberrypi p4d: Reading values ... Jan 3 16:21:48 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 3 16:21:48 raspberrypi p4d: Updating error list Jan 3 16:21:49 raspberrypi p4d: Updating error list done Jan 3 16:21:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:21:58 raspberrypi p4d: Checking state ... Jan 3 16:21:58 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:22:03 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:22:03 raspberrypi p4d: Processing WEBIF job 340 'p4d-state:0x0000/' Jan 3 16:22:04 raspberrypi p4d: Processing WEBIF job 340 done with 'success:16:22:48#0.2.335-GITec50da3#15 Minuten#0.42 0.44 0.26' after 1 seconds Jan 3 16:22:04 raspberrypi p4d: Processing WEBIF job 341 's3200-state:0x0000/' Jan 3 16:22:04 raspberrypi p4d: Processing WEBIF job 341 done with 'success:Thursday, 03. Jan. 2019 16:19:48#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:22:08 raspberrypi p4d: Checking state ... Jan 3 16:22:08 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:22:18 raspberrypi p4d: Checking state ... Jan 3 16:22:18 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:22:28 raspberrypi p4d: Checking state ... Jan 3 16:22:28 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:22:38 raspberrypi p4d: Checking state ... Jan 3 16:22:38 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:22:48 raspberrypi p4d: Checking state ... Jan 3 16:22:48 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:22:48 raspberrypi p4d: Reading values ... Jan 3 16:22:48 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 3 16:22:48 raspberrypi p4d: Updating error list Jan 3 16:22:49 raspberrypi p4d: Updating error list done Jan 3 16:22:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:22:58 raspberrypi p4d: Checking state ... Jan 3 16:22:58 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:23:05 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:23:05 raspberrypi p4d: Processing WEBIF job 342 'p4d-state:0x0000/' Jan 3 16:23:05 raspberrypi p4d: Processing WEBIF job 342 done with 'success:16:23:48#0.2.335-GITec50da3#16 Minuten#0.26 0.40 0.26' after 0 seconds Jan 3 16:23:05 raspberrypi p4d: Processing WEBIF job 343 's3200-state:0x0000/' Jan 3 16:23:05 raspberrypi p4d: Processing WEBIF job 343 done with 'success:Thursday, 03. Jan. 2019 16:20:48#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:23:08 raspberrypi p4d: Checking state ... Jan 3 16:23:08 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:23:18 raspberrypi p4d: Checking state ... Jan 3 16:23:18 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:23:28 raspberrypi p4d: Checking state ... Jan 3 16:23:28 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:23:38 raspberrypi p4d: Checking state ... Jan 3 16:23:38 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:23:48 raspberrypi p4d: Checking state ... Jan 3 16:23:48 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:23:48 raspberrypi p4d: Reading values ... Jan 3 16:23:48 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 3 16:23:48 raspberrypi p4d: Updating error list Jan 3 16:23:49 raspberrypi p4d: Updating error list done Jan 3 16:23:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:23:58 raspberrypi p4d: Checking state ... Jan 3 16:23:58 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:24:06 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:24:06 raspberrypi p4d: Processing WEBIF job 344 'p4d-state:0x0000/' Jan 3 16:24:06 raspberrypi p4d: Processing WEBIF job 344 done with 'success:16:24:48#0.2.335-GITec50da3#17 Minuten#0.58 0.45 0.29' after 0 seconds Jan 3 16:24:06 raspberrypi p4d: Processing WEBIF job 345 's3200-state:0x0000/' Jan 3 16:24:06 raspberrypi p4d: Processing WEBIF job 345 done with 'success:Thursday, 03. Jan. 2019 16:21:48#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:24:08 raspberrypi p4d: Checking state ... Jan 3 16:24:08 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:24:18 raspberrypi p4d: Checking state ... Jan 3 16:24:18 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:24:28 raspberrypi p4d: Checking state ... Jan 3 16:24:28 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:24:38 raspberrypi p4d: Checking state ... Jan 3 16:24:38 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:24:48 raspberrypi p4d: Checking state ... Jan 3 16:24:48 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:24:48 raspberrypi p4d: Reading values ... Jan 3 16:24:48 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 3 16:24:48 raspberrypi p4d: Updating error list Jan 3 16:24:49 raspberrypi p4d: Updating error list done Jan 3 16:24:49 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:24:58 raspberrypi p4d: Checking state ... Jan 3 16:24:58 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 3 16:25:07 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:25:07 raspberrypi p4d: Processing WEBIF job 346 'p4d-state:0x0000/' Jan 3 16:25:07 raspberrypi p4d: Processing WEBIF job 346 done with 'success:16:25:48#0.2.335-GITec50da3#19 Minuten#0.43 0.44 0.29' after 0 seconds Jan 3 16:25:07 raspberrypi p4d: Processing WEBIF job 347 's3200-state:0x0000/' Jan 3 16:25:07 raspberrypi p4d: Processing WEBIF job 347 done with 'success:Thursday, 03. Jan. 2019 16:22:48#8#Vorwärmen#Übergangsbetrieb' after 0 seconds Jan 3 16:25:08 raspberrypi p4d: Checking state ... Jan 3 16:25:08 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:25:08 raspberrypi p4d: State changed to 'Zünden' Jan 3 16:25:08 raspberrypi p4d: Reading values ... Jan 3 16:25:08 raspberrypi p4d: Processed 8 samples, state is 'Zünden' Jan 3 16:25:08 raspberrypi p4d: Updating error list Jan 3 16:25:09 raspberrypi p4d: Updating error list done Jan 3 16:25:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:25:18 raspberrypi p4d: Checking state ... Jan 3 16:25:18 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:25:28 raspberrypi p4d: Checking state ... Jan 3 16:25:28 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:25:38 raspberrypi p4d: Checking state ... Jan 3 16:25:38 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:25:48 raspberrypi p4d: Checking state ... Jan 3 16:25:48 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:25:58 raspberrypi p4d: Checking state ... Jan 3 16:25:58 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:26:08 raspberrypi p4d: Checking state ... Jan 3 16:26:08 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:26:08 raspberrypi p4d: Reading values ... Jan 3 16:26:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:26:08 raspberrypi p4d: Processed 8 samples, state is 'Zünden' Jan 3 16:26:08 raspberrypi p4d: Updating error list Jan 3 16:26:09 raspberrypi p4d: Updating error list done Jan 3 16:26:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:26:09 raspberrypi p4d: Processing WEBIF job 348 'p4d-state:0x0000/' Jan 3 16:26:09 raspberrypi p4d: Processing WEBIF job 348 done with 'success:16:27:08#0.2.335-GITec50da3#20 Minuten#0.25 0.38 0.28' after 0 seconds Jan 3 16:26:09 raspberrypi p4d: Processing WEBIF job 349 's3200-state:0x0000/' Jan 3 16:26:09 raspberrypi p4d: Processing WEBIF job 349 done with 'success:Thursday, 03. Jan. 2019 16:23:58#9#Zünden#Übergangsbetrieb' after 0 seconds Jan 3 16:26:18 raspberrypi p4d: Checking state ... Jan 3 16:26:18 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:26:28 raspberrypi p4d: Checking state ... Jan 3 16:26:28 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:26:38 raspberrypi p4d: Checking state ... Jan 3 16:26:38 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:26:48 raspberrypi p4d: Checking state ... Jan 3 16:26:48 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:26:58 raspberrypi p4d: Checking state ... Jan 3 16:26:58 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:27:08 raspberrypi p4d: Checking state ... Jan 3 16:27:08 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:27:08 raspberrypi p4d: Reading values ... Jan 3 16:27:08 raspberrypi p4d: Processed 8 samples, state is 'Zünden' Jan 3 16:27:08 raspberrypi p4d: Updating error list Jan 3 16:27:09 raspberrypi p4d: Updating error list done Jan 3 16:27:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:27:10 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:27:12 raspberrypi p4d: Processing WEBIF job 350 'p4d-state:0x0000/' Jan 3 16:27:12 raspberrypi p4d: Processing WEBIF job 350 done with 'success:16:28:08#0.2.335-GITec50da3#21 Minuten#0.17 0.33 0.26' after 0 seconds Jan 3 16:27:12 raspberrypi p4d: Processing WEBIF job 351 's3200-state:0x0000/' Jan 3 16:27:12 raspberrypi p4d: Processing WEBIF job 351 done with 'success:Thursday, 03. Jan. 2019 16:24:58#9#Zünden#Übergangsbetrieb' after 0 seconds Jan 3 16:27:18 raspberrypi p4d: Checking state ... Jan 3 16:27:18 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:27:28 raspberrypi p4d: Checking state ... Jan 3 16:27:28 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:27:38 raspberrypi p4d: Checking state ... Jan 3 16:27:38 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:27:48 raspberrypi p4d: Checking state ... Jan 3 16:27:48 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:27:58 raspberrypi p4d: Checking state ... Jan 3 16:27:58 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:28:08 raspberrypi p4d: Checking state ... Jan 3 16:28:08 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:28:08 raspberrypi p4d: Reading values ... Jan 3 16:28:08 raspberrypi p4d: Processed 8 samples, state is 'Zünden' Jan 3 16:28:08 raspberrypi p4d: Updating error list Jan 3 16:28:09 raspberrypi p4d: Updating error list done Jan 3 16:28:09 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:28:13 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:28:13 raspberrypi p4d: Processing WEBIF job 352 'p4d-state:0x0000/' Jan 3 16:28:13 raspberrypi p4d: Processing WEBIF job 352 done with 'success:16:29:08#0.2.335-GITec50da3#22 Minuten#0.23 0.31 0.26' after 0 seconds Jan 3 16:28:13 raspberrypi p4d: Processing WEBIF job 353 's3200-state:0x0000/' Jan 3 16:28:13 raspberrypi p4d: Processing WEBIF job 353 done with 'success:Thursday, 03. Jan. 2019 16:25:58#9#Zünden#Übergangsbetrieb' after 0 seconds Jan 3 16:28:18 raspberrypi p4d: Checking state ... Jan 3 16:28:18 raspberrypi p4d: ... got (9) 'Zünden' Jan 3 16:28:28 raspberrypi p4d: Checking state ... Jan 3 16:28:28 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:28:28 raspberrypi p4d: State changed to 'Heizen' Jan 3 16:28:28 raspberrypi p4d: Reading values ... Jan 3 16:28:28 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:28:28 raspberrypi p4d: Updating error list Jan 3 16:28:29 raspberrypi p4d: Updating error list done Jan 3 16:28:29 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:28:38 raspberrypi p4d: Checking state ... Jan 3 16:28:38 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:28:48 raspberrypi p4d: Checking state ... Jan 3 16:28:48 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:28:58 raspberrypi p4d: Checking state ... Jan 3 16:28:58 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:29:08 raspberrypi p4d: Checking state ... Jan 3 16:29:08 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:29:14 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:29:14 raspberrypi p4d: Processing WEBIF job 354 'p4d-state:0x0000/' Jan 3 16:29:14 raspberrypi p4d: Processing WEBIF job 354 done with 'success:16:29:28#0.2.335-GITec50da3#23 Minuten#0.42 0.35 0.28' after 0 seconds Jan 3 16:29:14 raspberrypi p4d: Processing WEBIF job 355 's3200-state:0x0000/' Jan 3 16:29:14 raspberrypi p4d: Processing WEBIF job 355 done with 'success:Thursday, 03. Jan. 2019 16:26:58#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:29:18 raspberrypi p4d: Checking state ... Jan 3 16:29:18 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:29:28 raspberrypi p4d: Checking state ... Jan 3 16:29:28 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:29:28 raspberrypi p4d: Reading values ... Jan 3 16:29:28 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:29:28 raspberrypi p4d: Updating error list Jan 3 16:29:29 raspberrypi p4d: Updating error list done Jan 3 16:29:29 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:29:38 raspberrypi p4d: Checking state ... Jan 3 16:29:38 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:29:48 raspberrypi p4d: Checking state ... Jan 3 16:29:48 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:29:58 raspberrypi p4d: Checking state ... Jan 3 16:29:58 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:30:08 raspberrypi p4d: Checking state ... Jan 3 16:30:08 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:30:15 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:30:15 raspberrypi p4d: Processing WEBIF job 356 'p4d-state:0x0000/' Jan 3 16:30:15 raspberrypi p4d: Processing WEBIF job 356 done with 'success:16:30:28#0.2.335-GITec50da3#24 Minuten#0.24 0.32 0.27' after 0 seconds Jan 3 16:30:15 raspberrypi p4d: Processing WEBIF job 357 's3200-state:0x0000/' Jan 3 16:30:15 raspberrypi p4d: Processing WEBIF job 357 done with 'success:Thursday, 03. Jan. 2019 16:27:58#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:30:18 raspberrypi p4d: Checking state ... Jan 3 16:30:18 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:30:23 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:30:23 raspberrypi p4d: Processing WEBIF job 358 'p4d-state:0x0000/' Jan 3 16:30:23 raspberrypi p4d: Processing WEBIF job 358 done with 'success:16:30:28#0.2.335-GITec50da3#24 Minuten#0.30 0.33 0.28' after 0 seconds Jan 3 16:30:23 raspberrypi p4d: Processing WEBIF job 359 's3200-state:0x0000/' Jan 3 16:30:23 raspberrypi p4d: Processing WEBIF job 359 done with 'success:Thursday, 03. Jan. 2019 16:28:08#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:30:28 raspberrypi p4d: Checking state ... Jan 3 16:30:28 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:30:28 raspberrypi p4d: Reading values ... Jan 3 16:30:28 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:30:28 raspberrypi p4d: Updating error list Jan 3 16:30:30 raspberrypi p4d: Updating error list done Jan 3 16:30:30 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:30:38 raspberrypi p4d: Checking state ... Jan 3 16:30:38 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:30:48 raspberrypi p4d: Checking state ... Jan 3 16:30:48 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:30:58 raspberrypi p4d: Checking state ... Jan 3 16:30:58 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:31:08 raspberrypi p4d: Checking state ... Jan 3 16:31:08 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:31:16 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:31:16 raspberrypi p4d: Processing WEBIF job 360 'p4d-state:0x0000/' Jan 3 16:31:16 raspberrypi p4d: Processing WEBIF job 360 done with 'success:16:31:28#0.2.335-GITec50da3#25 Minuten#0.20 0.30 0.27' after 0 seconds Jan 3 16:31:16 raspberrypi p4d: Processing WEBIF job 361 's3200-state:0x0000/' Jan 3 16:31:16 raspberrypi p4d: Processing WEBIF job 361 done with 'success:Thursday, 03. Jan. 2019 16:28:58#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:31:18 raspberrypi p4d: Checking state ... Jan 3 16:31:18 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:31:23 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:31:23 raspberrypi p4d: Processing WEBIF job 362 'p4d-state:0x0000/' Jan 3 16:31:25 raspberrypi p4d: Processing WEBIF job 362 done with 'success:16:31:28#0.2.335-GITec50da3#25 Minuten#0.34 0.33 0.28' after 2 seconds Jan 3 16:31:25 raspberrypi p4d: Processing WEBIF job 363 's3200-state:0x0000/' Jan 3 16:31:25 raspberrypi p4d: Processing WEBIF job 363 done with 'success:Thursday, 03. Jan. 2019 16:29:08#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:31:28 raspberrypi p4d: Checking state ... Jan 3 16:31:28 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:31:28 raspberrypi p4d: Reading values ... Jan 3 16:31:28 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:31:28 raspberrypi p4d: Updating error list Jan 3 16:31:29 raspberrypi p4d: Updating error list done Jan 3 16:31:29 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:31:38 raspberrypi p4d: Checking state ... Jan 3 16:31:38 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:31:48 raspberrypi p4d: Checking state ... Jan 3 16:31:48 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:31:58 raspberrypi p4d: Checking state ... Jan 3 16:31:58 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:32:08 raspberrypi p4d: Checking state ... Jan 3 16:32:08 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:32:17 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:32:17 raspberrypi p4d: Processing WEBIF job 364 'p4d-state:0x0000/' Jan 3 16:32:17 raspberrypi p4d: Processing WEBIF job 364 done with 'success:16:32:28#0.2.335-GITec50da3#26 Minuten#0.24 0.31 0.27' after 0 seconds Jan 3 16:32:17 raspberrypi p4d: Processing WEBIF job 365 's3200-state:0x0000/' Jan 3 16:32:17 raspberrypi p4d: Processing WEBIF job 365 done with 'success:Thursday, 03. Jan. 2019 16:29:58#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:32:18 raspberrypi p4d: Checking state ... Jan 3 16:32:18 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:32:26 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:32:26 raspberrypi p4d: Processing WEBIF job 366 'p4d-state:0x0000/' Jan 3 16:32:30 raspberrypi apache2: p4: timeout on p4d-state Jan 3 16:32:30 raspberrypi p4d: Processing WEBIF job 366 done with 'success:16:32:28#0.2.335-GITec50da3#26 Minuten#0.35 0.34 0.28' after 4 seconds Jan 3 16:32:30 raspberrypi p4d: Checking state ... Jan 3 16:32:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:32:30 raspberrypi p4d: Reading values ... Jan 3 16:32:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:32:32 raspberrypi p4d: Updating error list Jan 3 16:32:33 raspberrypi p4d: Updating error list done Jan 3 16:32:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:32:33 raspberrypi p4d: Processing WEBIF job 367 's3200-state:0x0000/' Jan 3 16:32:34 raspberrypi p4d: Processing WEBIF job 367 done with 'success:Thursday, 03. Jan. 2019 16:30:20#3#Heizen#Übergangsbetrieb' after 1 seconds Jan 3 16:32:40 raspberrypi p4d: Checking state ... Jan 3 16:32:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:32:50 raspberrypi p4d: Checking state ... Jan 3 16:32:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:33:00 raspberrypi p4d: Checking state ... Jan 3 16:33:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:33:10 raspberrypi p4d: Checking state ... Jan 3 16:33:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:33:18 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:33:18 raspberrypi p4d: Processing WEBIF job 368 'p4d-state:0x0000/' Jan 3 16:33:18 raspberrypi p4d: Processing WEBIF job 368 done with 'success:16:33:30#0.2.335-GITec50da3#27 Minuten#0.27 0.33 0.28' after 0 seconds Jan 3 16:33:18 raspberrypi p4d: Processing WEBIF job 369 's3200-state:0x0000/' Jan 3 16:33:18 raspberrypi p4d: Processing WEBIF job 369 done with 'success:Thursday, 03. Jan. 2019 16:31:00#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:33:20 raspberrypi p4d: Checking state ... Jan 3 16:33:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:33:30 raspberrypi p4d: Checking state ... Jan 3 16:33:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:33:30 raspberrypi p4d: Reading values ... Jan 3 16:33:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:33:30 raspberrypi p4d: Updating error list Jan 3 16:33:31 raspberrypi p4d: Updating error list done Jan 3 16:33:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:33:34 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:33:34 raspberrypi p4d: Processing WEBIF job 370 'p4d-state:0x0000/' Jan 3 16:33:34 raspberrypi p4d: Processing WEBIF job 370 done with 'success:16:34:30#0.2.335-GITec50da3#27 Minuten#0.21 0.31 0.27' after 0 seconds Jan 3 16:33:34 raspberrypi p4d: Processing WEBIF job 371 's3200-state:0x0000/' Jan 3 16:33:34 raspberrypi p4d: Processing WEBIF job 371 done with 'success:Thursday, 03. Jan. 2019 16:31:20#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:33:40 raspberrypi p4d: Checking state ... Jan 3 16:33:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:33:50 raspberrypi p4d: Checking state ... Jan 3 16:33:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:34:00 raspberrypi p4d: Checking state ... Jan 3 16:34:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:34:10 raspberrypi p4d: Checking state ... Jan 3 16:34:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:34:19 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:34:19 raspberrypi p4d: Processing WEBIF job 372 'p4d-state:0x0000/' Jan 3 16:34:19 raspberrypi p4d: Processing WEBIF job 372 done with 'success:16:34:30#0.2.335-GITec50da3#28 Minuten#0.17 0.28 0.26' after 0 seconds Jan 3 16:34:19 raspberrypi p4d: Processing WEBIF job 373 's3200-state:0x0000/' Jan 3 16:34:19 raspberrypi p4d: Processing WEBIF job 373 done with 'success:Thursday, 03. Jan. 2019 16:32:00#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:34:20 raspberrypi p4d: Checking state ... Jan 3 16:34:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:34:30 raspberrypi p4d: Checking state ... Jan 3 16:34:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:34:30 raspberrypi p4d: Reading values ... Jan 3 16:34:35 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:34:35 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:34:35 raspberrypi p4d: Updating error list Jan 3 16:34:36 raspberrypi p4d: Updating error list done Jan 3 16:34:36 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:34:36 raspberrypi p4d: Processing WEBIF job 374 'p4d-state:0x0000/' Jan 3 16:34:39 raspberrypi p4d: Processing WEBIF job 374 done with 'success:16:35:30#0.2.335-GITec50da3#28 Minuten#0.50 0.35 0.29' after 3 seconds Jan 3 16:34:39 raspberrypi p4d: Processing WEBIF job 375 's3200-state:0x0000/' Jan 3 16:34:40 raspberrypi p4d: Processing WEBIF job 375 done with 'success:Thursday, 03. Jan. 2019 16:32:20#3#Heizen#Übergangsbetrieb' after 1 seconds Jan 3 16:34:40 raspberrypi p4d: Checking state ... Jan 3 16:34:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:34:50 raspberrypi p4d: Checking state ... Jan 3 16:34:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:35:00 raspberrypi p4d: Checking state ... Jan 3 16:35:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:35:10 raspberrypi p4d: Checking state ... Jan 3 16:35:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:35:20 raspberrypi p4d: Checking state ... Jan 3 16:35:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:35:20 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:35:20 raspberrypi p4d: Processing WEBIF job 376 'p4d-state:0x0000/' Jan 3 16:35:20 raspberrypi p4d: Processing WEBIF job 376 done with 'success:16:35:30#0.2.335-GITec50da3#29 Minuten#0.45 0.37 0.30' after 0 seconds Jan 3 16:35:20 raspberrypi p4d: Processing WEBIF job 377 's3200-state:0x0000/' Jan 3 16:35:20 raspberrypi p4d: Processing WEBIF job 377 done with 'success:Thursday, 03. Jan. 2019 16:33:10#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:35:30 raspberrypi p4d: Checking state ... Jan 3 16:35:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:35:30 raspberrypi p4d: Reading values ... Jan 3 16:35:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:35:30 raspberrypi p4d: Updating error list Jan 3 16:35:31 raspberrypi p4d: Updating error list done Jan 3 16:35:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:35:40 raspberrypi p4d: Checking state ... Jan 3 16:35:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:35:41 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:35:41 raspberrypi p4d: Processing WEBIF job 378 'p4d-state:0x0000/' Jan 3 16:35:42 raspberrypi p4d: Processing WEBIF job 378 done with 'success:16:36:30#0.2.335-GITec50da3#29 Minuten#0.38 0.36 0.29' after 1 seconds Jan 3 16:35:42 raspberrypi p4d: Processing WEBIF job 379 's3200-state:0x0000/' Jan 3 16:35:44 raspberrypi p4d: Processing WEBIF job 379 done with 'success:Thursday, 03. Jan. 2019 16:33:30#3#Heizen#Übergangsbetrieb' after 2 seconds Jan 3 16:35:50 raspberrypi p4d: Checking state ... Jan 3 16:35:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:36:00 raspberrypi p4d: Checking state ... Jan 3 16:36:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:36:10 raspberrypi p4d: Checking state ... Jan 3 16:36:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:36:20 raspberrypi p4d: Checking state ... Jan 3 16:36:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:36:30 raspberrypi p4d: Checking state ... Jan 3 16:36:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:36:30 raspberrypi p4d: Reading values ... Jan 3 16:36:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:36:32 raspberrypi p4d: Updating error list Jan 3 16:36:33 raspberrypi p4d: Updating error list done Jan 3 16:36:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:36:40 raspberrypi p4d: Checking state ... Jan 3 16:36:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:36:44 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:36:44 raspberrypi p4d: Processing WEBIF job 380 'p4d-state:0x0000/' Jan 3 16:36:44 raspberrypi p4d: Processing WEBIF job 380 done with 'success:16:37:30#0.2.335-GITec50da3#30 Minuten#0.56 0.42 0.32' after 0 seconds Jan 3 16:36:44 raspberrypi p4d: Processing WEBIF job 381 's3200-state:0x0000/' Jan 3 16:36:44 raspberrypi p4d: Processing WEBIF job 381 done with 'success:Thursday, 03. Jan. 2019 16:34:30#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:36:50 raspberrypi p4d: Checking state ... Jan 3 16:36:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:37:00 raspberrypi p4d: Checking state ... Jan 3 16:37:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:37:10 raspberrypi p4d: Checking state ... Jan 3 16:37:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:37:20 raspberrypi p4d: Checking state ... Jan 3 16:37:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:37:25 raspberrypi p4d: Processing WEBIF job 382 'write-config:0x0000/schema:p4-2hk-puffer' Jan 3 16:37:25 raspberrypi p4d: Storing 'schema' with value 'p4-2hk-puffer' Jan 3 16:37:25 raspberrypi p4d: Processing WEBIF job 382 done with 'success:stored' after 0 seconds Jan 3 16:37:25 raspberrypi p4d: Processing WEBIF job 383 'write-config:0x0000/schemaBez:on' Jan 3 16:37:25 raspberrypi p4d: Storing 'schemaBez' with value 'on' Jan 3 16:37:25 raspberrypi p4d: Processing WEBIF job 383 done with 'success:stored' after 0 seconds Jan 3 16:37:25 raspberrypi p4d: Processing WEBIF job 384 'write-config:0x0000/schemaRange:24' Jan 3 16:37:25 raspberrypi p4d: Storing 'schemaRange' with value '24' Jan 3 16:37:25 raspberrypi p4d: Processing WEBIF job 384 done with 'success:stored' after 0 seconds Jan 3 16:37:25 raspberrypi p4d: Processing WEBIF job 385 'write-config:0x0000/pumpON:img/icon/pump-on.gif' Jan 3 16:37:25 raspberrypi p4d: Storing 'pumpON' with value 'img/icon/pump-on.gif' Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 385 done with 'success:stored' after 1 seconds Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 386 'write-config:0x0000/pumpOFF:img/icon/pump-off.gif' Jan 3 16:37:26 raspberrypi p4d: Storing 'pumpOFF' with value 'img/icon/pump-off.gif' Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 386 done with 'success:stored' after 0 seconds Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 387 'write-config:0x0000/ventON:img/icon/vent-on.gif' Jan 3 16:37:26 raspberrypi p4d: Storing 'ventON' with value 'img/icon/vent-on.gif' Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 387 done with 'success:stored' after 0 seconds Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 388 'write-config:0x0000/ventOFF:aus' Jan 3 16:37:26 raspberrypi p4d: Storing 'ventOFF' with value 'aus' Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 388 done with 'success:stored' after 0 seconds Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 389 'write-config:0x0000/pumpsVA:(15),140,141,142,143,144,145,146,147,148,149,150,151,152,200,201,240,241,242' Jan 3 16:37:26 raspberrypi p4d: Storing 'pumpsVA' with value '(15),140,141,142,143,144,145,146,147,148,149,150,151,152,200,201,240,241,242' Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 389 done with 'success:stored' after 0 seconds Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 390 'write-config:0x0000/pumpsDO:0,1,25,26,31,32,37,38,43,44,49,50,55,56,61,62,67,68' Jan 3 16:37:26 raspberrypi p4d: Storing 'pumpsDO' with value '0,1,25,26,31,32,37,38,43,44,49,50,55,56,61,62,67,68' Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 390 done with 'success:stored' after 0 seconds Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 391 'write-config:0x0000/pumpsAO:3,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22' Jan 3 16:37:26 raspberrypi p4d: Storing 'pumpsAO' with value '3,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22' Jan 3 16:37:26 raspberrypi p4d: Processing WEBIF job 391 done with 'success:stored' after 0 seconds Jan 3 16:37:30 raspberrypi p4d: Checking state ... Jan 3 16:37:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:37:30 raspberrypi p4d: Reading values ... Jan 3 16:37:35 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:37:35 raspberrypi p4d: Updating error list Jan 3 16:37:37 raspberrypi p4d: Updating error list done Jan 3 16:37:37 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:37:40 raspberrypi p4d: Checking state ... Jan 3 16:37:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:37:45 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:37:45 raspberrypi p4d: Processing WEBIF job 392 'p4d-state:0x0000/' Jan 3 16:37:46 raspberrypi p4d: Processing WEBIF job 392 done with 'success:16:38:30#0.2.335-GITec50da3#31 Minuten#0.64 0.44 0.33' after 1 seconds Jan 3 16:37:46 raspberrypi p4d: Processing WEBIF job 393 's3200-state:0x0000/' Jan 3 16:37:46 raspberrypi p4d: Processing WEBIF job 393 done with 'success:Thursday, 03. Jan. 2019 16:35:30#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:37:50 raspberrypi p4d: Checking state ... Jan 3 16:37:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:37:53 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:37:53 raspberrypi p4d: Processing WEBIF job 394 'p4d-state:0x0000/' Jan 3 16:37:55 raspberrypi p4d: Processing WEBIF job 394 done with 'success:16:38:30#0.2.335-GITec50da3#31 Minuten#0.77 0.47 0.34' after 2 seconds Jan 3 16:37:55 raspberrypi p4d: Processing WEBIF job 395 's3200-state:0x0000/' Jan 3 16:37:55 raspberrypi p4d: Processing WEBIF job 395 done with 'success:Thursday, 03. Jan. 2019 16:35:40#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:38:00 raspberrypi p4d: Checking state ... Jan 3 16:38:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:38:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:38:08 raspberrypi p4d: Processing WEBIF job 396 'p4d-state:0x0000/' Jan 3 16:38:08 raspberrypi p4d: Processing WEBIF job 396 done with 'success:16:38:30#0.2.335-GITec50da3#32 Minuten#0.88 0.51 0.36' after 0 seconds Jan 3 16:38:09 raspberrypi p4d: Processing WEBIF job 397 's3200-state:0x0000/' Jan 3 16:38:09 raspberrypi p4d: Processing WEBIF job 397 done with 'success:Thursday, 03. Jan. 2019 16:35:50#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:38:10 raspberrypi p4d: Checking state ... Jan 3 16:38:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:38:11 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:38:11 raspberrypi p4d: Processing WEBIF job 398 'p4d-state:0x0000/' Jan 3 16:38:17 raspberrypi apache2: p4: timeout on p4d-state Jan 3 16:38:17 raspberrypi p4d: Processing WEBIF job 398 done with 'success:16:38:30#0.2.335-GITec50da3#32 Minuten#0.89 0.52 0.36' after 6 seconds Jan 3 16:38:20 raspberrypi p4d: Checking state ... Jan 3 16:38:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:38:20 raspberrypi p4d: Processing WEBIF job 399 's3200-state:0x0000/' Jan 3 16:38:21 raspberrypi p4d: Processing WEBIF job 399 done with 'success:Thursday, 03. Jan. 2019 16:36:10#3#Heizen#Übergangsbetrieb' after 1 seconds Jan 3 16:38:30 raspberrypi p4d: Checking state ... Jan 3 16:38:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:38:30 raspberrypi p4d: Reading values ... Jan 3 16:38:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:38:30 raspberrypi p4d: Updating error list Jan 3 16:38:31 raspberrypi p4d: Updating error list done Jan 3 16:38:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:38:40 raspberrypi p4d: Checking state ... Jan 3 16:38:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:38:50 raspberrypi p4d: Checking state ... Jan 3 16:38:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:39:00 raspberrypi p4d: Checking state ... Jan 3 16:39:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:39:10 raspberrypi p4d: Checking state ... Jan 3 16:39:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:39:20 raspberrypi p4d: Checking state ... Jan 3 16:39:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:39:21 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:39:21 raspberrypi p4d: Processing WEBIF job 400 'p4d-state:0x0000/' Jan 3 16:39:21 raspberrypi p4d: Processing WEBIF job 400 done with 'success:16:39:30#0.2.335-GITec50da3#33 Minuten#0.70 0.57 0.39' after 0 seconds Jan 3 16:39:21 raspberrypi p4d: Processing WEBIF job 401 's3200-state:0x0000/' Jan 3 16:39:21 raspberrypi p4d: Processing WEBIF job 401 done with 'success:Thursday, 03. Jan. 2019 16:37:10#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:39:30 raspberrypi p4d: Checking state ... Jan 3 16:39:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:39:30 raspberrypi p4d: Reading values ... Jan 3 16:39:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:39:30 raspberrypi p4d: Updating error list Jan 3 16:39:31 raspberrypi p4d: Updating error list done Jan 3 16:39:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:39:40 raspberrypi p4d: Checking state ... Jan 3 16:39:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:39:50 raspberrypi p4d: Checking state ... Jan 3 16:39:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:40:00 raspberrypi p4d: Checking state ... Jan 3 16:40:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:40:10 raspberrypi p4d: Checking state ... Jan 3 16:40:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:40:20 raspberrypi p4d: Checking state ... Jan 3 16:40:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:40:22 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:40:22 raspberrypi p4d: Processing WEBIF job 402 'p4d-state:0x0000/' Jan 3 16:40:22 raspberrypi p4d: Processing WEBIF job 402 done with 'success:16:40:30#0.2.335-GITec50da3#34 Minuten#0.29 0.48 0.37' after 0 seconds Jan 3 16:40:22 raspberrypi p4d: Processing WEBIF job 403 's3200-state:0x0000/' Jan 3 16:40:22 raspberrypi p4d: Processing WEBIF job 403 done with 'success:Thursday, 03. Jan. 2019 16:38:10#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:40:30 raspberrypi p4d: Checking state ... Jan 3 16:40:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:40:30 raspberrypi p4d: Reading values ... Jan 3 16:40:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:40:30 raspberrypi p4d: Updating error list Jan 3 16:40:31 raspberrypi p4d: Updating error list done Jan 3 16:40:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:40:40 raspberrypi p4d: Checking state ... Jan 3 16:40:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:40:50 raspberrypi p4d: Checking state ... Jan 3 16:40:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:41:00 raspberrypi p4d: Checking state ... Jan 3 16:41:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:41:10 raspberrypi p4d: Checking state ... Jan 3 16:41:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:41:20 raspberrypi p4d: Checking state ... Jan 3 16:41:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:41:22 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:41:22 raspberrypi p4d: Processing WEBIF job 404 'p4d-state:0x0000/' Jan 3 16:41:22 raspberrypi p4d: Processing WEBIF job 404 done with 'success:16:41:30#0.2.335-GITec50da3#35 Minuten#0.14 0.40 0.35' after 0 seconds Jan 3 16:41:22 raspberrypi p4d: Processing WEBIF job 405 's3200-state:0x0000/' Jan 3 16:41:22 raspberrypi p4d: Processing WEBIF job 405 done with 'success:Thursday, 03. Jan. 2019 16:39:10#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:41:30 raspberrypi p4d: Checking state ... Jan 3 16:41:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:41:30 raspberrypi p4d: Reading values ... Jan 3 16:41:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:41:30 raspberrypi p4d: Updating error list Jan 3 16:41:31 raspberrypi p4d: Updating error list done Jan 3 16:41:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:41:40 raspberrypi p4d: Checking state ... Jan 3 16:41:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:41:50 raspberrypi p4d: Checking state ... Jan 3 16:41:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:42:00 raspberrypi p4d: Checking state ... Jan 3 16:42:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:42:10 raspberrypi p4d: Checking state ... Jan 3 16:42:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:42:20 raspberrypi p4d: Checking state ... Jan 3 16:42:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:42:23 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:42:23 raspberrypi p4d: Processing WEBIF job 406 'p4d-state:0x0000/' Jan 3 16:42:23 raspberrypi p4d: Processing WEBIF job 406 done with 'success:16:42:30#0.2.335-GITec50da3#36 Minuten#0.82 0.54 0.40' after 0 seconds Jan 3 16:42:23 raspberrypi p4d: Processing WEBIF job 407 's3200-state:0x0000/' Jan 3 16:42:23 raspberrypi p4d: Processing WEBIF job 407 done with 'success:Thursday, 03. Jan. 2019 16:40:10#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:42:30 raspberrypi p4d: Checking state ... Jan 3 16:42:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:42:30 raspberrypi p4d: Reading values ... Jan 3 16:42:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:42:30 raspberrypi p4d: Updating error list Jan 3 16:42:31 raspberrypi p4d: Updating error list done Jan 3 16:42:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:42:35 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:42:35 raspberrypi p4d: Processing WEBIF job 408 'p4d-state:0x0000/' Jan 3 16:42:35 raspberrypi p4d: Processing WEBIF job 408 done with 'success:16:43:30#0.2.335-GITec50da3#36 Minuten#1.00 0.59 0.42' after 0 seconds Jan 3 16:42:35 raspberrypi p4d: Processing WEBIF job 409 's3200-state:0x0000/' Jan 3 16:42:35 raspberrypi p4d: Processing WEBIF job 409 done with 'success:Thursday, 03. Jan. 2019 16:40:20#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:42:40 raspberrypi p4d: Checking state ... Jan 3 16:42:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:42:50 raspberrypi p4d: Checking state ... Jan 3 16:42:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:42:51 raspberrypi p4d: Processing WEBIF job 410 'getp:0x0290/' Jan 3 16:42:51 raspberrypi p4d: Processing WEBIF job 410 done with 'success#nein# #0#0#1#0' after 0 seconds Jan 3 16:43:00 raspberrypi p4d: Checking state ... Jan 3 16:43:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:43:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:43:08 raspberrypi p4d: Processing WEBIF job 411 'p4d-state:0x0000/' Jan 3 16:43:08 raspberrypi p4d: Processing WEBIF job 411 done with 'success:16:43:30#0.2.335-GITec50da3#37 Minuten#0.90 0.62 0.43' after 0 seconds Jan 3 16:43:08 raspberrypi p4d: Processing WEBIF job 412 's3200-state:0x0000/' Jan 3 16:43:08 raspberrypi p4d: Processing WEBIF job 412 done with 'success:Thursday, 03. Jan. 2019 16:40:50#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:43:10 raspberrypi p4d: Checking state ... Jan 3 16:43:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:43:20 raspberrypi p4d: Checking state ... Jan 3 16:43:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:43:30 raspberrypi p4d: Checking state ... Jan 3 16:43:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:43:30 raspberrypi p4d: Reading values ... Jan 3 16:43:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:43:30 raspberrypi p4d: Updating error list Jan 3 16:43:31 raspberrypi p4d: Updating error list done Jan 3 16:43:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:43:40 raspberrypi p4d: Checking state ... Jan 3 16:43:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:43:50 raspberrypi p4d: Checking state ... Jan 3 16:43:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:44:00 raspberrypi p4d: Checking state ... Jan 3 16:44:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:44:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:44:08 raspberrypi p4d: Processing WEBIF job 413 'p4d-state:0x0000/' Jan 3 16:44:08 raspberrypi p4d: Processing WEBIF job 413 done with 'success:16:44:30#0.2.335-GITec50da3#38 Minuten#0.45 0.54 0.42' after 0 seconds Jan 3 16:44:08 raspberrypi p4d: Processing WEBIF job 414 's3200-state:0x0000/' Jan 3 16:44:08 raspberrypi p4d: Processing WEBIF job 414 done with 'success:Thursday, 03. Jan. 2019 16:41:50#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:44:10 raspberrypi p4d: Checking state ... Jan 3 16:44:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:44:20 raspberrypi p4d: Checking state ... Jan 3 16:44:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:44:30 raspberrypi p4d: Checking state ... Jan 3 16:44:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:44:30 raspberrypi p4d: Reading values ... Jan 3 16:44:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:44:30 raspberrypi p4d: Updating error list Jan 3 16:44:31 raspberrypi p4d: Updating error list done Jan 3 16:44:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:44:40 raspberrypi p4d: Checking state ... Jan 3 16:44:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:44:50 raspberrypi p4d: Checking state ... Jan 3 16:44:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:45:00 raspberrypi p4d: Checking state ... Jan 3 16:45:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:45:01 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 16:45:01 raspberrypi p4d: Processing WEBIF job 415 'p4d-state:0x0000/' Jan 3 16:45:01 raspberrypi p4d: Processing WEBIF job 415 done with 'success:16:45:30#0.2.335-GITec50da3#38 Minuten#0.37 0.50 0.41' after 0 seconds Jan 3 16:45:02 raspberrypi p4d: Processing WEBIF job 416 's3200-state:0x0000/' Jan 3 16:45:02 raspberrypi p4d: Processing WEBIF job 416 done with 'success:Thursday, 03. Jan. 2019 16:42:50#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 16:45:10 raspberrypi p4d: Checking state ... Jan 3 16:45:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:45:20 raspberrypi p4d: Checking state ... Jan 3 16:45:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:45:30 raspberrypi p4d: Checking state ... Jan 3 16:45:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:45:30 raspberrypi p4d: Reading values ... Jan 3 16:45:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:45:30 raspberrypi p4d: Updating error list Jan 3 16:45:31 raspberrypi p4d: Updating error list done Jan 3 16:45:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:45:40 raspberrypi p4d: Checking state ... Jan 3 16:45:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:45:50 raspberrypi p4d: Checking state ... Jan 3 16:45:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:46:00 raspberrypi p4d: Checking state ... Jan 3 16:46:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:46:10 raspberrypi p4d: Checking state ... Jan 3 16:46:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:46:20 raspberrypi p4d: Checking state ... Jan 3 16:46:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:46:30 raspberrypi p4d: Checking state ... Jan 3 16:46:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:46:30 raspberrypi p4d: Reading values ... Jan 3 16:46:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:46:30 raspberrypi p4d: Updating error list Jan 3 16:46:31 raspberrypi p4d: Updating error list done Jan 3 16:46:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:46:40 raspberrypi p4d: Checking state ... Jan 3 16:46:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:46:50 raspberrypi p4d: Checking state ... Jan 3 16:46:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:47:00 raspberrypi p4d: Checking state ... Jan 3 16:47:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:47:10 raspberrypi p4d: Checking state ... Jan 3 16:47:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:47:20 raspberrypi p4d: Checking state ... Jan 3 16:47:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:47:30 raspberrypi p4d: Checking state ... Jan 3 16:47:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:47:30 raspberrypi p4d: Reading values ... Jan 3 16:47:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:47:30 raspberrypi p4d: Updating error list Jan 3 16:47:31 raspberrypi p4d: Updating error list done Jan 3 16:47:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:47:40 raspberrypi p4d: Checking state ... Jan 3 16:47:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:47:50 raspberrypi p4d: Checking state ... Jan 3 16:47:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:48:00 raspberrypi p4d: Checking state ... Jan 3 16:48:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:48:10 raspberrypi p4d: Checking state ... Jan 3 16:48:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:48:20 raspberrypi p4d: Checking state ... Jan 3 16:48:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:48:30 raspberrypi p4d: Checking state ... Jan 3 16:48:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:48:30 raspberrypi p4d: Reading values ... Jan 3 16:48:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:48:30 raspberrypi p4d: Updating error list Jan 3 16:48:31 raspberrypi p4d: Updating error list done Jan 3 16:48:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:48:40 raspberrypi p4d: Checking state ... Jan 3 16:48:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:48:50 raspberrypi p4d: Checking state ... Jan 3 16:48:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:49:00 raspberrypi p4d: Checking state ... Jan 3 16:49:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:49:10 raspberrypi p4d: Checking state ... Jan 3 16:49:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:49:20 raspberrypi p4d: Checking state ... Jan 3 16:49:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:49:30 raspberrypi p4d: Checking state ... Jan 3 16:49:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:49:30 raspberrypi p4d: Reading values ... Jan 3 16:49:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:49:30 raspberrypi p4d: Updating error list Jan 3 16:49:31 raspberrypi p4d: Updating error list done Jan 3 16:49:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:49:40 raspberrypi p4d: Checking state ... Jan 3 16:49:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:49:50 raspberrypi p4d: Checking state ... Jan 3 16:49:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:50:00 raspberrypi p4d: Checking state ... Jan 3 16:50:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:50:10 raspberrypi p4d: Checking state ... Jan 3 16:50:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:50:20 raspberrypi p4d: Checking state ... Jan 3 16:50:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:50:30 raspberrypi p4d: Checking state ... Jan 3 16:50:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:50:30 raspberrypi p4d: Reading values ... Jan 3 16:50:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:50:30 raspberrypi p4d: Updating error list Jan 3 16:50:31 raspberrypi p4d: Updating error list done Jan 3 16:50:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:50:40 raspberrypi p4d: Checking state ... Jan 3 16:50:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:50:50 raspberrypi p4d: Checking state ... Jan 3 16:50:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:51:00 raspberrypi p4d: Checking state ... Jan 3 16:51:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:51:10 raspberrypi p4d: Checking state ... Jan 3 16:51:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:51:20 raspberrypi p4d: Checking state ... Jan 3 16:51:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:51:30 raspberrypi p4d: Checking state ... Jan 3 16:51:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:51:30 raspberrypi p4d: Reading values ... Jan 3 16:51:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:51:30 raspberrypi p4d: Updating error list Jan 3 16:51:31 raspberrypi p4d: Updating error list done Jan 3 16:51:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:51:40 raspberrypi p4d: Checking state ... Jan 3 16:51:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:51:50 raspberrypi p4d: Checking state ... Jan 3 16:51:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:52:00 raspberrypi p4d: Checking state ... Jan 3 16:52:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:52:10 raspberrypi p4d: Checking state ... Jan 3 16:52:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:52:20 raspberrypi p4d: Checking state ... Jan 3 16:52:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:52:30 raspberrypi p4d: Checking state ... Jan 3 16:52:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:52:30 raspberrypi p4d: Reading values ... Jan 3 16:52:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:52:30 raspberrypi p4d: Updating error list Jan 3 16:52:31 raspberrypi p4d: Updating error list done Jan 3 16:52:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:52:40 raspberrypi p4d: Checking state ... Jan 3 16:52:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:52:50 raspberrypi p4d: Checking state ... Jan 3 16:52:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:53:00 raspberrypi p4d: Checking state ... Jan 3 16:53:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:53:10 raspberrypi p4d: Checking state ... Jan 3 16:53:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:53:20 raspberrypi p4d: Checking state ... Jan 3 16:53:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:53:30 raspberrypi p4d: Checking state ... Jan 3 16:53:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:53:30 raspberrypi p4d: Reading values ... Jan 3 16:53:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:53:30 raspberrypi p4d: Updating error list Jan 3 16:53:31 raspberrypi p4d: Updating error list done Jan 3 16:53:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:53:40 raspberrypi p4d: Checking state ... Jan 3 16:53:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:53:50 raspberrypi p4d: Checking state ... Jan 3 16:53:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:54:00 raspberrypi p4d: Checking state ... Jan 3 16:54:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:54:10 raspberrypi p4d: Checking state ... Jan 3 16:54:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:54:20 raspberrypi p4d: Checking state ... Jan 3 16:54:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:54:30 raspberrypi p4d: Checking state ... Jan 3 16:54:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:54:30 raspberrypi p4d: Reading values ... Jan 3 16:54:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:54:30 raspberrypi p4d: Updating error list Jan 3 16:54:31 raspberrypi p4d: Updating error list done Jan 3 16:54:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:54:40 raspberrypi p4d: Checking state ... Jan 3 16:54:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:54:50 raspberrypi p4d: Checking state ... Jan 3 16:54:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:55:00 raspberrypi p4d: Checking state ... Jan 3 16:55:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:55:10 raspberrypi p4d: Checking state ... Jan 3 16:55:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:55:20 raspberrypi p4d: Checking state ... Jan 3 16:55:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:55:30 raspberrypi p4d: Checking state ... Jan 3 16:55:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:55:30 raspberrypi p4d: Reading values ... Jan 3 16:55:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:55:30 raspberrypi p4d: Updating error list Jan 3 16:55:31 raspberrypi p4d: Updating error list done Jan 3 16:55:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:55:40 raspberrypi p4d: Checking state ... Jan 3 16:55:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:55:50 raspberrypi p4d: Checking state ... Jan 3 16:55:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:56:00 raspberrypi p4d: Checking state ... Jan 3 16:56:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:56:10 raspberrypi p4d: Checking state ... Jan 3 16:56:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:56:20 raspberrypi p4d: Checking state ... Jan 3 16:56:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:56:30 raspberrypi p4d: Checking state ... Jan 3 16:56:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:56:30 raspberrypi p4d: Reading values ... Jan 3 16:56:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:56:30 raspberrypi p4d: Updating error list Jan 3 16:56:31 raspberrypi p4d: Updating error list done Jan 3 16:56:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:56:40 raspberrypi p4d: Checking state ... Jan 3 16:56:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:56:50 raspberrypi p4d: Checking state ... Jan 3 16:56:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:57:00 raspberrypi p4d: Checking state ... Jan 3 16:57:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:57:10 raspberrypi p4d: Checking state ... Jan 3 16:57:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:57:20 raspberrypi p4d: Checking state ... Jan 3 16:57:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:57:30 raspberrypi p4d: Checking state ... Jan 3 16:57:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:57:30 raspberrypi p4d: Reading values ... Jan 3 16:57:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:57:30 raspberrypi p4d: Updating error list Jan 3 16:57:31 raspberrypi p4d: Updating error list done Jan 3 16:57:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:57:40 raspberrypi p4d: Checking state ... Jan 3 16:57:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:57:50 raspberrypi p4d: Checking state ... Jan 3 16:57:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:58:00 raspberrypi p4d: Checking state ... Jan 3 16:58:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:58:10 raspberrypi p4d: Checking state ... Jan 3 16:58:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:58:20 raspberrypi p4d: Checking state ... Jan 3 16:58:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:58:30 raspberrypi p4d: Checking state ... Jan 3 16:58:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:58:30 raspberrypi p4d: Reading values ... Jan 3 16:58:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:58:30 raspberrypi p4d: Updating error list Jan 3 16:58:31 raspberrypi p4d: Updating error list done Jan 3 16:58:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:58:40 raspberrypi p4d: Checking state ... Jan 3 16:58:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:58:50 raspberrypi p4d: Checking state ... Jan 3 16:58:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:59:00 raspberrypi p4d: Checking state ... Jan 3 16:59:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:59:10 raspberrypi p4d: Checking state ... Jan 3 16:59:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:59:20 raspberrypi p4d: Checking state ... Jan 3 16:59:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:59:30 raspberrypi p4d: Checking state ... Jan 3 16:59:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:59:30 raspberrypi p4d: Reading values ... Jan 3 16:59:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 16:59:30 raspberrypi p4d: Updating error list Jan 3 16:59:31 raspberrypi p4d: Updating error list done Jan 3 16:59:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 16:59:40 raspberrypi p4d: Checking state ... Jan 3 16:59:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 16:59:50 raspberrypi p4d: Checking state ... Jan 3 16:59:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:00:00 raspberrypi p4d: Checking state ... Jan 3 17:00:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:00:10 raspberrypi p4d: Checking state ... Jan 3 17:00:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:00:20 raspberrypi p4d: Checking state ... Jan 3 17:00:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:00:30 raspberrypi p4d: Checking state ... Jan 3 17:00:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:00:30 raspberrypi p4d: Reading values ... Jan 3 17:00:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:00:30 raspberrypi p4d: Updating error list Jan 3 17:00:31 raspberrypi p4d: Updating error list done Jan 3 17:00:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:00:40 raspberrypi p4d: Checking state ... Jan 3 17:00:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:00:50 raspberrypi p4d: Checking state ... Jan 3 17:00:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:01:00 raspberrypi p4d: Checking state ... Jan 3 17:01:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:01:10 raspberrypi p4d: Checking state ... Jan 3 17:01:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:01:20 raspberrypi p4d: Checking state ... Jan 3 17:01:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:01:30 raspberrypi p4d: Checking state ... Jan 3 17:01:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:01:30 raspberrypi p4d: Reading values ... Jan 3 17:01:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:01:30 raspberrypi p4d: Updating error list Jan 3 17:01:31 raspberrypi p4d: Updating error list done Jan 3 17:01:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:01:40 raspberrypi p4d: Checking state ... Jan 3 17:01:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:01:50 raspberrypi p4d: Checking state ... Jan 3 17:01:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:02:00 raspberrypi p4d: Checking state ... Jan 3 17:02:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:02:10 raspberrypi p4d: Checking state ... Jan 3 17:02:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:02:20 raspberrypi p4d: Checking state ... Jan 3 17:02:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:02:30 raspberrypi p4d: Checking state ... Jan 3 17:02:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:02:30 raspberrypi p4d: Reading values ... Jan 3 17:02:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:02:30 raspberrypi p4d: Updating error list Jan 3 17:02:31 raspberrypi p4d: Updating error list done Jan 3 17:02:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:02:40 raspberrypi p4d: Checking state ... Jan 3 17:02:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:02:50 raspberrypi p4d: Checking state ... Jan 3 17:02:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:03:00 raspberrypi p4d: Checking state ... Jan 3 17:03:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:03:10 raspberrypi p4d: Checking state ... Jan 3 17:03:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:03:20 raspberrypi p4d: Checking state ... Jan 3 17:03:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:03:30 raspberrypi p4d: Checking state ... Jan 3 17:03:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:03:30 raspberrypi p4d: Reading values ... Jan 3 17:03:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:03:30 raspberrypi p4d: Updating error list Jan 3 17:03:31 raspberrypi p4d: Updating error list done Jan 3 17:03:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:03:40 raspberrypi p4d: Checking state ... Jan 3 17:03:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:03:50 raspberrypi p4d: Checking state ... Jan 3 17:03:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:04:00 raspberrypi p4d: Checking state ... Jan 3 17:04:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:04:10 raspberrypi p4d: Checking state ... Jan 3 17:04:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:04:20 raspberrypi p4d: Checking state ... Jan 3 17:04:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:04:30 raspberrypi p4d: Checking state ... Jan 3 17:04:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:04:30 raspberrypi p4d: Reading values ... Jan 3 17:04:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:04:30 raspberrypi p4d: Updating error list Jan 3 17:04:31 raspberrypi p4d: Updating error list done Jan 3 17:04:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:04:40 raspberrypi p4d: Checking state ... Jan 3 17:04:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:04:50 raspberrypi p4d: Checking state ... Jan 3 17:04:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:05:00 raspberrypi p4d: Checking state ... Jan 3 17:05:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:05:10 raspberrypi p4d: Checking state ... Jan 3 17:05:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:05:20 raspberrypi p4d: Checking state ... Jan 3 17:05:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:05:30 raspberrypi p4d: Checking state ... Jan 3 17:05:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:05:30 raspberrypi p4d: Reading values ... Jan 3 17:05:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:05:30 raspberrypi p4d: Updating error list Jan 3 17:05:31 raspberrypi p4d: Updating error list done Jan 3 17:05:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:05:40 raspberrypi p4d: Checking state ... Jan 3 17:05:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:05:50 raspberrypi p4d: Checking state ... Jan 3 17:05:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:06:00 raspberrypi p4d: Checking state ... Jan 3 17:06:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:06:10 raspberrypi p4d: Checking state ... Jan 3 17:06:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:06:20 raspberrypi p4d: Checking state ... Jan 3 17:06:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:06:30 raspberrypi p4d: Checking state ... Jan 3 17:06:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:06:30 raspberrypi p4d: Reading values ... Jan 3 17:06:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:06:30 raspberrypi p4d: Updating error list Jan 3 17:06:31 raspberrypi p4d: Updating error list done Jan 3 17:06:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:06:40 raspberrypi p4d: Checking state ... Jan 3 17:06:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:06:50 raspberrypi p4d: Checking state ... Jan 3 17:06:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:07:00 raspberrypi p4d: Checking state ... Jan 3 17:07:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:07:10 raspberrypi p4d: Checking state ... Jan 3 17:07:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:07:20 raspberrypi p4d: Checking state ... Jan 3 17:07:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:07:30 raspberrypi p4d: Checking state ... Jan 3 17:07:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:07:30 raspberrypi p4d: Reading values ... Jan 3 17:07:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:07:30 raspberrypi p4d: Updating error list Jan 3 17:07:31 raspberrypi p4d: Updating error list done Jan 3 17:07:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:07:40 raspberrypi p4d: Checking state ... Jan 3 17:07:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:07:50 raspberrypi p4d: Checking state ... Jan 3 17:07:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:08:00 raspberrypi p4d: Checking state ... Jan 3 17:08:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:08:10 raspberrypi p4d: Checking state ... Jan 3 17:08:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:08:20 raspberrypi p4d: Checking state ... Jan 3 17:08:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:08:30 raspberrypi p4d: Checking state ... Jan 3 17:08:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:08:30 raspberrypi p4d: Reading values ... Jan 3 17:08:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:08:30 raspberrypi p4d: Updating error list Jan 3 17:08:31 raspberrypi p4d: Updating error list done Jan 3 17:08:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:08:40 raspberrypi p4d: Checking state ... Jan 3 17:08:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:08:50 raspberrypi p4d: Checking state ... Jan 3 17:08:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:09:00 raspberrypi p4d: Checking state ... Jan 3 17:09:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:09:10 raspberrypi p4d: Checking state ... Jan 3 17:09:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:09:20 raspberrypi p4d: Checking state ... Jan 3 17:09:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:09:30 raspberrypi p4d: Checking state ... Jan 3 17:09:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:09:30 raspberrypi p4d: Reading values ... Jan 3 17:09:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:09:30 raspberrypi p4d: Updating error list Jan 3 17:09:31 raspberrypi p4d: Updating error list done Jan 3 17:09:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:09:40 raspberrypi p4d: Checking state ... Jan 3 17:09:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:09:50 raspberrypi p4d: Checking state ... Jan 3 17:09:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:10:00 raspberrypi p4d: Checking state ... Jan 3 17:10:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:10:10 raspberrypi p4d: Checking state ... Jan 3 17:10:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:10:20 raspberrypi p4d: Checking state ... Jan 3 17:10:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:10:30 raspberrypi p4d: Checking state ... Jan 3 17:10:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:10:30 raspberrypi p4d: Reading values ... Jan 3 17:10:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:10:30 raspberrypi p4d: Updating error list Jan 3 17:10:31 raspberrypi p4d: Updating error list done Jan 3 17:10:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:10:40 raspberrypi p4d: Checking state ... Jan 3 17:10:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:10:50 raspberrypi p4d: Checking state ... Jan 3 17:10:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:11:00 raspberrypi p4d: Checking state ... Jan 3 17:11:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:11:10 raspberrypi p4d: Checking state ... Jan 3 17:11:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:11:20 raspberrypi p4d: Checking state ... Jan 3 17:11:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:11:30 raspberrypi p4d: Checking state ... Jan 3 17:11:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:11:30 raspberrypi p4d: Reading values ... Jan 3 17:11:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:11:30 raspberrypi p4d: Updating error list Jan 3 17:11:31 raspberrypi p4d: Updating error list done Jan 3 17:11:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:11:40 raspberrypi p4d: Checking state ... Jan 3 17:11:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:11:50 raspberrypi p4d: Checking state ... Jan 3 17:11:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:12:00 raspberrypi p4d: Checking state ... Jan 3 17:12:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:12:10 raspberrypi p4d: Checking state ... Jan 3 17:12:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:12:20 raspberrypi p4d: Checking state ... Jan 3 17:12:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:12:30 raspberrypi p4d: Checking state ... Jan 3 17:12:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:12:30 raspberrypi p4d: Reading values ... Jan 3 17:12:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:12:30 raspberrypi p4d: Updating error list Jan 3 17:12:31 raspberrypi p4d: Updating error list done Jan 3 17:12:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:12:40 raspberrypi p4d: Checking state ... Jan 3 17:12:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:12:50 raspberrypi p4d: Checking state ... Jan 3 17:12:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:13:00 raspberrypi p4d: Checking state ... Jan 3 17:13:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:13:10 raspberrypi p4d: Checking state ... Jan 3 17:13:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:13:20 raspberrypi p4d: Checking state ... Jan 3 17:13:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:13:30 raspberrypi p4d: Checking state ... Jan 3 17:13:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:13:30 raspberrypi p4d: Reading values ... Jan 3 17:13:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:13:30 raspberrypi p4d: Updating error list Jan 3 17:13:31 raspberrypi p4d: Updating error list done Jan 3 17:13:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:13:40 raspberrypi p4d: Checking state ... Jan 3 17:13:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:13:50 raspberrypi p4d: Checking state ... Jan 3 17:13:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:14:00 raspberrypi p4d: Checking state ... Jan 3 17:14:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:14:10 raspberrypi p4d: Checking state ... Jan 3 17:14:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:14:20 raspberrypi p4d: Checking state ... Jan 3 17:14:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:14:30 raspberrypi p4d: Checking state ... Jan 3 17:14:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:14:30 raspberrypi p4d: Reading values ... Jan 3 17:14:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:14:30 raspberrypi p4d: Updating error list Jan 3 17:14:31 raspberrypi p4d: Updating error list done Jan 3 17:14:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:14:40 raspberrypi p4d: Checking state ... Jan 3 17:14:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:14:50 raspberrypi p4d: Checking state ... Jan 3 17:14:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:15:00 raspberrypi p4d: Checking state ... Jan 3 17:15:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:15:10 raspberrypi p4d: Checking state ... Jan 3 17:15:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:15:20 raspberrypi p4d: Checking state ... Jan 3 17:15:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:15:30 raspberrypi p4d: Checking state ... Jan 3 17:15:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:15:30 raspberrypi p4d: Reading values ... Jan 3 17:15:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:15:30 raspberrypi p4d: Updating error list Jan 3 17:15:31 raspberrypi p4d: Updating error list done Jan 3 17:15:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:15:40 raspberrypi p4d: Checking state ... Jan 3 17:15:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:15:50 raspberrypi p4d: Checking state ... Jan 3 17:15:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:16:00 raspberrypi p4d: Checking state ... Jan 3 17:16:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:16:10 raspberrypi p4d: Checking state ... Jan 3 17:16:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:16:20 raspberrypi p4d: Checking state ... Jan 3 17:16:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:16:30 raspberrypi p4d: Checking state ... Jan 3 17:16:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:16:30 raspberrypi p4d: Reading values ... Jan 3 17:16:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:16:30 raspberrypi p4d: Updating error list Jan 3 17:16:31 raspberrypi p4d: Updating error list done Jan 3 17:16:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:16:40 raspberrypi p4d: Checking state ... Jan 3 17:16:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:16:50 raspberrypi p4d: Checking state ... Jan 3 17:16:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:17:00 raspberrypi p4d: Checking state ... Jan 3 17:17:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:17:10 raspberrypi p4d: Checking state ... Jan 3 17:17:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:17:20 raspberrypi p4d: Checking state ... Jan 3 17:17:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:17:30 raspberrypi p4d: Checking state ... Jan 3 17:17:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:17:30 raspberrypi p4d: Reading values ... Jan 3 17:17:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:17:30 raspberrypi p4d: Updating error list Jan 3 17:17:31 raspberrypi p4d: Updating error list done Jan 3 17:17:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:17:40 raspberrypi p4d: Checking state ... Jan 3 17:17:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:17:50 raspberrypi p4d: Checking state ... Jan 3 17:17:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:18:00 raspberrypi p4d: Checking state ... Jan 3 17:18:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:18:10 raspberrypi p4d: Checking state ... Jan 3 17:18:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:18:20 raspberrypi p4d: Checking state ... Jan 3 17:18:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:18:30 raspberrypi p4d: Checking state ... Jan 3 17:18:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:18:30 raspberrypi p4d: Reading values ... Jan 3 17:18:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:18:30 raspberrypi p4d: Updating error list Jan 3 17:18:31 raspberrypi p4d: Updating error list done Jan 3 17:18:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:18:40 raspberrypi p4d: Checking state ... Jan 3 17:18:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:18:50 raspberrypi p4d: Checking state ... Jan 3 17:18:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:19:00 raspberrypi p4d: Checking state ... Jan 3 17:19:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:19:10 raspberrypi p4d: Checking state ... Jan 3 17:19:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:19:20 raspberrypi p4d: Checking state ... Jan 3 17:19:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:19:30 raspberrypi p4d: Checking state ... Jan 3 17:19:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:19:30 raspberrypi p4d: Reading values ... Jan 3 17:19:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:19:30 raspberrypi p4d: Updating error list Jan 3 17:19:31 raspberrypi p4d: Updating error list done Jan 3 17:19:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:19:40 raspberrypi p4d: Checking state ... Jan 3 17:19:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:19:50 raspberrypi p4d: Checking state ... Jan 3 17:19:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:20:00 raspberrypi p4d: Checking state ... Jan 3 17:20:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:20:10 raspberrypi p4d: Checking state ... Jan 3 17:20:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:20:20 raspberrypi p4d: Checking state ... Jan 3 17:20:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:20:30 raspberrypi p4d: Checking state ... Jan 3 17:20:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:20:30 raspberrypi p4d: Reading values ... Jan 3 17:20:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:20:30 raspberrypi p4d: Updating error list Jan 3 17:20:31 raspberrypi p4d: Updating error list done Jan 3 17:20:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:20:40 raspberrypi p4d: Checking state ... Jan 3 17:20:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:20:50 raspberrypi p4d: Checking state ... Jan 3 17:20:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:21:00 raspberrypi p4d: Checking state ... Jan 3 17:21:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:21:10 raspberrypi p4d: Checking state ... Jan 3 17:21:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:21:20 raspberrypi p4d: Checking state ... Jan 3 17:21:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:21:30 raspberrypi p4d: Checking state ... Jan 3 17:21:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:21:30 raspberrypi p4d: Reading values ... Jan 3 17:21:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:21:30 raspberrypi p4d: Updating error list Jan 3 17:21:31 raspberrypi p4d: Updating error list done Jan 3 17:21:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:21:40 raspberrypi p4d: Checking state ... Jan 3 17:21:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:21:50 raspberrypi p4d: Checking state ... Jan 3 17:21:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:22:00 raspberrypi p4d: Checking state ... Jan 3 17:22:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:22:10 raspberrypi p4d: Checking state ... Jan 3 17:22:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:22:20 raspberrypi p4d: Checking state ... Jan 3 17:22:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:22:30 raspberrypi p4d: Checking state ... Jan 3 17:22:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:22:30 raspberrypi p4d: Reading values ... Jan 3 17:22:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:22:30 raspberrypi p4d: Updating error list Jan 3 17:22:31 raspberrypi p4d: Updating error list done Jan 3 17:22:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:22:40 raspberrypi p4d: Checking state ... Jan 3 17:22:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:22:50 raspberrypi p4d: Checking state ... Jan 3 17:22:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:23:00 raspberrypi p4d: Checking state ... Jan 3 17:23:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:23:10 raspberrypi p4d: Checking state ... Jan 3 17:23:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:23:20 raspberrypi p4d: Checking state ... Jan 3 17:23:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:23:30 raspberrypi p4d: Checking state ... Jan 3 17:23:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:23:30 raspberrypi p4d: Reading values ... Jan 3 17:23:30 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:23:30 raspberrypi p4d: Updating error list Jan 3 17:23:31 raspberrypi p4d: Updating error list done Jan 3 17:23:31 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:23:38 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:23:38 raspberrypi p4d: Processing WEBIF job 417 'p4d-state:0x0000/' Jan 3 17:23:38 raspberrypi p4d: Processing WEBIF job 417 done with 'success:17:24:30#0.2.335-GITec50da3#1 Stunde 17 Minuten#0.25 0.19 0.12' after 0 seconds Jan 3 17:23:38 raspberrypi p4d: Processing WEBIF job 418 's3200-state:0x0000/' Jan 3 17:23:38 raspberrypi p4d: Processing WEBIF job 418 done with 'success:Thursday, 03. Jan. 2019 17:21:20#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 17:23:38 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:23:38 raspberrypi p4d: Processing WEBIF job 419 'p4d-state:0x0000/' Jan 3 17:23:38 raspberrypi p4d: Processing WEBIF job 419 done with 'success:17:24:30#0.2.335-GITec50da3#1 Stunde 17 Minuten#0.25 0.19 0.12' after 0 seconds Jan 3 17:23:38 raspberrypi p4d: Processing WEBIF job 420 's3200-state:0x0000/' Jan 3 17:23:39 raspberrypi p4d: Processing WEBIF job 420 done with 'success:Thursday, 03. Jan. 2019 17:21:20#3#Heizen#Übergangsbetrieb' after 1 seconds Jan 3 17:23:40 raspberrypi p4d: Checking state ... Jan 3 17:23:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:23:50 raspberrypi p4d: Checking state ... Jan 3 17:23:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:24:00 raspberrypi p4d: Checking state ... Jan 3 17:24:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:24:04 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:24:04 raspberrypi p4d: Processing WEBIF job 421 'p4d-state:0x0000/' Jan 3 17:24:05 raspberrypi p4d: Processing WEBIF job 421 done with 'success:17:24:30#0.2.335-GITec50da3#1 Stunde 17 Minuten#0.16 0.17 0.12' after 1 seconds Jan 3 17:24:05 raspberrypi p4d: Processing WEBIF job 422 's3200-state:0x0000/' Jan 3 17:24:05 raspberrypi p4d: Processing WEBIF job 422 done with 'success:Thursday, 03. Jan. 2019 17:21:50#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 17:24:08 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:24:08 raspberrypi p4d: Processing WEBIF job 423 'p4d-state:0x0000/' Jan 3 17:24:14 raspberrypi apache2: p4: timeout on p4d-state Jan 3 17:24:15 raspberrypi p4d: Processing WEBIF job 423 done with 'success:17:24:30#0.2.335-GITec50da3#1 Stunde 18 Minuten#0.15 0.17 0.12' after 7 seconds Jan 3 17:24:15 raspberrypi p4d: Checking state ... Jan 3 17:24:15 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:24:15 raspberrypi p4d: Processing WEBIF job 424 's3200-state:0x0000/' Jan 3 17:24:17 raspberrypi p4d: Processing WEBIF job 424 done with 'success:Thursday, 03. Jan. 2019 17:22:06#3#Heizen#Übergangsbetrieb' after 2 seconds Jan 3 17:24:25 raspberrypi p4d: Checking state ... Jan 3 17:24:25 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:24:30 raspberrypi p4d: Checking state ... Jan 3 17:24:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:24:30 raspberrypi p4d: Reading values ... Jan 3 17:24:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:24:32 raspberrypi p4d: Updating error list Jan 3 17:24:33 raspberrypi p4d: Updating error list done Jan 3 17:24:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:24:40 raspberrypi p4d: Checking state ... Jan 3 17:24:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:24:50 raspberrypi p4d: Checking state ... Jan 3 17:24:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:24:57 raspberrypi p4d: Processing WEBIF job 425 'check-login:0x0000/p4:141785a8765705819f5495b2c539c7b9' Jan 3 17:24:57 raspberrypi p4d: 141785a8765705819f5495b2c539c7b9/141785a8765705819f5495b2c539c7b9 Jan 3 17:24:57 raspberrypi p4d: Processing WEBIF job 425 done with 'success:login-confirmed' after 0 seconds Jan 3 17:25:00 raspberrypi p4d: Checking state ... Jan 3 17:25:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:25:10 raspberrypi p4d: Checking state ... Jan 3 17:25:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:25:20 raspberrypi p4d: Checking state ... Jan 3 17:25:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:25:25 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:25:25 raspberrypi p4d: Processing WEBIF job 426 'p4d-state:0x0000/' Jan 3 17:25:26 raspberrypi p4d: Processing WEBIF job 426 done with 'success:17:25:30#0.2.335-GITec50da3#1 Stunde 19 Minuten#0.69 0.37 0.20' after 1 seconds Jan 3 17:25:26 raspberrypi p4d: Processing WEBIF job 427 's3200-state:0x0000/' Jan 3 17:25:29 raspberrypi p4d: Processing WEBIF job 427 done with 'success:Thursday, 03. Jan. 2019 17:23:10#3#Heizen#Übergangsbetrieb' after 3 seconds Jan 3 17:25:30 raspberrypi p4d: Checking state ... Jan 3 17:25:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:25:30 raspberrypi p4d: Reading values ... Jan 3 17:25:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:25:32 raspberrypi p4d: Updating error list Jan 3 17:25:33 raspberrypi p4d: Updating error list done Jan 3 17:25:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:25:40 raspberrypi p4d: Checking state ... Jan 3 17:25:40 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:25:50 raspberrypi p4d: Checking state ... Jan 3 17:25:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:26:00 raspberrypi p4d: Checking state ... Jan 3 17:26:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:26:03 raspberrypi p4d: Processing WEBIF job 428 'write-config:0x0000/addrsMain:' Jan 3 17:26:03 raspberrypi p4d: Storing 'addrsMain' with value '' Jan 3 17:26:06 raspberrypi p4d: Processing WEBIF job 428 done with 'success:stored' after 3 seconds Jan 3 17:26:06 raspberrypi p4d: Processing WEBIF job 429 'write-config:0x0000/addrsMainMobile:0,1,4,118,119,120' Jan 3 17:26:06 raspberrypi p4d: Storing 'addrsMainMobile' with value '0,1,4,118,119,120' Jan 3 17:26:08 raspberrypi p4d: Processing WEBIF job 429 done with 'success:stored' after 2 seconds Jan 3 17:26:08 raspberrypi p4d: Processing WEBIF job 430 'write-config:0x0000/chartStart:7' Jan 3 17:26:08 raspberrypi p4d: Storing 'chartStart' with value '7' Jan 3 17:26:10 raspberrypi p4d: Processing WEBIF job 430 done with 'success:stored' after 2 seconds Jan 3 17:26:10 raspberrypi p4d: Checking state ... Jan 3 17:26:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:26:10 raspberrypi p4d: Processing WEBIF job 431 'write-config:0x0000/chartDiv:25' Jan 3 17:26:10 raspberrypi p4d: Storing 'chartDiv' with value '25' Jan 3 17:26:20 raspberrypi p4d: Processing WEBIF job 431 done with 'success:stored' after 10 seconds Jan 3 17:26:20 raspberrypi p4d: Checking state ... Jan 3 17:26:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:26:21 raspberrypi p4d: Processing WEBIF job 432 'write-config:0x0000/chartXLines:1' Jan 3 17:26:21 raspberrypi p4d: Storing 'chartXLines' with value '1' Jan 3 17:26:22 raspberrypi p4d: Processing WEBIF job 432 done with 'success:stored' after 2 seconds Jan 3 17:26:22 raspberrypi p4d: Processing WEBIF job 433 'write-config:0x0000/chart1:0,1,113,18' Jan 3 17:26:22 raspberrypi p4d: Storing 'chart1' with value '0,1,113,18' Jan 3 17:26:25 raspberrypi p4d: Processing WEBIF job 433 done with 'success:stored' after 3 seconds Jan 3 17:26:25 raspberrypi p4d: Processing WEBIF job 434 'write-config:0x0000/chart2:118,225,21,25,4,8' Jan 3 17:26:25 raspberrypi p4d: Storing 'chart2' with value '118,225,21,25,4,8' Jan 3 17:26:27 raspberrypi p4d: Processing WEBIF job 434 done with 'success:stored' after 2 seconds Jan 3 17:26:27 raspberrypi p4d: Processing WEBIF job 435 'write-config:0x0000/chart34:1' Jan 3 17:26:27 raspberrypi p4d: Storing 'chart34' with value '1' Jan 3 17:26:29 raspberrypi p4d: Processing WEBIF job 435 done with 'success:stored' after 2 seconds Jan 3 17:26:29 raspberrypi p4d: Processing WEBIF job 436 'write-config:0x0000/chart3:' Jan 3 17:26:29 raspberrypi p4d: Storing 'chart3' with value '' Jan 3 17:26:32 raspberrypi p4d: Processing WEBIF job 436 done with 'success:stored' after 3 seconds Jan 3 17:26:32 raspberrypi p4d: Checking state ... Jan 3 17:26:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:26:32 raspberrypi p4d: Reading values ... Jan 3 17:26:34 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:26:34 raspberrypi p4d: Updating error list Jan 3 17:26:35 raspberrypi p4d: Updating error list done Jan 3 17:26:35 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:26:35 raspberrypi p4d: Processing WEBIF job 437 'write-config:0x0000/chart4:' Jan 3 17:26:35 raspberrypi p4d: Storing 'chart4' with value '' Jan 3 17:26:40 raspberrypi p4d: Processing WEBIF job 437 done with 'success:stored' after 5 seconds Jan 3 17:26:40 raspberrypi p4d: Processing WEBIF job 438 'write-config:0x0000/mail:' Jan 3 17:26:40 raspberrypi p4d: Storing 'mail' with value '' Jan 3 17:26:40 raspberrypi p4d: Processing WEBIF job 438 done with 'success:stored' after 0 seconds Jan 3 17:26:40 raspberrypi p4d: Processing WEBIF job 439 'write-config:0x0000/htmlMail:' Jan 3 17:26:40 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 17:26:40 raspberrypi p4d: Processing WEBIF job 439 done with 'success:stored' after 0 seconds Jan 3 17:26:40 raspberrypi p4d: Processing WEBIF job 440 'write-config:0x0000/stateMailTo:' Jan 3 17:26:40 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 17:26:40 raspberrypi p4d: Processing WEBIF job 440 done with 'success:stored' after 0 seconds Jan 3 17:26:40 raspberrypi p4d: Processing WEBIF job 441 'write-config:0x0000/stateMailStates:0,1,3,19' Jan 3 17:26:40 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 441 done with 'success:stored' after 1 seconds Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 442 'write-config:0x0000/errorMailTo:' Jan 3 17:26:41 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 17:26:41 raspberrypi apache2: p4: requesting write-config with 0, 'mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 442 done with 'success:stored' after 0 seconds Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 443 'write-config:0x0000/mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 17:26:41 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 443 done with 'success:stored' after 0 seconds Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 444 'write-config:0x0000/tsync:' Jan 3 17:26:41 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 444 done with 'success:stored' after 0 seconds Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 445 'write-config:0x0000/maxTimeLeak:' Jan 3 17:26:41 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 445 done with 'success:stored' after 0 seconds Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 446 'write-config:0x0000/heatingType:P1' Jan 3 17:26:41 raspberrypi p4d: Storing 'heatingType' with value 'P1' Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 446 done with 'success:stored' after 0 seconds Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 447 'write-config:0x0000/stateAni:1' Jan 3 17:26:41 raspberrypi p4d: Storing 'stateAni' with value '1' Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 447 done with 'success:stored' after 0 seconds Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 448 'write-config:0x0000/webUrl:http://127.0.0.1/p4' Jan 3 17:26:41 raspberrypi p4d: Storing 'webUrl' with value 'http://127.0.0.1/p4' Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 448 done with 'success:stored' after 0 seconds Jan 3 17:26:41 raspberrypi p4d: Processing WEBIF job 449 'write-config:0x0000/hmHost:' Jan 3 17:26:41 raspberrypi p4d: Storing 'hmHost' with value '' Jan 3 17:26:42 raspberrypi p4d: Processing WEBIF job 449 done with 'success:stored' after 1 seconds Jan 3 17:26:42 raspberrypi p4d: Checking state ... Jan 3 17:26:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:26:45 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:26:45 raspberrypi p4d: Processing WEBIF job 450 'p4d-state:0x0000/' Jan 3 17:26:47 raspberrypi p4d: Processing WEBIF job 450 done with 'success:17:27:32#0.2.335-GITec50da3#1 Stunde 20 Minuten#1.54 0.68 0.31' after 2 seconds Jan 3 17:26:47 raspberrypi p4d: Processing WEBIF job 451 's3200-state:0x0000/' Jan 3 17:26:49 raspberrypi p4d: Processing WEBIF job 451 done with 'success:Thursday, 03. Jan. 2019 17:24:33#3#Heizen#Übergangsbetrieb' after 2 seconds Jan 3 17:26:52 raspberrypi p4d: Checking state ... Jan 3 17:26:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:26:56 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:26:56 raspberrypi p4d: Processing WEBIF job 452 'p4d-state:0x0000/' Jan 3 17:26:56 raspberrypi p4d: Processing WEBIF job 452 done with 'success:17:27:32#0.2.335-GITec50da3#1 Stunde 20 Minuten#1.55 0.72 0.34' after 0 seconds Jan 3 17:26:56 raspberrypi p4d: Processing WEBIF job 453 's3200-state:0x0000/' Jan 3 17:26:56 raspberrypi p4d: Processing WEBIF job 453 done with 'success:Thursday, 03. Jan. 2019 17:24:42#3#Heizen#Übergangsbetrieb' after 0 seconds Jan 3 17:27:02 raspberrypi p4d: Checking state ... Jan 3 17:27:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:27:12 raspberrypi p4d: Checking state ... Jan 3 17:27:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:27:21 raspberrypi p4d: Processing WEBIF job 454 'write-config:0x0000/addrsMain:' Jan 3 17:27:21 raspberrypi p4d: Storing 'addrsMain' with value '' Jan 3 17:27:21 raspberrypi p4d: Processing WEBIF job 454 done with 'success:stored' after 0 seconds Jan 3 17:27:21 raspberrypi p4d: Processing WEBIF job 455 'write-config:0x0000/addrsMainMobile:0,1,4,118,119,120' Jan 3 17:27:21 raspberrypi p4d: Storing 'addrsMainMobile' with value '0,1,4,118,119,120' Jan 3 17:27:22 raspberrypi p4d: Processing WEBIF job 455 done with 'success:stored' after 1 seconds Jan 3 17:27:22 raspberrypi p4d: Checking state ... Jan 3 17:27:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:27:22 raspberrypi p4d: Processing WEBIF job 456 'write-config:0x0000/chartStart:7' Jan 3 17:27:22 raspberrypi p4d: Storing 'chartStart' with value '7' Jan 3 17:27:22 raspberrypi p4d: Processing WEBIF job 456 done with 'success:stored' after 0 seconds Jan 3 17:27:22 raspberrypi p4d: Processing WEBIF job 457 'write-config:0x0000/chartDiv:25' Jan 3 17:27:22 raspberrypi p4d: Storing 'chartDiv' with value '25' Jan 3 17:27:22 raspberrypi p4d: Processing WEBIF job 457 done with 'success:stored' after 0 seconds Jan 3 17:27:22 raspberrypi p4d: Processing WEBIF job 458 'write-config:0x0000/chartXLines:1' Jan 3 17:27:22 raspberrypi p4d: Storing 'chartXLines' with value '1' Jan 3 17:27:22 raspberrypi p4d: Processing WEBIF job 458 done with 'success:stored' after 0 seconds Jan 3 17:27:22 raspberrypi p4d: Processing WEBIF job 459 'write-config:0x0000/chart1:0,1,113,18' Jan 3 17:27:22 raspberrypi p4d: Storing 'chart1' with value '0,1,113,18' Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 459 done with 'success:stored' after 1 seconds Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 460 'write-config:0x0000/chart2:118,225,21,25,4,8' Jan 3 17:27:23 raspberrypi p4d: Storing 'chart2' with value '118,225,21,25,4,8' Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 460 done with 'success:stored' after 0 seconds Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 461 'write-config:0x0000/chart34:' Jan 3 17:27:23 raspberrypi p4d: Storing 'chart34' with value '' Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 461 done with 'success:stored' after 0 seconds Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 462 'write-config:0x0000/chart3:' Jan 3 17:27:23 raspberrypi p4d: Storing 'chart3' with value '' Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 462 done with 'success:stored' after 0 seconds Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 463 'write-config:0x0000/chart4:' Jan 3 17:27:23 raspberrypi p4d: Storing 'chart4' with value '' Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 463 done with 'success:stored' after 0 seconds Jan 3 17:27:23 raspberrypi p4d: Processing WEBIF job 464 'write-config:0x0000/mail:' Jan 3 17:27:23 raspberrypi p4d: Storing 'mail' with value '' Jan 3 17:27:24 raspberrypi p4d: Processing WEBIF job 464 done with 'success:stored' after 1 seconds Jan 3 17:27:24 raspberrypi p4d: Processing WEBIF job 465 'write-config:0x0000/htmlMail:' Jan 3 17:27:24 raspberrypi p4d: Storing 'htmlMail' with value '' Jan 3 17:27:24 raspberrypi p4d: Processing WEBIF job 465 done with 'success:stored' after 0 seconds Jan 3 17:27:24 raspberrypi p4d: Processing WEBIF job 466 'write-config:0x0000/stateMailTo:' Jan 3 17:27:24 raspberrypi p4d: Storing 'stateMailTo' with value '' Jan 3 17:27:25 raspberrypi p4d: Processing WEBIF job 466 done with 'success:stored' after 1 seconds Jan 3 17:27:25 raspberrypi p4d: Processing WEBIF job 467 'write-config:0x0000/stateMailStates:0,1,3,19' Jan 3 17:27:25 raspberrypi p4d: Storing 'stateMailStates' with value '0,1,3,19' Jan 3 17:27:25 raspberrypi p4d: Processing WEBIF job 467 done with 'success:stored' after 0 seconds Jan 3 17:27:25 raspberrypi p4d: Processing WEBIF job 468 'write-config:0x0000/errorMailTo:' Jan 3 17:27:25 raspberrypi p4d: Storing 'errorMailTo' with value '' Jan 3 17:27:25 raspberrypi apache2: p4: requesting write-config with 0, 'mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 17:27:26 raspberrypi p4d: Processing WEBIF job 468 done with 'success:stored' after 1 seconds Jan 3 17:27:26 raspberrypi p4d: Processing WEBIF job 469 'write-config:0x0000/mailScript:/usr/local/bin/p4d-mail.sh' Jan 3 17:27:26 raspberrypi p4d: Storing 'mailScript' with value '/usr/local/bin/p4d-mail.sh' Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 469 done with 'success:stored' after 1 seconds Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 470 'write-config:0x0000/tsync:' Jan 3 17:27:27 raspberrypi p4d: Storing 'tsync' with value '' Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 470 done with 'success:stored' after 0 seconds Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 471 'write-config:0x0000/maxTimeLeak:' Jan 3 17:27:27 raspberrypi p4d: Storing 'maxTimeLeak' with value '' Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 471 done with 'success:stored' after 0 seconds Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 472 'write-config:0x0000/heatingType:P1' Jan 3 17:27:27 raspberrypi p4d: Storing 'heatingType' with value 'P1' Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 472 done with 'success:stored' after 0 seconds Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 473 'write-config:0x0000/stateAni:1' Jan 3 17:27:27 raspberrypi p4d: Storing 'stateAni' with value '1' Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 473 done with 'success:stored' after 0 seconds Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 474 'write-config:0x0000/webUrl:http://127.0.0.1/p4' Jan 3 17:27:27 raspberrypi p4d: Storing 'webUrl' with value 'http://127.0.0.1/p4' Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 474 done with 'success:stored' after 0 seconds Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 475 'write-config:0x0000/hmHost:' Jan 3 17:27:27 raspberrypi p4d: Storing 'hmHost' with value '' Jan 3 17:27:27 raspberrypi p4d: Processing WEBIF job 475 done with 'success:stored' after 0 seconds Jan 3 17:27:32 raspberrypi p4d: Checking state ... Jan 3 17:27:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:27:32 raspberrypi p4d: Reading values ... Jan 3 17:27:34 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:27:39 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:27:39 raspberrypi p4d: Updating error list Jan 3 17:27:40 raspberrypi p4d: Updating error list done Jan 3 17:27:40 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:27:40 raspberrypi p4d: Processing WEBIF job 476 'p4d-state:0x0000/' Jan 3 17:27:40 raspberrypi apache2: p4: timeout on p4d-state Jan 3 17:27:50 raspberrypi p4d: Processing WEBIF job 476 done with 'success:17:28:32#0.2.335-GITec50da3#1 Stunde 21 Minuten#1.52 0.79 0.38' after 10 seconds Jan 3 17:27:50 raspberrypi p4d: Checking state ... Jan 3 17:27:50 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:27:50 raspberrypi p4d: Processing WEBIF job 477 's3200-state:0x0000/' Jan 3 17:27:52 raspberrypi p4d: Processing WEBIF job 477 done with 'success:Thursday, 03. Jan. 2019 17:25:40#3#Heizen#Übergangsbetrieb' after 2 seconds Jan 3 17:28:00 raspberrypi p4d: Checking state ... Jan 3 17:28:00 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:28:10 raspberrypi p4d: Checking state ... Jan 3 17:28:10 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:28:20 raspberrypi p4d: Checking state ... Jan 3 17:28:20 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:28:30 raspberrypi p4d: Checking state ... Jan 3 17:28:30 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:28:32 raspberrypi p4d: Checking state ... Jan 3 17:28:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:28:32 raspberrypi p4d: Reading values ... Jan 3 17:28:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:28:32 raspberrypi p4d: Updating error list Jan 3 17:28:33 raspberrypi p4d: Updating error list done Jan 3 17:28:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:28:42 raspberrypi p4d: Checking state ... Jan 3 17:28:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:28:52 raspberrypi p4d: Checking state ... Jan 3 17:28:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:29:02 raspberrypi p4d: Checking state ... Jan 3 17:29:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:29:12 raspberrypi p4d: Checking state ... Jan 3 17:29:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:29:22 raspberrypi p4d: Checking state ... Jan 3 17:29:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:29:32 raspberrypi p4d: Checking state ... Jan 3 17:29:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:29:32 raspberrypi p4d: Reading values ... Jan 3 17:29:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:29:32 raspberrypi p4d: Updating error list Jan 3 17:29:33 raspberrypi p4d: Updating error list done Jan 3 17:29:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:29:42 raspberrypi p4d: Checking state ... Jan 3 17:29:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:29:52 raspberrypi p4d: Checking state ... Jan 3 17:29:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:30:02 raspberrypi p4d: Checking state ... Jan 3 17:30:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:30:10 raspberrypi p4d: Processing WEBIF job 478 'getp:0x01e1/' Jan 3 17:30:12 raspberrypi p4d: Processing WEBIF job 478 done with 'success#nein# #0#0#1#0' after 2 seconds Jan 3 17:30:12 raspberrypi p4d: Checking state ... Jan 3 17:30:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:30:22 raspberrypi p4d: Checking state ... Jan 3 17:30:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:30:23 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 17:30:23 raspberrypi p4d: Processing WEBIF job 479 'p4d-state:0x0000/' Jan 3 17:30:25 raspberrypi p4d: Processing WEBIF job 479 done with 'success:17:30:32#0.2.335-GITec50da3#1 Stunde 24 Minuten#0.54 0.69 0.41' after 2 seconds Jan 3 17:30:25 raspberrypi p4d: Processing WEBIF job 480 's3200-state:0x0000/' Jan 3 17:30:26 raspberrypi p4d: Processing WEBIF job 480 done with 'success:Thursday, 03. Jan. 2019 17:28:12#3#Heizen#Übergangsbetrieb' after 1 seconds Jan 3 17:30:32 raspberrypi p4d: Checking state ... Jan 3 17:30:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:30:32 raspberrypi p4d: Reading values ... Jan 3 17:30:34 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:30:34 raspberrypi p4d: Updating error list Jan 3 17:30:35 raspberrypi p4d: Updating error list done Jan 3 17:30:35 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:30:42 raspberrypi p4d: Checking state ... Jan 3 17:30:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:30:52 raspberrypi p4d: Checking state ... Jan 3 17:30:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:31:02 raspberrypi p4d: Checking state ... Jan 3 17:31:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:31:12 raspberrypi p4d: Checking state ... Jan 3 17:31:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:31:22 raspberrypi p4d: Checking state ... Jan 3 17:31:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:31:32 raspberrypi p4d: Checking state ... Jan 3 17:31:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:31:32 raspberrypi p4d: Reading values ... Jan 3 17:31:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:31:32 raspberrypi p4d: Updating error list Jan 3 17:31:33 raspberrypi p4d: Updating error list done Jan 3 17:31:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:31:42 raspberrypi p4d: Checking state ... Jan 3 17:31:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:31:52 raspberrypi p4d: Checking state ... Jan 3 17:31:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:32:02 raspberrypi p4d: Checking state ... Jan 3 17:32:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:32:12 raspberrypi p4d: Checking state ... Jan 3 17:32:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:32:22 raspberrypi p4d: Checking state ... Jan 3 17:32:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:32:32 raspberrypi p4d: Checking state ... Jan 3 17:32:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:32:32 raspberrypi p4d: Reading values ... Jan 3 17:32:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:32:32 raspberrypi p4d: Updating error list Jan 3 17:32:33 raspberrypi p4d: Updating error list done Jan 3 17:32:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:32:42 raspberrypi p4d: Checking state ... Jan 3 17:32:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:32:52 raspberrypi p4d: Checking state ... Jan 3 17:32:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:33:02 raspberrypi p4d: Checking state ... Jan 3 17:33:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:33:12 raspberrypi p4d: Checking state ... Jan 3 17:33:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:33:22 raspberrypi p4d: Checking state ... Jan 3 17:33:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:33:32 raspberrypi p4d: Checking state ... Jan 3 17:33:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:33:32 raspberrypi p4d: Reading values ... Jan 3 17:33:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:33:32 raspberrypi p4d: Updating error list Jan 3 17:33:33 raspberrypi p4d: Updating error list done Jan 3 17:33:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:33:42 raspberrypi p4d: Checking state ... Jan 3 17:33:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:33:52 raspberrypi p4d: Checking state ... Jan 3 17:33:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:34:02 raspberrypi p4d: Checking state ... Jan 3 17:34:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:34:12 raspberrypi p4d: Checking state ... Jan 3 17:34:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:34:22 raspberrypi p4d: Checking state ... Jan 3 17:34:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:34:32 raspberrypi p4d: Checking state ... Jan 3 17:34:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:34:32 raspberrypi p4d: Reading values ... Jan 3 17:34:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:34:32 raspberrypi p4d: Updating error list Jan 3 17:34:33 raspberrypi p4d: Updating error list done Jan 3 17:34:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:34:42 raspberrypi p4d: Checking state ... Jan 3 17:34:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:34:52 raspberrypi p4d: Checking state ... Jan 3 17:34:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:35:02 raspberrypi p4d: Checking state ... Jan 3 17:35:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:35:12 raspberrypi p4d: Checking state ... Jan 3 17:35:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:35:22 raspberrypi p4d: Checking state ... Jan 3 17:35:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:35:32 raspberrypi p4d: Checking state ... Jan 3 17:35:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:35:32 raspberrypi p4d: Reading values ... Jan 3 17:35:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:35:32 raspberrypi p4d: Updating error list Jan 3 17:35:33 raspberrypi p4d: Updating error list done Jan 3 17:35:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:35:42 raspberrypi p4d: Checking state ... Jan 3 17:35:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:35:52 raspberrypi p4d: Checking state ... Jan 3 17:35:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:36:02 raspberrypi p4d: Checking state ... Jan 3 17:36:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:36:12 raspberrypi p4d: Checking state ... Jan 3 17:36:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:36:22 raspberrypi p4d: Checking state ... Jan 3 17:36:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:36:32 raspberrypi p4d: Checking state ... Jan 3 17:36:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:36:32 raspberrypi p4d: Reading values ... Jan 3 17:36:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:36:32 raspberrypi p4d: Updating error list Jan 3 17:36:33 raspberrypi p4d: Updating error list done Jan 3 17:36:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:36:42 raspberrypi p4d: Checking state ... Jan 3 17:36:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:36:52 raspberrypi p4d: Checking state ... Jan 3 17:36:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:37:02 raspberrypi p4d: Checking state ... Jan 3 17:37:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:37:12 raspberrypi p4d: Checking state ... Jan 3 17:37:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:37:22 raspberrypi p4d: Checking state ... Jan 3 17:37:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:37:32 raspberrypi p4d: Checking state ... Jan 3 17:37:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:37:32 raspberrypi p4d: Reading values ... Jan 3 17:37:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:37:32 raspberrypi p4d: Updating error list Jan 3 17:37:33 raspberrypi p4d: Updating error list done Jan 3 17:37:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:37:42 raspberrypi p4d: Checking state ... Jan 3 17:37:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:37:52 raspberrypi p4d: Checking state ... Jan 3 17:37:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:38:02 raspberrypi p4d: Checking state ... Jan 3 17:38:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:38:12 raspberrypi p4d: Checking state ... Jan 3 17:38:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:38:22 raspberrypi p4d: Checking state ... Jan 3 17:38:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:38:32 raspberrypi p4d: Checking state ... Jan 3 17:38:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:38:32 raspberrypi p4d: Reading values ... Jan 3 17:38:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:38:32 raspberrypi p4d: Updating error list Jan 3 17:38:33 raspberrypi p4d: Updating error list done Jan 3 17:38:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:38:42 raspberrypi p4d: Checking state ... Jan 3 17:38:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:38:52 raspberrypi p4d: Checking state ... Jan 3 17:38:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:39:02 raspberrypi p4d: Checking state ... Jan 3 17:39:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:39:12 raspberrypi p4d: Checking state ... Jan 3 17:39:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:39:22 raspberrypi p4d: Checking state ... Jan 3 17:39:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:39:32 raspberrypi p4d: Checking state ... Jan 3 17:39:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:39:32 raspberrypi p4d: Reading values ... Jan 3 17:39:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:39:32 raspberrypi p4d: Updating error list Jan 3 17:39:33 raspberrypi p4d: Updating error list done Jan 3 17:39:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:39:42 raspberrypi p4d: Checking state ... Jan 3 17:39:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:39:52 raspberrypi p4d: Checking state ... Jan 3 17:39:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:40:02 raspberrypi p4d: Checking state ... Jan 3 17:40:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:40:12 raspberrypi p4d: Checking state ... Jan 3 17:40:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:40:22 raspberrypi p4d: Checking state ... Jan 3 17:40:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:40:32 raspberrypi p4d: Checking state ... Jan 3 17:40:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:40:32 raspberrypi p4d: Reading values ... Jan 3 17:40:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:40:32 raspberrypi p4d: Updating error list Jan 3 17:40:33 raspberrypi p4d: Updating error list done Jan 3 17:40:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:40:42 raspberrypi p4d: Checking state ... Jan 3 17:40:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:40:52 raspberrypi p4d: Checking state ... Jan 3 17:40:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:41:02 raspberrypi p4d: Checking state ... Jan 3 17:41:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:41:12 raspberrypi p4d: Checking state ... Jan 3 17:41:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:41:22 raspberrypi p4d: Checking state ... Jan 3 17:41:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:41:32 raspberrypi p4d: Checking state ... Jan 3 17:41:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:41:32 raspberrypi p4d: Reading values ... Jan 3 17:41:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:41:32 raspberrypi p4d: Updating error list Jan 3 17:41:33 raspberrypi p4d: Updating error list done Jan 3 17:41:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:41:42 raspberrypi p4d: Checking state ... Jan 3 17:41:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:41:52 raspberrypi p4d: Checking state ... Jan 3 17:41:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:42:02 raspberrypi p4d: Checking state ... Jan 3 17:42:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:42:12 raspberrypi p4d: Checking state ... Jan 3 17:42:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:42:22 raspberrypi p4d: Checking state ... Jan 3 17:42:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:42:32 raspberrypi p4d: Checking state ... Jan 3 17:42:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:42:32 raspberrypi p4d: Reading values ... Jan 3 17:42:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:42:32 raspberrypi p4d: Updating error list Jan 3 17:42:33 raspberrypi p4d: Updating error list done Jan 3 17:42:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:42:42 raspberrypi p4d: Checking state ... Jan 3 17:42:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:42:52 raspberrypi p4d: Checking state ... Jan 3 17:42:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:43:02 raspberrypi p4d: Checking state ... Jan 3 17:43:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:43:12 raspberrypi p4d: Checking state ... Jan 3 17:43:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:43:22 raspberrypi p4d: Checking state ... Jan 3 17:43:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:43:32 raspberrypi p4d: Checking state ... Jan 3 17:43:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:43:32 raspberrypi p4d: Reading values ... Jan 3 17:43:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:43:32 raspberrypi p4d: Updating error list Jan 3 17:43:33 raspberrypi p4d: Updating error list done Jan 3 17:43:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:43:42 raspberrypi p4d: Checking state ... Jan 3 17:43:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:43:52 raspberrypi p4d: Checking state ... Jan 3 17:43:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:44:02 raspberrypi p4d: Checking state ... Jan 3 17:44:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:44:12 raspberrypi p4d: Checking state ... Jan 3 17:44:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:44:22 raspberrypi p4d: Checking state ... Jan 3 17:44:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:44:32 raspberrypi p4d: Checking state ... Jan 3 17:44:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:44:32 raspberrypi p4d: Reading values ... Jan 3 17:44:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:44:32 raspberrypi p4d: Updating error list Jan 3 17:44:33 raspberrypi p4d: Updating error list done Jan 3 17:44:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:44:42 raspberrypi p4d: Checking state ... Jan 3 17:44:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:44:52 raspberrypi p4d: Checking state ... Jan 3 17:44:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:45:02 raspberrypi p4d: Checking state ... Jan 3 17:45:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:45:12 raspberrypi p4d: Checking state ... Jan 3 17:45:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:45:22 raspberrypi p4d: Checking state ... Jan 3 17:45:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:45:32 raspberrypi p4d: Checking state ... Jan 3 17:45:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:45:32 raspberrypi p4d: Reading values ... Jan 3 17:45:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:45:32 raspberrypi p4d: Updating error list Jan 3 17:45:33 raspberrypi p4d: Updating error list done Jan 3 17:45:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:45:42 raspberrypi p4d: Checking state ... Jan 3 17:45:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:45:52 raspberrypi p4d: Checking state ... Jan 3 17:45:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:46:02 raspberrypi p4d: Checking state ... Jan 3 17:46:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:46:12 raspberrypi p4d: Checking state ... Jan 3 17:46:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:46:22 raspberrypi p4d: Checking state ... Jan 3 17:46:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:46:32 raspberrypi p4d: Checking state ... Jan 3 17:46:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:46:32 raspberrypi p4d: Reading values ... Jan 3 17:46:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:46:32 raspberrypi p4d: Updating error list Jan 3 17:46:33 raspberrypi p4d: Updating error list done Jan 3 17:46:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:46:42 raspberrypi p4d: Checking state ... Jan 3 17:46:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:46:52 raspberrypi p4d: Checking state ... Jan 3 17:46:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:47:02 raspberrypi p4d: Checking state ... Jan 3 17:47:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:47:12 raspberrypi p4d: Checking state ... Jan 3 17:47:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:47:22 raspberrypi p4d: Checking state ... Jan 3 17:47:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:47:32 raspberrypi p4d: Checking state ... Jan 3 17:47:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:47:32 raspberrypi p4d: Reading values ... Jan 3 17:47:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:47:32 raspberrypi p4d: Updating error list Jan 3 17:47:33 raspberrypi p4d: Updating error list done Jan 3 17:47:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:47:42 raspberrypi p4d: Checking state ... Jan 3 17:47:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:47:52 raspberrypi p4d: Checking state ... Jan 3 17:47:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:48:02 raspberrypi p4d: Checking state ... Jan 3 17:48:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:48:12 raspberrypi p4d: Checking state ... Jan 3 17:48:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:48:22 raspberrypi p4d: Checking state ... Jan 3 17:48:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:48:32 raspberrypi p4d: Checking state ... Jan 3 17:48:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:48:32 raspberrypi p4d: Reading values ... Jan 3 17:48:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:48:32 raspberrypi p4d: Updating error list Jan 3 17:48:33 raspberrypi p4d: Updating error list done Jan 3 17:48:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:48:42 raspberrypi p4d: Checking state ... Jan 3 17:48:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:48:52 raspberrypi p4d: Checking state ... Jan 3 17:48:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:49:02 raspberrypi p4d: Checking state ... Jan 3 17:49:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:49:12 raspberrypi p4d: Checking state ... Jan 3 17:49:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:49:22 raspberrypi p4d: Checking state ... Jan 3 17:49:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:49:32 raspberrypi p4d: Checking state ... Jan 3 17:49:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:49:32 raspberrypi p4d: Reading values ... Jan 3 17:49:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:49:32 raspberrypi p4d: Updating error list Jan 3 17:49:33 raspberrypi p4d: Updating error list done Jan 3 17:49:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:49:42 raspberrypi p4d: Checking state ... Jan 3 17:49:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:49:52 raspberrypi p4d: Checking state ... Jan 3 17:49:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:50:02 raspberrypi p4d: Checking state ... Jan 3 17:50:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:50:12 raspberrypi p4d: Checking state ... Jan 3 17:50:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:50:22 raspberrypi p4d: Checking state ... Jan 3 17:50:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:50:32 raspberrypi p4d: Checking state ... Jan 3 17:50:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:50:32 raspberrypi p4d: Reading values ... Jan 3 17:50:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:50:32 raspberrypi p4d: Updating error list Jan 3 17:50:33 raspberrypi p4d: Updating error list done Jan 3 17:50:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:50:42 raspberrypi p4d: Checking state ... Jan 3 17:50:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:50:52 raspberrypi p4d: Checking state ... Jan 3 17:50:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:51:02 raspberrypi p4d: Checking state ... Jan 3 17:51:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:51:12 raspberrypi p4d: Checking state ... Jan 3 17:51:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:51:22 raspberrypi p4d: Checking state ... Jan 3 17:51:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:51:32 raspberrypi p4d: Checking state ... Jan 3 17:51:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:51:32 raspberrypi p4d: Reading values ... Jan 3 17:51:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:51:32 raspberrypi p4d: Updating error list Jan 3 17:51:33 raspberrypi p4d: Updating error list done Jan 3 17:51:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:51:42 raspberrypi p4d: Checking state ... Jan 3 17:51:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:51:52 raspberrypi p4d: Checking state ... Jan 3 17:51:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:52:02 raspberrypi p4d: Checking state ... Jan 3 17:52:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:52:12 raspberrypi p4d: Checking state ... Jan 3 17:52:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:52:22 raspberrypi p4d: Checking state ... Jan 3 17:52:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:52:32 raspberrypi p4d: Checking state ... Jan 3 17:52:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:52:32 raspberrypi p4d: Reading values ... Jan 3 17:52:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:52:32 raspberrypi p4d: Updating error list Jan 3 17:52:33 raspberrypi p4d: Updating error list done Jan 3 17:52:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:52:42 raspberrypi p4d: Checking state ... Jan 3 17:52:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:52:52 raspberrypi p4d: Checking state ... Jan 3 17:52:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:53:02 raspberrypi p4d: Checking state ... Jan 3 17:53:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:53:12 raspberrypi p4d: Checking state ... Jan 3 17:53:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:53:22 raspberrypi p4d: Checking state ... Jan 3 17:53:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:53:32 raspberrypi p4d: Checking state ... Jan 3 17:53:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:53:32 raspberrypi p4d: Reading values ... Jan 3 17:53:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:53:32 raspberrypi p4d: Updating error list Jan 3 17:53:33 raspberrypi p4d: Updating error list done Jan 3 17:53:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:53:42 raspberrypi p4d: Checking state ... Jan 3 17:53:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:53:52 raspberrypi p4d: Checking state ... Jan 3 17:53:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:54:02 raspberrypi p4d: Checking state ... Jan 3 17:54:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:54:12 raspberrypi p4d: Checking state ... Jan 3 17:54:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:54:22 raspberrypi p4d: Checking state ... Jan 3 17:54:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:54:32 raspberrypi p4d: Checking state ... Jan 3 17:54:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:54:32 raspberrypi p4d: Reading values ... Jan 3 17:54:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:54:32 raspberrypi p4d: Updating error list Jan 3 17:54:33 raspberrypi p4d: Updating error list done Jan 3 17:54:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:54:42 raspberrypi p4d: Checking state ... Jan 3 17:54:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:54:52 raspberrypi p4d: Checking state ... Jan 3 17:54:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:55:02 raspberrypi p4d: Checking state ... Jan 3 17:55:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:55:12 raspberrypi p4d: Checking state ... Jan 3 17:55:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:55:22 raspberrypi p4d: Checking state ... Jan 3 17:55:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:55:32 raspberrypi p4d: Checking state ... Jan 3 17:55:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:55:32 raspberrypi p4d: Reading values ... Jan 3 17:55:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:55:32 raspberrypi p4d: Updating error list Jan 3 17:55:33 raspberrypi p4d: Updating error list done Jan 3 17:55:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:55:42 raspberrypi p4d: Checking state ... Jan 3 17:55:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:55:52 raspberrypi p4d: Checking state ... Jan 3 17:55:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:56:02 raspberrypi p4d: Checking state ... Jan 3 17:56:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:56:12 raspberrypi p4d: Checking state ... Jan 3 17:56:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:56:22 raspberrypi p4d: Checking state ... Jan 3 17:56:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:56:32 raspberrypi p4d: Checking state ... Jan 3 17:56:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:56:32 raspberrypi p4d: Reading values ... Jan 3 17:56:34 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:56:34 raspberrypi p4d: Updating error list Jan 3 17:56:35 raspberrypi p4d: Updating error list done Jan 3 17:56:35 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:56:42 raspberrypi p4d: Checking state ... Jan 3 17:56:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:56:52 raspberrypi p4d: Checking state ... Jan 3 17:56:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:57:02 raspberrypi p4d: Checking state ... Jan 3 17:57:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:57:12 raspberrypi p4d: Checking state ... Jan 3 17:57:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:57:22 raspberrypi p4d: Checking state ... Jan 3 17:57:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:57:32 raspberrypi p4d: Checking state ... Jan 3 17:57:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:57:32 raspberrypi p4d: Reading values ... Jan 3 17:57:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:57:32 raspberrypi p4d: Updating error list Jan 3 17:57:33 raspberrypi p4d: Updating error list done Jan 3 17:57:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:57:42 raspberrypi p4d: Checking state ... Jan 3 17:57:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:57:52 raspberrypi p4d: Checking state ... Jan 3 17:57:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:58:02 raspberrypi p4d: Checking state ... Jan 3 17:58:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:58:12 raspberrypi p4d: Checking state ... Jan 3 17:58:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:58:22 raspberrypi p4d: Checking state ... Jan 3 17:58:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:58:32 raspberrypi p4d: Checking state ... Jan 3 17:58:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:58:32 raspberrypi p4d: Reading values ... Jan 3 17:58:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:58:32 raspberrypi p4d: Updating error list Jan 3 17:58:33 raspberrypi p4d: Updating error list done Jan 3 17:58:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:58:42 raspberrypi p4d: Checking state ... Jan 3 17:58:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:58:52 raspberrypi p4d: Checking state ... Jan 3 17:58:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:59:02 raspberrypi p4d: Checking state ... Jan 3 17:59:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:59:12 raspberrypi p4d: Checking state ... Jan 3 17:59:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:59:22 raspberrypi p4d: Checking state ... Jan 3 17:59:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:59:32 raspberrypi p4d: Checking state ... Jan 3 17:59:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:59:32 raspberrypi p4d: Reading values ... Jan 3 17:59:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 17:59:32 raspberrypi p4d: Updating error list Jan 3 17:59:33 raspberrypi p4d: Updating error list done Jan 3 17:59:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 17:59:42 raspberrypi p4d: Checking state ... Jan 3 17:59:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 17:59:52 raspberrypi p4d: Checking state ... Jan 3 17:59:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:00:02 raspberrypi p4d: Checking state ... Jan 3 18:00:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:00:12 raspberrypi p4d: Checking state ... Jan 3 18:00:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:00:22 raspberrypi p4d: Checking state ... Jan 3 18:00:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:00:32 raspberrypi p4d: Checking state ... Jan 3 18:00:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:00:32 raspberrypi p4d: Reading values ... Jan 3 18:00:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:00:32 raspberrypi p4d: Updating error list Jan 3 18:00:33 raspberrypi p4d: Updating error list done Jan 3 18:00:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:00:42 raspberrypi p4d: Checking state ... Jan 3 18:00:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:00:52 raspberrypi p4d: Checking state ... Jan 3 18:00:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:01:02 raspberrypi p4d: Checking state ... Jan 3 18:01:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:01:12 raspberrypi p4d: Checking state ... Jan 3 18:01:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:01:22 raspberrypi p4d: Checking state ... Jan 3 18:01:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:01:32 raspberrypi p4d: Checking state ... Jan 3 18:01:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:01:32 raspberrypi p4d: Reading values ... Jan 3 18:01:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:01:32 raspberrypi p4d: Updating error list Jan 3 18:01:33 raspberrypi p4d: Updating error list done Jan 3 18:01:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:01:42 raspberrypi p4d: Checking state ... Jan 3 18:01:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:01:52 raspberrypi p4d: Checking state ... Jan 3 18:01:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:02:02 raspberrypi p4d: Checking state ... Jan 3 18:02:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:02:12 raspberrypi p4d: Checking state ... Jan 3 18:02:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:02:22 raspberrypi p4d: Checking state ... Jan 3 18:02:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:02:32 raspberrypi p4d: Checking state ... Jan 3 18:02:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:02:32 raspberrypi p4d: Reading values ... Jan 3 18:02:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:02:32 raspberrypi p4d: Updating error list Jan 3 18:02:33 raspberrypi p4d: Updating error list done Jan 3 18:02:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:02:42 raspberrypi p4d: Checking state ... Jan 3 18:02:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:02:52 raspberrypi p4d: Checking state ... Jan 3 18:02:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:03:02 raspberrypi p4d: Checking state ... Jan 3 18:03:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:03:12 raspberrypi p4d: Checking state ... Jan 3 18:03:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:03:22 raspberrypi p4d: Checking state ... Jan 3 18:03:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:03:32 raspberrypi p4d: Checking state ... Jan 3 18:03:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:03:32 raspberrypi p4d: Reading values ... Jan 3 18:03:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:03:32 raspberrypi p4d: Updating error list Jan 3 18:03:33 raspberrypi p4d: Updating error list done Jan 3 18:03:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:03:42 raspberrypi p4d: Checking state ... Jan 3 18:03:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:03:52 raspberrypi p4d: Checking state ... Jan 3 18:03:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:04:02 raspberrypi p4d: Checking state ... Jan 3 18:04:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:04:12 raspberrypi p4d: Checking state ... Jan 3 18:04:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:04:22 raspberrypi p4d: Checking state ... Jan 3 18:04:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:04:32 raspberrypi p4d: Checking state ... Jan 3 18:04:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:04:32 raspberrypi p4d: Reading values ... Jan 3 18:04:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:04:32 raspberrypi p4d: Updating error list Jan 3 18:04:33 raspberrypi p4d: Updating error list done Jan 3 18:04:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:04:42 raspberrypi p4d: Checking state ... Jan 3 18:04:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:04:52 raspberrypi p4d: Checking state ... Jan 3 18:04:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:05:02 raspberrypi p4d: Checking state ... Jan 3 18:05:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:05:12 raspberrypi p4d: Checking state ... Jan 3 18:05:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:05:22 raspberrypi p4d: Checking state ... Jan 3 18:05:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:05:32 raspberrypi p4d: Checking state ... Jan 3 18:05:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:05:32 raspberrypi p4d: Reading values ... Jan 3 18:05:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:05:32 raspberrypi p4d: Updating error list Jan 3 18:05:33 raspberrypi p4d: Updating error list done Jan 3 18:05:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:05:42 raspberrypi p4d: Checking state ... Jan 3 18:05:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:05:52 raspberrypi p4d: Checking state ... Jan 3 18:05:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:06:02 raspberrypi p4d: Checking state ... Jan 3 18:06:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:06:12 raspberrypi p4d: Checking state ... Jan 3 18:06:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:06:22 raspberrypi p4d: Checking state ... Jan 3 18:06:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:06:32 raspberrypi p4d: Checking state ... Jan 3 18:06:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:06:32 raspberrypi p4d: Reading values ... Jan 3 18:06:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:06:32 raspberrypi p4d: Updating error list Jan 3 18:06:33 raspberrypi p4d: Updating error list done Jan 3 18:06:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:06:42 raspberrypi p4d: Checking state ... Jan 3 18:06:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:06:52 raspberrypi p4d: Checking state ... Jan 3 18:06:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:07:02 raspberrypi p4d: Checking state ... Jan 3 18:07:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:07:12 raspberrypi p4d: Checking state ... Jan 3 18:07:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:07:22 raspberrypi p4d: Checking state ... Jan 3 18:07:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:07:32 raspberrypi p4d: Checking state ... Jan 3 18:07:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:07:32 raspberrypi p4d: Reading values ... Jan 3 18:07:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:07:32 raspberrypi p4d: Updating error list Jan 3 18:07:33 raspberrypi p4d: Updating error list done Jan 3 18:07:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:07:42 raspberrypi p4d: Checking state ... Jan 3 18:07:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:07:52 raspberrypi p4d: Checking state ... Jan 3 18:07:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:08:02 raspberrypi p4d: Checking state ... Jan 3 18:08:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:08:12 raspberrypi p4d: Checking state ... Jan 3 18:08:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:08:22 raspberrypi p4d: Checking state ... Jan 3 18:08:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:08:32 raspberrypi p4d: Checking state ... Jan 3 18:08:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:08:32 raspberrypi p4d: Reading values ... Jan 3 18:08:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:08:32 raspberrypi p4d: Updating error list Jan 3 18:08:33 raspberrypi p4d: Updating error list done Jan 3 18:08:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:08:42 raspberrypi p4d: Checking state ... Jan 3 18:08:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:08:52 raspberrypi p4d: Checking state ... Jan 3 18:08:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:09:02 raspberrypi p4d: Checking state ... Jan 3 18:09:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:09:12 raspberrypi p4d: Checking state ... Jan 3 18:09:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:09:22 raspberrypi p4d: Checking state ... Jan 3 18:09:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:09:32 raspberrypi p4d: Checking state ... Jan 3 18:09:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:09:32 raspberrypi p4d: Reading values ... Jan 3 18:09:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:09:32 raspberrypi p4d: Updating error list Jan 3 18:09:33 raspberrypi p4d: Updating error list done Jan 3 18:09:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:09:42 raspberrypi p4d: Checking state ... Jan 3 18:09:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:09:52 raspberrypi p4d: Checking state ... Jan 3 18:09:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:10:02 raspberrypi p4d: Checking state ... Jan 3 18:10:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:10:12 raspberrypi p4d: Checking state ... Jan 3 18:10:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:10:22 raspberrypi p4d: Checking state ... Jan 3 18:10:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:10:32 raspberrypi p4d: Checking state ... Jan 3 18:10:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:10:32 raspberrypi p4d: Reading values ... Jan 3 18:10:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:10:32 raspberrypi p4d: Updating error list Jan 3 18:10:33 raspberrypi p4d: Updating error list done Jan 3 18:10:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:10:42 raspberrypi p4d: Checking state ... Jan 3 18:10:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:10:52 raspberrypi p4d: Checking state ... Jan 3 18:10:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:11:02 raspberrypi p4d: Checking state ... Jan 3 18:11:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:11:12 raspberrypi p4d: Checking state ... Jan 3 18:11:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:11:22 raspberrypi p4d: Checking state ... Jan 3 18:11:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:11:32 raspberrypi p4d: Checking state ... Jan 3 18:11:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:11:32 raspberrypi p4d: Reading values ... Jan 3 18:11:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:11:32 raspberrypi p4d: Updating error list Jan 3 18:11:33 raspberrypi p4d: Updating error list done Jan 3 18:11:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:11:42 raspberrypi p4d: Checking state ... Jan 3 18:11:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:11:52 raspberrypi p4d: Checking state ... Jan 3 18:11:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:12:02 raspberrypi p4d: Checking state ... Jan 3 18:12:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:12:12 raspberrypi p4d: Checking state ... Jan 3 18:12:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:12:22 raspberrypi p4d: Checking state ... Jan 3 18:12:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:12:32 raspberrypi p4d: Checking state ... Jan 3 18:12:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:12:32 raspberrypi p4d: Reading values ... Jan 3 18:12:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:12:32 raspberrypi p4d: Updating error list Jan 3 18:12:33 raspberrypi p4d: Updating error list done Jan 3 18:12:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:12:42 raspberrypi p4d: Checking state ... Jan 3 18:12:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:12:52 raspberrypi p4d: Checking state ... Jan 3 18:12:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:13:02 raspberrypi p4d: Checking state ... Jan 3 18:13:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:13:12 raspberrypi p4d: Checking state ... Jan 3 18:13:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:13:22 raspberrypi p4d: Checking state ... Jan 3 18:13:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:13:32 raspberrypi p4d: Checking state ... Jan 3 18:13:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:13:32 raspberrypi p4d: Reading values ... Jan 3 18:13:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:13:32 raspberrypi p4d: Updating error list Jan 3 18:13:33 raspberrypi p4d: Updating error list done Jan 3 18:13:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:13:42 raspberrypi p4d: Checking state ... Jan 3 18:13:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:13:52 raspberrypi p4d: Checking state ... Jan 3 18:13:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:14:02 raspberrypi p4d: Checking state ... Jan 3 18:14:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:14:12 raspberrypi p4d: Checking state ... Jan 3 18:14:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:14:22 raspberrypi p4d: Checking state ... Jan 3 18:14:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:14:32 raspberrypi p4d: Checking state ... Jan 3 18:14:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:14:32 raspberrypi p4d: Reading values ... Jan 3 18:14:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:14:32 raspberrypi p4d: Updating error list Jan 3 18:14:33 raspberrypi p4d: Updating error list done Jan 3 18:14:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:14:42 raspberrypi p4d: Checking state ... Jan 3 18:14:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:14:52 raspberrypi p4d: Checking state ... Jan 3 18:14:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:15:02 raspberrypi p4d: Checking state ... Jan 3 18:15:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:15:12 raspberrypi p4d: Checking state ... Jan 3 18:15:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:15:22 raspberrypi p4d: Checking state ... Jan 3 18:15:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:15:32 raspberrypi p4d: Checking state ... Jan 3 18:15:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:15:32 raspberrypi p4d: Reading values ... Jan 3 18:15:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:15:32 raspberrypi p4d: Updating error list Jan 3 18:15:33 raspberrypi p4d: Updating error list done Jan 3 18:15:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:15:42 raspberrypi p4d: Checking state ... Jan 3 18:15:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:15:52 raspberrypi p4d: Checking state ... Jan 3 18:15:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:16:02 raspberrypi p4d: Checking state ... Jan 3 18:16:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:16:12 raspberrypi p4d: Checking state ... Jan 3 18:16:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:16:22 raspberrypi p4d: Checking state ... Jan 3 18:16:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:16:32 raspberrypi p4d: Checking state ... Jan 3 18:16:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:16:32 raspberrypi p4d: Reading values ... Jan 3 18:16:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:16:32 raspberrypi p4d: Updating error list Jan 3 18:16:33 raspberrypi p4d: Updating error list done Jan 3 18:16:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:16:42 raspberrypi p4d: Checking state ... Jan 3 18:16:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:16:52 raspberrypi p4d: Checking state ... Jan 3 18:16:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:17:02 raspberrypi p4d: Checking state ... Jan 3 18:17:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:17:12 raspberrypi p4d: Checking state ... Jan 3 18:17:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:17:22 raspberrypi p4d: Checking state ... Jan 3 18:17:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:17:32 raspberrypi p4d: Checking state ... Jan 3 18:17:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:17:32 raspberrypi p4d: Reading values ... Jan 3 18:17:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:17:32 raspberrypi p4d: Updating error list Jan 3 18:17:33 raspberrypi p4d: Updating error list done Jan 3 18:17:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:17:42 raspberrypi p4d: Checking state ... Jan 3 18:17:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:17:52 raspberrypi p4d: Checking state ... Jan 3 18:17:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:18:02 raspberrypi p4d: Checking state ... Jan 3 18:18:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:18:12 raspberrypi p4d: Checking state ... Jan 3 18:18:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:18:22 raspberrypi p4d: Checking state ... Jan 3 18:18:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:18:32 raspberrypi p4d: Checking state ... Jan 3 18:18:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:18:32 raspberrypi p4d: Reading values ... Jan 3 18:18:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:18:32 raspberrypi p4d: Updating error list Jan 3 18:18:33 raspberrypi p4d: Updating error list done Jan 3 18:18:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:18:42 raspberrypi p4d: Checking state ... Jan 3 18:18:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:18:52 raspberrypi p4d: Checking state ... Jan 3 18:18:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:19:02 raspberrypi p4d: Checking state ... Jan 3 18:19:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:19:12 raspberrypi p4d: Checking state ... Jan 3 18:19:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:19:22 raspberrypi p4d: Checking state ... Jan 3 18:19:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:19:32 raspberrypi p4d: Checking state ... Jan 3 18:19:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:19:32 raspberrypi p4d: Reading values ... Jan 3 18:19:33 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:19:33 raspberrypi p4d: Updating error list Jan 3 18:19:34 raspberrypi p4d: Updating error list done Jan 3 18:19:34 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:19:42 raspberrypi p4d: Checking state ... Jan 3 18:19:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:19:52 raspberrypi p4d: Checking state ... Jan 3 18:19:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:20:02 raspberrypi p4d: Checking state ... Jan 3 18:20:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:20:12 raspberrypi p4d: Checking state ... Jan 3 18:20:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:20:22 raspberrypi p4d: Checking state ... Jan 3 18:20:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:20:32 raspberrypi p4d: Checking state ... Jan 3 18:20:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:20:32 raspberrypi p4d: Reading values ... Jan 3 18:20:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:20:32 raspberrypi p4d: Updating error list Jan 3 18:20:33 raspberrypi p4d: Updating error list done Jan 3 18:20:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:20:42 raspberrypi p4d: Checking state ... Jan 3 18:20:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:20:52 raspberrypi p4d: Checking state ... Jan 3 18:20:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:21:02 raspberrypi p4d: Checking state ... Jan 3 18:21:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:21:12 raspberrypi p4d: Checking state ... Jan 3 18:21:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:21:22 raspberrypi p4d: Checking state ... Jan 3 18:21:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:21:32 raspberrypi p4d: Checking state ... Jan 3 18:21:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:21:32 raspberrypi p4d: Reading values ... Jan 3 18:21:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:21:32 raspberrypi p4d: Updating error list Jan 3 18:21:33 raspberrypi p4d: Updating error list done Jan 3 18:21:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:21:42 raspberrypi p4d: Checking state ... Jan 3 18:21:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:21:52 raspberrypi p4d: Checking state ... Jan 3 18:21:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:22:02 raspberrypi p4d: Checking state ... Jan 3 18:22:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:22:12 raspberrypi p4d: Checking state ... Jan 3 18:22:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:22:22 raspberrypi p4d: Checking state ... Jan 3 18:22:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:22:32 raspberrypi p4d: Checking state ... Jan 3 18:22:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:22:32 raspberrypi p4d: Reading values ... Jan 3 18:22:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:22:32 raspberrypi p4d: Updating error list Jan 3 18:22:33 raspberrypi p4d: Updating error list done Jan 3 18:22:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:22:42 raspberrypi p4d: Checking state ... Jan 3 18:22:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:22:52 raspberrypi p4d: Checking state ... Jan 3 18:22:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:23:02 raspberrypi p4d: Checking state ... Jan 3 18:23:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:23:12 raspberrypi p4d: Checking state ... Jan 3 18:23:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:23:22 raspberrypi p4d: Checking state ... Jan 3 18:23:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:23:32 raspberrypi p4d: Checking state ... Jan 3 18:23:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:23:32 raspberrypi p4d: Reading values ... Jan 3 18:23:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:23:32 raspberrypi p4d: Updating error list Jan 3 18:23:33 raspberrypi p4d: Updating error list done Jan 3 18:23:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:23:42 raspberrypi p4d: Checking state ... Jan 3 18:23:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:23:52 raspberrypi p4d: Checking state ... Jan 3 18:23:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:24:02 raspberrypi p4d: Checking state ... Jan 3 18:24:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:24:12 raspberrypi p4d: Checking state ... Jan 3 18:24:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:24:22 raspberrypi p4d: Checking state ... Jan 3 18:24:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:24:32 raspberrypi p4d: Checking state ... Jan 3 18:24:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:24:32 raspberrypi p4d: Reading values ... Jan 3 18:24:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:24:32 raspberrypi p4d: Updating error list Jan 3 18:24:33 raspberrypi p4d: Updating error list done Jan 3 18:24:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:24:42 raspberrypi p4d: Checking state ... Jan 3 18:24:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:24:52 raspberrypi p4d: Checking state ... Jan 3 18:24:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:25:02 raspberrypi p4d: Checking state ... Jan 3 18:25:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:25:12 raspberrypi p4d: Checking state ... Jan 3 18:25:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:25:22 raspberrypi p4d: Checking state ... Jan 3 18:25:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:25:32 raspberrypi p4d: Checking state ... Jan 3 18:25:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:25:32 raspberrypi p4d: Reading values ... Jan 3 18:25:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:25:32 raspberrypi p4d: Updating error list Jan 3 18:25:33 raspberrypi p4d: Updating error list done Jan 3 18:25:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:25:42 raspberrypi p4d: Checking state ... Jan 3 18:25:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:25:52 raspberrypi p4d: Checking state ... Jan 3 18:25:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:26:02 raspberrypi p4d: Checking state ... Jan 3 18:26:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:26:12 raspberrypi p4d: Checking state ... Jan 3 18:26:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:26:22 raspberrypi p4d: Checking state ... Jan 3 18:26:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:26:32 raspberrypi p4d: Checking state ... Jan 3 18:26:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:26:32 raspberrypi p4d: Reading values ... Jan 3 18:26:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 3 18:26:32 raspberrypi p4d: Updating error list Jan 3 18:26:33 raspberrypi p4d: Updating error list done Jan 3 18:26:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:26:42 raspberrypi p4d: Checking state ... Jan 3 18:26:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:26:52 raspberrypi p4d: Checking state ... Jan 3 18:26:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:27:02 raspberrypi p4d: Checking state ... Jan 3 18:27:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:27:12 raspberrypi p4d: Checking state ... Jan 3 18:27:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 3 18:27:22 raspberrypi p4d: Checking state ... Jan 3 18:27:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:27:22 raspberrypi p4d: State changed to 'Abstellen Warten1' Jan 3 18:27:22 raspberrypi p4d: Reading values ... Jan 3 18:27:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:27:22 raspberrypi p4d: Updating error list Jan 3 18:27:23 raspberrypi p4d: Updating error list done Jan 3 18:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:27:32 raspberrypi p4d: Checking state ... Jan 3 18:27:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:27:42 raspberrypi p4d: Checking state ... Jan 3 18:27:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:27:52 raspberrypi p4d: Checking state ... Jan 3 18:27:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:28:02 raspberrypi p4d: Checking state ... Jan 3 18:28:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:28:12 raspberrypi p4d: Checking state ... Jan 3 18:28:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:28:22 raspberrypi p4d: Checking state ... Jan 3 18:28:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:28:22 raspberrypi p4d: Reading values ... Jan 3 18:28:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:28:22 raspberrypi p4d: Updating error list Jan 3 18:28:23 raspberrypi p4d: Updating error list done Jan 3 18:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:28:32 raspberrypi p4d: Checking state ... Jan 3 18:28:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:28:42 raspberrypi p4d: Checking state ... Jan 3 18:28:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:28:52 raspberrypi p4d: Checking state ... Jan 3 18:28:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:29:02 raspberrypi p4d: Checking state ... Jan 3 18:29:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:29:12 raspberrypi p4d: Checking state ... Jan 3 18:29:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:29:22 raspberrypi p4d: Checking state ... Jan 3 18:29:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:29:22 raspberrypi p4d: Reading values ... Jan 3 18:29:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:29:22 raspberrypi p4d: Updating error list Jan 3 18:29:23 raspberrypi p4d: Updating error list done Jan 3 18:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:29:32 raspberrypi p4d: Checking state ... Jan 3 18:29:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:29:42 raspberrypi p4d: Checking state ... Jan 3 18:29:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:29:52 raspberrypi p4d: Checking state ... Jan 3 18:29:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:30:02 raspberrypi p4d: Checking state ... Jan 3 18:30:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:30:12 raspberrypi p4d: Checking state ... Jan 3 18:30:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:30:22 raspberrypi p4d: Checking state ... Jan 3 18:30:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:30:22 raspberrypi p4d: Reading values ... Jan 3 18:30:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:30:22 raspberrypi p4d: Updating error list Jan 3 18:30:23 raspberrypi p4d: Updating error list done Jan 3 18:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:30:32 raspberrypi p4d: Checking state ... Jan 3 18:30:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:30:42 raspberrypi p4d: Checking state ... Jan 3 18:30:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:30:52 raspberrypi p4d: Checking state ... Jan 3 18:30:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:31:02 raspberrypi p4d: Checking state ... Jan 3 18:31:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:31:12 raspberrypi p4d: Checking state ... Jan 3 18:31:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:31:22 raspberrypi p4d: Checking state ... Jan 3 18:31:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:31:22 raspberrypi p4d: Reading values ... Jan 3 18:31:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:31:22 raspberrypi p4d: Updating error list Jan 3 18:31:23 raspberrypi p4d: Updating error list done Jan 3 18:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:31:32 raspberrypi p4d: Checking state ... Jan 3 18:31:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:31:42 raspberrypi p4d: Checking state ... Jan 3 18:31:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:31:52 raspberrypi p4d: Checking state ... Jan 3 18:31:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:32:02 raspberrypi p4d: Checking state ... Jan 3 18:32:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:32:12 raspberrypi p4d: Checking state ... Jan 3 18:32:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:32:22 raspberrypi p4d: Checking state ... Jan 3 18:32:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:32:22 raspberrypi p4d: Reading values ... Jan 3 18:32:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:32:22 raspberrypi p4d: Updating error list Jan 3 18:32:23 raspberrypi p4d: Updating error list done Jan 3 18:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:32:32 raspberrypi p4d: Checking state ... Jan 3 18:32:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:32:42 raspberrypi p4d: Checking state ... Jan 3 18:32:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:32:52 raspberrypi p4d: Checking state ... Jan 3 18:32:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:33:02 raspberrypi p4d: Checking state ... Jan 3 18:33:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:33:12 raspberrypi p4d: Checking state ... Jan 3 18:33:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:33:22 raspberrypi p4d: Checking state ... Jan 3 18:33:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:33:22 raspberrypi p4d: Reading values ... Jan 3 18:33:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:33:22 raspberrypi p4d: Updating error list Jan 3 18:33:23 raspberrypi p4d: Updating error list done Jan 3 18:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:33:32 raspberrypi p4d: Checking state ... Jan 3 18:33:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:33:42 raspberrypi p4d: Checking state ... Jan 3 18:33:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:33:52 raspberrypi p4d: Checking state ... Jan 3 18:33:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:34:02 raspberrypi p4d: Checking state ... Jan 3 18:34:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:34:12 raspberrypi p4d: Checking state ... Jan 3 18:34:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:34:22 raspberrypi p4d: Checking state ... Jan 3 18:34:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:34:22 raspberrypi p4d: Reading values ... Jan 3 18:34:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:34:22 raspberrypi p4d: Updating error list Jan 3 18:34:23 raspberrypi p4d: Updating error list done Jan 3 18:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:34:32 raspberrypi p4d: Checking state ... Jan 3 18:34:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:34:42 raspberrypi p4d: Checking state ... Jan 3 18:34:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:34:52 raspberrypi p4d: Checking state ... Jan 3 18:34:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:35:02 raspberrypi p4d: Checking state ... Jan 3 18:35:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:35:12 raspberrypi p4d: Checking state ... Jan 3 18:35:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:35:22 raspberrypi p4d: Checking state ... Jan 3 18:35:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:35:22 raspberrypi p4d: Reading values ... Jan 3 18:35:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:35:22 raspberrypi p4d: Updating error list Jan 3 18:35:23 raspberrypi p4d: Updating error list done Jan 3 18:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:35:32 raspberrypi p4d: Checking state ... Jan 3 18:35:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:35:42 raspberrypi p4d: Checking state ... Jan 3 18:35:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:35:52 raspberrypi p4d: Checking state ... Jan 3 18:35:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:36:02 raspberrypi p4d: Checking state ... Jan 3 18:36:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:36:12 raspberrypi p4d: Checking state ... Jan 3 18:36:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:36:22 raspberrypi p4d: Checking state ... Jan 3 18:36:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:36:22 raspberrypi p4d: Reading values ... Jan 3 18:36:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 3 18:36:22 raspberrypi p4d: Updating error list Jan 3 18:36:23 raspberrypi p4d: Updating error list done Jan 3 18:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:36:32 raspberrypi p4d: Checking state ... Jan 3 18:36:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:36:42 raspberrypi p4d: Checking state ... Jan 3 18:36:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:36:52 raspberrypi p4d: Checking state ... Jan 3 18:36:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:37:02 raspberrypi p4d: Checking state ... Jan 3 18:37:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:37:12 raspberrypi p4d: Checking state ... Jan 3 18:37:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 3 18:37:22 raspberrypi p4d: Checking state ... Jan 3 18:37:22 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:37:22 raspberrypi p4d: State changed to 'Abstellen Warten2' Jan 3 18:37:22 raspberrypi p4d: Reading values ... Jan 3 18:37:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten2' Jan 3 18:37:22 raspberrypi p4d: Updating error list Jan 3 18:37:23 raspberrypi p4d: Updating error list done Jan 3 18:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:37:32 raspberrypi p4d: Checking state ... Jan 3 18:37:32 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:37:42 raspberrypi p4d: Checking state ... Jan 3 18:37:42 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:37:52 raspberrypi p4d: Checking state ... Jan 3 18:37:52 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:38:02 raspberrypi p4d: Checking state ... Jan 3 18:38:02 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:38:12 raspberrypi p4d: Checking state ... Jan 3 18:38:12 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:38:22 raspberrypi p4d: Checking state ... Jan 3 18:38:22 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:38:22 raspberrypi p4d: Reading values ... Jan 3 18:38:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten2' Jan 3 18:38:22 raspberrypi p4d: Updating error list Jan 3 18:38:23 raspberrypi p4d: Updating error list done Jan 3 18:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:38:32 raspberrypi p4d: Checking state ... Jan 3 18:38:32 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:38:42 raspberrypi p4d: Checking state ... Jan 3 18:38:42 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:38:52 raspberrypi p4d: Checking state ... Jan 3 18:38:52 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:39:02 raspberrypi p4d: Checking state ... Jan 3 18:39:02 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:39:12 raspberrypi p4d: Checking state ... Jan 3 18:39:12 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:39:22 raspberrypi p4d: Checking state ... Jan 3 18:39:22 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 3 18:39:22 raspberrypi p4d: Reading values ... Jan 3 18:39:22 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten2' Jan 3 18:39:22 raspberrypi p4d: Updating error list Jan 3 18:39:23 raspberrypi p4d: Updating error list done Jan 3 18:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:39:32 raspberrypi p4d: Checking state ... Jan 3 18:39:32 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:39:32 raspberrypi p4d: State changed to 'Abreinigen' Jan 3 18:39:32 raspberrypi p4d: Reading values ... Jan 3 18:39:32 raspberrypi p4d: Processed 8 samples, state is 'Abreinigen' Jan 3 18:39:32 raspberrypi p4d: Updating error list Jan 3 18:39:33 raspberrypi p4d: Updating error list done Jan 3 18:39:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:39:42 raspberrypi p4d: Checking state ... Jan 3 18:39:42 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:39:52 raspberrypi p4d: Checking state ... Jan 3 18:39:52 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:40:02 raspberrypi p4d: Checking state ... Jan 3 18:40:02 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:40:12 raspberrypi p4d: Checking state ... Jan 3 18:40:12 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:40:22 raspberrypi p4d: Checking state ... Jan 3 18:40:22 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:40:32 raspberrypi p4d: Checking state ... Jan 3 18:40:32 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:40:32 raspberrypi p4d: Reading values ... Jan 3 18:40:32 raspberrypi p4d: Processed 8 samples, state is 'Abreinigen' Jan 3 18:40:32 raspberrypi p4d: Updating error list Jan 3 18:40:33 raspberrypi p4d: Updating error list done Jan 3 18:40:33 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:40:42 raspberrypi p4d: Checking state ... Jan 3 18:40:42 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:40:52 raspberrypi p4d: Checking state ... Jan 3 18:40:52 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:41:02 raspberrypi p4d: Checking state ... Jan 3 18:41:02 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:41:12 raspberrypi p4d: Checking state ... Jan 3 18:41:12 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 3 18:41:22 raspberrypi p4d: Checking state ... Jan 3 18:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:41:22 raspberrypi p4d: State changed to 'Betriebsbereit' Jan 3 18:41:22 raspberrypi p4d: Reading values ... Jan 3 18:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:41:22 raspberrypi p4d: Updating error list Jan 3 18:41:23 raspberrypi p4d: Updating error list done Jan 3 18:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:41:32 raspberrypi p4d: Checking state ... Jan 3 18:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:41:42 raspberrypi p4d: Checking state ... Jan 3 18:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:41:52 raspberrypi p4d: Checking state ... Jan 3 18:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:42:02 raspberrypi p4d: Checking state ... Jan 3 18:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:42:12 raspberrypi p4d: Checking state ... Jan 3 18:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:42:22 raspberrypi p4d: Checking state ... Jan 3 18:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:42:22 raspberrypi p4d: Reading values ... Jan 3 18:42:26 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:42:26 raspberrypi p4d: Updating error list Jan 3 18:42:27 raspberrypi p4d: Updating error list done Jan 3 18:42:27 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:42:32 raspberrypi p4d: Checking state ... Jan 3 18:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:42:42 raspberrypi p4d: Checking state ... Jan 3 18:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:42:52 raspberrypi p4d: Checking state ... Jan 3 18:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:43:02 raspberrypi p4d: Checking state ... Jan 3 18:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:43:12 raspberrypi p4d: Checking state ... Jan 3 18:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:43:22 raspberrypi p4d: Checking state ... Jan 3 18:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:43:22 raspberrypi p4d: Reading values ... Jan 3 18:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:43:22 raspberrypi p4d: Updating error list Jan 3 18:43:23 raspberrypi p4d: Updating error list done Jan 3 18:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:43:32 raspberrypi p4d: Checking state ... Jan 3 18:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:43:42 raspberrypi p4d: Checking state ... Jan 3 18:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:43:52 raspberrypi p4d: Checking state ... Jan 3 18:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:44:02 raspberrypi p4d: Checking state ... Jan 3 18:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:44:12 raspberrypi p4d: Checking state ... Jan 3 18:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:44:22 raspberrypi p4d: Checking state ... Jan 3 18:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:44:22 raspberrypi p4d: Reading values ... Jan 3 18:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:44:22 raspberrypi p4d: Updating error list Jan 3 18:44:23 raspberrypi p4d: Updating error list done Jan 3 18:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:44:32 raspberrypi p4d: Checking state ... Jan 3 18:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:44:42 raspberrypi p4d: Checking state ... Jan 3 18:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:44:52 raspberrypi p4d: Checking state ... Jan 3 18:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:45:02 raspberrypi p4d: Checking state ... Jan 3 18:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:45:12 raspberrypi p4d: Checking state ... Jan 3 18:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:45:22 raspberrypi p4d: Checking state ... Jan 3 18:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:45:22 raspberrypi p4d: Reading values ... Jan 3 18:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:45:22 raspberrypi p4d: Updating error list Jan 3 18:45:23 raspberrypi p4d: Updating error list done Jan 3 18:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:45:32 raspberrypi p4d: Checking state ... Jan 3 18:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:45:42 raspberrypi p4d: Checking state ... Jan 3 18:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:45:52 raspberrypi p4d: Checking state ... Jan 3 18:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:46:02 raspberrypi p4d: Checking state ... Jan 3 18:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:46:12 raspberrypi p4d: Checking state ... Jan 3 18:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:46:22 raspberrypi p4d: Checking state ... Jan 3 18:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:46:22 raspberrypi p4d: Reading values ... Jan 3 18:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:46:22 raspberrypi p4d: Updating error list Jan 3 18:46:23 raspberrypi p4d: Updating error list done Jan 3 18:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:46:32 raspberrypi p4d: Checking state ... Jan 3 18:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:46:42 raspberrypi p4d: Checking state ... Jan 3 18:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:46:52 raspberrypi p4d: Checking state ... Jan 3 18:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:47:02 raspberrypi p4d: Checking state ... Jan 3 18:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:47:12 raspberrypi p4d: Checking state ... Jan 3 18:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:47:22 raspberrypi p4d: Checking state ... Jan 3 18:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:47:22 raspberrypi p4d: Reading values ... Jan 3 18:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:47:22 raspberrypi p4d: Updating error list Jan 3 18:47:23 raspberrypi p4d: Updating error list done Jan 3 18:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:47:32 raspberrypi p4d: Checking state ... Jan 3 18:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:47:42 raspberrypi p4d: Checking state ... Jan 3 18:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:47:52 raspberrypi p4d: Checking state ... Jan 3 18:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:48:02 raspberrypi p4d: Checking state ... Jan 3 18:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:48:12 raspberrypi p4d: Checking state ... Jan 3 18:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:48:22 raspberrypi p4d: Checking state ... Jan 3 18:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:48:22 raspberrypi p4d: Reading values ... Jan 3 18:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:48:22 raspberrypi p4d: Updating error list Jan 3 18:48:23 raspberrypi p4d: Updating error list done Jan 3 18:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:48:32 raspberrypi p4d: Checking state ... Jan 3 18:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:48:42 raspberrypi p4d: Checking state ... Jan 3 18:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:48:52 raspberrypi p4d: Checking state ... Jan 3 18:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:49:02 raspberrypi p4d: Checking state ... Jan 3 18:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:49:12 raspberrypi p4d: Checking state ... Jan 3 18:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:49:22 raspberrypi p4d: Checking state ... Jan 3 18:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:49:22 raspberrypi p4d: Reading values ... Jan 3 18:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:49:22 raspberrypi p4d: Updating error list Jan 3 18:49:23 raspberrypi p4d: Updating error list done Jan 3 18:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:49:32 raspberrypi p4d: Checking state ... Jan 3 18:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:49:42 raspberrypi p4d: Checking state ... Jan 3 18:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:49:52 raspberrypi p4d: Checking state ... Jan 3 18:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:50:02 raspberrypi p4d: Checking state ... Jan 3 18:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:50:12 raspberrypi p4d: Checking state ... Jan 3 18:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:50:22 raspberrypi p4d: Checking state ... Jan 3 18:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:50:22 raspberrypi p4d: Reading values ... Jan 3 18:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:50:22 raspberrypi p4d: Updating error list Jan 3 18:50:23 raspberrypi p4d: Updating error list done Jan 3 18:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:50:32 raspberrypi p4d: Checking state ... Jan 3 18:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:50:42 raspberrypi p4d: Checking state ... Jan 3 18:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:50:52 raspberrypi p4d: Checking state ... Jan 3 18:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:51:02 raspberrypi p4d: Checking state ... Jan 3 18:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:51:12 raspberrypi p4d: Checking state ... Jan 3 18:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:51:22 raspberrypi p4d: Checking state ... Jan 3 18:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:51:22 raspberrypi p4d: Reading values ... Jan 3 18:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:51:22 raspberrypi p4d: Updating error list Jan 3 18:51:23 raspberrypi p4d: Updating error list done Jan 3 18:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:51:32 raspberrypi p4d: Checking state ... Jan 3 18:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:51:42 raspberrypi p4d: Checking state ... Jan 3 18:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:51:52 raspberrypi p4d: Checking state ... Jan 3 18:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:52:02 raspberrypi p4d: Checking state ... Jan 3 18:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:52:12 raspberrypi p4d: Checking state ... Jan 3 18:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:52:22 raspberrypi p4d: Checking state ... Jan 3 18:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:52:22 raspberrypi p4d: Reading values ... Jan 3 18:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:52:22 raspberrypi p4d: Updating error list Jan 3 18:52:23 raspberrypi p4d: Updating error list done Jan 3 18:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:52:32 raspberrypi p4d: Checking state ... Jan 3 18:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:52:42 raspberrypi p4d: Checking state ... Jan 3 18:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:52:52 raspberrypi p4d: Checking state ... Jan 3 18:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:53:02 raspberrypi p4d: Checking state ... Jan 3 18:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:53:12 raspberrypi p4d: Checking state ... Jan 3 18:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:53:22 raspberrypi p4d: Checking state ... Jan 3 18:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:53:22 raspberrypi p4d: Reading values ... Jan 3 18:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:53:22 raspberrypi p4d: Updating error list Jan 3 18:53:23 raspberrypi p4d: Updating error list done Jan 3 18:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:53:32 raspberrypi p4d: Checking state ... Jan 3 18:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:53:42 raspberrypi p4d: Checking state ... Jan 3 18:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:53:52 raspberrypi p4d: Checking state ... Jan 3 18:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:54:02 raspberrypi p4d: Checking state ... Jan 3 18:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:54:12 raspberrypi p4d: Checking state ... Jan 3 18:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:54:22 raspberrypi p4d: Checking state ... Jan 3 18:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:54:22 raspberrypi p4d: Reading values ... Jan 3 18:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:54:22 raspberrypi p4d: Updating error list Jan 3 18:54:23 raspberrypi p4d: Updating error list done Jan 3 18:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:54:32 raspberrypi p4d: Checking state ... Jan 3 18:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:54:42 raspberrypi p4d: Checking state ... Jan 3 18:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:54:52 raspberrypi p4d: Checking state ... Jan 3 18:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:55:02 raspberrypi p4d: Checking state ... Jan 3 18:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:55:12 raspberrypi p4d: Checking state ... Jan 3 18:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:55:22 raspberrypi p4d: Checking state ... Jan 3 18:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:55:22 raspberrypi p4d: Reading values ... Jan 3 18:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:55:22 raspberrypi p4d: Updating error list Jan 3 18:55:23 raspberrypi p4d: Updating error list done Jan 3 18:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:55:32 raspberrypi p4d: Checking state ... Jan 3 18:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:55:42 raspberrypi p4d: Checking state ... Jan 3 18:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:55:52 raspberrypi p4d: Checking state ... Jan 3 18:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:56:02 raspberrypi p4d: Checking state ... Jan 3 18:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:56:12 raspberrypi p4d: Checking state ... Jan 3 18:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:56:22 raspberrypi p4d: Checking state ... Jan 3 18:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:56:22 raspberrypi p4d: Reading values ... Jan 3 18:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:56:22 raspberrypi p4d: Updating error list Jan 3 18:56:23 raspberrypi p4d: Updating error list done Jan 3 18:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:56:32 raspberrypi p4d: Checking state ... Jan 3 18:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:56:42 raspberrypi p4d: Checking state ... Jan 3 18:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:56:52 raspberrypi p4d: Checking state ... Jan 3 18:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:57:02 raspberrypi p4d: Checking state ... Jan 3 18:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:57:12 raspberrypi p4d: Checking state ... Jan 3 18:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:57:22 raspberrypi p4d: Checking state ... Jan 3 18:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:57:22 raspberrypi p4d: Reading values ... Jan 3 18:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:57:22 raspberrypi p4d: Updating error list Jan 3 18:57:23 raspberrypi p4d: Updating error list done Jan 3 18:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:57:32 raspberrypi p4d: Checking state ... Jan 3 18:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:57:42 raspberrypi p4d: Checking state ... Jan 3 18:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:57:52 raspberrypi p4d: Checking state ... Jan 3 18:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:58:02 raspberrypi p4d: Checking state ... Jan 3 18:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:58:12 raspberrypi p4d: Checking state ... Jan 3 18:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:58:22 raspberrypi p4d: Checking state ... Jan 3 18:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:58:22 raspberrypi p4d: Reading values ... Jan 3 18:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:58:22 raspberrypi p4d: Updating error list Jan 3 18:58:23 raspberrypi p4d: Updating error list done Jan 3 18:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:58:32 raspberrypi p4d: Checking state ... Jan 3 18:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:58:42 raspberrypi p4d: Checking state ... Jan 3 18:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:58:52 raspberrypi p4d: Checking state ... Jan 3 18:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:59:02 raspberrypi p4d: Checking state ... Jan 3 18:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:59:12 raspberrypi p4d: Checking state ... Jan 3 18:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:59:22 raspberrypi p4d: Checking state ... Jan 3 18:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:59:22 raspberrypi p4d: Reading values ... Jan 3 18:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 18:59:22 raspberrypi p4d: Updating error list Jan 3 18:59:23 raspberrypi p4d: Updating error list done Jan 3 18:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 18:59:32 raspberrypi p4d: Checking state ... Jan 3 18:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:59:42 raspberrypi p4d: Checking state ... Jan 3 18:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 18:59:52 raspberrypi p4d: Checking state ... Jan 3 18:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:00:02 raspberrypi p4d: Checking state ... Jan 3 19:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:00:12 raspberrypi p4d: Checking state ... Jan 3 19:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:00:22 raspberrypi p4d: Checking state ... Jan 3 19:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:00:22 raspberrypi p4d: Reading values ... Jan 3 19:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:00:22 raspberrypi p4d: Updating error list Jan 3 19:00:23 raspberrypi p4d: Updating error list done Jan 3 19:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:00:32 raspberrypi p4d: Checking state ... Jan 3 19:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:00:42 raspberrypi p4d: Checking state ... Jan 3 19:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:00:52 raspberrypi p4d: Checking state ... Jan 3 19:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:01:02 raspberrypi p4d: Checking state ... Jan 3 19:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:01:12 raspberrypi p4d: Checking state ... Jan 3 19:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:01:22 raspberrypi p4d: Checking state ... Jan 3 19:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:01:22 raspberrypi p4d: Reading values ... Jan 3 19:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:01:22 raspberrypi p4d: Updating error list Jan 3 19:01:23 raspberrypi p4d: Updating error list done Jan 3 19:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:01:32 raspberrypi p4d: Checking state ... Jan 3 19:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:01:42 raspberrypi p4d: Checking state ... Jan 3 19:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:01:52 raspberrypi p4d: Checking state ... Jan 3 19:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:02:02 raspberrypi p4d: Checking state ... Jan 3 19:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:02:12 raspberrypi p4d: Checking state ... Jan 3 19:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:02:22 raspberrypi p4d: Checking state ... Jan 3 19:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:02:22 raspberrypi p4d: Reading values ... Jan 3 19:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:02:22 raspberrypi p4d: Updating error list Jan 3 19:02:23 raspberrypi p4d: Updating error list done Jan 3 19:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:02:32 raspberrypi p4d: Checking state ... Jan 3 19:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:02:42 raspberrypi p4d: Checking state ... Jan 3 19:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:02:52 raspberrypi p4d: Checking state ... Jan 3 19:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:03:02 raspberrypi p4d: Checking state ... Jan 3 19:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:03:12 raspberrypi p4d: Checking state ... Jan 3 19:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:03:22 raspberrypi p4d: Checking state ... Jan 3 19:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:03:22 raspberrypi p4d: Reading values ... Jan 3 19:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:03:22 raspberrypi p4d: Updating error list Jan 3 19:03:23 raspberrypi p4d: Updating error list done Jan 3 19:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:03:32 raspberrypi p4d: Checking state ... Jan 3 19:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:03:42 raspberrypi p4d: Checking state ... Jan 3 19:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:03:52 raspberrypi p4d: Checking state ... Jan 3 19:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:04:02 raspberrypi p4d: Checking state ... Jan 3 19:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:04:12 raspberrypi p4d: Checking state ... Jan 3 19:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:04:22 raspberrypi p4d: Checking state ... Jan 3 19:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:04:22 raspberrypi p4d: Reading values ... Jan 3 19:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:04:22 raspberrypi p4d: Updating error list Jan 3 19:04:23 raspberrypi p4d: Updating error list done Jan 3 19:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:04:32 raspberrypi p4d: Checking state ... Jan 3 19:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:04:42 raspberrypi p4d: Checking state ... Jan 3 19:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:04:42 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 19:04:42 raspberrypi p4d: Processing WEBIF job 481 'p4d-state:0x0000/' Jan 3 19:04:43 raspberrypi p4d: Processing WEBIF job 481 done with 'success:19:05:22#0.2.335-GITec50da3#2 Stunden 58 Minuten#0.10 0.08 0.06' after 1 seconds Jan 3 19:04:43 raspberrypi p4d: Processing WEBIF job 482 's3200-state:0x0000/' Jan 3 19:04:43 raspberrypi p4d: Processing WEBIF job 482 done with 'success:Thursday, 03. Jan. 2019 19:02:32#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 19:04:48 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 19:04:48 raspberrypi p4d: Processing WEBIF job 483 'p4d-state:0x0000/' Jan 3 19:04:48 raspberrypi p4d: Processing WEBIF job 483 done with 'success:19:05:22#0.2.335-GITec50da3#2 Stunden 58 Minuten#0.09 0.08 0.06' after 0 seconds Jan 3 19:04:48 raspberrypi p4d: Processing WEBIF job 484 's3200-state:0x0000/' Jan 3 19:04:48 raspberrypi p4d: Processing WEBIF job 484 done with 'success:Thursday, 03. Jan. 2019 19:02:32#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 19:04:52 raspberrypi p4d: Checking state ... Jan 3 19:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:05:02 raspberrypi p4d: Checking state ... Jan 3 19:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:05:12 raspberrypi p4d: Checking state ... Jan 3 19:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:05:22 raspberrypi p4d: Checking state ... Jan 3 19:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:05:22 raspberrypi p4d: Reading values ... Jan 3 19:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:05:22 raspberrypi p4d: Updating error list Jan 3 19:05:23 raspberrypi p4d: Updating error list done Jan 3 19:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:05:32 raspberrypi p4d: Checking state ... Jan 3 19:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:05:42 raspberrypi p4d: Checking state ... Jan 3 19:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:05:52 raspberrypi p4d: Checking state ... Jan 3 19:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:06:02 raspberrypi p4d: Checking state ... Jan 3 19:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:06:12 raspberrypi p4d: Checking state ... Jan 3 19:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:06:22 raspberrypi p4d: Checking state ... Jan 3 19:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:06:22 raspberrypi p4d: Reading values ... Jan 3 19:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:06:22 raspberrypi p4d: Updating error list Jan 3 19:06:23 raspberrypi p4d: Updating error list done Jan 3 19:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:06:32 raspberrypi p4d: Checking state ... Jan 3 19:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:06:42 raspberrypi p4d: Checking state ... Jan 3 19:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:06:52 raspberrypi p4d: Checking state ... Jan 3 19:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:07:02 raspberrypi p4d: Checking state ... Jan 3 19:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:07:12 raspberrypi p4d: Checking state ... Jan 3 19:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:07:22 raspberrypi p4d: Checking state ... Jan 3 19:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:07:22 raspberrypi p4d: Reading values ... Jan 3 19:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:07:22 raspberrypi p4d: Updating error list Jan 3 19:07:23 raspberrypi p4d: Updating error list done Jan 3 19:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:07:32 raspberrypi p4d: Checking state ... Jan 3 19:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:07:42 raspberrypi p4d: Checking state ... Jan 3 19:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:07:52 raspberrypi p4d: Checking state ... Jan 3 19:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:08:02 raspberrypi p4d: Checking state ... Jan 3 19:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:08:12 raspberrypi p4d: Checking state ... Jan 3 19:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:08:22 raspberrypi p4d: Checking state ... Jan 3 19:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:08:22 raspberrypi p4d: Reading values ... Jan 3 19:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:08:22 raspberrypi p4d: Updating error list Jan 3 19:08:23 raspberrypi p4d: Updating error list done Jan 3 19:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:08:32 raspberrypi p4d: Checking state ... Jan 3 19:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:08:42 raspberrypi p4d: Checking state ... Jan 3 19:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:08:52 raspberrypi p4d: Checking state ... Jan 3 19:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:09:02 raspberrypi p4d: Checking state ... Jan 3 19:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:09:12 raspberrypi p4d: Checking state ... Jan 3 19:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:09:22 raspberrypi p4d: Checking state ... Jan 3 19:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:09:22 raspberrypi p4d: Reading values ... Jan 3 19:09:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:09:23 raspberrypi p4d: Updating error list Jan 3 19:09:24 raspberrypi p4d: Updating error list done Jan 3 19:09:24 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:09:32 raspberrypi p4d: Checking state ... Jan 3 19:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:09:42 raspberrypi p4d: Checking state ... Jan 3 19:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:09:52 raspberrypi p4d: Checking state ... Jan 3 19:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:10:02 raspberrypi p4d: Checking state ... Jan 3 19:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:10:12 raspberrypi p4d: Checking state ... Jan 3 19:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:10:22 raspberrypi p4d: Checking state ... Jan 3 19:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:10:22 raspberrypi p4d: Reading values ... Jan 3 19:10:26 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:10:26 raspberrypi p4d: Updating error list Jan 3 19:10:27 raspberrypi p4d: Updating error list done Jan 3 19:10:27 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:10:32 raspberrypi p4d: Checking state ... Jan 3 19:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:10:42 raspberrypi p4d: Checking state ... Jan 3 19:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:10:52 raspberrypi p4d: Checking state ... Jan 3 19:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:11:02 raspberrypi p4d: Checking state ... Jan 3 19:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:11:12 raspberrypi p4d: Checking state ... Jan 3 19:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:11:22 raspberrypi p4d: Checking state ... Jan 3 19:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:11:22 raspberrypi p4d: Reading values ... Jan 3 19:11:24 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:11:24 raspberrypi p4d: Updating error list Jan 3 19:11:25 raspberrypi p4d: Updating error list done Jan 3 19:11:25 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:11:32 raspberrypi p4d: Checking state ... Jan 3 19:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:11:42 raspberrypi p4d: Checking state ... Jan 3 19:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:11:52 raspberrypi p4d: Checking state ... Jan 3 19:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:12:02 raspberrypi p4d: Checking state ... Jan 3 19:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:12:12 raspberrypi p4d: Checking state ... Jan 3 19:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:12:22 raspberrypi p4d: Checking state ... Jan 3 19:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:12:22 raspberrypi p4d: Reading values ... Jan 3 19:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:12:22 raspberrypi p4d: Updating error list Jan 3 19:12:23 raspberrypi p4d: Updating error list done Jan 3 19:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:12:32 raspberrypi p4d: Checking state ... Jan 3 19:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:12:42 raspberrypi p4d: Checking state ... Jan 3 19:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:12:52 raspberrypi p4d: Checking state ... Jan 3 19:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:13:02 raspberrypi p4d: Checking state ... Jan 3 19:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:13:12 raspberrypi p4d: Checking state ... Jan 3 19:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:13:22 raspberrypi p4d: Checking state ... Jan 3 19:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:13:22 raspberrypi p4d: Reading values ... Jan 3 19:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:13:22 raspberrypi p4d: Updating error list Jan 3 19:13:23 raspberrypi p4d: Updating error list done Jan 3 19:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:13:32 raspberrypi p4d: Checking state ... Jan 3 19:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:13:42 raspberrypi p4d: Checking state ... Jan 3 19:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:13:52 raspberrypi p4d: Checking state ... Jan 3 19:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:14:02 raspberrypi p4d: Checking state ... Jan 3 19:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:14:12 raspberrypi p4d: Checking state ... Jan 3 19:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:14:22 raspberrypi p4d: Checking state ... Jan 3 19:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:14:22 raspberrypi p4d: Reading values ... Jan 3 19:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:14:22 raspberrypi p4d: Updating error list Jan 3 19:14:23 raspberrypi p4d: Updating error list done Jan 3 19:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:14:32 raspberrypi p4d: Checking state ... Jan 3 19:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:14:42 raspberrypi p4d: Checking state ... Jan 3 19:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:14:52 raspberrypi p4d: Checking state ... Jan 3 19:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:15:02 raspberrypi p4d: Checking state ... Jan 3 19:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:15:12 raspberrypi p4d: Checking state ... Jan 3 19:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:15:22 raspberrypi p4d: Checking state ... Jan 3 19:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:15:22 raspberrypi p4d: Reading values ... Jan 3 19:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:15:22 raspberrypi p4d: Updating error list Jan 3 19:15:23 raspberrypi p4d: Updating error list done Jan 3 19:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:15:32 raspberrypi p4d: Checking state ... Jan 3 19:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:15:42 raspberrypi p4d: Checking state ... Jan 3 19:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:15:52 raspberrypi p4d: Checking state ... Jan 3 19:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:16:02 raspberrypi p4d: Checking state ... Jan 3 19:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:16:12 raspberrypi p4d: Checking state ... Jan 3 19:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:16:22 raspberrypi p4d: Checking state ... Jan 3 19:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:16:22 raspberrypi p4d: Reading values ... Jan 3 19:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:16:22 raspberrypi p4d: Updating error list Jan 3 19:16:23 raspberrypi p4d: Updating error list done Jan 3 19:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:16:32 raspberrypi p4d: Checking state ... Jan 3 19:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:16:42 raspberrypi p4d: Checking state ... Jan 3 19:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:16:52 raspberrypi p4d: Checking state ... Jan 3 19:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:17:02 raspberrypi p4d: Checking state ... Jan 3 19:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:17:12 raspberrypi p4d: Checking state ... Jan 3 19:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:17:22 raspberrypi p4d: Checking state ... Jan 3 19:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:17:22 raspberrypi p4d: Reading values ... Jan 3 19:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:17:22 raspberrypi p4d: Updating error list Jan 3 19:17:23 raspberrypi p4d: Updating error list done Jan 3 19:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:17:32 raspberrypi p4d: Checking state ... Jan 3 19:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:17:42 raspberrypi p4d: Checking state ... Jan 3 19:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:17:52 raspberrypi p4d: Checking state ... Jan 3 19:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:18:02 raspberrypi p4d: Checking state ... Jan 3 19:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:18:12 raspberrypi p4d: Checking state ... Jan 3 19:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:18:22 raspberrypi p4d: Checking state ... Jan 3 19:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:18:22 raspberrypi p4d: Reading values ... Jan 3 19:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:18:22 raspberrypi p4d: Updating error list Jan 3 19:18:23 raspberrypi p4d: Updating error list done Jan 3 19:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:18:32 raspberrypi p4d: Checking state ... Jan 3 19:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:18:42 raspberrypi p4d: Checking state ... Jan 3 19:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:18:52 raspberrypi p4d: Checking state ... Jan 3 19:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:19:02 raspberrypi p4d: Checking state ... Jan 3 19:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:19:12 raspberrypi p4d: Checking state ... Jan 3 19:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:19:22 raspberrypi p4d: Checking state ... Jan 3 19:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:19:22 raspberrypi p4d: Reading values ... Jan 3 19:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:19:22 raspberrypi p4d: Updating error list Jan 3 19:19:23 raspberrypi p4d: Updating error list done Jan 3 19:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:19:32 raspberrypi p4d: Checking state ... Jan 3 19:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:19:42 raspberrypi p4d: Checking state ... Jan 3 19:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:19:52 raspberrypi p4d: Checking state ... Jan 3 19:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:20:02 raspberrypi p4d: Checking state ... Jan 3 19:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:20:12 raspberrypi p4d: Checking state ... Jan 3 19:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:20:22 raspberrypi p4d: Checking state ... Jan 3 19:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:20:22 raspberrypi p4d: Reading values ... Jan 3 19:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:20:22 raspberrypi p4d: Updating error list Jan 3 19:20:23 raspberrypi p4d: Updating error list done Jan 3 19:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:20:32 raspberrypi p4d: Checking state ... Jan 3 19:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:20:42 raspberrypi p4d: Checking state ... Jan 3 19:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:20:52 raspberrypi p4d: Checking state ... Jan 3 19:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:21:02 raspberrypi p4d: Checking state ... Jan 3 19:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:21:12 raspberrypi p4d: Checking state ... Jan 3 19:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:21:22 raspberrypi p4d: Checking state ... Jan 3 19:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:21:22 raspberrypi p4d: Reading values ... Jan 3 19:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:21:22 raspberrypi p4d: Updating error list Jan 3 19:21:23 raspberrypi p4d: Updating error list done Jan 3 19:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:21:32 raspberrypi p4d: Checking state ... Jan 3 19:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:21:42 raspberrypi p4d: Checking state ... Jan 3 19:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:21:52 raspberrypi p4d: Checking state ... Jan 3 19:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:22:02 raspberrypi p4d: Checking state ... Jan 3 19:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:22:12 raspberrypi p4d: Checking state ... Jan 3 19:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:22:22 raspberrypi p4d: Checking state ... Jan 3 19:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:22:22 raspberrypi p4d: Reading values ... Jan 3 19:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:22:22 raspberrypi p4d: Updating error list Jan 3 19:22:23 raspberrypi p4d: Updating error list done Jan 3 19:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:22:32 raspberrypi p4d: Checking state ... Jan 3 19:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:22:42 raspberrypi p4d: Checking state ... Jan 3 19:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:22:52 raspberrypi p4d: Checking state ... Jan 3 19:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:23:02 raspberrypi p4d: Checking state ... Jan 3 19:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:23:12 raspberrypi p4d: Checking state ... Jan 3 19:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:23:22 raspberrypi p4d: Checking state ... Jan 3 19:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:23:22 raspberrypi p4d: Reading values ... Jan 3 19:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:23:22 raspberrypi p4d: Updating error list Jan 3 19:23:23 raspberrypi p4d: Updating error list done Jan 3 19:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:23:32 raspberrypi p4d: Checking state ... Jan 3 19:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:23:42 raspberrypi p4d: Checking state ... Jan 3 19:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:23:52 raspberrypi p4d: Checking state ... Jan 3 19:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:24:02 raspberrypi p4d: Checking state ... Jan 3 19:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:24:12 raspberrypi p4d: Checking state ... Jan 3 19:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:24:22 raspberrypi p4d: Checking state ... Jan 3 19:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:24:22 raspberrypi p4d: Reading values ... Jan 3 19:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:24:22 raspberrypi p4d: Updating error list Jan 3 19:24:23 raspberrypi p4d: Updating error list done Jan 3 19:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:24:32 raspberrypi p4d: Checking state ... Jan 3 19:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:24:42 raspberrypi p4d: Checking state ... Jan 3 19:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:24:52 raspberrypi p4d: Checking state ... Jan 3 19:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:25:02 raspberrypi p4d: Checking state ... Jan 3 19:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:25:12 raspberrypi p4d: Checking state ... Jan 3 19:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:25:22 raspberrypi p4d: Checking state ... Jan 3 19:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:25:22 raspberrypi p4d: Reading values ... Jan 3 19:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:25:22 raspberrypi p4d: Updating error list Jan 3 19:25:23 raspberrypi p4d: Updating error list done Jan 3 19:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:25:32 raspberrypi p4d: Checking state ... Jan 3 19:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:25:42 raspberrypi p4d: Checking state ... Jan 3 19:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:25:52 raspberrypi p4d: Checking state ... Jan 3 19:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:26:02 raspberrypi p4d: Checking state ... Jan 3 19:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:26:12 raspberrypi p4d: Checking state ... Jan 3 19:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:26:22 raspberrypi p4d: Checking state ... Jan 3 19:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:26:22 raspberrypi p4d: Reading values ... Jan 3 19:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:26:22 raspberrypi p4d: Updating error list Jan 3 19:26:23 raspberrypi p4d: Updating error list done Jan 3 19:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:26:32 raspberrypi p4d: Checking state ... Jan 3 19:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:26:42 raspberrypi p4d: Checking state ... Jan 3 19:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:26:52 raspberrypi p4d: Checking state ... Jan 3 19:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:27:02 raspberrypi p4d: Checking state ... Jan 3 19:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:27:12 raspberrypi p4d: Checking state ... Jan 3 19:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:27:22 raspberrypi p4d: Checking state ... Jan 3 19:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:27:22 raspberrypi p4d: Reading values ... Jan 3 19:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:27:22 raspberrypi p4d: Updating error list Jan 3 19:27:23 raspberrypi p4d: Updating error list done Jan 3 19:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:27:32 raspberrypi p4d: Checking state ... Jan 3 19:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:27:42 raspberrypi p4d: Checking state ... Jan 3 19:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:27:52 raspberrypi p4d: Checking state ... Jan 3 19:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:28:02 raspberrypi p4d: Checking state ... Jan 3 19:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:28:12 raspberrypi p4d: Checking state ... Jan 3 19:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:28:22 raspberrypi p4d: Checking state ... Jan 3 19:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:28:22 raspberrypi p4d: Reading values ... Jan 3 19:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:28:22 raspberrypi p4d: Updating error list Jan 3 19:28:23 raspberrypi p4d: Updating error list done Jan 3 19:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:28:32 raspberrypi p4d: Checking state ... Jan 3 19:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:28:42 raspberrypi p4d: Checking state ... Jan 3 19:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:28:52 raspberrypi p4d: Checking state ... Jan 3 19:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:29:02 raspberrypi p4d: Checking state ... Jan 3 19:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:29:12 raspberrypi p4d: Checking state ... Jan 3 19:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:29:22 raspberrypi p4d: Checking state ... Jan 3 19:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:29:22 raspberrypi p4d: Reading values ... Jan 3 19:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:29:22 raspberrypi p4d: Updating error list Jan 3 19:29:23 raspberrypi p4d: Updating error list done Jan 3 19:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:29:32 raspberrypi p4d: Checking state ... Jan 3 19:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:29:42 raspberrypi p4d: Checking state ... Jan 3 19:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:29:52 raspberrypi p4d: Checking state ... Jan 3 19:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:30:02 raspberrypi p4d: Checking state ... Jan 3 19:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:30:12 raspberrypi p4d: Checking state ... Jan 3 19:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:30:22 raspberrypi p4d: Checking state ... Jan 3 19:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:30:22 raspberrypi p4d: Reading values ... Jan 3 19:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:30:22 raspberrypi p4d: Updating error list Jan 3 19:30:23 raspberrypi p4d: Updating error list done Jan 3 19:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:30:32 raspberrypi p4d: Checking state ... Jan 3 19:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:30:42 raspberrypi p4d: Checking state ... Jan 3 19:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:30:52 raspberrypi p4d: Checking state ... Jan 3 19:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:31:02 raspberrypi p4d: Checking state ... Jan 3 19:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:31:12 raspberrypi p4d: Checking state ... Jan 3 19:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:31:22 raspberrypi p4d: Checking state ... Jan 3 19:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:31:22 raspberrypi p4d: Reading values ... Jan 3 19:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:31:22 raspberrypi p4d: Updating error list Jan 3 19:31:23 raspberrypi p4d: Updating error list done Jan 3 19:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:31:32 raspberrypi p4d: Checking state ... Jan 3 19:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:31:42 raspberrypi p4d: Checking state ... Jan 3 19:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:31:52 raspberrypi p4d: Checking state ... Jan 3 19:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:32:02 raspberrypi p4d: Checking state ... Jan 3 19:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:32:12 raspberrypi p4d: Checking state ... Jan 3 19:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:32:22 raspberrypi p4d: Checking state ... Jan 3 19:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:32:22 raspberrypi p4d: Reading values ... Jan 3 19:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:32:22 raspberrypi p4d: Updating error list Jan 3 19:32:23 raspberrypi p4d: Updating error list done Jan 3 19:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:32:32 raspberrypi p4d: Checking state ... Jan 3 19:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:32:42 raspberrypi p4d: Checking state ... Jan 3 19:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:32:52 raspberrypi p4d: Checking state ... Jan 3 19:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:33:02 raspberrypi p4d: Checking state ... Jan 3 19:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:33:12 raspberrypi p4d: Checking state ... Jan 3 19:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:33:22 raspberrypi p4d: Checking state ... Jan 3 19:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:33:22 raspberrypi p4d: Reading values ... Jan 3 19:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:33:22 raspberrypi p4d: Updating error list Jan 3 19:33:23 raspberrypi p4d: Updating error list done Jan 3 19:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:33:32 raspberrypi p4d: Checking state ... Jan 3 19:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:33:42 raspberrypi p4d: Checking state ... Jan 3 19:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:33:52 raspberrypi p4d: Checking state ... Jan 3 19:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:34:02 raspberrypi p4d: Checking state ... Jan 3 19:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:34:12 raspberrypi p4d: Checking state ... Jan 3 19:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:34:22 raspberrypi p4d: Checking state ... Jan 3 19:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:34:22 raspberrypi p4d: Reading values ... Jan 3 19:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:34:22 raspberrypi p4d: Updating error list Jan 3 19:34:23 raspberrypi p4d: Updating error list done Jan 3 19:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:34:32 raspberrypi p4d: Checking state ... Jan 3 19:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:34:42 raspberrypi p4d: Checking state ... Jan 3 19:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:34:52 raspberrypi p4d: Checking state ... Jan 3 19:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:35:02 raspberrypi p4d: Checking state ... Jan 3 19:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:35:12 raspberrypi p4d: Checking state ... Jan 3 19:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:35:22 raspberrypi p4d: Checking state ... Jan 3 19:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:35:22 raspberrypi p4d: Reading values ... Jan 3 19:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:35:22 raspberrypi p4d: Updating error list Jan 3 19:35:23 raspberrypi p4d: Updating error list done Jan 3 19:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:35:32 raspberrypi p4d: Checking state ... Jan 3 19:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:35:42 raspberrypi p4d: Checking state ... Jan 3 19:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:35:52 raspberrypi p4d: Checking state ... Jan 3 19:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:36:02 raspberrypi p4d: Checking state ... Jan 3 19:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:36:12 raspberrypi p4d: Checking state ... Jan 3 19:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:36:22 raspberrypi p4d: Checking state ... Jan 3 19:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:36:22 raspberrypi p4d: Reading values ... Jan 3 19:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:36:22 raspberrypi p4d: Updating error list Jan 3 19:36:23 raspberrypi p4d: Updating error list done Jan 3 19:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:36:32 raspberrypi p4d: Checking state ... Jan 3 19:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:36:42 raspberrypi p4d: Checking state ... Jan 3 19:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:36:52 raspberrypi p4d: Checking state ... Jan 3 19:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:37:02 raspberrypi p4d: Checking state ... Jan 3 19:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:37:12 raspberrypi p4d: Checking state ... Jan 3 19:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:37:22 raspberrypi p4d: Checking state ... Jan 3 19:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:37:22 raspberrypi p4d: Reading values ... Jan 3 19:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:37:22 raspberrypi p4d: Updating error list Jan 3 19:37:23 raspberrypi p4d: Updating error list done Jan 3 19:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:37:32 raspberrypi p4d: Checking state ... Jan 3 19:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:37:42 raspberrypi p4d: Checking state ... Jan 3 19:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:37:52 raspberrypi p4d: Checking state ... Jan 3 19:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:38:02 raspberrypi p4d: Checking state ... Jan 3 19:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:38:12 raspberrypi p4d: Checking state ... Jan 3 19:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:38:22 raspberrypi p4d: Checking state ... Jan 3 19:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:38:22 raspberrypi p4d: Reading values ... Jan 3 19:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:38:22 raspberrypi p4d: Updating error list Jan 3 19:38:23 raspberrypi p4d: Updating error list done Jan 3 19:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:38:32 raspberrypi p4d: Checking state ... Jan 3 19:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:38:42 raspberrypi p4d: Checking state ... Jan 3 19:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:38:52 raspberrypi p4d: Checking state ... Jan 3 19:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:39:02 raspberrypi p4d: Checking state ... Jan 3 19:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:39:12 raspberrypi p4d: Checking state ... Jan 3 19:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:39:22 raspberrypi p4d: Checking state ... Jan 3 19:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:39:22 raspberrypi p4d: Reading values ... Jan 3 19:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:39:22 raspberrypi p4d: Updating error list Jan 3 19:39:23 raspberrypi p4d: Updating error list done Jan 3 19:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:39:32 raspberrypi p4d: Checking state ... Jan 3 19:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:39:42 raspberrypi p4d: Checking state ... Jan 3 19:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:39:52 raspberrypi p4d: Checking state ... Jan 3 19:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:40:02 raspberrypi p4d: Checking state ... Jan 3 19:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:40:12 raspberrypi p4d: Checking state ... Jan 3 19:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:40:22 raspberrypi p4d: Checking state ... Jan 3 19:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:40:22 raspberrypi p4d: Reading values ... Jan 3 19:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:40:22 raspberrypi p4d: Updating error list Jan 3 19:40:23 raspberrypi p4d: Updating error list done Jan 3 19:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:40:32 raspberrypi p4d: Checking state ... Jan 3 19:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:40:42 raspberrypi p4d: Checking state ... Jan 3 19:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:40:52 raspberrypi p4d: Checking state ... Jan 3 19:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:41:02 raspberrypi p4d: Checking state ... Jan 3 19:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:41:12 raspberrypi p4d: Checking state ... Jan 3 19:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:41:22 raspberrypi p4d: Checking state ... Jan 3 19:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:41:22 raspberrypi p4d: Reading values ... Jan 3 19:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:41:22 raspberrypi p4d: Updating error list Jan 3 19:41:23 raspberrypi p4d: Updating error list done Jan 3 19:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:41:32 raspberrypi p4d: Checking state ... Jan 3 19:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:41:42 raspberrypi p4d: Checking state ... Jan 3 19:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:41:52 raspberrypi p4d: Checking state ... Jan 3 19:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:42:02 raspberrypi p4d: Checking state ... Jan 3 19:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:42:12 raspberrypi p4d: Checking state ... Jan 3 19:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:42:22 raspberrypi p4d: Checking state ... Jan 3 19:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:42:22 raspberrypi p4d: Reading values ... Jan 3 19:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:42:22 raspberrypi p4d: Updating error list Jan 3 19:42:23 raspberrypi p4d: Updating error list done Jan 3 19:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:42:32 raspberrypi p4d: Checking state ... Jan 3 19:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:42:42 raspberrypi p4d: Checking state ... Jan 3 19:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:42:52 raspberrypi p4d: Checking state ... Jan 3 19:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:43:02 raspberrypi p4d: Checking state ... Jan 3 19:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:43:12 raspberrypi p4d: Checking state ... Jan 3 19:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:43:22 raspberrypi p4d: Checking state ... Jan 3 19:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:43:22 raspberrypi p4d: Reading values ... Jan 3 19:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:43:22 raspberrypi p4d: Updating error list Jan 3 19:43:23 raspberrypi p4d: Updating error list done Jan 3 19:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:43:32 raspberrypi p4d: Checking state ... Jan 3 19:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:43:42 raspberrypi p4d: Checking state ... Jan 3 19:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:43:52 raspberrypi p4d: Checking state ... Jan 3 19:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:44:02 raspberrypi p4d: Checking state ... Jan 3 19:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:44:12 raspberrypi p4d: Checking state ... Jan 3 19:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:44:22 raspberrypi p4d: Checking state ... Jan 3 19:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:44:22 raspberrypi p4d: Reading values ... Jan 3 19:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:44:22 raspberrypi p4d: Updating error list Jan 3 19:44:23 raspberrypi p4d: Updating error list done Jan 3 19:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:44:32 raspberrypi p4d: Checking state ... Jan 3 19:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:44:42 raspberrypi p4d: Checking state ... Jan 3 19:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:44:52 raspberrypi p4d: Checking state ... Jan 3 19:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:45:02 raspberrypi p4d: Checking state ... Jan 3 19:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:45:12 raspberrypi p4d: Checking state ... Jan 3 19:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:45:22 raspberrypi p4d: Checking state ... Jan 3 19:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:45:22 raspberrypi p4d: Reading values ... Jan 3 19:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:45:22 raspberrypi p4d: Updating error list Jan 3 19:45:23 raspberrypi p4d: Updating error list done Jan 3 19:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:45:32 raspberrypi p4d: Checking state ... Jan 3 19:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:45:42 raspberrypi p4d: Checking state ... Jan 3 19:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:45:52 raspberrypi p4d: Checking state ... Jan 3 19:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:46:02 raspberrypi p4d: Checking state ... Jan 3 19:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:46:12 raspberrypi p4d: Checking state ... Jan 3 19:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:46:22 raspberrypi p4d: Checking state ... Jan 3 19:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:46:22 raspberrypi p4d: Reading values ... Jan 3 19:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:46:22 raspberrypi p4d: Updating error list Jan 3 19:46:23 raspberrypi p4d: Updating error list done Jan 3 19:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:46:32 raspberrypi p4d: Checking state ... Jan 3 19:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:46:42 raspberrypi p4d: Checking state ... Jan 3 19:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:46:52 raspberrypi p4d: Checking state ... Jan 3 19:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:47:02 raspberrypi p4d: Checking state ... Jan 3 19:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:47:12 raspberrypi p4d: Checking state ... Jan 3 19:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:47:22 raspberrypi p4d: Checking state ... Jan 3 19:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:47:22 raspberrypi p4d: Reading values ... Jan 3 19:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:47:22 raspberrypi p4d: Updating error list Jan 3 19:47:23 raspberrypi p4d: Updating error list done Jan 3 19:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:47:32 raspberrypi p4d: Checking state ... Jan 3 19:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:47:42 raspberrypi p4d: Checking state ... Jan 3 19:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:47:52 raspberrypi p4d: Checking state ... Jan 3 19:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:48:02 raspberrypi p4d: Checking state ... Jan 3 19:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:48:12 raspberrypi p4d: Checking state ... Jan 3 19:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:48:22 raspberrypi p4d: Checking state ... Jan 3 19:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:48:22 raspberrypi p4d: Reading values ... Jan 3 19:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:48:22 raspberrypi p4d: Updating error list Jan 3 19:48:23 raspberrypi p4d: Updating error list done Jan 3 19:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:48:32 raspberrypi p4d: Checking state ... Jan 3 19:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:48:42 raspberrypi p4d: Checking state ... Jan 3 19:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:48:52 raspberrypi p4d: Checking state ... Jan 3 19:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:49:02 raspberrypi p4d: Checking state ... Jan 3 19:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:49:12 raspberrypi p4d: Checking state ... Jan 3 19:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:49:22 raspberrypi p4d: Checking state ... Jan 3 19:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:49:22 raspberrypi p4d: Reading values ... Jan 3 19:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:49:22 raspberrypi p4d: Updating error list Jan 3 19:49:23 raspberrypi p4d: Updating error list done Jan 3 19:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:49:32 raspberrypi p4d: Checking state ... Jan 3 19:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:49:42 raspberrypi p4d: Checking state ... Jan 3 19:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:49:52 raspberrypi p4d: Checking state ... Jan 3 19:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:50:02 raspberrypi p4d: Checking state ... Jan 3 19:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:50:12 raspberrypi p4d: Checking state ... Jan 3 19:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:50:22 raspberrypi p4d: Checking state ... Jan 3 19:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:50:22 raspberrypi p4d: Reading values ... Jan 3 19:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:50:22 raspberrypi p4d: Updating error list Jan 3 19:50:23 raspberrypi p4d: Updating error list done Jan 3 19:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:50:32 raspberrypi p4d: Checking state ... Jan 3 19:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:50:42 raspberrypi p4d: Checking state ... Jan 3 19:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:50:52 raspberrypi p4d: Checking state ... Jan 3 19:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:51:02 raspberrypi p4d: Checking state ... Jan 3 19:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:51:12 raspberrypi p4d: Checking state ... Jan 3 19:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:51:22 raspberrypi p4d: Checking state ... Jan 3 19:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:51:22 raspberrypi p4d: Reading values ... Jan 3 19:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:51:22 raspberrypi p4d: Updating error list Jan 3 19:51:23 raspberrypi p4d: Updating error list done Jan 3 19:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:51:32 raspberrypi p4d: Checking state ... Jan 3 19:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:51:42 raspberrypi p4d: Checking state ... Jan 3 19:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:51:52 raspberrypi p4d: Checking state ... Jan 3 19:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:52:02 raspberrypi p4d: Checking state ... Jan 3 19:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:52:12 raspberrypi p4d: Checking state ... Jan 3 19:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:52:16 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 19:52:16 raspberrypi p4d: Processing WEBIF job 485 'p4d-state:0x0000/' Jan 3 19:52:16 raspberrypi p4d: Processing WEBIF job 485 done with 'success:19:52:22#0.2.335-GITec50da3#3 Stunden 46 Minuten#0.16 0.18 0.13' after 0 seconds Jan 3 19:52:16 raspberrypi p4d: Processing WEBIF job 486 's3200-state:0x0000/' Jan 3 19:52:16 raspberrypi p4d: Processing WEBIF job 486 done with 'success:Thursday, 03. Jan. 2019 19:50:02#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 19:52:22 raspberrypi p4d: Checking state ... Jan 3 19:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:52:22 raspberrypi p4d: Reading values ... Jan 3 19:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:52:22 raspberrypi p4d: Updating error list Jan 3 19:52:23 raspberrypi p4d: Updating error list done Jan 3 19:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:52:32 raspberrypi p4d: Checking state ... Jan 3 19:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:52:42 raspberrypi p4d: Checking state ... Jan 3 19:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:52:52 raspberrypi p4d: Checking state ... Jan 3 19:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:53:00 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 19:53:00 raspberrypi p4d: Processing WEBIF job 487 'p4d-state:0x0000/' Jan 3 19:53:00 raspberrypi p4d: Processing WEBIF job 487 done with 'success:19:53:22#0.2.335-GITec50da3#3 Stunden 46 Minuten#0.07 0.15 0.12' after 0 seconds Jan 3 19:53:00 raspberrypi p4d: Processing WEBIF job 488 's3200-state:0x0000/' Jan 3 19:53:00 raspberrypi p4d: Processing WEBIF job 488 done with 'success:Thursday, 03. Jan. 2019 19:50:42#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 19:53:02 raspberrypi p4d: Checking state ... Jan 3 19:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:53:12 raspberrypi p4d: Checking state ... Jan 3 19:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:53:22 raspberrypi p4d: Checking state ... Jan 3 19:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:53:22 raspberrypi p4d: Reading values ... Jan 3 19:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:53:22 raspberrypi p4d: Updating error list Jan 3 19:53:23 raspberrypi p4d: Updating error list done Jan 3 19:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:53:32 raspberrypi p4d: Checking state ... Jan 3 19:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:53:32 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 19:53:32 raspberrypi p4d: Processing WEBIF job 489 'p4d-state:0x0000/' Jan 3 19:53:32 raspberrypi p4d: Processing WEBIF job 489 done with 'success:19:54:22#0.2.335-GITec50da3#3 Stunden 47 Minuten#0.10 0.15 0.12' after 0 seconds Jan 3 19:53:32 raspberrypi p4d: Processing WEBIF job 490 's3200-state:0x0000/' Jan 3 19:53:32 raspberrypi p4d: Processing WEBIF job 490 done with 'success:Thursday, 03. Jan. 2019 19:51:22#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 19:53:42 raspberrypi p4d: Checking state ... Jan 3 19:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:53:46 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 19:53:46 raspberrypi p4d: Processing WEBIF job 491 'p4d-state:0x0000/' Jan 3 19:53:46 raspberrypi p4d: Processing WEBIF job 491 done with 'success:19:54:22#0.2.335-GITec50da3#3 Stunden 47 Minuten#0.08 0.15 0.11' after 0 seconds Jan 3 19:53:46 raspberrypi p4d: Processing WEBIF job 492 's3200-state:0x0000/' Jan 3 19:53:46 raspberrypi p4d: Processing WEBIF job 492 done with 'success:Thursday, 03. Jan. 2019 19:51:32#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 19:53:52 raspberrypi p4d: Checking state ... Jan 3 19:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:54:02 raspberrypi p4d: Checking state ... Jan 3 19:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:54:12 raspberrypi p4d: Checking state ... Jan 3 19:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:54:22 raspberrypi p4d: Checking state ... Jan 3 19:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:54:22 raspberrypi p4d: Reading values ... Jan 3 19:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:54:22 raspberrypi p4d: Updating error list Jan 3 19:54:23 raspberrypi p4d: Updating error list done Jan 3 19:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:54:32 raspberrypi p4d: Checking state ... Jan 3 19:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:54:42 raspberrypi p4d: Checking state ... Jan 3 19:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:54:52 raspberrypi p4d: Checking state ... Jan 3 19:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:55:02 raspberrypi p4d: Checking state ... Jan 3 19:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:55:12 raspberrypi p4d: Checking state ... Jan 3 19:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:55:22 raspberrypi p4d: Checking state ... Jan 3 19:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:55:22 raspberrypi p4d: Reading values ... Jan 3 19:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:55:22 raspberrypi p4d: Updating error list Jan 3 19:55:23 raspberrypi p4d: Updating error list done Jan 3 19:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:55:32 raspberrypi p4d: Checking state ... Jan 3 19:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:55:42 raspberrypi p4d: Checking state ... Jan 3 19:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:55:52 raspberrypi p4d: Checking state ... Jan 3 19:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:56:02 raspberrypi p4d: Checking state ... Jan 3 19:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:56:12 raspberrypi p4d: Checking state ... Jan 3 19:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:56:22 raspberrypi p4d: Checking state ... Jan 3 19:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:56:22 raspberrypi p4d: Reading values ... Jan 3 19:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:56:22 raspberrypi p4d: Updating error list Jan 3 19:56:23 raspberrypi p4d: Updating error list done Jan 3 19:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:56:32 raspberrypi p4d: Checking state ... Jan 3 19:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:56:42 raspberrypi p4d: Checking state ... Jan 3 19:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:56:52 raspberrypi p4d: Checking state ... Jan 3 19:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:57:02 raspberrypi p4d: Checking state ... Jan 3 19:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:57:12 raspberrypi p4d: Checking state ... Jan 3 19:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:57:22 raspberrypi p4d: Checking state ... Jan 3 19:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:57:22 raspberrypi p4d: Reading values ... Jan 3 19:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:57:22 raspberrypi p4d: Updating error list Jan 3 19:57:23 raspberrypi p4d: Updating error list done Jan 3 19:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:57:32 raspberrypi p4d: Checking state ... Jan 3 19:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:57:42 raspberrypi p4d: Checking state ... Jan 3 19:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:57:52 raspberrypi p4d: Checking state ... Jan 3 19:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:58:02 raspberrypi p4d: Checking state ... Jan 3 19:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:58:12 raspberrypi p4d: Checking state ... Jan 3 19:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:58:22 raspberrypi p4d: Checking state ... Jan 3 19:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:58:22 raspberrypi p4d: Reading values ... Jan 3 19:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:58:22 raspberrypi p4d: Updating error list Jan 3 19:58:23 raspberrypi p4d: Updating error list done Jan 3 19:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:58:32 raspberrypi p4d: Checking state ... Jan 3 19:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:58:42 raspberrypi p4d: Checking state ... Jan 3 19:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:58:52 raspberrypi p4d: Checking state ... Jan 3 19:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:59:02 raspberrypi p4d: Checking state ... Jan 3 19:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:59:12 raspberrypi p4d: Checking state ... Jan 3 19:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:59:22 raspberrypi p4d: Checking state ... Jan 3 19:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:59:22 raspberrypi p4d: Reading values ... Jan 3 19:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 19:59:22 raspberrypi p4d: Updating error list Jan 3 19:59:23 raspberrypi p4d: Updating error list done Jan 3 19:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 19:59:32 raspberrypi p4d: Checking state ... Jan 3 19:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:59:42 raspberrypi p4d: Checking state ... Jan 3 19:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 19:59:52 raspberrypi p4d: Checking state ... Jan 3 19:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:00:02 raspberrypi p4d: Checking state ... Jan 3 20:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:00:12 raspberrypi p4d: Checking state ... Jan 3 20:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:00:22 raspberrypi p4d: Checking state ... Jan 3 20:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:00:22 raspberrypi p4d: Reading values ... Jan 3 20:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:00:22 raspberrypi p4d: Updating error list Jan 3 20:00:23 raspberrypi p4d: Updating error list done Jan 3 20:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:00:32 raspberrypi p4d: Checking state ... Jan 3 20:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:00:42 raspberrypi p4d: Checking state ... Jan 3 20:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:00:52 raspberrypi p4d: Checking state ... Jan 3 20:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:01:02 raspberrypi p4d: Checking state ... Jan 3 20:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:01:12 raspberrypi p4d: Checking state ... Jan 3 20:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:01:22 raspberrypi p4d: Checking state ... Jan 3 20:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:01:22 raspberrypi p4d: Reading values ... Jan 3 20:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:01:22 raspberrypi p4d: Updating error list Jan 3 20:01:23 raspberrypi p4d: Updating error list done Jan 3 20:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:01:32 raspberrypi p4d: Checking state ... Jan 3 20:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:01:42 raspberrypi p4d: Checking state ... Jan 3 20:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:01:52 raspberrypi p4d: Checking state ... Jan 3 20:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:02:02 raspberrypi p4d: Checking state ... Jan 3 20:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:02:12 raspberrypi p4d: Checking state ... Jan 3 20:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:02:22 raspberrypi p4d: Checking state ... Jan 3 20:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:02:22 raspberrypi p4d: Reading values ... Jan 3 20:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:02:22 raspberrypi p4d: Updating error list Jan 3 20:02:23 raspberrypi p4d: Updating error list done Jan 3 20:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:02:32 raspberrypi p4d: Checking state ... Jan 3 20:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:02:42 raspberrypi p4d: Checking state ... Jan 3 20:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:02:52 raspberrypi p4d: Checking state ... Jan 3 20:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:03:02 raspberrypi p4d: Checking state ... Jan 3 20:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:03:12 raspberrypi p4d: Checking state ... Jan 3 20:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:03:22 raspberrypi p4d: Checking state ... Jan 3 20:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:03:22 raspberrypi p4d: Reading values ... Jan 3 20:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:03:22 raspberrypi p4d: Updating error list Jan 3 20:03:23 raspberrypi p4d: Updating error list done Jan 3 20:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:03:32 raspberrypi p4d: Checking state ... Jan 3 20:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:03:42 raspberrypi p4d: Checking state ... Jan 3 20:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:03:52 raspberrypi p4d: Checking state ... Jan 3 20:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:04:02 raspberrypi p4d: Checking state ... Jan 3 20:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:04:12 raspberrypi p4d: Checking state ... Jan 3 20:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:04:22 raspberrypi p4d: Checking state ... Jan 3 20:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:04:22 raspberrypi p4d: Reading values ... Jan 3 20:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:04:22 raspberrypi p4d: Updating error list Jan 3 20:04:23 raspberrypi p4d: Updating error list done Jan 3 20:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:04:32 raspberrypi p4d: Checking state ... Jan 3 20:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:04:42 raspberrypi p4d: Checking state ... Jan 3 20:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:04:52 raspberrypi p4d: Checking state ... Jan 3 20:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:05:02 raspberrypi p4d: Checking state ... Jan 3 20:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:05:12 raspberrypi p4d: Checking state ... Jan 3 20:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:05:22 raspberrypi p4d: Checking state ... Jan 3 20:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:05:22 raspberrypi p4d: Reading values ... Jan 3 20:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:05:22 raspberrypi p4d: Updating error list Jan 3 20:05:23 raspberrypi p4d: Updating error list done Jan 3 20:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:05:32 raspberrypi p4d: Checking state ... Jan 3 20:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:05:42 raspberrypi p4d: Checking state ... Jan 3 20:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:05:52 raspberrypi p4d: Checking state ... Jan 3 20:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:06:02 raspberrypi p4d: Checking state ... Jan 3 20:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:06:12 raspberrypi p4d: Checking state ... Jan 3 20:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:06:22 raspberrypi p4d: Checking state ... Jan 3 20:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:06:22 raspberrypi p4d: Reading values ... Jan 3 20:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:06:22 raspberrypi p4d: Updating error list Jan 3 20:06:23 raspberrypi p4d: Updating error list done Jan 3 20:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:06:32 raspberrypi p4d: Checking state ... Jan 3 20:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:06:42 raspberrypi p4d: Checking state ... Jan 3 20:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:06:52 raspberrypi p4d: Checking state ... Jan 3 20:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:07:02 raspberrypi p4d: Checking state ... Jan 3 20:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:07:12 raspberrypi p4d: Checking state ... Jan 3 20:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:07:22 raspberrypi p4d: Checking state ... Jan 3 20:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:07:22 raspberrypi p4d: Reading values ... Jan 3 20:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:07:22 raspberrypi p4d: Updating error list Jan 3 20:07:23 raspberrypi p4d: Updating error list done Jan 3 20:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:07:32 raspberrypi p4d: Checking state ... Jan 3 20:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:07:42 raspberrypi p4d: Checking state ... Jan 3 20:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:07:52 raspberrypi p4d: Checking state ... Jan 3 20:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:08:02 raspberrypi p4d: Checking state ... Jan 3 20:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:08:12 raspberrypi p4d: Checking state ... Jan 3 20:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:08:22 raspberrypi p4d: Checking state ... Jan 3 20:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:08:22 raspberrypi p4d: Reading values ... Jan 3 20:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:08:22 raspberrypi p4d: Updating error list Jan 3 20:08:23 raspberrypi p4d: Updating error list done Jan 3 20:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:08:32 raspberrypi p4d: Checking state ... Jan 3 20:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:08:42 raspberrypi p4d: Checking state ... Jan 3 20:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:08:52 raspberrypi p4d: Checking state ... Jan 3 20:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:09:02 raspberrypi p4d: Checking state ... Jan 3 20:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:09:12 raspberrypi p4d: Checking state ... Jan 3 20:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:09:22 raspberrypi p4d: Checking state ... Jan 3 20:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:09:22 raspberrypi p4d: Reading values ... Jan 3 20:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:09:22 raspberrypi p4d: Updating error list Jan 3 20:09:23 raspberrypi p4d: Updating error list done Jan 3 20:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:09:32 raspberrypi p4d: Checking state ... Jan 3 20:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:09:42 raspberrypi p4d: Checking state ... Jan 3 20:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:09:52 raspberrypi p4d: Checking state ... Jan 3 20:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:10:02 raspberrypi p4d: Checking state ... Jan 3 20:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:10:12 raspberrypi p4d: Checking state ... Jan 3 20:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:10:22 raspberrypi p4d: Checking state ... Jan 3 20:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:10:22 raspberrypi p4d: Reading values ... Jan 3 20:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:10:22 raspberrypi p4d: Updating error list Jan 3 20:10:23 raspberrypi p4d: Updating error list done Jan 3 20:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:10:32 raspberrypi p4d: Checking state ... Jan 3 20:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:10:42 raspberrypi p4d: Checking state ... Jan 3 20:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:10:52 raspberrypi p4d: Checking state ... Jan 3 20:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:11:02 raspberrypi p4d: Checking state ... Jan 3 20:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:11:12 raspberrypi p4d: Checking state ... Jan 3 20:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:11:22 raspberrypi p4d: Checking state ... Jan 3 20:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:11:22 raspberrypi p4d: Reading values ... Jan 3 20:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:11:22 raspberrypi p4d: Updating error list Jan 3 20:11:23 raspberrypi p4d: Updating error list done Jan 3 20:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:11:32 raspberrypi p4d: Checking state ... Jan 3 20:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:11:42 raspberrypi p4d: Checking state ... Jan 3 20:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:11:52 raspberrypi p4d: Checking state ... Jan 3 20:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:12:02 raspberrypi p4d: Checking state ... Jan 3 20:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:12:12 raspberrypi p4d: Checking state ... Jan 3 20:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:12:22 raspberrypi p4d: Checking state ... Jan 3 20:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:12:22 raspberrypi p4d: Reading values ... Jan 3 20:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:12:22 raspberrypi p4d: Updating error list Jan 3 20:12:23 raspberrypi p4d: Updating error list done Jan 3 20:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:12:32 raspberrypi p4d: Checking state ... Jan 3 20:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:12:42 raspberrypi p4d: Checking state ... Jan 3 20:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:12:52 raspberrypi p4d: Checking state ... Jan 3 20:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:13:02 raspberrypi p4d: Checking state ... Jan 3 20:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:13:12 raspberrypi p4d: Checking state ... Jan 3 20:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:13:22 raspberrypi p4d: Checking state ... Jan 3 20:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:13:22 raspberrypi p4d: Reading values ... Jan 3 20:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:13:22 raspberrypi p4d: Updating error list Jan 3 20:13:23 raspberrypi p4d: Updating error list done Jan 3 20:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:13:32 raspberrypi p4d: Checking state ... Jan 3 20:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:13:42 raspberrypi p4d: Checking state ... Jan 3 20:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:13:52 raspberrypi p4d: Checking state ... Jan 3 20:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:14:02 raspberrypi p4d: Checking state ... Jan 3 20:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:14:12 raspberrypi p4d: Checking state ... Jan 3 20:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:14:22 raspberrypi p4d: Checking state ... Jan 3 20:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:14:22 raspberrypi p4d: Reading values ... Jan 3 20:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:14:22 raspberrypi p4d: Updating error list Jan 3 20:14:23 raspberrypi p4d: Updating error list done Jan 3 20:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:14:32 raspberrypi p4d: Checking state ... Jan 3 20:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:14:42 raspberrypi p4d: Checking state ... Jan 3 20:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:14:52 raspberrypi p4d: Checking state ... Jan 3 20:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:15:02 raspberrypi p4d: Checking state ... Jan 3 20:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:15:12 raspberrypi p4d: Checking state ... Jan 3 20:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:15:22 raspberrypi p4d: Checking state ... Jan 3 20:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:15:22 raspberrypi p4d: Reading values ... Jan 3 20:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:15:22 raspberrypi p4d: Updating error list Jan 3 20:15:23 raspberrypi p4d: Updating error list done Jan 3 20:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:15:32 raspberrypi p4d: Checking state ... Jan 3 20:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:15:42 raspberrypi p4d: Checking state ... Jan 3 20:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:15:52 raspberrypi p4d: Checking state ... Jan 3 20:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:16:02 raspberrypi p4d: Checking state ... Jan 3 20:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:16:12 raspberrypi p4d: Checking state ... Jan 3 20:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:16:22 raspberrypi p4d: Checking state ... Jan 3 20:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:16:22 raspberrypi p4d: Reading values ... Jan 3 20:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:16:22 raspberrypi p4d: Updating error list Jan 3 20:16:23 raspberrypi p4d: Updating error list done Jan 3 20:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:16:32 raspberrypi p4d: Checking state ... Jan 3 20:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:16:42 raspberrypi p4d: Checking state ... Jan 3 20:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:16:52 raspberrypi p4d: Checking state ... Jan 3 20:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:17:02 raspberrypi p4d: Checking state ... Jan 3 20:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:17:12 raspberrypi p4d: Checking state ... Jan 3 20:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:17:22 raspberrypi p4d: Checking state ... Jan 3 20:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:17:22 raspberrypi p4d: Reading values ... Jan 3 20:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:17:22 raspberrypi p4d: Updating error list Jan 3 20:17:23 raspberrypi p4d: Updating error list done Jan 3 20:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:17:32 raspberrypi p4d: Checking state ... Jan 3 20:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:17:42 raspberrypi p4d: Checking state ... Jan 3 20:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:17:52 raspberrypi p4d: Checking state ... Jan 3 20:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:18:02 raspberrypi p4d: Checking state ... Jan 3 20:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:18:12 raspberrypi p4d: Checking state ... Jan 3 20:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:18:22 raspberrypi p4d: Checking state ... Jan 3 20:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:18:22 raspberrypi p4d: Reading values ... Jan 3 20:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:18:22 raspberrypi p4d: Updating error list Jan 3 20:18:23 raspberrypi p4d: Updating error list done Jan 3 20:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:18:32 raspberrypi p4d: Checking state ... Jan 3 20:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:18:42 raspberrypi p4d: Checking state ... Jan 3 20:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:18:52 raspberrypi p4d: Checking state ... Jan 3 20:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:19:02 raspberrypi p4d: Checking state ... Jan 3 20:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:19:12 raspberrypi p4d: Checking state ... Jan 3 20:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:19:22 raspberrypi p4d: Checking state ... Jan 3 20:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:19:22 raspberrypi p4d: Reading values ... Jan 3 20:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:19:22 raspberrypi p4d: Updating error list Jan 3 20:19:23 raspberrypi p4d: Updating error list done Jan 3 20:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:19:32 raspberrypi p4d: Checking state ... Jan 3 20:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:19:42 raspberrypi p4d: Checking state ... Jan 3 20:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:19:52 raspberrypi p4d: Checking state ... Jan 3 20:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:20:02 raspberrypi p4d: Checking state ... Jan 3 20:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:20:12 raspberrypi p4d: Checking state ... Jan 3 20:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:20:22 raspberrypi p4d: Checking state ... Jan 3 20:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:20:22 raspberrypi p4d: Reading values ... Jan 3 20:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:20:22 raspberrypi p4d: Updating error list Jan 3 20:20:23 raspberrypi p4d: Updating error list done Jan 3 20:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:20:32 raspberrypi p4d: Checking state ... Jan 3 20:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:20:42 raspberrypi p4d: Checking state ... Jan 3 20:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:20:52 raspberrypi p4d: Checking state ... Jan 3 20:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:21:02 raspberrypi p4d: Checking state ... Jan 3 20:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:21:12 raspberrypi p4d: Checking state ... Jan 3 20:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:21:18 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 20:21:18 raspberrypi p4d: Processing WEBIF job 493 'p4d-state:0x0000/' Jan 3 20:21:18 raspberrypi p4d: Processing WEBIF job 493 done with 'success:20:21:22#0.2.335-GITec50da3#4 Stunden 15 Minuten#0.16 0.09 0.09' after 0 seconds Jan 3 20:21:18 raspberrypi p4d: Processing WEBIF job 494 's3200-state:0x0000/' Jan 3 20:21:19 raspberrypi p4d: Processing WEBIF job 494 done with 'success:Thursday, 03. Jan. 2019 20:19:02#19#Betriebsbereit#Übergangsbetrieb' after 1 seconds Jan 3 20:21:22 raspberrypi p4d: Checking state ... Jan 3 20:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:21:22 raspberrypi p4d: Reading values ... Jan 3 20:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:21:22 raspberrypi p4d: Updating error list Jan 3 20:21:23 raspberrypi p4d: Updating error list done Jan 3 20:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:21:32 raspberrypi p4d: Checking state ... Jan 3 20:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:21:35 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 3 20:21:35 raspberrypi p4d: Processing WEBIF job 495 'p4d-state:0x0000/' Jan 3 20:21:35 raspberrypi p4d: Processing WEBIF job 495 done with 'success:20:22:22#0.2.335-GITec50da3#4 Stunden 15 Minuten#0.26 0.12 0.10' after 0 seconds Jan 3 20:21:35 raspberrypi p4d: Processing WEBIF job 496 's3200-state:0x0000/' Jan 3 20:21:35 raspberrypi p4d: Processing WEBIF job 496 done with 'success:Thursday, 03. Jan. 2019 20:19:22#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 3 20:21:42 raspberrypi p4d: Checking state ... Jan 3 20:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:21:52 raspberrypi p4d: Checking state ... Jan 3 20:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:22:02 raspberrypi p4d: Checking state ... Jan 3 20:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:22:12 raspberrypi p4d: Checking state ... Jan 3 20:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:22:22 raspberrypi p4d: Checking state ... Jan 3 20:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:22:22 raspberrypi p4d: Reading values ... Jan 3 20:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:22:22 raspberrypi p4d: Updating error list Jan 3 20:22:23 raspberrypi p4d: Updating error list done Jan 3 20:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:22:32 raspberrypi p4d: Checking state ... Jan 3 20:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:22:42 raspberrypi p4d: Checking state ... Jan 3 20:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:22:52 raspberrypi p4d: Checking state ... Jan 3 20:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:23:02 raspberrypi p4d: Checking state ... Jan 3 20:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:23:12 raspberrypi p4d: Checking state ... Jan 3 20:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:23:22 raspberrypi p4d: Checking state ... Jan 3 20:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:23:22 raspberrypi p4d: Reading values ... Jan 3 20:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:23:22 raspberrypi p4d: Updating error list Jan 3 20:23:23 raspberrypi p4d: Updating error list done Jan 3 20:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:23:32 raspberrypi p4d: Checking state ... Jan 3 20:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:23:42 raspberrypi p4d: Checking state ... Jan 3 20:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:23:52 raspberrypi p4d: Checking state ... Jan 3 20:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:24:02 raspberrypi p4d: Checking state ... Jan 3 20:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:24:12 raspberrypi p4d: Checking state ... Jan 3 20:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:24:22 raspberrypi p4d: Checking state ... Jan 3 20:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:24:22 raspberrypi p4d: Reading values ... Jan 3 20:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:24:22 raspberrypi p4d: Updating error list Jan 3 20:24:23 raspberrypi p4d: Updating error list done Jan 3 20:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:24:32 raspberrypi p4d: Checking state ... Jan 3 20:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:24:42 raspberrypi p4d: Checking state ... Jan 3 20:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:24:52 raspberrypi p4d: Checking state ... Jan 3 20:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:25:02 raspberrypi p4d: Checking state ... Jan 3 20:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:25:12 raspberrypi p4d: Checking state ... Jan 3 20:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:25:22 raspberrypi p4d: Checking state ... Jan 3 20:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:25:22 raspberrypi p4d: Reading values ... Jan 3 20:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:25:22 raspberrypi p4d: Updating error list Jan 3 20:25:23 raspberrypi p4d: Updating error list done Jan 3 20:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:25:32 raspberrypi p4d: Checking state ... Jan 3 20:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:25:42 raspberrypi p4d: Checking state ... Jan 3 20:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:25:52 raspberrypi p4d: Checking state ... Jan 3 20:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:26:02 raspberrypi p4d: Checking state ... Jan 3 20:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:26:12 raspberrypi p4d: Checking state ... Jan 3 20:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:26:22 raspberrypi p4d: Checking state ... Jan 3 20:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:26:22 raspberrypi p4d: Reading values ... Jan 3 20:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:26:22 raspberrypi p4d: Updating error list Jan 3 20:26:23 raspberrypi p4d: Updating error list done Jan 3 20:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:26:32 raspberrypi p4d: Checking state ... Jan 3 20:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:26:42 raspberrypi p4d: Checking state ... Jan 3 20:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:26:52 raspberrypi p4d: Checking state ... Jan 3 20:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:27:02 raspberrypi p4d: Checking state ... Jan 3 20:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:27:12 raspberrypi p4d: Checking state ... Jan 3 20:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:27:22 raspberrypi p4d: Checking state ... Jan 3 20:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:27:22 raspberrypi p4d: Reading values ... Jan 3 20:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:27:22 raspberrypi p4d: Updating error list Jan 3 20:27:23 raspberrypi p4d: Updating error list done Jan 3 20:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:27:32 raspberrypi p4d: Checking state ... Jan 3 20:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:27:42 raspberrypi p4d: Checking state ... Jan 3 20:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:27:52 raspberrypi p4d: Checking state ... Jan 3 20:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:28:02 raspberrypi p4d: Checking state ... Jan 3 20:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:28:12 raspberrypi p4d: Checking state ... Jan 3 20:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:28:22 raspberrypi p4d: Checking state ... Jan 3 20:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:28:22 raspberrypi p4d: Reading values ... Jan 3 20:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:28:22 raspberrypi p4d: Updating error list Jan 3 20:28:23 raspberrypi p4d: Updating error list done Jan 3 20:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:28:32 raspberrypi p4d: Checking state ... Jan 3 20:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:28:42 raspberrypi p4d: Checking state ... Jan 3 20:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:28:52 raspberrypi p4d: Checking state ... Jan 3 20:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:29:02 raspberrypi p4d: Checking state ... Jan 3 20:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:29:12 raspberrypi p4d: Checking state ... Jan 3 20:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:29:22 raspberrypi p4d: Checking state ... Jan 3 20:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:29:22 raspberrypi p4d: Reading values ... Jan 3 20:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:29:22 raspberrypi p4d: Updating error list Jan 3 20:29:23 raspberrypi p4d: Updating error list done Jan 3 20:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:29:32 raspberrypi p4d: Checking state ... Jan 3 20:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:29:42 raspberrypi p4d: Checking state ... Jan 3 20:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:29:52 raspberrypi p4d: Checking state ... Jan 3 20:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:30:02 raspberrypi p4d: Checking state ... Jan 3 20:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:30:12 raspberrypi p4d: Checking state ... Jan 3 20:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:30:22 raspberrypi p4d: Checking state ... Jan 3 20:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:30:22 raspberrypi p4d: Reading values ... Jan 3 20:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:30:22 raspberrypi p4d: Updating error list Jan 3 20:30:23 raspberrypi p4d: Updating error list done Jan 3 20:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:30:32 raspberrypi p4d: Checking state ... Jan 3 20:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:30:42 raspberrypi p4d: Checking state ... Jan 3 20:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:30:52 raspberrypi p4d: Checking state ... Jan 3 20:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:31:02 raspberrypi p4d: Checking state ... Jan 3 20:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:31:12 raspberrypi p4d: Checking state ... Jan 3 20:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:31:22 raspberrypi p4d: Checking state ... Jan 3 20:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:31:22 raspberrypi p4d: Reading values ... Jan 3 20:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:31:22 raspberrypi p4d: Updating error list Jan 3 20:31:23 raspberrypi p4d: Updating error list done Jan 3 20:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:31:32 raspberrypi p4d: Checking state ... Jan 3 20:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:31:42 raspberrypi p4d: Checking state ... Jan 3 20:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:31:52 raspberrypi p4d: Checking state ... Jan 3 20:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:32:02 raspberrypi p4d: Checking state ... Jan 3 20:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:32:12 raspberrypi p4d: Checking state ... Jan 3 20:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:32:22 raspberrypi p4d: Checking state ... Jan 3 20:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:32:22 raspberrypi p4d: Reading values ... Jan 3 20:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:32:22 raspberrypi p4d: Updating error list Jan 3 20:32:23 raspberrypi p4d: Updating error list done Jan 3 20:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:32:32 raspberrypi p4d: Checking state ... Jan 3 20:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:32:42 raspberrypi p4d: Checking state ... Jan 3 20:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:32:52 raspberrypi p4d: Checking state ... Jan 3 20:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:33:02 raspberrypi p4d: Checking state ... Jan 3 20:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:33:12 raspberrypi p4d: Checking state ... Jan 3 20:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:33:22 raspberrypi p4d: Checking state ... Jan 3 20:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:33:22 raspberrypi p4d: Reading values ... Jan 3 20:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:33:22 raspberrypi p4d: Updating error list Jan 3 20:33:23 raspberrypi p4d: Updating error list done Jan 3 20:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:33:32 raspberrypi p4d: Checking state ... Jan 3 20:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:33:42 raspberrypi p4d: Checking state ... Jan 3 20:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:33:52 raspberrypi p4d: Checking state ... Jan 3 20:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:34:02 raspberrypi p4d: Checking state ... Jan 3 20:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:34:12 raspberrypi p4d: Checking state ... Jan 3 20:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:34:22 raspberrypi p4d: Checking state ... Jan 3 20:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:34:22 raspberrypi p4d: Reading values ... Jan 3 20:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:34:22 raspberrypi p4d: Updating error list Jan 3 20:34:23 raspberrypi p4d: Updating error list done Jan 3 20:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:34:32 raspberrypi p4d: Checking state ... Jan 3 20:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:34:42 raspberrypi p4d: Checking state ... Jan 3 20:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:34:52 raspberrypi p4d: Checking state ... Jan 3 20:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:35:02 raspberrypi p4d: Checking state ... Jan 3 20:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:35:12 raspberrypi p4d: Checking state ... Jan 3 20:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:35:22 raspberrypi p4d: Checking state ... Jan 3 20:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:35:22 raspberrypi p4d: Reading values ... Jan 3 20:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:35:22 raspberrypi p4d: Updating error list Jan 3 20:35:23 raspberrypi p4d: Updating error list done Jan 3 20:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:35:32 raspberrypi p4d: Checking state ... Jan 3 20:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:35:42 raspberrypi p4d: Checking state ... Jan 3 20:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:35:52 raspberrypi p4d: Checking state ... Jan 3 20:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:36:02 raspberrypi p4d: Checking state ... Jan 3 20:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:36:12 raspberrypi p4d: Checking state ... Jan 3 20:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:36:22 raspberrypi p4d: Checking state ... Jan 3 20:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:36:22 raspberrypi p4d: Reading values ... Jan 3 20:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:36:22 raspberrypi p4d: Updating error list Jan 3 20:36:23 raspberrypi p4d: Updating error list done Jan 3 20:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:36:32 raspberrypi p4d: Checking state ... Jan 3 20:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:36:42 raspberrypi p4d: Checking state ... Jan 3 20:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:36:52 raspberrypi p4d: Checking state ... Jan 3 20:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:37:02 raspberrypi p4d: Checking state ... Jan 3 20:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:37:12 raspberrypi p4d: Checking state ... Jan 3 20:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:37:22 raspberrypi p4d: Checking state ... Jan 3 20:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:37:22 raspberrypi p4d: Reading values ... Jan 3 20:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:37:22 raspberrypi p4d: Updating error list Jan 3 20:37:23 raspberrypi p4d: Updating error list done Jan 3 20:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:37:32 raspberrypi p4d: Checking state ... Jan 3 20:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:37:42 raspberrypi p4d: Checking state ... Jan 3 20:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:37:52 raspberrypi p4d: Checking state ... Jan 3 20:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:38:02 raspberrypi p4d: Checking state ... Jan 3 20:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:38:12 raspberrypi p4d: Checking state ... Jan 3 20:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:38:22 raspberrypi p4d: Checking state ... Jan 3 20:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:38:22 raspberrypi p4d: Reading values ... Jan 3 20:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:38:22 raspberrypi p4d: Updating error list Jan 3 20:38:23 raspberrypi p4d: Updating error list done Jan 3 20:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:38:32 raspberrypi p4d: Checking state ... Jan 3 20:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:38:42 raspberrypi p4d: Checking state ... Jan 3 20:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:38:52 raspberrypi p4d: Checking state ... Jan 3 20:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:39:02 raspberrypi p4d: Checking state ... Jan 3 20:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:39:12 raspberrypi p4d: Checking state ... Jan 3 20:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:39:22 raspberrypi p4d: Checking state ... Jan 3 20:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:39:22 raspberrypi p4d: Reading values ... Jan 3 20:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:39:22 raspberrypi p4d: Updating error list Jan 3 20:39:23 raspberrypi p4d: Updating error list done Jan 3 20:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:39:32 raspberrypi p4d: Checking state ... Jan 3 20:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:39:42 raspberrypi p4d: Checking state ... Jan 3 20:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:39:52 raspberrypi p4d: Checking state ... Jan 3 20:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:40:02 raspberrypi p4d: Checking state ... Jan 3 20:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:40:12 raspberrypi p4d: Checking state ... Jan 3 20:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:40:22 raspberrypi p4d: Checking state ... Jan 3 20:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:40:22 raspberrypi p4d: Reading values ... Jan 3 20:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:40:22 raspberrypi p4d: Updating error list Jan 3 20:40:23 raspberrypi p4d: Updating error list done Jan 3 20:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:40:32 raspberrypi p4d: Checking state ... Jan 3 20:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:40:42 raspberrypi p4d: Checking state ... Jan 3 20:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:40:52 raspberrypi p4d: Checking state ... Jan 3 20:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:41:02 raspberrypi p4d: Checking state ... Jan 3 20:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:41:12 raspberrypi p4d: Checking state ... Jan 3 20:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:41:22 raspberrypi p4d: Checking state ... Jan 3 20:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:41:22 raspberrypi p4d: Reading values ... Jan 3 20:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:41:22 raspberrypi p4d: Updating error list Jan 3 20:41:24 raspberrypi p4d: Updating error list done Jan 3 20:41:24 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:41:32 raspberrypi p4d: Checking state ... Jan 3 20:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:41:42 raspberrypi p4d: Checking state ... Jan 3 20:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:41:52 raspberrypi p4d: Checking state ... Jan 3 20:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:42:02 raspberrypi p4d: Checking state ... Jan 3 20:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:42:12 raspberrypi p4d: Checking state ... Jan 3 20:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:42:22 raspberrypi p4d: Checking state ... Jan 3 20:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:42:22 raspberrypi p4d: Reading values ... Jan 3 20:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:42:22 raspberrypi p4d: Updating error list Jan 3 20:42:23 raspberrypi p4d: Updating error list done Jan 3 20:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:42:32 raspberrypi p4d: Checking state ... Jan 3 20:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:42:42 raspberrypi p4d: Checking state ... Jan 3 20:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:42:52 raspberrypi p4d: Checking state ... Jan 3 20:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:43:02 raspberrypi p4d: Checking state ... Jan 3 20:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:43:12 raspberrypi p4d: Checking state ... Jan 3 20:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:43:22 raspberrypi p4d: Checking state ... Jan 3 20:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:43:22 raspberrypi p4d: Reading values ... Jan 3 20:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:43:22 raspberrypi p4d: Updating error list Jan 3 20:43:23 raspberrypi p4d: Updating error list done Jan 3 20:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:43:32 raspberrypi p4d: Checking state ... Jan 3 20:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:43:42 raspberrypi p4d: Checking state ... Jan 3 20:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:43:52 raspberrypi p4d: Checking state ... Jan 3 20:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:44:02 raspberrypi p4d: Checking state ... Jan 3 20:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:44:12 raspberrypi p4d: Checking state ... Jan 3 20:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:44:22 raspberrypi p4d: Checking state ... Jan 3 20:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:44:22 raspberrypi p4d: Reading values ... Jan 3 20:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:44:22 raspberrypi p4d: Updating error list Jan 3 20:44:23 raspberrypi p4d: Updating error list done Jan 3 20:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:44:32 raspberrypi p4d: Checking state ... Jan 3 20:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:44:42 raspberrypi p4d: Checking state ... Jan 3 20:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:44:52 raspberrypi p4d: Checking state ... Jan 3 20:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:45:02 raspberrypi p4d: Checking state ... Jan 3 20:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:45:12 raspberrypi p4d: Checking state ... Jan 3 20:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:45:22 raspberrypi p4d: Checking state ... Jan 3 20:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:45:22 raspberrypi p4d: Reading values ... Jan 3 20:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:45:22 raspberrypi p4d: Updating error list Jan 3 20:45:23 raspberrypi p4d: Updating error list done Jan 3 20:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:45:32 raspberrypi p4d: Checking state ... Jan 3 20:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:45:42 raspberrypi p4d: Checking state ... Jan 3 20:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:45:52 raspberrypi p4d: Checking state ... Jan 3 20:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:46:02 raspberrypi p4d: Checking state ... Jan 3 20:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:46:12 raspberrypi p4d: Checking state ... Jan 3 20:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:46:22 raspberrypi p4d: Checking state ... Jan 3 20:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:46:22 raspberrypi p4d: Reading values ... Jan 3 20:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:46:22 raspberrypi p4d: Updating error list Jan 3 20:46:23 raspberrypi p4d: Updating error list done Jan 3 20:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:46:32 raspberrypi p4d: Checking state ... Jan 3 20:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:46:42 raspberrypi p4d: Checking state ... Jan 3 20:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:46:52 raspberrypi p4d: Checking state ... Jan 3 20:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:47:02 raspberrypi p4d: Checking state ... Jan 3 20:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:47:12 raspberrypi p4d: Checking state ... Jan 3 20:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:47:22 raspberrypi p4d: Checking state ... Jan 3 20:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:47:22 raspberrypi p4d: Reading values ... Jan 3 20:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:47:22 raspberrypi p4d: Updating error list Jan 3 20:47:23 raspberrypi p4d: Updating error list done Jan 3 20:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:47:32 raspberrypi p4d: Checking state ... Jan 3 20:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:47:42 raspberrypi p4d: Checking state ... Jan 3 20:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:47:52 raspberrypi p4d: Checking state ... Jan 3 20:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:48:02 raspberrypi p4d: Checking state ... Jan 3 20:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:48:12 raspberrypi p4d: Checking state ... Jan 3 20:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:48:22 raspberrypi p4d: Checking state ... Jan 3 20:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:48:22 raspberrypi p4d: Reading values ... Jan 3 20:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:48:22 raspberrypi p4d: Updating error list Jan 3 20:48:23 raspberrypi p4d: Updating error list done Jan 3 20:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:48:32 raspberrypi p4d: Checking state ... Jan 3 20:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:48:42 raspberrypi p4d: Checking state ... Jan 3 20:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:48:52 raspberrypi p4d: Checking state ... Jan 3 20:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:49:02 raspberrypi p4d: Checking state ... Jan 3 20:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:49:12 raspberrypi p4d: Checking state ... Jan 3 20:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:49:22 raspberrypi p4d: Checking state ... Jan 3 20:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:49:22 raspberrypi p4d: Reading values ... Jan 3 20:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:49:22 raspberrypi p4d: Updating error list Jan 3 20:49:23 raspberrypi p4d: Updating error list done Jan 3 20:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:49:32 raspberrypi p4d: Checking state ... Jan 3 20:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:49:42 raspberrypi p4d: Checking state ... Jan 3 20:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:49:52 raspberrypi p4d: Checking state ... Jan 3 20:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:50:02 raspberrypi p4d: Checking state ... Jan 3 20:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:50:12 raspberrypi p4d: Checking state ... Jan 3 20:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:50:22 raspberrypi p4d: Checking state ... Jan 3 20:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:50:22 raspberrypi p4d: Reading values ... Jan 3 20:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:50:22 raspberrypi p4d: Updating error list Jan 3 20:50:23 raspberrypi p4d: Updating error list done Jan 3 20:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:50:32 raspberrypi p4d: Checking state ... Jan 3 20:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:50:42 raspberrypi p4d: Checking state ... Jan 3 20:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:50:52 raspberrypi p4d: Checking state ... Jan 3 20:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:51:02 raspberrypi p4d: Checking state ... Jan 3 20:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:51:12 raspberrypi p4d: Checking state ... Jan 3 20:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:51:22 raspberrypi p4d: Checking state ... Jan 3 20:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:51:22 raspberrypi p4d: Reading values ... Jan 3 20:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:51:22 raspberrypi p4d: Updating error list Jan 3 20:51:23 raspberrypi p4d: Updating error list done Jan 3 20:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:51:32 raspberrypi p4d: Checking state ... Jan 3 20:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:51:42 raspberrypi p4d: Checking state ... Jan 3 20:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:51:52 raspberrypi p4d: Checking state ... Jan 3 20:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:52:02 raspberrypi p4d: Checking state ... Jan 3 20:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:52:12 raspberrypi p4d: Checking state ... Jan 3 20:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:52:22 raspberrypi p4d: Checking state ... Jan 3 20:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:52:22 raspberrypi p4d: Reading values ... Jan 3 20:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:52:22 raspberrypi p4d: Updating error list Jan 3 20:52:23 raspberrypi p4d: Updating error list done Jan 3 20:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:52:32 raspberrypi p4d: Checking state ... Jan 3 20:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:52:42 raspberrypi p4d: Checking state ... Jan 3 20:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:52:52 raspberrypi p4d: Checking state ... Jan 3 20:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:53:02 raspberrypi p4d: Checking state ... Jan 3 20:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:53:12 raspberrypi p4d: Checking state ... Jan 3 20:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:53:22 raspberrypi p4d: Checking state ... Jan 3 20:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:53:22 raspberrypi p4d: Reading values ... Jan 3 20:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:53:22 raspberrypi p4d: Updating error list Jan 3 20:53:23 raspberrypi p4d: Updating error list done Jan 3 20:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:53:32 raspberrypi p4d: Checking state ... Jan 3 20:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:53:42 raspberrypi p4d: Checking state ... Jan 3 20:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:53:52 raspberrypi p4d: Checking state ... Jan 3 20:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:54:02 raspberrypi p4d: Checking state ... Jan 3 20:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:54:12 raspberrypi p4d: Checking state ... Jan 3 20:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:54:22 raspberrypi p4d: Checking state ... Jan 3 20:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:54:22 raspberrypi p4d: Reading values ... Jan 3 20:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:54:22 raspberrypi p4d: Updating error list Jan 3 20:54:23 raspberrypi p4d: Updating error list done Jan 3 20:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:54:32 raspberrypi p4d: Checking state ... Jan 3 20:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:54:42 raspberrypi p4d: Checking state ... Jan 3 20:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:54:52 raspberrypi p4d: Checking state ... Jan 3 20:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:55:02 raspberrypi p4d: Checking state ... Jan 3 20:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:55:12 raspberrypi p4d: Checking state ... Jan 3 20:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:55:22 raspberrypi p4d: Checking state ... Jan 3 20:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:55:22 raspberrypi p4d: Reading values ... Jan 3 20:55:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:55:23 raspberrypi p4d: Updating error list Jan 3 20:55:24 raspberrypi p4d: Updating error list done Jan 3 20:55:24 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:55:32 raspberrypi p4d: Checking state ... Jan 3 20:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:55:42 raspberrypi p4d: Checking state ... Jan 3 20:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:55:52 raspberrypi p4d: Checking state ... Jan 3 20:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:56:02 raspberrypi p4d: Checking state ... Jan 3 20:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:56:12 raspberrypi p4d: Checking state ... Jan 3 20:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:56:22 raspberrypi p4d: Checking state ... Jan 3 20:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:56:22 raspberrypi p4d: Reading values ... Jan 3 20:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:56:22 raspberrypi p4d: Updating error list Jan 3 20:56:23 raspberrypi p4d: Updating error list done Jan 3 20:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:56:32 raspberrypi p4d: Checking state ... Jan 3 20:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:56:42 raspberrypi p4d: Checking state ... Jan 3 20:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:56:52 raspberrypi p4d: Checking state ... Jan 3 20:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:57:02 raspberrypi p4d: Checking state ... Jan 3 20:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:57:12 raspberrypi p4d: Checking state ... Jan 3 20:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:57:22 raspberrypi p4d: Checking state ... Jan 3 20:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:57:22 raspberrypi p4d: Reading values ... Jan 3 20:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:57:22 raspberrypi p4d: Updating error list Jan 3 20:57:23 raspberrypi p4d: Updating error list done Jan 3 20:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:57:32 raspberrypi p4d: Checking state ... Jan 3 20:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:57:42 raspberrypi p4d: Checking state ... Jan 3 20:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:57:52 raspberrypi p4d: Checking state ... Jan 3 20:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:58:02 raspberrypi p4d: Checking state ... Jan 3 20:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:58:12 raspberrypi p4d: Checking state ... Jan 3 20:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:58:22 raspberrypi p4d: Checking state ... Jan 3 20:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:58:22 raspberrypi p4d: Reading values ... Jan 3 20:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:58:22 raspberrypi p4d: Updating error list Jan 3 20:58:23 raspberrypi p4d: Updating error list done Jan 3 20:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:58:32 raspberrypi p4d: Checking state ... Jan 3 20:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:58:42 raspberrypi p4d: Checking state ... Jan 3 20:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:58:52 raspberrypi p4d: Checking state ... Jan 3 20:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:59:02 raspberrypi p4d: Checking state ... Jan 3 20:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:59:12 raspberrypi p4d: Checking state ... Jan 3 20:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:59:22 raspberrypi p4d: Checking state ... Jan 3 20:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:59:22 raspberrypi p4d: Reading values ... Jan 3 20:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 20:59:22 raspberrypi p4d: Updating error list Jan 3 20:59:23 raspberrypi p4d: Updating error list done Jan 3 20:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 20:59:32 raspberrypi p4d: Checking state ... Jan 3 20:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:59:42 raspberrypi p4d: Checking state ... Jan 3 20:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 20:59:52 raspberrypi p4d: Checking state ... Jan 3 20:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:00:02 raspberrypi p4d: Checking state ... Jan 3 21:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:00:12 raspberrypi p4d: Checking state ... Jan 3 21:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:00:22 raspberrypi p4d: Checking state ... Jan 3 21:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:00:22 raspberrypi p4d: Reading values ... Jan 3 21:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:00:22 raspberrypi p4d: Updating error list Jan 3 21:00:23 raspberrypi p4d: Updating error list done Jan 3 21:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:00:32 raspberrypi p4d: Checking state ... Jan 3 21:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:00:42 raspberrypi p4d: Checking state ... Jan 3 21:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:00:52 raspberrypi p4d: Checking state ... Jan 3 21:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:01:02 raspberrypi p4d: Checking state ... Jan 3 21:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:01:12 raspberrypi p4d: Checking state ... Jan 3 21:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:01:22 raspberrypi p4d: Checking state ... Jan 3 21:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:01:22 raspberrypi p4d: Reading values ... Jan 3 21:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:01:22 raspberrypi p4d: Updating error list Jan 3 21:01:23 raspberrypi p4d: Updating error list done Jan 3 21:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:01:32 raspberrypi p4d: Checking state ... Jan 3 21:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:01:42 raspberrypi p4d: Checking state ... Jan 3 21:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:01:52 raspberrypi p4d: Checking state ... Jan 3 21:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:02:02 raspberrypi p4d: Checking state ... Jan 3 21:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:02:12 raspberrypi p4d: Checking state ... Jan 3 21:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:02:22 raspberrypi p4d: Checking state ... Jan 3 21:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:02:22 raspberrypi p4d: Reading values ... Jan 3 21:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:02:22 raspberrypi p4d: Updating error list Jan 3 21:02:23 raspberrypi p4d: Updating error list done Jan 3 21:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:02:32 raspberrypi p4d: Checking state ... Jan 3 21:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:02:42 raspberrypi p4d: Checking state ... Jan 3 21:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:02:52 raspberrypi p4d: Checking state ... Jan 3 21:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:03:02 raspberrypi p4d: Checking state ... Jan 3 21:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:03:12 raspberrypi p4d: Checking state ... Jan 3 21:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:03:22 raspberrypi p4d: Checking state ... Jan 3 21:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:03:22 raspberrypi p4d: Reading values ... Jan 3 21:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:03:22 raspberrypi p4d: Updating error list Jan 3 21:03:23 raspberrypi p4d: Updating error list done Jan 3 21:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:03:32 raspberrypi p4d: Checking state ... Jan 3 21:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:03:42 raspberrypi p4d: Checking state ... Jan 3 21:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:03:52 raspberrypi p4d: Checking state ... Jan 3 21:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:04:02 raspberrypi p4d: Checking state ... Jan 3 21:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:04:12 raspberrypi p4d: Checking state ... Jan 3 21:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:04:22 raspberrypi p4d: Checking state ... Jan 3 21:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:04:22 raspberrypi p4d: Reading values ... Jan 3 21:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:04:22 raspberrypi p4d: Updating error list Jan 3 21:04:23 raspberrypi p4d: Updating error list done Jan 3 21:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:04:32 raspberrypi p4d: Checking state ... Jan 3 21:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:04:42 raspberrypi p4d: Checking state ... Jan 3 21:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:04:52 raspberrypi p4d: Checking state ... Jan 3 21:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:05:02 raspberrypi p4d: Checking state ... Jan 3 21:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:05:12 raspberrypi p4d: Checking state ... Jan 3 21:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:05:22 raspberrypi p4d: Checking state ... Jan 3 21:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:05:22 raspberrypi p4d: Reading values ... Jan 3 21:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:05:22 raspberrypi p4d: Updating error list Jan 3 21:05:23 raspberrypi p4d: Updating error list done Jan 3 21:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:05:32 raspberrypi p4d: Checking state ... Jan 3 21:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:05:42 raspberrypi p4d: Checking state ... Jan 3 21:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:05:52 raspberrypi p4d: Checking state ... Jan 3 21:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:06:02 raspberrypi p4d: Checking state ... Jan 3 21:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:06:12 raspberrypi p4d: Checking state ... Jan 3 21:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:06:22 raspberrypi p4d: Checking state ... Jan 3 21:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:06:22 raspberrypi p4d: Reading values ... Jan 3 21:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:06:22 raspberrypi p4d: Updating error list Jan 3 21:06:23 raspberrypi p4d: Updating error list done Jan 3 21:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:06:32 raspberrypi p4d: Checking state ... Jan 3 21:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:06:42 raspberrypi p4d: Checking state ... Jan 3 21:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:06:52 raspberrypi p4d: Checking state ... Jan 3 21:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:07:02 raspberrypi p4d: Checking state ... Jan 3 21:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:07:12 raspberrypi p4d: Checking state ... Jan 3 21:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:07:22 raspberrypi p4d: Checking state ... Jan 3 21:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:07:22 raspberrypi p4d: Reading values ... Jan 3 21:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:07:22 raspberrypi p4d: Updating error list Jan 3 21:07:23 raspberrypi p4d: Updating error list done Jan 3 21:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:07:32 raspberrypi p4d: Checking state ... Jan 3 21:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:07:42 raspberrypi p4d: Checking state ... Jan 3 21:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:07:52 raspberrypi p4d: Checking state ... Jan 3 21:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:08:02 raspberrypi p4d: Checking state ... Jan 3 21:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:08:12 raspberrypi p4d: Checking state ... Jan 3 21:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:08:22 raspberrypi p4d: Checking state ... Jan 3 21:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:08:22 raspberrypi p4d: Reading values ... Jan 3 21:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:08:22 raspberrypi p4d: Updating error list Jan 3 21:08:23 raspberrypi p4d: Updating error list done Jan 3 21:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:08:32 raspberrypi p4d: Checking state ... Jan 3 21:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:08:42 raspberrypi p4d: Checking state ... Jan 3 21:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:08:52 raspberrypi p4d: Checking state ... Jan 3 21:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:09:02 raspberrypi p4d: Checking state ... Jan 3 21:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:09:12 raspberrypi p4d: Checking state ... Jan 3 21:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:09:22 raspberrypi p4d: Checking state ... Jan 3 21:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:09:22 raspberrypi p4d: Reading values ... Jan 3 21:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:09:22 raspberrypi p4d: Updating error list Jan 3 21:09:23 raspberrypi p4d: Updating error list done Jan 3 21:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:09:32 raspberrypi p4d: Checking state ... Jan 3 21:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:09:42 raspberrypi p4d: Checking state ... Jan 3 21:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:09:52 raspberrypi p4d: Checking state ... Jan 3 21:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:10:02 raspberrypi p4d: Checking state ... Jan 3 21:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:10:12 raspberrypi p4d: Checking state ... Jan 3 21:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:10:22 raspberrypi p4d: Checking state ... Jan 3 21:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:10:22 raspberrypi p4d: Reading values ... Jan 3 21:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:10:22 raspberrypi p4d: Updating error list Jan 3 21:10:23 raspberrypi p4d: Updating error list done Jan 3 21:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:10:32 raspberrypi p4d: Checking state ... Jan 3 21:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:10:42 raspberrypi p4d: Checking state ... Jan 3 21:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:10:52 raspberrypi p4d: Checking state ... Jan 3 21:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:11:02 raspberrypi p4d: Checking state ... Jan 3 21:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:11:12 raspberrypi p4d: Checking state ... Jan 3 21:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:11:22 raspberrypi p4d: Checking state ... Jan 3 21:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:11:22 raspberrypi p4d: Reading values ... Jan 3 21:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:11:22 raspberrypi p4d: Updating error list Jan 3 21:11:23 raspberrypi p4d: Updating error list done Jan 3 21:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:11:32 raspberrypi p4d: Checking state ... Jan 3 21:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:11:42 raspberrypi p4d: Checking state ... Jan 3 21:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:11:52 raspberrypi p4d: Checking state ... Jan 3 21:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:12:02 raspberrypi p4d: Checking state ... Jan 3 21:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:12:12 raspberrypi p4d: Checking state ... Jan 3 21:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:12:22 raspberrypi p4d: Checking state ... Jan 3 21:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:12:22 raspberrypi p4d: Reading values ... Jan 3 21:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:12:22 raspberrypi p4d: Updating error list Jan 3 21:12:23 raspberrypi p4d: Updating error list done Jan 3 21:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:12:32 raspberrypi p4d: Checking state ... Jan 3 21:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:12:42 raspberrypi p4d: Checking state ... Jan 3 21:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:12:52 raspberrypi p4d: Checking state ... Jan 3 21:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:13:02 raspberrypi p4d: Checking state ... Jan 3 21:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:13:12 raspberrypi p4d: Checking state ... Jan 3 21:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:13:22 raspberrypi p4d: Checking state ... Jan 3 21:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:13:22 raspberrypi p4d: Reading values ... Jan 3 21:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:13:22 raspberrypi p4d: Updating error list Jan 3 21:13:23 raspberrypi p4d: Updating error list done Jan 3 21:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:13:32 raspberrypi p4d: Checking state ... Jan 3 21:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:13:42 raspberrypi p4d: Checking state ... Jan 3 21:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:13:52 raspberrypi p4d: Checking state ... Jan 3 21:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:14:02 raspberrypi p4d: Checking state ... Jan 3 21:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:14:12 raspberrypi p4d: Checking state ... Jan 3 21:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:14:22 raspberrypi p4d: Checking state ... Jan 3 21:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:14:22 raspberrypi p4d: Reading values ... Jan 3 21:14:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:14:23 raspberrypi p4d: Updating error list Jan 3 21:14:24 raspberrypi p4d: Updating error list done Jan 3 21:14:24 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:14:32 raspberrypi p4d: Checking state ... Jan 3 21:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:14:42 raspberrypi p4d: Checking state ... Jan 3 21:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:14:52 raspberrypi p4d: Checking state ... Jan 3 21:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:15:02 raspberrypi p4d: Checking state ... Jan 3 21:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:15:12 raspberrypi p4d: Checking state ... Jan 3 21:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:15:22 raspberrypi p4d: Checking state ... Jan 3 21:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:15:22 raspberrypi p4d: Reading values ... Jan 3 21:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:15:22 raspberrypi p4d: Updating error list Jan 3 21:15:23 raspberrypi p4d: Updating error list done Jan 3 21:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:15:32 raspberrypi p4d: Checking state ... Jan 3 21:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:15:42 raspberrypi p4d: Checking state ... Jan 3 21:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:15:52 raspberrypi p4d: Checking state ... Jan 3 21:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:16:02 raspberrypi p4d: Checking state ... Jan 3 21:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:16:12 raspberrypi p4d: Checking state ... Jan 3 21:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:16:22 raspberrypi p4d: Checking state ... Jan 3 21:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:16:22 raspberrypi p4d: Reading values ... Jan 3 21:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:16:22 raspberrypi p4d: Updating error list Jan 3 21:16:23 raspberrypi p4d: Updating error list done Jan 3 21:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:16:32 raspberrypi p4d: Checking state ... Jan 3 21:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:16:42 raspberrypi p4d: Checking state ... Jan 3 21:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:16:52 raspberrypi p4d: Checking state ... Jan 3 21:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:17:02 raspberrypi p4d: Checking state ... Jan 3 21:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:17:12 raspberrypi p4d: Checking state ... Jan 3 21:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:17:22 raspberrypi p4d: Checking state ... Jan 3 21:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:17:22 raspberrypi p4d: Reading values ... Jan 3 21:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:17:22 raspberrypi p4d: Updating error list Jan 3 21:17:23 raspberrypi p4d: Updating error list done Jan 3 21:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:17:32 raspberrypi p4d: Checking state ... Jan 3 21:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:17:42 raspberrypi p4d: Checking state ... Jan 3 21:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:17:52 raspberrypi p4d: Checking state ... Jan 3 21:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:18:02 raspberrypi p4d: Checking state ... Jan 3 21:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:18:12 raspberrypi p4d: Checking state ... Jan 3 21:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:18:22 raspberrypi p4d: Checking state ... Jan 3 21:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:18:22 raspberrypi p4d: Reading values ... Jan 3 21:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:18:22 raspberrypi p4d: Updating error list Jan 3 21:18:23 raspberrypi p4d: Updating error list done Jan 3 21:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:18:32 raspberrypi p4d: Checking state ... Jan 3 21:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:18:42 raspberrypi p4d: Checking state ... Jan 3 21:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:18:52 raspberrypi p4d: Checking state ... Jan 3 21:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:19:02 raspberrypi p4d: Checking state ... Jan 3 21:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:19:12 raspberrypi p4d: Checking state ... Jan 3 21:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:19:22 raspberrypi p4d: Checking state ... Jan 3 21:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:19:22 raspberrypi p4d: Reading values ... Jan 3 21:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:19:22 raspberrypi p4d: Updating error list Jan 3 21:19:23 raspberrypi p4d: Updating error list done Jan 3 21:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:19:32 raspberrypi p4d: Checking state ... Jan 3 21:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:19:42 raspberrypi p4d: Checking state ... Jan 3 21:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:19:52 raspberrypi p4d: Checking state ... Jan 3 21:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:20:02 raspberrypi p4d: Checking state ... Jan 3 21:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:20:12 raspberrypi p4d: Checking state ... Jan 3 21:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:20:22 raspberrypi p4d: Checking state ... Jan 3 21:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:20:22 raspberrypi p4d: Reading values ... Jan 3 21:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:20:22 raspberrypi p4d: Updating error list Jan 3 21:20:23 raspberrypi p4d: Updating error list done Jan 3 21:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:20:32 raspberrypi p4d: Checking state ... Jan 3 21:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:20:42 raspberrypi p4d: Checking state ... Jan 3 21:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:20:52 raspberrypi p4d: Checking state ... Jan 3 21:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:21:02 raspberrypi p4d: Checking state ... Jan 3 21:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:21:12 raspberrypi p4d: Checking state ... Jan 3 21:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:21:22 raspberrypi p4d: Checking state ... Jan 3 21:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:21:22 raspberrypi p4d: Reading values ... Jan 3 21:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:21:22 raspberrypi p4d: Updating error list Jan 3 21:21:23 raspberrypi p4d: Updating error list done Jan 3 21:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:21:32 raspberrypi p4d: Checking state ... Jan 3 21:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:21:42 raspberrypi p4d: Checking state ... Jan 3 21:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:21:52 raspberrypi p4d: Checking state ... Jan 3 21:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:22:02 raspberrypi p4d: Checking state ... Jan 3 21:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:22:12 raspberrypi p4d: Checking state ... Jan 3 21:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:22:22 raspberrypi p4d: Checking state ... Jan 3 21:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:22:22 raspberrypi p4d: Reading values ... Jan 3 21:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:22:22 raspberrypi p4d: Updating error list Jan 3 21:22:23 raspberrypi p4d: Updating error list done Jan 3 21:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:22:32 raspberrypi p4d: Checking state ... Jan 3 21:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:22:42 raspberrypi p4d: Checking state ... Jan 3 21:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:22:52 raspberrypi p4d: Checking state ... Jan 3 21:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:23:02 raspberrypi p4d: Checking state ... Jan 3 21:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:23:12 raspberrypi p4d: Checking state ... Jan 3 21:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:23:22 raspberrypi p4d: Checking state ... Jan 3 21:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:23:22 raspberrypi p4d: Reading values ... Jan 3 21:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:23:22 raspberrypi p4d: Updating error list Jan 3 21:23:23 raspberrypi p4d: Updating error list done Jan 3 21:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:23:32 raspberrypi p4d: Checking state ... Jan 3 21:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:23:42 raspberrypi p4d: Checking state ... Jan 3 21:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:23:52 raspberrypi p4d: Checking state ... Jan 3 21:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:24:02 raspberrypi p4d: Checking state ... Jan 3 21:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:24:12 raspberrypi p4d: Checking state ... Jan 3 21:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:24:22 raspberrypi p4d: Checking state ... Jan 3 21:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:24:22 raspberrypi p4d: Reading values ... Jan 3 21:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:24:22 raspberrypi p4d: Updating error list Jan 3 21:24:23 raspberrypi p4d: Updating error list done Jan 3 21:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:24:32 raspberrypi p4d: Checking state ... Jan 3 21:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:24:42 raspberrypi p4d: Checking state ... Jan 3 21:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:24:52 raspberrypi p4d: Checking state ... Jan 3 21:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:25:02 raspberrypi p4d: Checking state ... Jan 3 21:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:25:12 raspberrypi p4d: Checking state ... Jan 3 21:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:25:22 raspberrypi p4d: Checking state ... Jan 3 21:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:25:22 raspberrypi p4d: Reading values ... Jan 3 21:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:25:22 raspberrypi p4d: Updating error list Jan 3 21:25:23 raspberrypi p4d: Updating error list done Jan 3 21:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:25:32 raspberrypi p4d: Checking state ... Jan 3 21:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:25:42 raspberrypi p4d: Checking state ... Jan 3 21:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:25:52 raspberrypi p4d: Checking state ... Jan 3 21:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:26:02 raspberrypi p4d: Checking state ... Jan 3 21:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:26:12 raspberrypi p4d: Checking state ... Jan 3 21:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:26:22 raspberrypi p4d: Checking state ... Jan 3 21:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:26:22 raspberrypi p4d: Reading values ... Jan 3 21:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:26:22 raspberrypi p4d: Updating error list Jan 3 21:26:23 raspberrypi p4d: Updating error list done Jan 3 21:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:26:32 raspberrypi p4d: Checking state ... Jan 3 21:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:26:42 raspberrypi p4d: Checking state ... Jan 3 21:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:26:52 raspberrypi p4d: Checking state ... Jan 3 21:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:27:02 raspberrypi p4d: Checking state ... Jan 3 21:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:27:12 raspberrypi p4d: Checking state ... Jan 3 21:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:27:22 raspberrypi p4d: Checking state ... Jan 3 21:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:27:22 raspberrypi p4d: Reading values ... Jan 3 21:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:27:22 raspberrypi p4d: Updating error list Jan 3 21:27:23 raspberrypi p4d: Updating error list done Jan 3 21:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:27:32 raspberrypi p4d: Checking state ... Jan 3 21:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:27:42 raspberrypi p4d: Checking state ... Jan 3 21:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:27:52 raspberrypi p4d: Checking state ... Jan 3 21:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:28:02 raspberrypi p4d: Checking state ... Jan 3 21:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:28:12 raspberrypi p4d: Checking state ... Jan 3 21:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:28:22 raspberrypi p4d: Checking state ... Jan 3 21:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:28:22 raspberrypi p4d: Reading values ... Jan 3 21:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:28:22 raspberrypi p4d: Updating error list Jan 3 21:28:23 raspberrypi p4d: Updating error list done Jan 3 21:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:28:32 raspberrypi p4d: Checking state ... Jan 3 21:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:28:42 raspberrypi p4d: Checking state ... Jan 3 21:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:28:52 raspberrypi p4d: Checking state ... Jan 3 21:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:29:02 raspberrypi p4d: Checking state ... Jan 3 21:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:29:12 raspberrypi p4d: Checking state ... Jan 3 21:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:29:22 raspberrypi p4d: Checking state ... Jan 3 21:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:29:22 raspberrypi p4d: Reading values ... Jan 3 21:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:29:22 raspberrypi p4d: Updating error list Jan 3 21:29:23 raspberrypi p4d: Updating error list done Jan 3 21:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:29:32 raspberrypi p4d: Checking state ... Jan 3 21:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:29:42 raspberrypi p4d: Checking state ... Jan 3 21:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:29:52 raspberrypi p4d: Checking state ... Jan 3 21:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:30:02 raspberrypi p4d: Checking state ... Jan 3 21:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:30:12 raspberrypi p4d: Checking state ... Jan 3 21:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:30:22 raspberrypi p4d: Checking state ... Jan 3 21:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:30:22 raspberrypi p4d: Reading values ... Jan 3 21:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:30:22 raspberrypi p4d: Updating error list Jan 3 21:30:23 raspberrypi p4d: Updating error list done Jan 3 21:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:30:32 raspberrypi p4d: Checking state ... Jan 3 21:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:30:42 raspberrypi p4d: Checking state ... Jan 3 21:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:30:52 raspberrypi p4d: Checking state ... Jan 3 21:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:31:02 raspberrypi p4d: Checking state ... Jan 3 21:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:31:12 raspberrypi p4d: Checking state ... Jan 3 21:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:31:22 raspberrypi p4d: Checking state ... Jan 3 21:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:31:22 raspberrypi p4d: Reading values ... Jan 3 21:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:31:22 raspberrypi p4d: Updating error list Jan 3 21:31:23 raspberrypi p4d: Updating error list done Jan 3 21:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:31:32 raspberrypi p4d: Checking state ... Jan 3 21:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:31:42 raspberrypi p4d: Checking state ... Jan 3 21:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:31:52 raspberrypi p4d: Checking state ... Jan 3 21:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:32:02 raspberrypi p4d: Checking state ... Jan 3 21:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:32:12 raspberrypi p4d: Checking state ... Jan 3 21:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:32:22 raspberrypi p4d: Checking state ... Jan 3 21:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:32:22 raspberrypi p4d: Reading values ... Jan 3 21:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:32:22 raspberrypi p4d: Updating error list Jan 3 21:32:23 raspberrypi p4d: Updating error list done Jan 3 21:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:32:32 raspberrypi p4d: Checking state ... Jan 3 21:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:32:42 raspberrypi p4d: Checking state ... Jan 3 21:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:32:52 raspberrypi p4d: Checking state ... Jan 3 21:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:33:02 raspberrypi p4d: Checking state ... Jan 3 21:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:33:12 raspberrypi p4d: Checking state ... Jan 3 21:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:33:22 raspberrypi p4d: Checking state ... Jan 3 21:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:33:22 raspberrypi p4d: Reading values ... Jan 3 21:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:33:22 raspberrypi p4d: Updating error list Jan 3 21:33:23 raspberrypi p4d: Updating error list done Jan 3 21:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:33:32 raspberrypi p4d: Checking state ... Jan 3 21:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:33:42 raspberrypi p4d: Checking state ... Jan 3 21:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:33:52 raspberrypi p4d: Checking state ... Jan 3 21:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:34:02 raspberrypi p4d: Checking state ... Jan 3 21:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:34:12 raspberrypi p4d: Checking state ... Jan 3 21:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:34:22 raspberrypi p4d: Checking state ... Jan 3 21:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:34:22 raspberrypi p4d: Reading values ... Jan 3 21:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:34:22 raspberrypi p4d: Updating error list Jan 3 21:34:23 raspberrypi p4d: Updating error list done Jan 3 21:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:34:32 raspberrypi p4d: Checking state ... Jan 3 21:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:34:42 raspberrypi p4d: Checking state ... Jan 3 21:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:34:52 raspberrypi p4d: Checking state ... Jan 3 21:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:35:02 raspberrypi p4d: Checking state ... Jan 3 21:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:35:12 raspberrypi p4d: Checking state ... Jan 3 21:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:35:22 raspberrypi p4d: Checking state ... Jan 3 21:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:35:22 raspberrypi p4d: Reading values ... Jan 3 21:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:35:22 raspberrypi p4d: Updating error list Jan 3 21:35:23 raspberrypi p4d: Updating error list done Jan 3 21:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:35:32 raspberrypi p4d: Checking state ... Jan 3 21:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:35:42 raspberrypi p4d: Checking state ... Jan 3 21:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:35:52 raspberrypi p4d: Checking state ... Jan 3 21:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:36:02 raspberrypi p4d: Checking state ... Jan 3 21:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:36:12 raspberrypi p4d: Checking state ... Jan 3 21:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:36:22 raspberrypi p4d: Checking state ... Jan 3 21:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:36:22 raspberrypi p4d: Reading values ... Jan 3 21:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:36:22 raspberrypi p4d: Updating error list Jan 3 21:36:23 raspberrypi p4d: Updating error list done Jan 3 21:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:36:32 raspberrypi p4d: Checking state ... Jan 3 21:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:36:42 raspberrypi p4d: Checking state ... Jan 3 21:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:36:52 raspberrypi p4d: Checking state ... Jan 3 21:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:37:02 raspberrypi p4d: Checking state ... Jan 3 21:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:37:12 raspberrypi p4d: Checking state ... Jan 3 21:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:37:22 raspberrypi p4d: Checking state ... Jan 3 21:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:37:22 raspberrypi p4d: Reading values ... Jan 3 21:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:37:22 raspberrypi p4d: Updating error list Jan 3 21:37:23 raspberrypi p4d: Updating error list done Jan 3 21:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:37:32 raspberrypi p4d: Checking state ... Jan 3 21:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:37:42 raspberrypi p4d: Checking state ... Jan 3 21:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:37:52 raspberrypi p4d: Checking state ... Jan 3 21:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:38:02 raspberrypi p4d: Checking state ... Jan 3 21:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:38:12 raspberrypi p4d: Checking state ... Jan 3 21:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:38:22 raspberrypi p4d: Checking state ... Jan 3 21:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:38:22 raspberrypi p4d: Reading values ... Jan 3 21:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:38:22 raspberrypi p4d: Updating error list Jan 3 21:38:23 raspberrypi p4d: Updating error list done Jan 3 21:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:38:32 raspberrypi p4d: Checking state ... Jan 3 21:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:38:42 raspberrypi p4d: Checking state ... Jan 3 21:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:38:52 raspberrypi p4d: Checking state ... Jan 3 21:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:39:02 raspberrypi p4d: Checking state ... Jan 3 21:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:39:12 raspberrypi p4d: Checking state ... Jan 3 21:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:39:22 raspberrypi p4d: Checking state ... Jan 3 21:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:39:22 raspberrypi p4d: Reading values ... Jan 3 21:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:39:22 raspberrypi p4d: Updating error list Jan 3 21:39:23 raspberrypi p4d: Updating error list done Jan 3 21:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:39:32 raspberrypi p4d: Checking state ... Jan 3 21:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:39:42 raspberrypi p4d: Checking state ... Jan 3 21:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:39:52 raspberrypi p4d: Checking state ... Jan 3 21:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:40:02 raspberrypi p4d: Checking state ... Jan 3 21:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:40:12 raspberrypi p4d: Checking state ... Jan 3 21:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:40:22 raspberrypi p4d: Checking state ... Jan 3 21:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:40:22 raspberrypi p4d: Reading values ... Jan 3 21:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:40:22 raspberrypi p4d: Updating error list Jan 3 21:40:23 raspberrypi p4d: Updating error list done Jan 3 21:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:40:32 raspberrypi p4d: Checking state ... Jan 3 21:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:40:42 raspberrypi p4d: Checking state ... Jan 3 21:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:40:52 raspberrypi p4d: Checking state ... Jan 3 21:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:41:02 raspberrypi p4d: Checking state ... Jan 3 21:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:41:12 raspberrypi p4d: Checking state ... Jan 3 21:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:41:22 raspberrypi p4d: Checking state ... Jan 3 21:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:41:22 raspberrypi p4d: Reading values ... Jan 3 21:41:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:41:23 raspberrypi p4d: Updating error list Jan 3 21:41:24 raspberrypi p4d: Updating error list done Jan 3 21:41:24 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:41:32 raspberrypi p4d: Checking state ... Jan 3 21:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:41:42 raspberrypi p4d: Checking state ... Jan 3 21:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:41:52 raspberrypi p4d: Checking state ... Jan 3 21:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:42:02 raspberrypi p4d: Checking state ... Jan 3 21:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:42:12 raspberrypi p4d: Checking state ... Jan 3 21:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:42:22 raspberrypi p4d: Checking state ... Jan 3 21:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:42:22 raspberrypi p4d: Reading values ... Jan 3 21:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:42:22 raspberrypi p4d: Updating error list Jan 3 21:42:23 raspberrypi p4d: Updating error list done Jan 3 21:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:42:32 raspberrypi p4d: Checking state ... Jan 3 21:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:42:42 raspberrypi p4d: Checking state ... Jan 3 21:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:42:52 raspberrypi p4d: Checking state ... Jan 3 21:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:43:02 raspberrypi p4d: Checking state ... Jan 3 21:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:43:12 raspberrypi p4d: Checking state ... Jan 3 21:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:43:22 raspberrypi p4d: Checking state ... Jan 3 21:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:43:22 raspberrypi p4d: Reading values ... Jan 3 21:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:43:22 raspberrypi p4d: Updating error list Jan 3 21:43:23 raspberrypi p4d: Updating error list done Jan 3 21:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:43:32 raspberrypi p4d: Checking state ... Jan 3 21:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:43:42 raspberrypi p4d: Checking state ... Jan 3 21:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:43:52 raspberrypi p4d: Checking state ... Jan 3 21:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:44:02 raspberrypi p4d: Checking state ... Jan 3 21:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:44:12 raspberrypi p4d: Checking state ... Jan 3 21:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:44:22 raspberrypi p4d: Checking state ... Jan 3 21:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:44:22 raspberrypi p4d: Reading values ... Jan 3 21:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:44:22 raspberrypi p4d: Updating error list Jan 3 21:44:23 raspberrypi p4d: Updating error list done Jan 3 21:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:44:32 raspberrypi p4d: Checking state ... Jan 3 21:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:44:42 raspberrypi p4d: Checking state ... Jan 3 21:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:44:52 raspberrypi p4d: Checking state ... Jan 3 21:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:45:02 raspberrypi p4d: Checking state ... Jan 3 21:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:45:12 raspberrypi p4d: Checking state ... Jan 3 21:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:45:22 raspberrypi p4d: Checking state ... Jan 3 21:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:45:22 raspberrypi p4d: Reading values ... Jan 3 21:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:45:22 raspberrypi p4d: Updating error list Jan 3 21:45:23 raspberrypi p4d: Updating error list done Jan 3 21:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:45:32 raspberrypi p4d: Checking state ... Jan 3 21:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:45:42 raspberrypi p4d: Checking state ... Jan 3 21:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:45:52 raspberrypi p4d: Checking state ... Jan 3 21:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:46:02 raspberrypi p4d: Checking state ... Jan 3 21:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:46:12 raspberrypi p4d: Checking state ... Jan 3 21:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:46:22 raspberrypi p4d: Checking state ... Jan 3 21:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:46:22 raspberrypi p4d: Reading values ... Jan 3 21:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:46:22 raspberrypi p4d: Updating error list Jan 3 21:46:23 raspberrypi p4d: Updating error list done Jan 3 21:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:46:32 raspberrypi p4d: Checking state ... Jan 3 21:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:46:42 raspberrypi p4d: Checking state ... Jan 3 21:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:46:52 raspberrypi p4d: Checking state ... Jan 3 21:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:47:02 raspberrypi p4d: Checking state ... Jan 3 21:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:47:12 raspberrypi p4d: Checking state ... Jan 3 21:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:47:22 raspberrypi p4d: Checking state ... Jan 3 21:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:47:22 raspberrypi p4d: Reading values ... Jan 3 21:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:47:22 raspberrypi p4d: Updating error list Jan 3 21:47:23 raspberrypi p4d: Updating error list done Jan 3 21:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:47:32 raspberrypi p4d: Checking state ... Jan 3 21:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:47:42 raspberrypi p4d: Checking state ... Jan 3 21:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:47:52 raspberrypi p4d: Checking state ... Jan 3 21:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:48:02 raspberrypi p4d: Checking state ... Jan 3 21:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:48:12 raspberrypi p4d: Checking state ... Jan 3 21:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:48:22 raspberrypi p4d: Checking state ... Jan 3 21:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:48:22 raspberrypi p4d: Reading values ... Jan 3 21:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:48:22 raspberrypi p4d: Updating error list Jan 3 21:48:23 raspberrypi p4d: Updating error list done Jan 3 21:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:48:32 raspberrypi p4d: Checking state ... Jan 3 21:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:48:42 raspberrypi p4d: Checking state ... Jan 3 21:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:48:52 raspberrypi p4d: Checking state ... Jan 3 21:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:49:02 raspberrypi p4d: Checking state ... Jan 3 21:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:49:12 raspberrypi p4d: Checking state ... Jan 3 21:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:49:22 raspberrypi p4d: Checking state ... Jan 3 21:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:49:22 raspberrypi p4d: Reading values ... Jan 3 21:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:49:22 raspberrypi p4d: Updating error list Jan 3 21:49:23 raspberrypi p4d: Updating error list done Jan 3 21:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:49:32 raspberrypi p4d: Checking state ... Jan 3 21:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:49:42 raspberrypi p4d: Checking state ... Jan 3 21:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:49:52 raspberrypi p4d: Checking state ... Jan 3 21:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:50:02 raspberrypi p4d: Checking state ... Jan 3 21:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:50:12 raspberrypi p4d: Checking state ... Jan 3 21:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:50:22 raspberrypi p4d: Checking state ... Jan 3 21:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:50:22 raspberrypi p4d: Reading values ... Jan 3 21:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:50:22 raspberrypi p4d: Updating error list Jan 3 21:50:23 raspberrypi p4d: Updating error list done Jan 3 21:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:50:32 raspberrypi p4d: Checking state ... Jan 3 21:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:50:42 raspberrypi p4d: Checking state ... Jan 3 21:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:50:52 raspberrypi p4d: Checking state ... Jan 3 21:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:51:02 raspberrypi p4d: Checking state ... Jan 3 21:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:51:12 raspberrypi p4d: Checking state ... Jan 3 21:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:51:22 raspberrypi p4d: Checking state ... Jan 3 21:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:51:22 raspberrypi p4d: Reading values ... Jan 3 21:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:51:22 raspberrypi p4d: Updating error list Jan 3 21:51:23 raspberrypi p4d: Updating error list done Jan 3 21:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:51:32 raspberrypi p4d: Checking state ... Jan 3 21:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:51:42 raspberrypi p4d: Checking state ... Jan 3 21:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:51:52 raspberrypi p4d: Checking state ... Jan 3 21:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:52:02 raspberrypi p4d: Checking state ... Jan 3 21:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:52:12 raspberrypi p4d: Checking state ... Jan 3 21:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:52:22 raspberrypi p4d: Checking state ... Jan 3 21:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:52:22 raspberrypi p4d: Reading values ... Jan 3 21:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:52:22 raspberrypi p4d: Updating error list Jan 3 21:52:23 raspberrypi p4d: Updating error list done Jan 3 21:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:52:32 raspberrypi p4d: Checking state ... Jan 3 21:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:52:42 raspberrypi p4d: Checking state ... Jan 3 21:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:52:52 raspberrypi p4d: Checking state ... Jan 3 21:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:53:02 raspberrypi p4d: Checking state ... Jan 3 21:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:53:12 raspberrypi p4d: Checking state ... Jan 3 21:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:53:22 raspberrypi p4d: Checking state ... Jan 3 21:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:53:22 raspberrypi p4d: Reading values ... Jan 3 21:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:53:22 raspberrypi p4d: Updating error list Jan 3 21:53:23 raspberrypi p4d: Updating error list done Jan 3 21:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:53:32 raspberrypi p4d: Checking state ... Jan 3 21:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:53:42 raspberrypi p4d: Checking state ... Jan 3 21:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:53:52 raspberrypi p4d: Checking state ... Jan 3 21:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:54:02 raspberrypi p4d: Checking state ... Jan 3 21:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:54:12 raspberrypi p4d: Checking state ... Jan 3 21:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:54:22 raspberrypi p4d: Checking state ... Jan 3 21:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:54:22 raspberrypi p4d: Reading values ... Jan 3 21:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:54:22 raspberrypi p4d: Updating error list Jan 3 21:54:23 raspberrypi p4d: Updating error list done Jan 3 21:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:54:32 raspberrypi p4d: Checking state ... Jan 3 21:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:54:42 raspberrypi p4d: Checking state ... Jan 3 21:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:54:52 raspberrypi p4d: Checking state ... Jan 3 21:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:55:02 raspberrypi p4d: Checking state ... Jan 3 21:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:55:12 raspberrypi p4d: Checking state ... Jan 3 21:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:55:22 raspberrypi p4d: Checking state ... Jan 3 21:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:55:22 raspberrypi p4d: Reading values ... Jan 3 21:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:55:22 raspberrypi p4d: Updating error list Jan 3 21:55:23 raspberrypi p4d: Updating error list done Jan 3 21:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:55:32 raspberrypi p4d: Checking state ... Jan 3 21:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:55:42 raspberrypi p4d: Checking state ... Jan 3 21:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:55:52 raspberrypi p4d: Checking state ... Jan 3 21:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:56:02 raspberrypi p4d: Checking state ... Jan 3 21:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:56:12 raspberrypi p4d: Checking state ... Jan 3 21:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:56:22 raspberrypi p4d: Checking state ... Jan 3 21:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:56:22 raspberrypi p4d: Reading values ... Jan 3 21:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:56:22 raspberrypi p4d: Updating error list Jan 3 21:56:23 raspberrypi p4d: Updating error list done Jan 3 21:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:56:32 raspberrypi p4d: Checking state ... Jan 3 21:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:56:42 raspberrypi p4d: Checking state ... Jan 3 21:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:56:52 raspberrypi p4d: Checking state ... Jan 3 21:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:57:02 raspberrypi p4d: Checking state ... Jan 3 21:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:57:12 raspberrypi p4d: Checking state ... Jan 3 21:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:57:22 raspberrypi p4d: Checking state ... Jan 3 21:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:57:22 raspberrypi p4d: Reading values ... Jan 3 21:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:57:22 raspberrypi p4d: Updating error list Jan 3 21:57:23 raspberrypi p4d: Updating error list done Jan 3 21:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:57:32 raspberrypi p4d: Checking state ... Jan 3 21:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:57:42 raspberrypi p4d: Checking state ... Jan 3 21:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:57:52 raspberrypi p4d: Checking state ... Jan 3 21:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:58:02 raspberrypi p4d: Checking state ... Jan 3 21:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:58:12 raspberrypi p4d: Checking state ... Jan 3 21:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:58:22 raspberrypi p4d: Checking state ... Jan 3 21:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:58:22 raspberrypi p4d: Reading values ... Jan 3 21:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:58:22 raspberrypi p4d: Updating error list Jan 3 21:58:23 raspberrypi p4d: Updating error list done Jan 3 21:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:58:32 raspberrypi p4d: Checking state ... Jan 3 21:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:58:42 raspberrypi p4d: Checking state ... Jan 3 21:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:58:52 raspberrypi p4d: Checking state ... Jan 3 21:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:59:02 raspberrypi p4d: Checking state ... Jan 3 21:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:59:12 raspberrypi p4d: Checking state ... Jan 3 21:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:59:22 raspberrypi p4d: Checking state ... Jan 3 21:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:59:22 raspberrypi p4d: Reading values ... Jan 3 21:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 21:59:22 raspberrypi p4d: Updating error list Jan 3 21:59:23 raspberrypi p4d: Updating error list done Jan 3 21:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 21:59:32 raspberrypi p4d: Checking state ... Jan 3 21:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:59:42 raspberrypi p4d: Checking state ... Jan 3 21:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 21:59:52 raspberrypi p4d: Checking state ... Jan 3 21:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:00:02 raspberrypi p4d: Checking state ... Jan 3 22:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:00:12 raspberrypi p4d: Checking state ... Jan 3 22:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:00:22 raspberrypi p4d: Checking state ... Jan 3 22:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:00:22 raspberrypi p4d: Reading values ... Jan 3 22:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:00:22 raspberrypi p4d: Updating error list Jan 3 22:00:23 raspberrypi p4d: Updating error list done Jan 3 22:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:00:32 raspberrypi p4d: Checking state ... Jan 3 22:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:00:42 raspberrypi p4d: Checking state ... Jan 3 22:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:00:52 raspberrypi p4d: Checking state ... Jan 3 22:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:01:02 raspberrypi p4d: Checking state ... Jan 3 22:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:01:12 raspberrypi p4d: Checking state ... Jan 3 22:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:01:22 raspberrypi p4d: Checking state ... Jan 3 22:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:01:22 raspberrypi p4d: Reading values ... Jan 3 22:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:01:22 raspberrypi p4d: Updating error list Jan 3 22:01:23 raspberrypi p4d: Updating error list done Jan 3 22:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:01:32 raspberrypi p4d: Checking state ... Jan 3 22:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:01:42 raspberrypi p4d: Checking state ... Jan 3 22:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:01:52 raspberrypi p4d: Checking state ... Jan 3 22:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:02:02 raspberrypi p4d: Checking state ... Jan 3 22:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:02:12 raspberrypi p4d: Checking state ... Jan 3 22:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:02:22 raspberrypi p4d: Checking state ... Jan 3 22:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:02:22 raspberrypi p4d: Reading values ... Jan 3 22:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:02:22 raspberrypi p4d: Updating error list Jan 3 22:02:23 raspberrypi p4d: Updating error list done Jan 3 22:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:02:32 raspberrypi p4d: Checking state ... Jan 3 22:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:02:42 raspberrypi p4d: Checking state ... Jan 3 22:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:02:52 raspberrypi p4d: Checking state ... Jan 3 22:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:03:02 raspberrypi p4d: Checking state ... Jan 3 22:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:03:12 raspberrypi p4d: Checking state ... Jan 3 22:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:03:22 raspberrypi p4d: Checking state ... Jan 3 22:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:03:22 raspberrypi p4d: Reading values ... Jan 3 22:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:03:22 raspberrypi p4d: Updating error list Jan 3 22:03:23 raspberrypi p4d: Updating error list done Jan 3 22:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:03:32 raspberrypi p4d: Checking state ... Jan 3 22:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:03:42 raspberrypi p4d: Checking state ... Jan 3 22:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:03:52 raspberrypi p4d: Checking state ... Jan 3 22:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:04:02 raspberrypi p4d: Checking state ... Jan 3 22:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:04:12 raspberrypi p4d: Checking state ... Jan 3 22:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:04:22 raspberrypi p4d: Checking state ... Jan 3 22:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:04:22 raspberrypi p4d: Reading values ... Jan 3 22:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:04:22 raspberrypi p4d: Updating error list Jan 3 22:04:23 raspberrypi p4d: Updating error list done Jan 3 22:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:04:32 raspberrypi p4d: Checking state ... Jan 3 22:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:04:42 raspberrypi p4d: Checking state ... Jan 3 22:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:04:52 raspberrypi p4d: Checking state ... Jan 3 22:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:05:02 raspberrypi p4d: Checking state ... Jan 3 22:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:05:12 raspberrypi p4d: Checking state ... Jan 3 22:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:05:22 raspberrypi p4d: Checking state ... Jan 3 22:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:05:22 raspberrypi p4d: Reading values ... Jan 3 22:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:05:22 raspberrypi p4d: Updating error list Jan 3 22:05:23 raspberrypi p4d: Updating error list done Jan 3 22:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:05:32 raspberrypi p4d: Checking state ... Jan 3 22:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:05:42 raspberrypi p4d: Checking state ... Jan 3 22:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:05:52 raspberrypi p4d: Checking state ... Jan 3 22:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:06:02 raspberrypi p4d: Checking state ... Jan 3 22:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:06:08 raspberrypi p4d: Cleanup jobs table with history of 2 days Jan 3 22:06:12 raspberrypi p4d: Checking state ... Jan 3 22:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:06:22 raspberrypi p4d: Checking state ... Jan 3 22:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:06:22 raspberrypi p4d: Reading values ... Jan 3 22:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:06:22 raspberrypi p4d: Updating error list Jan 3 22:06:23 raspberrypi p4d: Updating error list done Jan 3 22:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:06:32 raspberrypi p4d: Checking state ... Jan 3 22:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:06:42 raspberrypi p4d: Checking state ... Jan 3 22:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:06:52 raspberrypi p4d: Checking state ... Jan 3 22:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:07:02 raspberrypi p4d: Checking state ... Jan 3 22:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:07:12 raspberrypi p4d: Checking state ... Jan 3 22:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:07:22 raspberrypi p4d: Checking state ... Jan 3 22:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:07:22 raspberrypi p4d: Reading values ... Jan 3 22:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:07:22 raspberrypi p4d: Updating error list Jan 3 22:07:23 raspberrypi p4d: Updating error list done Jan 3 22:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:07:32 raspberrypi p4d: Checking state ... Jan 3 22:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:07:42 raspberrypi p4d: Checking state ... Jan 3 22:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:07:52 raspberrypi p4d: Checking state ... Jan 3 22:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:08:02 raspberrypi p4d: Checking state ... Jan 3 22:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:08:12 raspberrypi p4d: Checking state ... Jan 3 22:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:08:22 raspberrypi p4d: Checking state ... Jan 3 22:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:08:22 raspberrypi p4d: Reading values ... Jan 3 22:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:08:22 raspberrypi p4d: Updating error list Jan 3 22:08:23 raspberrypi p4d: Updating error list done Jan 3 22:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:08:32 raspberrypi p4d: Checking state ... Jan 3 22:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:08:42 raspberrypi p4d: Checking state ... Jan 3 22:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:08:52 raspberrypi p4d: Checking state ... Jan 3 22:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:09:02 raspberrypi p4d: Checking state ... Jan 3 22:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:09:12 raspberrypi p4d: Checking state ... Jan 3 22:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:09:22 raspberrypi p4d: Checking state ... Jan 3 22:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:09:22 raspberrypi p4d: Reading values ... Jan 3 22:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:09:22 raspberrypi p4d: Updating error list Jan 3 22:09:23 raspberrypi p4d: Updating error list done Jan 3 22:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:09:32 raspberrypi p4d: Checking state ... Jan 3 22:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:09:42 raspberrypi p4d: Checking state ... Jan 3 22:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:09:52 raspberrypi p4d: Checking state ... Jan 3 22:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:10:02 raspberrypi p4d: Checking state ... Jan 3 22:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:10:12 raspberrypi p4d: Checking state ... Jan 3 22:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:10:22 raspberrypi p4d: Checking state ... Jan 3 22:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:10:22 raspberrypi p4d: Reading values ... Jan 3 22:10:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:10:23 raspberrypi p4d: Updating error list Jan 3 22:10:24 raspberrypi p4d: Updating error list done Jan 3 22:10:24 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:10:32 raspberrypi p4d: Checking state ... Jan 3 22:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:10:42 raspberrypi p4d: Checking state ... Jan 3 22:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:10:52 raspberrypi p4d: Checking state ... Jan 3 22:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:11:02 raspberrypi p4d: Checking state ... Jan 3 22:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:11:12 raspberrypi p4d: Checking state ... Jan 3 22:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:11:22 raspberrypi p4d: Checking state ... Jan 3 22:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:11:22 raspberrypi p4d: Reading values ... Jan 3 22:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:11:22 raspberrypi p4d: Updating error list Jan 3 22:11:23 raspberrypi p4d: Updating error list done Jan 3 22:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:11:32 raspberrypi p4d: Checking state ... Jan 3 22:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:11:42 raspberrypi p4d: Checking state ... Jan 3 22:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:11:52 raspberrypi p4d: Checking state ... Jan 3 22:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:12:02 raspberrypi p4d: Checking state ... Jan 3 22:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:12:12 raspberrypi p4d: Checking state ... Jan 3 22:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:12:22 raspberrypi p4d: Checking state ... Jan 3 22:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:12:22 raspberrypi p4d: Reading values ... Jan 3 22:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:12:22 raspberrypi p4d: Updating error list Jan 3 22:12:23 raspberrypi p4d: Updating error list done Jan 3 22:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:12:32 raspberrypi p4d: Checking state ... Jan 3 22:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:12:42 raspberrypi p4d: Checking state ... Jan 3 22:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:12:52 raspberrypi p4d: Checking state ... Jan 3 22:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:13:02 raspberrypi p4d: Checking state ... Jan 3 22:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:13:12 raspberrypi p4d: Checking state ... Jan 3 22:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:13:22 raspberrypi p4d: Checking state ... Jan 3 22:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:13:22 raspberrypi p4d: Reading values ... Jan 3 22:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:13:22 raspberrypi p4d: Updating error list Jan 3 22:13:23 raspberrypi p4d: Updating error list done Jan 3 22:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:13:32 raspberrypi p4d: Checking state ... Jan 3 22:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:13:42 raspberrypi p4d: Checking state ... Jan 3 22:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:13:52 raspberrypi p4d: Checking state ... Jan 3 22:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:14:02 raspberrypi p4d: Checking state ... Jan 3 22:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:14:12 raspberrypi p4d: Checking state ... Jan 3 22:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:14:22 raspberrypi p4d: Checking state ... Jan 3 22:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:14:22 raspberrypi p4d: Reading values ... Jan 3 22:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:14:22 raspberrypi p4d: Updating error list Jan 3 22:14:23 raspberrypi p4d: Updating error list done Jan 3 22:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:14:32 raspberrypi p4d: Checking state ... Jan 3 22:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:14:42 raspberrypi p4d: Checking state ... Jan 3 22:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:14:52 raspberrypi p4d: Checking state ... Jan 3 22:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:15:02 raspberrypi p4d: Checking state ... Jan 3 22:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:15:12 raspberrypi p4d: Checking state ... Jan 3 22:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:15:22 raspberrypi p4d: Checking state ... Jan 3 22:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:15:22 raspberrypi p4d: Reading values ... Jan 3 22:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:15:22 raspberrypi p4d: Updating error list Jan 3 22:15:23 raspberrypi p4d: Updating error list done Jan 3 22:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:15:32 raspberrypi p4d: Checking state ... Jan 3 22:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:15:42 raspberrypi p4d: Checking state ... Jan 3 22:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:15:52 raspberrypi p4d: Checking state ... Jan 3 22:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:16:02 raspberrypi p4d: Checking state ... Jan 3 22:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:16:12 raspberrypi p4d: Checking state ... Jan 3 22:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:16:22 raspberrypi p4d: Checking state ... Jan 3 22:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:16:22 raspberrypi p4d: Reading values ... Jan 3 22:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:16:22 raspberrypi p4d: Updating error list Jan 3 22:16:23 raspberrypi p4d: Updating error list done Jan 3 22:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:16:32 raspberrypi p4d: Checking state ... Jan 3 22:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:16:42 raspberrypi p4d: Checking state ... Jan 3 22:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:16:52 raspberrypi p4d: Checking state ... Jan 3 22:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:17:02 raspberrypi p4d: Checking state ... Jan 3 22:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:17:12 raspberrypi p4d: Checking state ... Jan 3 22:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:17:22 raspberrypi p4d: Checking state ... Jan 3 22:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:17:22 raspberrypi p4d: Reading values ... Jan 3 22:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:17:22 raspberrypi p4d: Updating error list Jan 3 22:17:23 raspberrypi p4d: Updating error list done Jan 3 22:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:17:32 raspberrypi p4d: Checking state ... Jan 3 22:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:17:42 raspberrypi p4d: Checking state ... Jan 3 22:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:17:52 raspberrypi p4d: Checking state ... Jan 3 22:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:18:02 raspberrypi p4d: Checking state ... Jan 3 22:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:18:12 raspberrypi p4d: Checking state ... Jan 3 22:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:18:22 raspberrypi p4d: Checking state ... Jan 3 22:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:18:22 raspberrypi p4d: Reading values ... Jan 3 22:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:18:22 raspberrypi p4d: Updating error list Jan 3 22:18:23 raspberrypi p4d: Updating error list done Jan 3 22:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:18:32 raspberrypi p4d: Checking state ... Jan 3 22:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:18:42 raspberrypi p4d: Checking state ... Jan 3 22:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:18:52 raspberrypi p4d: Checking state ... Jan 3 22:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:19:02 raspberrypi p4d: Checking state ... Jan 3 22:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:19:12 raspberrypi p4d: Checking state ... Jan 3 22:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:19:22 raspberrypi p4d: Checking state ... Jan 3 22:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:19:22 raspberrypi p4d: Reading values ... Jan 3 22:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:19:22 raspberrypi p4d: Updating error list Jan 3 22:19:23 raspberrypi p4d: Updating error list done Jan 3 22:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:19:32 raspberrypi p4d: Checking state ... Jan 3 22:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:19:42 raspberrypi p4d: Checking state ... Jan 3 22:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:19:52 raspberrypi p4d: Checking state ... Jan 3 22:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:20:02 raspberrypi p4d: Checking state ... Jan 3 22:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:20:12 raspberrypi p4d: Checking state ... Jan 3 22:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:20:22 raspberrypi p4d: Checking state ... Jan 3 22:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:20:22 raspberrypi p4d: Reading values ... Jan 3 22:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:20:22 raspberrypi p4d: Updating error list Jan 3 22:20:23 raspberrypi p4d: Updating error list done Jan 3 22:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:20:32 raspberrypi p4d: Checking state ... Jan 3 22:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:20:42 raspberrypi p4d: Checking state ... Jan 3 22:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:20:52 raspberrypi p4d: Checking state ... Jan 3 22:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:21:02 raspberrypi p4d: Checking state ... Jan 3 22:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:21:12 raspberrypi p4d: Checking state ... Jan 3 22:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:21:22 raspberrypi p4d: Checking state ... Jan 3 22:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:21:22 raspberrypi p4d: Reading values ... Jan 3 22:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:21:22 raspberrypi p4d: Updating error list Jan 3 22:21:23 raspberrypi p4d: Updating error list done Jan 3 22:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:21:32 raspberrypi p4d: Checking state ... Jan 3 22:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:21:42 raspberrypi p4d: Checking state ... Jan 3 22:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:21:52 raspberrypi p4d: Checking state ... Jan 3 22:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:22:02 raspberrypi p4d: Checking state ... Jan 3 22:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:22:12 raspberrypi p4d: Checking state ... Jan 3 22:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:22:22 raspberrypi p4d: Checking state ... Jan 3 22:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:22:22 raspberrypi p4d: Reading values ... Jan 3 22:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:22:22 raspberrypi p4d: Updating error list Jan 3 22:22:23 raspberrypi p4d: Updating error list done Jan 3 22:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:22:32 raspberrypi p4d: Checking state ... Jan 3 22:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:22:42 raspberrypi p4d: Checking state ... Jan 3 22:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:22:52 raspberrypi p4d: Checking state ... Jan 3 22:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:23:02 raspberrypi p4d: Checking state ... Jan 3 22:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:23:12 raspberrypi p4d: Checking state ... Jan 3 22:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:23:22 raspberrypi p4d: Checking state ... Jan 3 22:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:23:22 raspberrypi p4d: Reading values ... Jan 3 22:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:23:22 raspberrypi p4d: Updating error list Jan 3 22:23:23 raspberrypi p4d: Updating error list done Jan 3 22:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:23:32 raspberrypi p4d: Checking state ... Jan 3 22:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:23:42 raspberrypi p4d: Checking state ... Jan 3 22:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:23:52 raspberrypi p4d: Checking state ... Jan 3 22:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:24:02 raspberrypi p4d: Checking state ... Jan 3 22:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:24:12 raspberrypi p4d: Checking state ... Jan 3 22:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:24:22 raspberrypi p4d: Checking state ... Jan 3 22:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:24:22 raspberrypi p4d: Reading values ... Jan 3 22:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:24:22 raspberrypi p4d: Updating error list Jan 3 22:24:23 raspberrypi p4d: Updating error list done Jan 3 22:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:24:32 raspberrypi p4d: Checking state ... Jan 3 22:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:24:42 raspberrypi p4d: Checking state ... Jan 3 22:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:24:52 raspberrypi p4d: Checking state ... Jan 3 22:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:25:02 raspberrypi p4d: Checking state ... Jan 3 22:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:25:12 raspberrypi p4d: Checking state ... Jan 3 22:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:25:22 raspberrypi p4d: Checking state ... Jan 3 22:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:25:22 raspberrypi p4d: Reading values ... Jan 3 22:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:25:22 raspberrypi p4d: Updating error list Jan 3 22:25:23 raspberrypi p4d: Updating error list done Jan 3 22:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:25:32 raspberrypi p4d: Checking state ... Jan 3 22:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:25:42 raspberrypi p4d: Checking state ... Jan 3 22:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:25:52 raspberrypi p4d: Checking state ... Jan 3 22:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:26:02 raspberrypi p4d: Checking state ... Jan 3 22:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:26:12 raspberrypi p4d: Checking state ... Jan 3 22:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:26:22 raspberrypi p4d: Checking state ... Jan 3 22:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:26:22 raspberrypi p4d: Reading values ... Jan 3 22:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:26:22 raspberrypi p4d: Updating error list Jan 3 22:26:23 raspberrypi p4d: Updating error list done Jan 3 22:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:26:32 raspberrypi p4d: Checking state ... Jan 3 22:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:26:42 raspberrypi p4d: Checking state ... Jan 3 22:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:26:52 raspberrypi p4d: Checking state ... Jan 3 22:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:27:02 raspberrypi p4d: Checking state ... Jan 3 22:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:27:12 raspberrypi p4d: Checking state ... Jan 3 22:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:27:22 raspberrypi p4d: Checking state ... Jan 3 22:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:27:22 raspberrypi p4d: Reading values ... Jan 3 22:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:27:22 raspberrypi p4d: Updating error list Jan 3 22:27:23 raspberrypi p4d: Updating error list done Jan 3 22:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:27:32 raspberrypi p4d: Checking state ... Jan 3 22:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:27:42 raspberrypi p4d: Checking state ... Jan 3 22:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:27:52 raspberrypi p4d: Checking state ... Jan 3 22:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:28:02 raspberrypi p4d: Checking state ... Jan 3 22:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:28:12 raspberrypi p4d: Checking state ... Jan 3 22:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:28:22 raspberrypi p4d: Checking state ... Jan 3 22:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:28:22 raspberrypi p4d: Reading values ... Jan 3 22:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:28:22 raspberrypi p4d: Updating error list Jan 3 22:28:23 raspberrypi p4d: Updating error list done Jan 3 22:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:28:32 raspberrypi p4d: Checking state ... Jan 3 22:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:28:42 raspberrypi p4d: Checking state ... Jan 3 22:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:28:52 raspberrypi p4d: Checking state ... Jan 3 22:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:29:02 raspberrypi p4d: Checking state ... Jan 3 22:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:29:12 raspberrypi p4d: Checking state ... Jan 3 22:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:29:22 raspberrypi p4d: Checking state ... Jan 3 22:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:29:22 raspberrypi p4d: Reading values ... Jan 3 22:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:29:22 raspberrypi p4d: Updating error list Jan 3 22:29:23 raspberrypi p4d: Updating error list done Jan 3 22:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:29:32 raspberrypi p4d: Checking state ... Jan 3 22:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:29:42 raspberrypi p4d: Checking state ... Jan 3 22:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:29:52 raspberrypi p4d: Checking state ... Jan 3 22:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:30:02 raspberrypi p4d: Checking state ... Jan 3 22:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:30:12 raspberrypi p4d: Checking state ... Jan 3 22:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:30:22 raspberrypi p4d: Checking state ... Jan 3 22:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:30:22 raspberrypi p4d: Reading values ... Jan 3 22:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:30:22 raspberrypi p4d: Updating error list Jan 3 22:30:23 raspberrypi p4d: Updating error list done Jan 3 22:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:30:32 raspberrypi p4d: Checking state ... Jan 3 22:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:30:42 raspberrypi p4d: Checking state ... Jan 3 22:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:30:52 raspberrypi p4d: Checking state ... Jan 3 22:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:31:02 raspberrypi p4d: Checking state ... Jan 3 22:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:31:12 raspberrypi p4d: Checking state ... Jan 3 22:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:31:22 raspberrypi p4d: Checking state ... Jan 3 22:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:31:22 raspberrypi p4d: Reading values ... Jan 3 22:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:31:22 raspberrypi p4d: Updating error list Jan 3 22:31:23 raspberrypi p4d: Updating error list done Jan 3 22:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:31:32 raspberrypi p4d: Checking state ... Jan 3 22:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:31:42 raspberrypi p4d: Checking state ... Jan 3 22:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:31:52 raspberrypi p4d: Checking state ... Jan 3 22:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:32:02 raspberrypi p4d: Checking state ... Jan 3 22:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:32:12 raspberrypi p4d: Checking state ... Jan 3 22:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:32:22 raspberrypi p4d: Checking state ... Jan 3 22:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:32:22 raspberrypi p4d: Reading values ... Jan 3 22:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:32:22 raspberrypi p4d: Updating error list Jan 3 22:32:23 raspberrypi p4d: Updating error list done Jan 3 22:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:32:32 raspberrypi p4d: Checking state ... Jan 3 22:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:32:42 raspberrypi p4d: Checking state ... Jan 3 22:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:32:52 raspberrypi p4d: Checking state ... Jan 3 22:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:33:02 raspberrypi p4d: Checking state ... Jan 3 22:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:33:12 raspberrypi p4d: Checking state ... Jan 3 22:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:33:22 raspberrypi p4d: Checking state ... Jan 3 22:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:33:22 raspberrypi p4d: Reading values ... Jan 3 22:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:33:22 raspberrypi p4d: Updating error list Jan 3 22:33:23 raspberrypi p4d: Updating error list done Jan 3 22:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:33:32 raspberrypi p4d: Checking state ... Jan 3 22:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:33:42 raspberrypi p4d: Checking state ... Jan 3 22:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:33:52 raspberrypi p4d: Checking state ... Jan 3 22:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:34:02 raspberrypi p4d: Checking state ... Jan 3 22:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:34:12 raspberrypi p4d: Checking state ... Jan 3 22:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:34:22 raspberrypi p4d: Checking state ... Jan 3 22:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:34:22 raspberrypi p4d: Reading values ... Jan 3 22:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:34:22 raspberrypi p4d: Updating error list Jan 3 22:34:23 raspberrypi p4d: Updating error list done Jan 3 22:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:34:32 raspberrypi p4d: Checking state ... Jan 3 22:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:34:42 raspberrypi p4d: Checking state ... Jan 3 22:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:34:52 raspberrypi p4d: Checking state ... Jan 3 22:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:35:02 raspberrypi p4d: Checking state ... Jan 3 22:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:35:12 raspberrypi p4d: Checking state ... Jan 3 22:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:35:22 raspberrypi p4d: Checking state ... Jan 3 22:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:35:22 raspberrypi p4d: Reading values ... Jan 3 22:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:35:22 raspberrypi p4d: Updating error list Jan 3 22:35:23 raspberrypi p4d: Updating error list done Jan 3 22:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:35:32 raspberrypi p4d: Checking state ... Jan 3 22:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:35:42 raspberrypi p4d: Checking state ... Jan 3 22:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:35:52 raspberrypi p4d: Checking state ... Jan 3 22:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:36:02 raspberrypi p4d: Checking state ... Jan 3 22:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:36:12 raspberrypi p4d: Checking state ... Jan 3 22:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:36:22 raspberrypi p4d: Checking state ... Jan 3 22:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:36:22 raspberrypi p4d: Reading values ... Jan 3 22:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:36:22 raspberrypi p4d: Updating error list Jan 3 22:36:23 raspberrypi p4d: Updating error list done Jan 3 22:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:36:32 raspberrypi p4d: Checking state ... Jan 3 22:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:36:42 raspberrypi p4d: Checking state ... Jan 3 22:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:36:52 raspberrypi p4d: Checking state ... Jan 3 22:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:37:02 raspberrypi p4d: Checking state ... Jan 3 22:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:37:12 raspberrypi p4d: Checking state ... Jan 3 22:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:37:22 raspberrypi p4d: Checking state ... Jan 3 22:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:37:22 raspberrypi p4d: Reading values ... Jan 3 22:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:37:22 raspberrypi p4d: Updating error list Jan 3 22:37:23 raspberrypi p4d: Updating error list done Jan 3 22:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:37:32 raspberrypi p4d: Checking state ... Jan 3 22:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:37:42 raspberrypi p4d: Checking state ... Jan 3 22:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:37:52 raspberrypi p4d: Checking state ... Jan 3 22:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:38:02 raspberrypi p4d: Checking state ... Jan 3 22:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:38:12 raspberrypi p4d: Checking state ... Jan 3 22:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:38:22 raspberrypi p4d: Checking state ... Jan 3 22:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:38:22 raspberrypi p4d: Reading values ... Jan 3 22:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:38:22 raspberrypi p4d: Updating error list Jan 3 22:38:23 raspberrypi p4d: Updating error list done Jan 3 22:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:38:32 raspberrypi p4d: Checking state ... Jan 3 22:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:38:42 raspberrypi p4d: Checking state ... Jan 3 22:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:38:52 raspberrypi p4d: Checking state ... Jan 3 22:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:39:02 raspberrypi p4d: Checking state ... Jan 3 22:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:39:12 raspberrypi p4d: Checking state ... Jan 3 22:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:39:22 raspberrypi p4d: Checking state ... Jan 3 22:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:39:22 raspberrypi p4d: Reading values ... Jan 3 22:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:39:22 raspberrypi p4d: Updating error list Jan 3 22:39:23 raspberrypi p4d: Updating error list done Jan 3 22:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:39:32 raspberrypi p4d: Checking state ... Jan 3 22:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:39:42 raspberrypi p4d: Checking state ... Jan 3 22:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:39:52 raspberrypi p4d: Checking state ... Jan 3 22:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:40:02 raspberrypi p4d: Checking state ... Jan 3 22:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:40:12 raspberrypi p4d: Checking state ... Jan 3 22:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:40:22 raspberrypi p4d: Checking state ... Jan 3 22:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:40:22 raspberrypi p4d: Reading values ... Jan 3 22:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:40:22 raspberrypi p4d: Updating error list Jan 3 22:40:23 raspberrypi p4d: Updating error list done Jan 3 22:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:40:32 raspberrypi p4d: Checking state ... Jan 3 22:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:40:42 raspberrypi p4d: Checking state ... Jan 3 22:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:40:52 raspberrypi p4d: Checking state ... Jan 3 22:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:41:02 raspberrypi p4d: Checking state ... Jan 3 22:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:41:12 raspberrypi p4d: Checking state ... Jan 3 22:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:41:22 raspberrypi p4d: Checking state ... Jan 3 22:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:41:22 raspberrypi p4d: Reading values ... Jan 3 22:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:41:22 raspberrypi p4d: Updating error list Jan 3 22:41:23 raspberrypi p4d: Updating error list done Jan 3 22:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:41:32 raspberrypi p4d: Checking state ... Jan 3 22:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:41:42 raspberrypi p4d: Checking state ... Jan 3 22:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:41:52 raspberrypi p4d: Checking state ... Jan 3 22:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:42:02 raspberrypi p4d: Checking state ... Jan 3 22:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:42:12 raspberrypi p4d: Checking state ... Jan 3 22:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:42:22 raspberrypi p4d: Checking state ... Jan 3 22:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:42:22 raspberrypi p4d: Reading values ... Jan 3 22:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:42:22 raspberrypi p4d: Updating error list Jan 3 22:42:23 raspberrypi p4d: Updating error list done Jan 3 22:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:42:32 raspberrypi p4d: Checking state ... Jan 3 22:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:42:42 raspberrypi p4d: Checking state ... Jan 3 22:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:42:52 raspberrypi p4d: Checking state ... Jan 3 22:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:43:02 raspberrypi p4d: Checking state ... Jan 3 22:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:43:12 raspberrypi p4d: Checking state ... Jan 3 22:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:43:22 raspberrypi p4d: Checking state ... Jan 3 22:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:43:22 raspberrypi p4d: Reading values ... Jan 3 22:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:43:22 raspberrypi p4d: Updating error list Jan 3 22:43:23 raspberrypi p4d: Updating error list done Jan 3 22:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:43:32 raspberrypi p4d: Checking state ... Jan 3 22:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:43:42 raspberrypi p4d: Checking state ... Jan 3 22:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:43:52 raspberrypi p4d: Checking state ... Jan 3 22:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:44:02 raspberrypi p4d: Checking state ... Jan 3 22:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:44:12 raspberrypi p4d: Checking state ... Jan 3 22:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:44:22 raspberrypi p4d: Checking state ... Jan 3 22:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:44:22 raspberrypi p4d: Reading values ... Jan 3 22:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:44:22 raspberrypi p4d: Updating error list Jan 3 22:44:23 raspberrypi p4d: Updating error list done Jan 3 22:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:44:32 raspberrypi p4d: Checking state ... Jan 3 22:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:44:42 raspberrypi p4d: Checking state ... Jan 3 22:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:44:52 raspberrypi p4d: Checking state ... Jan 3 22:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:45:02 raspberrypi p4d: Checking state ... Jan 3 22:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:45:12 raspberrypi p4d: Checking state ... Jan 3 22:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:45:22 raspberrypi p4d: Checking state ... Jan 3 22:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:45:22 raspberrypi p4d: Reading values ... Jan 3 22:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:45:22 raspberrypi p4d: Updating error list Jan 3 22:45:23 raspberrypi p4d: Updating error list done Jan 3 22:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:45:32 raspberrypi p4d: Checking state ... Jan 3 22:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:45:42 raspberrypi p4d: Checking state ... Jan 3 22:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:45:52 raspberrypi p4d: Checking state ... Jan 3 22:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:46:02 raspberrypi p4d: Checking state ... Jan 3 22:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:46:12 raspberrypi p4d: Checking state ... Jan 3 22:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:46:22 raspberrypi p4d: Checking state ... Jan 3 22:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:46:22 raspberrypi p4d: Reading values ... Jan 3 22:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:46:22 raspberrypi p4d: Updating error list Jan 3 22:46:23 raspberrypi p4d: Updating error list done Jan 3 22:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:46:32 raspberrypi p4d: Checking state ... Jan 3 22:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:46:42 raspberrypi p4d: Checking state ... Jan 3 22:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:46:52 raspberrypi p4d: Checking state ... Jan 3 22:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:47:02 raspberrypi p4d: Checking state ... Jan 3 22:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:47:12 raspberrypi p4d: Checking state ... Jan 3 22:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:47:22 raspberrypi p4d: Checking state ... Jan 3 22:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:47:22 raspberrypi p4d: Reading values ... Jan 3 22:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:47:22 raspberrypi p4d: Updating error list Jan 3 22:47:23 raspberrypi p4d: Updating error list done Jan 3 22:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:47:32 raspberrypi p4d: Checking state ... Jan 3 22:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:47:42 raspberrypi p4d: Checking state ... Jan 3 22:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:47:52 raspberrypi p4d: Checking state ... Jan 3 22:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:48:02 raspberrypi p4d: Checking state ... Jan 3 22:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:48:12 raspberrypi p4d: Checking state ... Jan 3 22:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:48:22 raspberrypi p4d: Checking state ... Jan 3 22:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:48:22 raspberrypi p4d: Reading values ... Jan 3 22:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:48:22 raspberrypi p4d: Updating error list Jan 3 22:48:23 raspberrypi p4d: Updating error list done Jan 3 22:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:48:32 raspberrypi p4d: Checking state ... Jan 3 22:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:48:42 raspberrypi p4d: Checking state ... Jan 3 22:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:48:52 raspberrypi p4d: Checking state ... Jan 3 22:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:49:02 raspberrypi p4d: Checking state ... Jan 3 22:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:49:12 raspberrypi p4d: Checking state ... Jan 3 22:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:49:22 raspberrypi p4d: Checking state ... Jan 3 22:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:49:22 raspberrypi p4d: Reading values ... Jan 3 22:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:49:22 raspberrypi p4d: Updating error list Jan 3 22:49:23 raspberrypi p4d: Updating error list done Jan 3 22:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:49:32 raspberrypi p4d: Checking state ... Jan 3 22:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:49:42 raspberrypi p4d: Checking state ... Jan 3 22:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:49:52 raspberrypi p4d: Checking state ... Jan 3 22:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:50:02 raspberrypi p4d: Checking state ... Jan 3 22:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:50:12 raspberrypi p4d: Checking state ... Jan 3 22:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:50:22 raspberrypi p4d: Checking state ... Jan 3 22:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:50:22 raspberrypi p4d: Reading values ... Jan 3 22:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:50:22 raspberrypi p4d: Updating error list Jan 3 22:50:23 raspberrypi p4d: Updating error list done Jan 3 22:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:50:32 raspberrypi p4d: Checking state ... Jan 3 22:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:50:42 raspberrypi p4d: Checking state ... Jan 3 22:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:50:52 raspberrypi p4d: Checking state ... Jan 3 22:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:51:02 raspberrypi p4d: Checking state ... Jan 3 22:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:51:12 raspberrypi p4d: Checking state ... Jan 3 22:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:51:22 raspberrypi p4d: Checking state ... Jan 3 22:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:51:22 raspberrypi p4d: Reading values ... Jan 3 22:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:51:22 raspberrypi p4d: Updating error list Jan 3 22:51:23 raspberrypi p4d: Updating error list done Jan 3 22:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:51:32 raspberrypi p4d: Checking state ... Jan 3 22:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:51:42 raspberrypi p4d: Checking state ... Jan 3 22:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:51:52 raspberrypi p4d: Checking state ... Jan 3 22:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:52:02 raspberrypi p4d: Checking state ... Jan 3 22:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:52:12 raspberrypi p4d: Checking state ... Jan 3 22:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:52:22 raspberrypi p4d: Checking state ... Jan 3 22:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:52:22 raspberrypi p4d: Reading values ... Jan 3 22:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:52:22 raspberrypi p4d: Updating error list Jan 3 22:52:23 raspberrypi p4d: Updating error list done Jan 3 22:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:52:32 raspberrypi p4d: Checking state ... Jan 3 22:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:52:42 raspberrypi p4d: Checking state ... Jan 3 22:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:52:52 raspberrypi p4d: Checking state ... Jan 3 22:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:53:02 raspberrypi p4d: Checking state ... Jan 3 22:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:53:12 raspberrypi p4d: Checking state ... Jan 3 22:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:53:22 raspberrypi p4d: Checking state ... Jan 3 22:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:53:22 raspberrypi p4d: Reading values ... Jan 3 22:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:53:22 raspberrypi p4d: Updating error list Jan 3 22:53:23 raspberrypi p4d: Updating error list done Jan 3 22:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:53:32 raspberrypi p4d: Checking state ... Jan 3 22:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:53:42 raspberrypi p4d: Checking state ... Jan 3 22:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:53:52 raspberrypi p4d: Checking state ... Jan 3 22:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:54:02 raspberrypi p4d: Checking state ... Jan 3 22:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:54:12 raspberrypi p4d: Checking state ... Jan 3 22:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:54:22 raspberrypi p4d: Checking state ... Jan 3 22:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:54:22 raspberrypi p4d: Reading values ... Jan 3 22:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:54:22 raspberrypi p4d: Updating error list Jan 3 22:54:23 raspberrypi p4d: Updating error list done Jan 3 22:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:54:32 raspberrypi p4d: Checking state ... Jan 3 22:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:54:42 raspberrypi p4d: Checking state ... Jan 3 22:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:54:52 raspberrypi p4d: Checking state ... Jan 3 22:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:55:02 raspberrypi p4d: Checking state ... Jan 3 22:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:55:12 raspberrypi p4d: Checking state ... Jan 3 22:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:55:22 raspberrypi p4d: Checking state ... Jan 3 22:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:55:22 raspberrypi p4d: Reading values ... Jan 3 22:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:55:22 raspberrypi p4d: Updating error list Jan 3 22:55:23 raspberrypi p4d: Updating error list done Jan 3 22:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:55:32 raspberrypi p4d: Checking state ... Jan 3 22:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:55:42 raspberrypi p4d: Checking state ... Jan 3 22:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:55:52 raspberrypi p4d: Checking state ... Jan 3 22:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:56:02 raspberrypi p4d: Checking state ... Jan 3 22:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:56:12 raspberrypi p4d: Checking state ... Jan 3 22:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:56:22 raspberrypi p4d: Checking state ... Jan 3 22:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:56:22 raspberrypi p4d: Reading values ... Jan 3 22:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:56:22 raspberrypi p4d: Updating error list Jan 3 22:56:23 raspberrypi p4d: Updating error list done Jan 3 22:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:56:32 raspberrypi p4d: Checking state ... Jan 3 22:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:56:42 raspberrypi p4d: Checking state ... Jan 3 22:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:56:52 raspberrypi p4d: Checking state ... Jan 3 22:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:57:02 raspberrypi p4d: Checking state ... Jan 3 22:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:57:12 raspberrypi p4d: Checking state ... Jan 3 22:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:57:22 raspberrypi p4d: Checking state ... Jan 3 22:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:57:22 raspberrypi p4d: Reading values ... Jan 3 22:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:57:22 raspberrypi p4d: Updating error list Jan 3 22:57:23 raspberrypi p4d: Updating error list done Jan 3 22:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:57:32 raspberrypi p4d: Checking state ... Jan 3 22:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:57:42 raspberrypi p4d: Checking state ... Jan 3 22:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:57:52 raspberrypi p4d: Checking state ... Jan 3 22:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:58:02 raspberrypi p4d: Checking state ... Jan 3 22:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:58:12 raspberrypi p4d: Checking state ... Jan 3 22:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:58:22 raspberrypi p4d: Checking state ... Jan 3 22:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:58:22 raspberrypi p4d: Reading values ... Jan 3 22:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:58:22 raspberrypi p4d: Updating error list Jan 3 22:58:23 raspberrypi p4d: Updating error list done Jan 3 22:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:58:32 raspberrypi p4d: Checking state ... Jan 3 22:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:58:42 raspberrypi p4d: Checking state ... Jan 3 22:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:58:52 raspberrypi p4d: Checking state ... Jan 3 22:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:59:02 raspberrypi p4d: Checking state ... Jan 3 22:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:59:12 raspberrypi p4d: Checking state ... Jan 3 22:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:59:22 raspberrypi p4d: Checking state ... Jan 3 22:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:59:22 raspberrypi p4d: Reading values ... Jan 3 22:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 22:59:22 raspberrypi p4d: Updating error list Jan 3 22:59:23 raspberrypi p4d: Updating error list done Jan 3 22:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 22:59:32 raspberrypi p4d: Checking state ... Jan 3 22:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:59:42 raspberrypi p4d: Checking state ... Jan 3 22:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 22:59:52 raspberrypi p4d: Checking state ... Jan 3 22:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:00:02 raspberrypi p4d: Checking state ... Jan 3 23:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:00:12 raspberrypi p4d: Checking state ... Jan 3 23:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:00:22 raspberrypi p4d: Checking state ... Jan 3 23:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:00:22 raspberrypi p4d: Reading values ... Jan 3 23:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:00:22 raspberrypi p4d: Updating error list Jan 3 23:00:23 raspberrypi p4d: Updating error list done Jan 3 23:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:00:32 raspberrypi p4d: Checking state ... Jan 3 23:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:00:42 raspberrypi p4d: Checking state ... Jan 3 23:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:00:52 raspberrypi p4d: Checking state ... Jan 3 23:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:01:02 raspberrypi p4d: Checking state ... Jan 3 23:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:01:12 raspberrypi p4d: Checking state ... Jan 3 23:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:01:22 raspberrypi p4d: Checking state ... Jan 3 23:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:01:22 raspberrypi p4d: Reading values ... Jan 3 23:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:01:22 raspberrypi p4d: Updating error list Jan 3 23:01:23 raspberrypi p4d: Updating error list done Jan 3 23:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:01:32 raspberrypi p4d: Checking state ... Jan 3 23:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:01:42 raspberrypi p4d: Checking state ... Jan 3 23:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:01:52 raspberrypi p4d: Checking state ... Jan 3 23:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:02:02 raspberrypi p4d: Checking state ... Jan 3 23:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:02:12 raspberrypi p4d: Checking state ... Jan 3 23:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:02:22 raspberrypi p4d: Checking state ... Jan 3 23:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:02:22 raspberrypi p4d: Reading values ... Jan 3 23:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:02:22 raspberrypi p4d: Updating error list Jan 3 23:02:23 raspberrypi p4d: Updating error list done Jan 3 23:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:02:32 raspberrypi p4d: Checking state ... Jan 3 23:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:02:42 raspberrypi p4d: Checking state ... Jan 3 23:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:02:52 raspberrypi p4d: Checking state ... Jan 3 23:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:03:02 raspberrypi p4d: Checking state ... Jan 3 23:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:03:12 raspberrypi p4d: Checking state ... Jan 3 23:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:03:22 raspberrypi p4d: Checking state ... Jan 3 23:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:03:22 raspberrypi p4d: Reading values ... Jan 3 23:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:03:22 raspberrypi p4d: Updating error list Jan 3 23:03:23 raspberrypi p4d: Updating error list done Jan 3 23:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:03:32 raspberrypi p4d: Checking state ... Jan 3 23:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:03:42 raspberrypi p4d: Checking state ... Jan 3 23:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:03:52 raspberrypi p4d: Checking state ... Jan 3 23:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:04:02 raspberrypi p4d: Checking state ... Jan 3 23:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:04:12 raspberrypi p4d: Checking state ... Jan 3 23:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:04:22 raspberrypi p4d: Checking state ... Jan 3 23:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:04:22 raspberrypi p4d: Reading values ... Jan 3 23:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:04:22 raspberrypi p4d: Updating error list Jan 3 23:04:23 raspberrypi p4d: Updating error list done Jan 3 23:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:04:32 raspberrypi p4d: Checking state ... Jan 3 23:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:04:42 raspberrypi p4d: Checking state ... Jan 3 23:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:04:52 raspberrypi p4d: Checking state ... Jan 3 23:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:05:02 raspberrypi p4d: Checking state ... Jan 3 23:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:05:12 raspberrypi p4d: Checking state ... Jan 3 23:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:05:22 raspberrypi p4d: Checking state ... Jan 3 23:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:05:22 raspberrypi p4d: Reading values ... Jan 3 23:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:05:22 raspberrypi p4d: Updating error list Jan 3 23:05:23 raspberrypi p4d: Updating error list done Jan 3 23:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:05:32 raspberrypi p4d: Checking state ... Jan 3 23:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:05:42 raspberrypi p4d: Checking state ... Jan 3 23:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:05:52 raspberrypi p4d: Checking state ... Jan 3 23:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:06:02 raspberrypi p4d: Checking state ... Jan 3 23:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:06:12 raspberrypi p4d: Checking state ... Jan 3 23:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:06:22 raspberrypi p4d: Checking state ... Jan 3 23:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:06:22 raspberrypi p4d: Reading values ... Jan 3 23:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:06:22 raspberrypi p4d: Updating error list Jan 3 23:06:23 raspberrypi p4d: Updating error list done Jan 3 23:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:06:32 raspberrypi p4d: Checking state ... Jan 3 23:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:06:42 raspberrypi p4d: Checking state ... Jan 3 23:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:06:52 raspberrypi p4d: Checking state ... Jan 3 23:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:07:02 raspberrypi p4d: Checking state ... Jan 3 23:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:07:12 raspberrypi p4d: Checking state ... Jan 3 23:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:07:22 raspberrypi p4d: Checking state ... Jan 3 23:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:07:22 raspberrypi p4d: Reading values ... Jan 3 23:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:07:22 raspberrypi p4d: Updating error list Jan 3 23:07:23 raspberrypi p4d: Updating error list done Jan 3 23:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:07:32 raspberrypi p4d: Checking state ... Jan 3 23:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:07:42 raspberrypi p4d: Checking state ... Jan 3 23:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:07:52 raspberrypi p4d: Checking state ... Jan 3 23:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:08:02 raspberrypi p4d: Checking state ... Jan 3 23:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:08:12 raspberrypi p4d: Checking state ... Jan 3 23:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:08:22 raspberrypi p4d: Checking state ... Jan 3 23:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:08:22 raspberrypi p4d: Reading values ... Jan 3 23:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:08:22 raspberrypi p4d: Updating error list Jan 3 23:08:23 raspberrypi p4d: Updating error list done Jan 3 23:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:08:32 raspberrypi p4d: Checking state ... Jan 3 23:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:08:42 raspberrypi p4d: Checking state ... Jan 3 23:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:08:52 raspberrypi p4d: Checking state ... Jan 3 23:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:09:02 raspberrypi p4d: Checking state ... Jan 3 23:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:09:12 raspberrypi p4d: Checking state ... Jan 3 23:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:09:22 raspberrypi p4d: Checking state ... Jan 3 23:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:09:22 raspberrypi p4d: Reading values ... Jan 3 23:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:09:22 raspberrypi p4d: Updating error list Jan 3 23:09:23 raspberrypi p4d: Updating error list done Jan 3 23:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:09:32 raspberrypi p4d: Checking state ... Jan 3 23:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:09:42 raspberrypi p4d: Checking state ... Jan 3 23:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:09:52 raspberrypi p4d: Checking state ... Jan 3 23:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:10:02 raspberrypi p4d: Checking state ... Jan 3 23:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:10:12 raspberrypi p4d: Checking state ... Jan 3 23:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:10:22 raspberrypi p4d: Checking state ... Jan 3 23:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:10:22 raspberrypi p4d: Reading values ... Jan 3 23:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:10:22 raspberrypi p4d: Updating error list Jan 3 23:10:23 raspberrypi p4d: Updating error list done Jan 3 23:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:10:32 raspberrypi p4d: Checking state ... Jan 3 23:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:10:42 raspberrypi p4d: Checking state ... Jan 3 23:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:10:52 raspberrypi p4d: Checking state ... Jan 3 23:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:11:02 raspberrypi p4d: Checking state ... Jan 3 23:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:11:12 raspberrypi p4d: Checking state ... Jan 3 23:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:11:22 raspberrypi p4d: Checking state ... Jan 3 23:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:11:22 raspberrypi p4d: Reading values ... Jan 3 23:11:24 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:11:24 raspberrypi p4d: Updating error list Jan 3 23:11:25 raspberrypi p4d: Updating error list done Jan 3 23:11:25 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:11:32 raspberrypi p4d: Checking state ... Jan 3 23:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:11:42 raspberrypi p4d: Checking state ... Jan 3 23:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:11:52 raspberrypi p4d: Checking state ... Jan 3 23:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:12:02 raspberrypi p4d: Checking state ... Jan 3 23:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:12:12 raspberrypi p4d: Checking state ... Jan 3 23:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:12:22 raspberrypi p4d: Checking state ... Jan 3 23:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:12:22 raspberrypi p4d: Reading values ... Jan 3 23:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:12:22 raspberrypi p4d: Updating error list Jan 3 23:12:23 raspberrypi p4d: Updating error list done Jan 3 23:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:12:32 raspberrypi p4d: Checking state ... Jan 3 23:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:12:42 raspberrypi p4d: Checking state ... Jan 3 23:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:12:52 raspberrypi p4d: Checking state ... Jan 3 23:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:13:02 raspberrypi p4d: Checking state ... Jan 3 23:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:13:12 raspberrypi p4d: Checking state ... Jan 3 23:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:13:22 raspberrypi p4d: Checking state ... Jan 3 23:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:13:22 raspberrypi p4d: Reading values ... Jan 3 23:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:13:22 raspberrypi p4d: Updating error list Jan 3 23:13:23 raspberrypi p4d: Updating error list done Jan 3 23:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:13:32 raspberrypi p4d: Checking state ... Jan 3 23:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:13:42 raspberrypi p4d: Checking state ... Jan 3 23:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:13:52 raspberrypi p4d: Checking state ... Jan 3 23:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:14:02 raspberrypi p4d: Checking state ... Jan 3 23:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:14:12 raspberrypi p4d: Checking state ... Jan 3 23:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:14:22 raspberrypi p4d: Checking state ... Jan 3 23:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:14:22 raspberrypi p4d: Reading values ... Jan 3 23:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:14:22 raspberrypi p4d: Updating error list Jan 3 23:14:23 raspberrypi p4d: Updating error list done Jan 3 23:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:14:32 raspberrypi p4d: Checking state ... Jan 3 23:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:14:42 raspberrypi p4d: Checking state ... Jan 3 23:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:14:52 raspberrypi p4d: Checking state ... Jan 3 23:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:15:02 raspberrypi p4d: Checking state ... Jan 3 23:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:15:12 raspberrypi p4d: Checking state ... Jan 3 23:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:15:22 raspberrypi p4d: Checking state ... Jan 3 23:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:15:22 raspberrypi p4d: Reading values ... Jan 3 23:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:15:22 raspberrypi p4d: Updating error list Jan 3 23:15:23 raspberrypi p4d: Updating error list done Jan 3 23:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:15:32 raspberrypi p4d: Checking state ... Jan 3 23:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:15:42 raspberrypi p4d: Checking state ... Jan 3 23:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:15:52 raspberrypi p4d: Checking state ... Jan 3 23:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:16:02 raspberrypi p4d: Checking state ... Jan 3 23:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:16:12 raspberrypi p4d: Checking state ... Jan 3 23:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:16:22 raspberrypi p4d: Checking state ... Jan 3 23:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:16:22 raspberrypi p4d: Reading values ... Jan 3 23:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:16:22 raspberrypi p4d: Updating error list Jan 3 23:16:23 raspberrypi p4d: Updating error list done Jan 3 23:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:16:32 raspberrypi p4d: Checking state ... Jan 3 23:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:16:42 raspberrypi p4d: Checking state ... Jan 3 23:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:16:52 raspberrypi p4d: Checking state ... Jan 3 23:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:17:02 raspberrypi p4d: Checking state ... Jan 3 23:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:17:12 raspberrypi p4d: Checking state ... Jan 3 23:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:17:22 raspberrypi p4d: Checking state ... Jan 3 23:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:17:22 raspberrypi p4d: Reading values ... Jan 3 23:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:17:22 raspberrypi p4d: Updating error list Jan 3 23:17:23 raspberrypi p4d: Updating error list done Jan 3 23:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:17:32 raspberrypi p4d: Checking state ... Jan 3 23:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:17:42 raspberrypi p4d: Checking state ... Jan 3 23:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:17:52 raspberrypi p4d: Checking state ... Jan 3 23:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:18:02 raspberrypi p4d: Checking state ... Jan 3 23:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:18:12 raspberrypi p4d: Checking state ... Jan 3 23:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:18:22 raspberrypi p4d: Checking state ... Jan 3 23:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:18:22 raspberrypi p4d: Reading values ... Jan 3 23:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:18:22 raspberrypi p4d: Updating error list Jan 3 23:18:23 raspberrypi p4d: Updating error list done Jan 3 23:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:18:32 raspberrypi p4d: Checking state ... Jan 3 23:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:18:42 raspberrypi p4d: Checking state ... Jan 3 23:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:18:52 raspberrypi p4d: Checking state ... Jan 3 23:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:19:02 raspberrypi p4d: Checking state ... Jan 3 23:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:19:12 raspberrypi p4d: Checking state ... Jan 3 23:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:19:22 raspberrypi p4d: Checking state ... Jan 3 23:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:19:22 raspberrypi p4d: Reading values ... Jan 3 23:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:19:22 raspberrypi p4d: Updating error list Jan 3 23:19:23 raspberrypi p4d: Updating error list done Jan 3 23:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:19:32 raspberrypi p4d: Checking state ... Jan 3 23:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:19:42 raspberrypi p4d: Checking state ... Jan 3 23:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:19:52 raspberrypi p4d: Checking state ... Jan 3 23:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:20:02 raspberrypi p4d: Checking state ... Jan 3 23:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:20:12 raspberrypi p4d: Checking state ... Jan 3 23:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:20:22 raspberrypi p4d: Checking state ... Jan 3 23:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:20:22 raspberrypi p4d: Reading values ... Jan 3 23:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:20:22 raspberrypi p4d: Updating error list Jan 3 23:20:23 raspberrypi p4d: Updating error list done Jan 3 23:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:20:32 raspberrypi p4d: Checking state ... Jan 3 23:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:20:42 raspberrypi p4d: Checking state ... Jan 3 23:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:20:52 raspberrypi p4d: Checking state ... Jan 3 23:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:21:02 raspberrypi p4d: Checking state ... Jan 3 23:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:21:12 raspberrypi p4d: Checking state ... Jan 3 23:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:21:22 raspberrypi p4d: Checking state ... Jan 3 23:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:21:22 raspberrypi p4d: Reading values ... Jan 3 23:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:21:22 raspberrypi p4d: Updating error list Jan 3 23:21:23 raspberrypi p4d: Updating error list done Jan 3 23:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:21:32 raspberrypi p4d: Checking state ... Jan 3 23:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:21:42 raspberrypi p4d: Checking state ... Jan 3 23:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:21:52 raspberrypi p4d: Checking state ... Jan 3 23:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:22:02 raspberrypi p4d: Checking state ... Jan 3 23:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:22:12 raspberrypi p4d: Checking state ... Jan 3 23:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:22:22 raspberrypi p4d: Checking state ... Jan 3 23:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:22:22 raspberrypi p4d: Reading values ... Jan 3 23:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:22:22 raspberrypi p4d: Updating error list Jan 3 23:22:23 raspberrypi p4d: Updating error list done Jan 3 23:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:22:32 raspberrypi p4d: Checking state ... Jan 3 23:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:22:42 raspberrypi p4d: Checking state ... Jan 3 23:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:22:52 raspberrypi p4d: Checking state ... Jan 3 23:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:23:02 raspberrypi p4d: Checking state ... Jan 3 23:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:23:12 raspberrypi p4d: Checking state ... Jan 3 23:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:23:22 raspberrypi p4d: Checking state ... Jan 3 23:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:23:22 raspberrypi p4d: Reading values ... Jan 3 23:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:23:22 raspberrypi p4d: Updating error list Jan 3 23:23:23 raspberrypi p4d: Updating error list done Jan 3 23:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:23:32 raspberrypi p4d: Checking state ... Jan 3 23:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:23:42 raspberrypi p4d: Checking state ... Jan 3 23:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:23:52 raspberrypi p4d: Checking state ... Jan 3 23:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:24:02 raspberrypi p4d: Checking state ... Jan 3 23:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:24:12 raspberrypi p4d: Checking state ... Jan 3 23:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:24:22 raspberrypi p4d: Checking state ... Jan 3 23:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:24:22 raspberrypi p4d: Reading values ... Jan 3 23:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:24:22 raspberrypi p4d: Updating error list Jan 3 23:24:23 raspberrypi p4d: Updating error list done Jan 3 23:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:24:32 raspberrypi p4d: Checking state ... Jan 3 23:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:24:42 raspberrypi p4d: Checking state ... Jan 3 23:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:24:52 raspberrypi p4d: Checking state ... Jan 3 23:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:25:02 raspberrypi p4d: Checking state ... Jan 3 23:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:25:12 raspberrypi p4d: Checking state ... Jan 3 23:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:25:22 raspberrypi p4d: Checking state ... Jan 3 23:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:25:22 raspberrypi p4d: Reading values ... Jan 3 23:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:25:22 raspberrypi p4d: Updating error list Jan 3 23:25:23 raspberrypi p4d: Updating error list done Jan 3 23:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:25:32 raspberrypi p4d: Checking state ... Jan 3 23:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:25:42 raspberrypi p4d: Checking state ... Jan 3 23:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:25:52 raspberrypi p4d: Checking state ... Jan 3 23:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:26:02 raspberrypi p4d: Checking state ... Jan 3 23:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:26:12 raspberrypi p4d: Checking state ... Jan 3 23:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:26:22 raspberrypi p4d: Checking state ... Jan 3 23:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:26:22 raspberrypi p4d: Reading values ... Jan 3 23:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:26:22 raspberrypi p4d: Updating error list Jan 3 23:26:23 raspberrypi p4d: Updating error list done Jan 3 23:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:26:32 raspberrypi p4d: Checking state ... Jan 3 23:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:26:42 raspberrypi p4d: Checking state ... Jan 3 23:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:26:52 raspberrypi p4d: Checking state ... Jan 3 23:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:27:02 raspberrypi p4d: Checking state ... Jan 3 23:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:27:12 raspberrypi p4d: Checking state ... Jan 3 23:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:27:22 raspberrypi p4d: Checking state ... Jan 3 23:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:27:22 raspberrypi p4d: Reading values ... Jan 3 23:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:27:22 raspberrypi p4d: Updating error list Jan 3 23:27:23 raspberrypi p4d: Updating error list done Jan 3 23:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:27:32 raspberrypi p4d: Checking state ... Jan 3 23:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:27:42 raspberrypi p4d: Checking state ... Jan 3 23:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:27:52 raspberrypi p4d: Checking state ... Jan 3 23:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:28:02 raspberrypi p4d: Checking state ... Jan 3 23:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:28:12 raspberrypi p4d: Checking state ... Jan 3 23:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:28:22 raspberrypi p4d: Checking state ... Jan 3 23:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:28:22 raspberrypi p4d: Reading values ... Jan 3 23:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:28:22 raspberrypi p4d: Updating error list Jan 3 23:28:23 raspberrypi p4d: Updating error list done Jan 3 23:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:28:32 raspberrypi p4d: Checking state ... Jan 3 23:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:28:42 raspberrypi p4d: Checking state ... Jan 3 23:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:28:52 raspberrypi p4d: Checking state ... Jan 3 23:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:29:02 raspberrypi p4d: Checking state ... Jan 3 23:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:29:12 raspberrypi p4d: Checking state ... Jan 3 23:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:29:22 raspberrypi p4d: Checking state ... Jan 3 23:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:29:22 raspberrypi p4d: Reading values ... Jan 3 23:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:29:22 raspberrypi p4d: Updating error list Jan 3 23:29:23 raspberrypi p4d: Updating error list done Jan 3 23:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:29:32 raspberrypi p4d: Checking state ... Jan 3 23:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:29:42 raspberrypi p4d: Checking state ... Jan 3 23:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:29:52 raspberrypi p4d: Checking state ... Jan 3 23:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:30:02 raspberrypi p4d: Checking state ... Jan 3 23:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:30:12 raspberrypi p4d: Checking state ... Jan 3 23:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:30:22 raspberrypi p4d: Checking state ... Jan 3 23:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:30:22 raspberrypi p4d: Reading values ... Jan 3 23:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:30:22 raspberrypi p4d: Updating error list Jan 3 23:30:23 raspberrypi p4d: Updating error list done Jan 3 23:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:30:32 raspberrypi p4d: Checking state ... Jan 3 23:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:30:42 raspberrypi p4d: Checking state ... Jan 3 23:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:30:52 raspberrypi p4d: Checking state ... Jan 3 23:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:31:02 raspberrypi p4d: Checking state ... Jan 3 23:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:31:12 raspberrypi p4d: Checking state ... Jan 3 23:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:31:22 raspberrypi p4d: Checking state ... Jan 3 23:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:31:22 raspberrypi p4d: Reading values ... Jan 3 23:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:31:22 raspberrypi p4d: Updating error list Jan 3 23:31:23 raspberrypi p4d: Updating error list done Jan 3 23:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:31:32 raspberrypi p4d: Checking state ... Jan 3 23:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:31:42 raspberrypi p4d: Checking state ... Jan 3 23:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:31:52 raspberrypi p4d: Checking state ... Jan 3 23:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:32:02 raspberrypi p4d: Checking state ... Jan 3 23:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:32:12 raspberrypi p4d: Checking state ... Jan 3 23:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:32:22 raspberrypi p4d: Checking state ... Jan 3 23:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:32:22 raspberrypi p4d: Reading values ... Jan 3 23:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:32:22 raspberrypi p4d: Updating error list Jan 3 23:32:23 raspberrypi p4d: Updating error list done Jan 3 23:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:32:32 raspberrypi p4d: Checking state ... Jan 3 23:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:32:42 raspberrypi p4d: Checking state ... Jan 3 23:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:32:52 raspberrypi p4d: Checking state ... Jan 3 23:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:33:02 raspberrypi p4d: Checking state ... Jan 3 23:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:33:12 raspberrypi p4d: Checking state ... Jan 3 23:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:33:22 raspberrypi p4d: Checking state ... Jan 3 23:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:33:22 raspberrypi p4d: Reading values ... Jan 3 23:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:33:22 raspberrypi p4d: Updating error list Jan 3 23:33:23 raspberrypi p4d: Updating error list done Jan 3 23:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:33:32 raspberrypi p4d: Checking state ... Jan 3 23:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:33:42 raspberrypi p4d: Checking state ... Jan 3 23:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:33:52 raspberrypi p4d: Checking state ... Jan 3 23:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:34:02 raspberrypi p4d: Checking state ... Jan 3 23:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:34:12 raspberrypi p4d: Checking state ... Jan 3 23:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:34:22 raspberrypi p4d: Checking state ... Jan 3 23:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:34:22 raspberrypi p4d: Reading values ... Jan 3 23:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:34:22 raspberrypi p4d: Updating error list Jan 3 23:34:23 raspberrypi p4d: Updating error list done Jan 3 23:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:34:32 raspberrypi p4d: Checking state ... Jan 3 23:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:34:42 raspberrypi p4d: Checking state ... Jan 3 23:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:34:52 raspberrypi p4d: Checking state ... Jan 3 23:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:35:02 raspberrypi p4d: Checking state ... Jan 3 23:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:35:12 raspberrypi p4d: Checking state ... Jan 3 23:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:35:22 raspberrypi p4d: Checking state ... Jan 3 23:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:35:22 raspberrypi p4d: Reading values ... Jan 3 23:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:35:22 raspberrypi p4d: Updating error list Jan 3 23:35:23 raspberrypi p4d: Updating error list done Jan 3 23:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:35:32 raspberrypi p4d: Checking state ... Jan 3 23:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:35:42 raspberrypi p4d: Checking state ... Jan 3 23:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:35:52 raspberrypi p4d: Checking state ... Jan 3 23:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:36:02 raspberrypi p4d: Checking state ... Jan 3 23:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:36:12 raspberrypi p4d: Checking state ... Jan 3 23:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:36:22 raspberrypi p4d: Checking state ... Jan 3 23:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:36:22 raspberrypi p4d: Reading values ... Jan 3 23:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:36:22 raspberrypi p4d: Updating error list Jan 3 23:36:23 raspberrypi p4d: Updating error list done Jan 3 23:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:36:32 raspberrypi p4d: Checking state ... Jan 3 23:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:36:42 raspberrypi p4d: Checking state ... Jan 3 23:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:36:52 raspberrypi p4d: Checking state ... Jan 3 23:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:37:02 raspberrypi p4d: Checking state ... Jan 3 23:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:37:12 raspberrypi p4d: Checking state ... Jan 3 23:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:37:22 raspberrypi p4d: Checking state ... Jan 3 23:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:37:22 raspberrypi p4d: Reading values ... Jan 3 23:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:37:22 raspberrypi p4d: Updating error list Jan 3 23:37:23 raspberrypi p4d: Updating error list done Jan 3 23:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:37:32 raspberrypi p4d: Checking state ... Jan 3 23:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:37:42 raspberrypi p4d: Checking state ... Jan 3 23:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:37:52 raspberrypi p4d: Checking state ... Jan 3 23:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:38:02 raspberrypi p4d: Checking state ... Jan 3 23:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:38:12 raspberrypi p4d: Checking state ... Jan 3 23:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:38:22 raspberrypi p4d: Checking state ... Jan 3 23:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:38:22 raspberrypi p4d: Reading values ... Jan 3 23:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:38:22 raspberrypi p4d: Updating error list Jan 3 23:38:23 raspberrypi p4d: Updating error list done Jan 3 23:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:38:32 raspberrypi p4d: Checking state ... Jan 3 23:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:38:42 raspberrypi p4d: Checking state ... Jan 3 23:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:38:52 raspberrypi p4d: Checking state ... Jan 3 23:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:39:02 raspberrypi p4d: Checking state ... Jan 3 23:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:39:12 raspberrypi p4d: Checking state ... Jan 3 23:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:39:22 raspberrypi p4d: Checking state ... Jan 3 23:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:39:22 raspberrypi p4d: Reading values ... Jan 3 23:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:39:22 raspberrypi p4d: Updating error list Jan 3 23:39:23 raspberrypi p4d: Updating error list done Jan 3 23:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:39:32 raspberrypi p4d: Checking state ... Jan 3 23:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:39:42 raspberrypi p4d: Checking state ... Jan 3 23:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:39:52 raspberrypi p4d: Checking state ... Jan 3 23:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:40:02 raspberrypi p4d: Checking state ... Jan 3 23:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:40:12 raspberrypi p4d: Checking state ... Jan 3 23:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:40:22 raspberrypi p4d: Checking state ... Jan 3 23:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:40:22 raspberrypi p4d: Reading values ... Jan 3 23:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:40:22 raspberrypi p4d: Updating error list Jan 3 23:40:23 raspberrypi p4d: Updating error list done Jan 3 23:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:40:32 raspberrypi p4d: Checking state ... Jan 3 23:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:40:42 raspberrypi p4d: Checking state ... Jan 3 23:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:40:52 raspberrypi p4d: Checking state ... Jan 3 23:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:41:02 raspberrypi p4d: Checking state ... Jan 3 23:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:41:12 raspberrypi p4d: Checking state ... Jan 3 23:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:41:22 raspberrypi p4d: Checking state ... Jan 3 23:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:41:22 raspberrypi p4d: Reading values ... Jan 3 23:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:41:22 raspberrypi p4d: Updating error list Jan 3 23:41:23 raspberrypi p4d: Updating error list done Jan 3 23:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:41:32 raspberrypi p4d: Checking state ... Jan 3 23:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:41:42 raspberrypi p4d: Checking state ... Jan 3 23:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:41:52 raspberrypi p4d: Checking state ... Jan 3 23:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:42:02 raspberrypi p4d: Checking state ... Jan 3 23:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:42:12 raspberrypi p4d: Checking state ... Jan 3 23:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:42:22 raspberrypi p4d: Checking state ... Jan 3 23:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:42:22 raspberrypi p4d: Reading values ... Jan 3 23:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:42:22 raspberrypi p4d: Updating error list Jan 3 23:42:23 raspberrypi p4d: Updating error list done Jan 3 23:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:42:32 raspberrypi p4d: Checking state ... Jan 3 23:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:42:42 raspberrypi p4d: Checking state ... Jan 3 23:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:42:52 raspberrypi p4d: Checking state ... Jan 3 23:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:43:02 raspberrypi p4d: Checking state ... Jan 3 23:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:43:12 raspberrypi p4d: Checking state ... Jan 3 23:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:43:22 raspberrypi p4d: Checking state ... Jan 3 23:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:43:22 raspberrypi p4d: Reading values ... Jan 3 23:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:43:22 raspberrypi p4d: Updating error list Jan 3 23:43:23 raspberrypi p4d: Updating error list done Jan 3 23:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:43:32 raspberrypi p4d: Checking state ... Jan 3 23:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:43:42 raspberrypi p4d: Checking state ... Jan 3 23:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:43:52 raspberrypi p4d: Checking state ... Jan 3 23:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:44:02 raspberrypi p4d: Checking state ... Jan 3 23:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:44:12 raspberrypi p4d: Checking state ... Jan 3 23:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:44:22 raspberrypi p4d: Checking state ... Jan 3 23:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:44:22 raspberrypi p4d: Reading values ... Jan 3 23:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:44:22 raspberrypi p4d: Updating error list Jan 3 23:44:23 raspberrypi p4d: Updating error list done Jan 3 23:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:44:32 raspberrypi p4d: Checking state ... Jan 3 23:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:44:42 raspberrypi p4d: Checking state ... Jan 3 23:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:44:52 raspberrypi p4d: Checking state ... Jan 3 23:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:45:02 raspberrypi p4d: Checking state ... Jan 3 23:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:45:12 raspberrypi p4d: Checking state ... Jan 3 23:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:45:22 raspberrypi p4d: Checking state ... Jan 3 23:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:45:22 raspberrypi p4d: Reading values ... Jan 3 23:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:45:22 raspberrypi p4d: Updating error list Jan 3 23:45:23 raspberrypi p4d: Updating error list done Jan 3 23:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:45:32 raspberrypi p4d: Checking state ... Jan 3 23:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:45:42 raspberrypi p4d: Checking state ... Jan 3 23:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:45:52 raspberrypi p4d: Checking state ... Jan 3 23:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:46:02 raspberrypi p4d: Checking state ... Jan 3 23:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:46:12 raspberrypi p4d: Checking state ... Jan 3 23:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:46:22 raspberrypi p4d: Checking state ... Jan 3 23:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:46:22 raspberrypi p4d: Reading values ... Jan 3 23:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:46:22 raspberrypi p4d: Updating error list Jan 3 23:46:23 raspberrypi p4d: Updating error list done Jan 3 23:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:46:32 raspberrypi p4d: Checking state ... Jan 3 23:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:46:42 raspberrypi p4d: Checking state ... Jan 3 23:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:46:52 raspberrypi p4d: Checking state ... Jan 3 23:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:47:02 raspberrypi p4d: Checking state ... Jan 3 23:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:47:12 raspberrypi p4d: Checking state ... Jan 3 23:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:47:22 raspberrypi p4d: Checking state ... Jan 3 23:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:47:22 raspberrypi p4d: Reading values ... Jan 3 23:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:47:22 raspberrypi p4d: Updating error list Jan 3 23:47:23 raspberrypi p4d: Updating error list done Jan 3 23:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:47:32 raspberrypi p4d: Checking state ... Jan 3 23:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:47:42 raspberrypi p4d: Checking state ... Jan 3 23:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:47:52 raspberrypi p4d: Checking state ... Jan 3 23:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:48:02 raspberrypi p4d: Checking state ... Jan 3 23:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:48:12 raspberrypi p4d: Checking state ... Jan 3 23:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:48:22 raspberrypi p4d: Checking state ... Jan 3 23:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:48:22 raspberrypi p4d: Reading values ... Jan 3 23:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:48:22 raspberrypi p4d: Updating error list Jan 3 23:48:23 raspberrypi p4d: Updating error list done Jan 3 23:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:48:32 raspberrypi p4d: Checking state ... Jan 3 23:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:48:42 raspberrypi p4d: Checking state ... Jan 3 23:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:48:52 raspberrypi p4d: Checking state ... Jan 3 23:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:49:02 raspberrypi p4d: Checking state ... Jan 3 23:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:49:12 raspberrypi p4d: Checking state ... Jan 3 23:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:49:22 raspberrypi p4d: Checking state ... Jan 3 23:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:49:22 raspberrypi p4d: Reading values ... Jan 3 23:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:49:22 raspberrypi p4d: Updating error list Jan 3 23:49:23 raspberrypi p4d: Updating error list done Jan 3 23:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:49:32 raspberrypi p4d: Checking state ... Jan 3 23:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:49:42 raspberrypi p4d: Checking state ... Jan 3 23:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:49:52 raspberrypi p4d: Checking state ... Jan 3 23:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:50:02 raspberrypi p4d: Checking state ... Jan 3 23:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:50:12 raspberrypi p4d: Checking state ... Jan 3 23:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:50:22 raspberrypi p4d: Checking state ... Jan 3 23:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:50:22 raspberrypi p4d: Reading values ... Jan 3 23:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:50:22 raspberrypi p4d: Updating error list Jan 3 23:50:23 raspberrypi p4d: Updating error list done Jan 3 23:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:50:32 raspberrypi p4d: Checking state ... Jan 3 23:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:50:42 raspberrypi p4d: Checking state ... Jan 3 23:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:50:52 raspberrypi p4d: Checking state ... Jan 3 23:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:51:02 raspberrypi p4d: Checking state ... Jan 3 23:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:51:12 raspberrypi p4d: Checking state ... Jan 3 23:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:51:22 raspberrypi p4d: Checking state ... Jan 3 23:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:51:22 raspberrypi p4d: Reading values ... Jan 3 23:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:51:22 raspberrypi p4d: Updating error list Jan 3 23:51:23 raspberrypi p4d: Updating error list done Jan 3 23:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:51:32 raspberrypi p4d: Checking state ... Jan 3 23:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:51:42 raspberrypi p4d: Checking state ... Jan 3 23:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:51:52 raspberrypi p4d: Checking state ... Jan 3 23:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:52:02 raspberrypi p4d: Checking state ... Jan 3 23:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:52:12 raspberrypi p4d: Checking state ... Jan 3 23:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:52:22 raspberrypi p4d: Checking state ... Jan 3 23:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:52:22 raspberrypi p4d: Reading values ... Jan 3 23:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:52:22 raspberrypi p4d: Updating error list Jan 3 23:52:23 raspberrypi p4d: Updating error list done Jan 3 23:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:52:32 raspberrypi p4d: Checking state ... Jan 3 23:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:52:42 raspberrypi p4d: Checking state ... Jan 3 23:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:52:52 raspberrypi p4d: Checking state ... Jan 3 23:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:53:02 raspberrypi p4d: Checking state ... Jan 3 23:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:53:12 raspberrypi p4d: Checking state ... Jan 3 23:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:53:22 raspberrypi p4d: Checking state ... Jan 3 23:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:53:22 raspberrypi p4d: Reading values ... Jan 3 23:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:53:22 raspberrypi p4d: Updating error list Jan 3 23:53:23 raspberrypi p4d: Updating error list done Jan 3 23:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:53:32 raspberrypi p4d: Checking state ... Jan 3 23:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:53:42 raspberrypi p4d: Checking state ... Jan 3 23:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:53:52 raspberrypi p4d: Checking state ... Jan 3 23:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:54:02 raspberrypi p4d: Checking state ... Jan 3 23:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:54:12 raspberrypi p4d: Checking state ... Jan 3 23:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:54:22 raspberrypi p4d: Checking state ... Jan 3 23:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:54:22 raspberrypi p4d: Reading values ... Jan 3 23:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:54:22 raspberrypi p4d: Updating error list Jan 3 23:54:23 raspberrypi p4d: Updating error list done Jan 3 23:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:54:32 raspberrypi p4d: Checking state ... Jan 3 23:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:54:42 raspberrypi p4d: Checking state ... Jan 3 23:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:54:52 raspberrypi p4d: Checking state ... Jan 3 23:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:55:02 raspberrypi p4d: Checking state ... Jan 3 23:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:55:12 raspberrypi p4d: Checking state ... Jan 3 23:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:55:22 raspberrypi p4d: Checking state ... Jan 3 23:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:55:22 raspberrypi p4d: Reading values ... Jan 3 23:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:55:22 raspberrypi p4d: Updating error list Jan 3 23:55:23 raspberrypi p4d: Updating error list done Jan 3 23:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:55:32 raspberrypi p4d: Checking state ... Jan 3 23:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:55:42 raspberrypi p4d: Checking state ... Jan 3 23:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:55:52 raspberrypi p4d: Checking state ... Jan 3 23:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:56:02 raspberrypi p4d: Checking state ... Jan 3 23:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:56:12 raspberrypi p4d: Checking state ... Jan 3 23:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:56:22 raspberrypi p4d: Checking state ... Jan 3 23:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:56:22 raspberrypi p4d: Reading values ... Jan 3 23:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:56:22 raspberrypi p4d: Updating error list Jan 3 23:56:23 raspberrypi p4d: Updating error list done Jan 3 23:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:56:32 raspberrypi p4d: Checking state ... Jan 3 23:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:56:42 raspberrypi p4d: Checking state ... Jan 3 23:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:56:52 raspberrypi p4d: Checking state ... Jan 3 23:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:57:02 raspberrypi p4d: Checking state ... Jan 3 23:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:57:12 raspberrypi p4d: Checking state ... Jan 3 23:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:57:22 raspberrypi p4d: Checking state ... Jan 3 23:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:57:22 raspberrypi p4d: Reading values ... Jan 3 23:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:57:22 raspberrypi p4d: Updating error list Jan 3 23:57:23 raspberrypi p4d: Updating error list done Jan 3 23:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:57:32 raspberrypi p4d: Checking state ... Jan 3 23:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:57:42 raspberrypi p4d: Checking state ... Jan 3 23:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:57:52 raspberrypi p4d: Checking state ... Jan 3 23:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:58:02 raspberrypi p4d: Checking state ... Jan 3 23:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:58:12 raspberrypi p4d: Checking state ... Jan 3 23:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:58:22 raspberrypi p4d: Checking state ... Jan 3 23:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:58:22 raspberrypi p4d: Reading values ... Jan 3 23:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:58:22 raspberrypi p4d: Updating error list Jan 3 23:58:23 raspberrypi p4d: Updating error list done Jan 3 23:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:58:32 raspberrypi p4d: Checking state ... Jan 3 23:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:58:42 raspberrypi p4d: Checking state ... Jan 3 23:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:58:52 raspberrypi p4d: Checking state ... Jan 3 23:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:59:02 raspberrypi p4d: Checking state ... Jan 3 23:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:59:12 raspberrypi p4d: Checking state ... Jan 3 23:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:59:22 raspberrypi p4d: Checking state ... Jan 3 23:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:59:22 raspberrypi p4d: Reading values ... Jan 3 23:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 3 23:59:22 raspberrypi p4d: Updating error list Jan 3 23:59:23 raspberrypi p4d: Updating error list done Jan 3 23:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 3 23:59:32 raspberrypi p4d: Checking state ... Jan 3 23:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:59:42 raspberrypi p4d: Checking state ... Jan 3 23:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 3 23:59:52 raspberrypi p4d: Checking state ... Jan 3 23:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:00:02 raspberrypi p4d: Checking state ... Jan 4 00:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:00:12 raspberrypi p4d: Checking state ... Jan 4 00:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:00:22 raspberrypi p4d: Checking state ... Jan 4 00:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:00:22 raspberrypi p4d: Reading values ... Jan 4 00:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:00:22 raspberrypi p4d: Updating error list Jan 4 00:00:23 raspberrypi p4d: Updating error list done Jan 4 00:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:00:32 raspberrypi p4d: Checking state ... Jan 4 00:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:00:42 raspberrypi p4d: Checking state ... Jan 4 00:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:00:52 raspberrypi p4d: Checking state ... Jan 4 00:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:01:02 raspberrypi p4d: Checking state ... Jan 4 00:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:01:12 raspberrypi p4d: Checking state ... Jan 4 00:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:01:22 raspberrypi p4d: Checking state ... Jan 4 00:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:01:22 raspberrypi p4d: Reading values ... Jan 4 00:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:01:22 raspberrypi p4d: Updating error list Jan 4 00:01:23 raspberrypi p4d: Updating error list done Jan 4 00:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:01:32 raspberrypi p4d: Checking state ... Jan 4 00:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:01:42 raspberrypi p4d: Checking state ... Jan 4 00:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:01:52 raspberrypi p4d: Checking state ... Jan 4 00:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:02:02 raspberrypi p4d: Checking state ... Jan 4 00:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:02:12 raspberrypi p4d: Checking state ... Jan 4 00:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:02:22 raspberrypi p4d: Checking state ... Jan 4 00:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:02:22 raspberrypi p4d: Reading values ... Jan 4 00:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:02:22 raspberrypi p4d: Updating error list Jan 4 00:02:23 raspberrypi p4d: Updating error list done Jan 4 00:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:02:32 raspberrypi p4d: Checking state ... Jan 4 00:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:02:42 raspberrypi p4d: Checking state ... Jan 4 00:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:02:52 raspberrypi p4d: Checking state ... Jan 4 00:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:03:02 raspberrypi p4d: Checking state ... Jan 4 00:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:03:12 raspberrypi p4d: Checking state ... Jan 4 00:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:03:22 raspberrypi p4d: Checking state ... Jan 4 00:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:03:22 raspberrypi p4d: Reading values ... Jan 4 00:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:03:22 raspberrypi p4d: Updating error list Jan 4 00:03:23 raspberrypi p4d: Updating error list done Jan 4 00:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:03:32 raspberrypi p4d: Checking state ... Jan 4 00:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:03:42 raspberrypi p4d: Checking state ... Jan 4 00:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:03:52 raspberrypi p4d: Checking state ... Jan 4 00:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:04:02 raspberrypi p4d: Checking state ... Jan 4 00:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:04:12 raspberrypi p4d: Checking state ... Jan 4 00:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:04:22 raspberrypi p4d: Checking state ... Jan 4 00:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:04:22 raspberrypi p4d: Reading values ... Jan 4 00:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:04:22 raspberrypi p4d: Updating error list Jan 4 00:04:23 raspberrypi p4d: Updating error list done Jan 4 00:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:04:32 raspberrypi p4d: Checking state ... Jan 4 00:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:04:42 raspberrypi p4d: Checking state ... Jan 4 00:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:04:52 raspberrypi p4d: Checking state ... Jan 4 00:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:05:02 raspberrypi p4d: Checking state ... Jan 4 00:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:05:12 raspberrypi p4d: Checking state ... Jan 4 00:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:05:22 raspberrypi p4d: Checking state ... Jan 4 00:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:05:22 raspberrypi p4d: Reading values ... Jan 4 00:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:05:22 raspberrypi p4d: Updating error list Jan 4 00:05:23 raspberrypi p4d: Updating error list done Jan 4 00:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:05:32 raspberrypi p4d: Checking state ... Jan 4 00:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:05:42 raspberrypi p4d: Checking state ... Jan 4 00:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:05:52 raspberrypi p4d: Checking state ... Jan 4 00:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:06:02 raspberrypi p4d: Checking state ... Jan 4 00:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:06:12 raspberrypi p4d: Checking state ... Jan 4 00:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:06:22 raspberrypi p4d: Checking state ... Jan 4 00:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:06:22 raspberrypi p4d: Reading values ... Jan 4 00:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:06:22 raspberrypi p4d: Updating error list Jan 4 00:06:23 raspberrypi p4d: Updating error list done Jan 4 00:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:06:32 raspberrypi p4d: Checking state ... Jan 4 00:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:06:42 raspberrypi p4d: Checking state ... Jan 4 00:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:06:52 raspberrypi p4d: Checking state ... Jan 4 00:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:07:02 raspberrypi p4d: Checking state ... Jan 4 00:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:07:12 raspberrypi p4d: Checking state ... Jan 4 00:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:07:22 raspberrypi p4d: Checking state ... Jan 4 00:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:07:22 raspberrypi p4d: Reading values ... Jan 4 00:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:07:22 raspberrypi p4d: Updating error list Jan 4 00:07:23 raspberrypi p4d: Updating error list done Jan 4 00:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:07:32 raspberrypi p4d: Checking state ... Jan 4 00:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:07:42 raspberrypi p4d: Checking state ... Jan 4 00:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:07:52 raspberrypi p4d: Checking state ... Jan 4 00:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:08:02 raspberrypi p4d: Checking state ... Jan 4 00:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:08:12 raspberrypi p4d: Checking state ... Jan 4 00:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:08:22 raspberrypi p4d: Checking state ... Jan 4 00:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:08:22 raspberrypi p4d: Reading values ... Jan 4 00:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:08:22 raspberrypi p4d: Updating error list Jan 4 00:08:23 raspberrypi p4d: Updating error list done Jan 4 00:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:08:32 raspberrypi p4d: Checking state ... Jan 4 00:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:08:42 raspberrypi p4d: Checking state ... Jan 4 00:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:08:52 raspberrypi p4d: Checking state ... Jan 4 00:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:09:02 raspberrypi p4d: Checking state ... Jan 4 00:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:09:12 raspberrypi p4d: Checking state ... Jan 4 00:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:09:22 raspberrypi p4d: Checking state ... Jan 4 00:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:09:22 raspberrypi p4d: Reading values ... Jan 4 00:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:09:22 raspberrypi p4d: Updating error list Jan 4 00:09:23 raspberrypi p4d: Updating error list done Jan 4 00:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:09:32 raspberrypi p4d: Checking state ... Jan 4 00:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:09:42 raspberrypi p4d: Checking state ... Jan 4 00:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:09:52 raspberrypi p4d: Checking state ... Jan 4 00:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:10:02 raspberrypi p4d: Checking state ... Jan 4 00:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:10:12 raspberrypi p4d: Checking state ... Jan 4 00:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:10:22 raspberrypi p4d: Checking state ... Jan 4 00:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:10:22 raspberrypi p4d: Reading values ... Jan 4 00:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:10:22 raspberrypi p4d: Updating error list Jan 4 00:10:23 raspberrypi p4d: Updating error list done Jan 4 00:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:10:32 raspberrypi p4d: Checking state ... Jan 4 00:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:10:42 raspberrypi p4d: Checking state ... Jan 4 00:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:10:52 raspberrypi p4d: Checking state ... Jan 4 00:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:11:02 raspberrypi p4d: Checking state ... Jan 4 00:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:11:12 raspberrypi p4d: Checking state ... Jan 4 00:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:11:22 raspberrypi p4d: Checking state ... Jan 4 00:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:11:22 raspberrypi p4d: Reading values ... Jan 4 00:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:11:22 raspberrypi p4d: Updating error list Jan 4 00:11:23 raspberrypi p4d: Updating error list done Jan 4 00:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:11:32 raspberrypi p4d: Checking state ... Jan 4 00:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:11:42 raspberrypi p4d: Checking state ... Jan 4 00:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:11:52 raspberrypi p4d: Checking state ... Jan 4 00:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:12:02 raspberrypi p4d: Checking state ... Jan 4 00:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:12:12 raspberrypi p4d: Checking state ... Jan 4 00:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:12:22 raspberrypi p4d: Checking state ... Jan 4 00:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:12:22 raspberrypi p4d: Reading values ... Jan 4 00:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:12:22 raspberrypi p4d: Updating error list Jan 4 00:12:23 raspberrypi p4d: Updating error list done Jan 4 00:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:12:32 raspberrypi p4d: Checking state ... Jan 4 00:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:12:42 raspberrypi p4d: Checking state ... Jan 4 00:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:12:52 raspberrypi p4d: Checking state ... Jan 4 00:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:13:02 raspberrypi p4d: Checking state ... Jan 4 00:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:13:12 raspberrypi p4d: Checking state ... Jan 4 00:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:13:22 raspberrypi p4d: Checking state ... Jan 4 00:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:13:22 raspberrypi p4d: Reading values ... Jan 4 00:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:13:22 raspberrypi p4d: Updating error list Jan 4 00:13:23 raspberrypi p4d: Updating error list done Jan 4 00:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:13:32 raspberrypi p4d: Checking state ... Jan 4 00:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:13:42 raspberrypi p4d: Checking state ... Jan 4 00:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:13:52 raspberrypi p4d: Checking state ... Jan 4 00:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:14:02 raspberrypi p4d: Checking state ... Jan 4 00:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:14:12 raspberrypi p4d: Checking state ... Jan 4 00:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:14:22 raspberrypi p4d: Checking state ... Jan 4 00:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:14:22 raspberrypi p4d: Reading values ... Jan 4 00:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:14:22 raspberrypi p4d: Updating error list Jan 4 00:14:23 raspberrypi p4d: Updating error list done Jan 4 00:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:14:32 raspberrypi p4d: Checking state ... Jan 4 00:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:14:42 raspberrypi p4d: Checking state ... Jan 4 00:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:14:52 raspberrypi p4d: Checking state ... Jan 4 00:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:15:02 raspberrypi p4d: Checking state ... Jan 4 00:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:15:12 raspberrypi p4d: Checking state ... Jan 4 00:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:15:22 raspberrypi p4d: Checking state ... Jan 4 00:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:15:22 raspberrypi p4d: Reading values ... Jan 4 00:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:15:22 raspberrypi p4d: Updating error list Jan 4 00:15:23 raspberrypi p4d: Updating error list done Jan 4 00:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:15:32 raspberrypi p4d: Checking state ... Jan 4 00:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:15:42 raspberrypi p4d: Checking state ... Jan 4 00:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:15:52 raspberrypi p4d: Checking state ... Jan 4 00:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:16:02 raspberrypi p4d: Checking state ... Jan 4 00:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:16:12 raspberrypi p4d: Checking state ... Jan 4 00:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:16:22 raspberrypi p4d: Checking state ... Jan 4 00:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:16:22 raspberrypi p4d: Reading values ... Jan 4 00:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:16:22 raspberrypi p4d: Updating error list Jan 4 00:16:23 raspberrypi p4d: Updating error list done Jan 4 00:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:16:32 raspberrypi p4d: Checking state ... Jan 4 00:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:16:42 raspberrypi p4d: Checking state ... Jan 4 00:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:16:52 raspberrypi p4d: Checking state ... Jan 4 00:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:17:02 raspberrypi p4d: Checking state ... Jan 4 00:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:17:12 raspberrypi p4d: Checking state ... Jan 4 00:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:17:22 raspberrypi p4d: Checking state ... Jan 4 00:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:17:22 raspberrypi p4d: Reading values ... Jan 4 00:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:17:22 raspberrypi p4d: Updating error list Jan 4 00:17:23 raspberrypi p4d: Updating error list done Jan 4 00:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:17:32 raspberrypi p4d: Checking state ... Jan 4 00:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:17:42 raspberrypi p4d: Checking state ... Jan 4 00:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:17:52 raspberrypi p4d: Checking state ... Jan 4 00:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:18:02 raspberrypi p4d: Checking state ... Jan 4 00:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:18:12 raspberrypi p4d: Checking state ... Jan 4 00:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:18:22 raspberrypi p4d: Checking state ... Jan 4 00:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:18:22 raspberrypi p4d: Reading values ... Jan 4 00:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:18:22 raspberrypi p4d: Updating error list Jan 4 00:18:23 raspberrypi p4d: Updating error list done Jan 4 00:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:18:32 raspberrypi p4d: Checking state ... Jan 4 00:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:18:42 raspberrypi p4d: Checking state ... Jan 4 00:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:18:52 raspberrypi p4d: Checking state ... Jan 4 00:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:19:02 raspberrypi p4d: Checking state ... Jan 4 00:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:19:12 raspberrypi p4d: Checking state ... Jan 4 00:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:19:22 raspberrypi p4d: Checking state ... Jan 4 00:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:19:22 raspberrypi p4d: Reading values ... Jan 4 00:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:19:22 raspberrypi p4d: Updating error list Jan 4 00:19:23 raspberrypi p4d: Updating error list done Jan 4 00:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:19:32 raspberrypi p4d: Checking state ... Jan 4 00:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:19:42 raspberrypi p4d: Checking state ... Jan 4 00:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:19:52 raspberrypi p4d: Checking state ... Jan 4 00:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:20:02 raspberrypi p4d: Checking state ... Jan 4 00:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:20:12 raspberrypi p4d: Checking state ... Jan 4 00:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:20:22 raspberrypi p4d: Checking state ... Jan 4 00:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:20:22 raspberrypi p4d: Reading values ... Jan 4 00:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:20:22 raspberrypi p4d: Updating error list Jan 4 00:20:23 raspberrypi p4d: Updating error list done Jan 4 00:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:20:32 raspberrypi p4d: Checking state ... Jan 4 00:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:20:42 raspberrypi p4d: Checking state ... Jan 4 00:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:20:52 raspberrypi p4d: Checking state ... Jan 4 00:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:21:02 raspberrypi p4d: Checking state ... Jan 4 00:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:21:12 raspberrypi p4d: Checking state ... Jan 4 00:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:21:22 raspberrypi p4d: Checking state ... Jan 4 00:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:21:22 raspberrypi p4d: Reading values ... Jan 4 00:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:21:22 raspberrypi p4d: Updating error list Jan 4 00:21:23 raspberrypi p4d: Updating error list done Jan 4 00:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:21:32 raspberrypi p4d: Checking state ... Jan 4 00:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:21:42 raspberrypi p4d: Checking state ... Jan 4 00:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:21:52 raspberrypi p4d: Checking state ... Jan 4 00:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:22:02 raspberrypi p4d: Checking state ... Jan 4 00:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:22:12 raspberrypi p4d: Checking state ... Jan 4 00:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:22:22 raspberrypi p4d: Checking state ... Jan 4 00:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:22:22 raspberrypi p4d: Reading values ... Jan 4 00:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:22:22 raspberrypi p4d: Updating error list Jan 4 00:22:23 raspberrypi p4d: Updating error list done Jan 4 00:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:22:32 raspberrypi p4d: Checking state ... Jan 4 00:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:22:42 raspberrypi p4d: Checking state ... Jan 4 00:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:22:52 raspberrypi p4d: Checking state ... Jan 4 00:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:23:02 raspberrypi p4d: Checking state ... Jan 4 00:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:23:12 raspberrypi p4d: Checking state ... Jan 4 00:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:23:22 raspberrypi p4d: Checking state ... Jan 4 00:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:23:22 raspberrypi p4d: Reading values ... Jan 4 00:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:23:22 raspberrypi p4d: Updating error list Jan 4 00:23:23 raspberrypi p4d: Updating error list done Jan 4 00:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:23:32 raspberrypi p4d: Checking state ... Jan 4 00:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:23:42 raspberrypi p4d: Checking state ... Jan 4 00:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:23:52 raspberrypi p4d: Checking state ... Jan 4 00:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:24:02 raspberrypi p4d: Checking state ... Jan 4 00:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:24:12 raspberrypi p4d: Checking state ... Jan 4 00:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:24:22 raspberrypi p4d: Checking state ... Jan 4 00:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:24:22 raspberrypi p4d: Reading values ... Jan 4 00:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:24:22 raspberrypi p4d: Updating error list Jan 4 00:24:23 raspberrypi p4d: Updating error list done Jan 4 00:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:24:32 raspberrypi p4d: Checking state ... Jan 4 00:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:24:42 raspberrypi p4d: Checking state ... Jan 4 00:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:24:52 raspberrypi p4d: Checking state ... Jan 4 00:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:25:02 raspberrypi p4d: Checking state ... Jan 4 00:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:25:12 raspberrypi p4d: Checking state ... Jan 4 00:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:25:22 raspberrypi p4d: Checking state ... Jan 4 00:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:25:22 raspberrypi p4d: Reading values ... Jan 4 00:25:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:25:23 raspberrypi p4d: Updating error list Jan 4 00:25:24 raspberrypi p4d: Updating error list done Jan 4 00:25:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:25:32 raspberrypi p4d: Checking state ... Jan 4 00:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:25:42 raspberrypi p4d: Checking state ... Jan 4 00:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:25:52 raspberrypi p4d: Checking state ... Jan 4 00:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:26:02 raspberrypi p4d: Checking state ... Jan 4 00:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:26:12 raspberrypi p4d: Checking state ... Jan 4 00:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:26:22 raspberrypi p4d: Checking state ... Jan 4 00:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:26:22 raspberrypi p4d: Reading values ... Jan 4 00:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:26:22 raspberrypi p4d: Updating error list Jan 4 00:26:23 raspberrypi p4d: Updating error list done Jan 4 00:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:26:32 raspberrypi p4d: Checking state ... Jan 4 00:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:26:42 raspberrypi p4d: Checking state ... Jan 4 00:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:26:52 raspberrypi p4d: Checking state ... Jan 4 00:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:27:02 raspberrypi p4d: Checking state ... Jan 4 00:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:27:12 raspberrypi p4d: Checking state ... Jan 4 00:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:27:22 raspberrypi p4d: Checking state ... Jan 4 00:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:27:22 raspberrypi p4d: Reading values ... Jan 4 00:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:27:22 raspberrypi p4d: Updating error list Jan 4 00:27:23 raspberrypi p4d: Updating error list done Jan 4 00:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:27:32 raspberrypi p4d: Checking state ... Jan 4 00:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:27:42 raspberrypi p4d: Checking state ... Jan 4 00:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:27:52 raspberrypi p4d: Checking state ... Jan 4 00:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:28:02 raspberrypi p4d: Checking state ... Jan 4 00:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:28:12 raspberrypi p4d: Checking state ... Jan 4 00:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:28:22 raspberrypi p4d: Checking state ... Jan 4 00:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:28:22 raspberrypi p4d: Reading values ... Jan 4 00:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:28:22 raspberrypi p4d: Updating error list Jan 4 00:28:23 raspberrypi p4d: Updating error list done Jan 4 00:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:28:32 raspberrypi p4d: Checking state ... Jan 4 00:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:28:42 raspberrypi p4d: Checking state ... Jan 4 00:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:28:52 raspberrypi p4d: Checking state ... Jan 4 00:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:29:02 raspberrypi p4d: Checking state ... Jan 4 00:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:29:12 raspberrypi p4d: Checking state ... Jan 4 00:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:29:22 raspberrypi p4d: Checking state ... Jan 4 00:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:29:22 raspberrypi p4d: Reading values ... Jan 4 00:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:29:22 raspberrypi p4d: Updating error list Jan 4 00:29:23 raspberrypi p4d: Updating error list done Jan 4 00:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:29:32 raspberrypi p4d: Checking state ... Jan 4 00:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:29:42 raspberrypi p4d: Checking state ... Jan 4 00:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:29:52 raspberrypi p4d: Checking state ... Jan 4 00:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:30:02 raspberrypi p4d: Checking state ... Jan 4 00:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:30:12 raspberrypi p4d: Checking state ... Jan 4 00:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:30:22 raspberrypi p4d: Checking state ... Jan 4 00:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:30:22 raspberrypi p4d: Reading values ... Jan 4 00:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:30:22 raspberrypi p4d: Updating error list Jan 4 00:30:23 raspberrypi p4d: Updating error list done Jan 4 00:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:30:32 raspberrypi p4d: Checking state ... Jan 4 00:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:30:42 raspberrypi p4d: Checking state ... Jan 4 00:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:30:52 raspberrypi p4d: Checking state ... Jan 4 00:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:31:02 raspberrypi p4d: Checking state ... Jan 4 00:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:31:12 raspberrypi p4d: Checking state ... Jan 4 00:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:31:22 raspberrypi p4d: Checking state ... Jan 4 00:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:31:22 raspberrypi p4d: Reading values ... Jan 4 00:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:31:22 raspberrypi p4d: Updating error list Jan 4 00:31:23 raspberrypi p4d: Updating error list done Jan 4 00:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:31:32 raspberrypi p4d: Checking state ... Jan 4 00:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:31:42 raspberrypi p4d: Checking state ... Jan 4 00:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:31:52 raspberrypi p4d: Checking state ... Jan 4 00:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:32:02 raspberrypi p4d: Checking state ... Jan 4 00:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:32:12 raspberrypi p4d: Checking state ... Jan 4 00:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:32:22 raspberrypi p4d: Checking state ... Jan 4 00:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:32:22 raspberrypi p4d: Reading values ... Jan 4 00:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:32:22 raspberrypi p4d: Updating error list Jan 4 00:32:23 raspberrypi p4d: Updating error list done Jan 4 00:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:32:32 raspberrypi p4d: Checking state ... Jan 4 00:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:32:42 raspberrypi p4d: Checking state ... Jan 4 00:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:32:52 raspberrypi p4d: Checking state ... Jan 4 00:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:33:02 raspberrypi p4d: Checking state ... Jan 4 00:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:33:12 raspberrypi p4d: Checking state ... Jan 4 00:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:33:22 raspberrypi p4d: Checking state ... Jan 4 00:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:33:22 raspberrypi p4d: Reading values ... Jan 4 00:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:33:22 raspberrypi p4d: Updating error list Jan 4 00:33:23 raspberrypi p4d: Updating error list done Jan 4 00:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:33:32 raspberrypi p4d: Checking state ... Jan 4 00:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:33:42 raspberrypi p4d: Checking state ... Jan 4 00:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:33:52 raspberrypi p4d: Checking state ... Jan 4 00:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:34:02 raspberrypi p4d: Checking state ... Jan 4 00:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:34:12 raspberrypi p4d: Checking state ... Jan 4 00:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:34:22 raspberrypi p4d: Checking state ... Jan 4 00:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:34:22 raspberrypi p4d: Reading values ... Jan 4 00:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:34:22 raspberrypi p4d: Updating error list Jan 4 00:34:23 raspberrypi p4d: Updating error list done Jan 4 00:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:34:32 raspberrypi p4d: Checking state ... Jan 4 00:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:34:42 raspberrypi p4d: Checking state ... Jan 4 00:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:34:52 raspberrypi p4d: Checking state ... Jan 4 00:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:35:02 raspberrypi p4d: Checking state ... Jan 4 00:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:35:12 raspberrypi p4d: Checking state ... Jan 4 00:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:35:22 raspberrypi p4d: Checking state ... Jan 4 00:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:35:22 raspberrypi p4d: Reading values ... Jan 4 00:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:35:22 raspberrypi p4d: Updating error list Jan 4 00:35:23 raspberrypi p4d: Updating error list done Jan 4 00:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:35:32 raspberrypi p4d: Checking state ... Jan 4 00:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:35:42 raspberrypi p4d: Checking state ... Jan 4 00:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:35:52 raspberrypi p4d: Checking state ... Jan 4 00:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:36:02 raspberrypi p4d: Checking state ... Jan 4 00:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:36:12 raspberrypi p4d: Checking state ... Jan 4 00:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:36:22 raspberrypi p4d: Checking state ... Jan 4 00:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:36:22 raspberrypi p4d: Reading values ... Jan 4 00:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:36:22 raspberrypi p4d: Updating error list Jan 4 00:36:23 raspberrypi p4d: Updating error list done Jan 4 00:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:36:32 raspberrypi p4d: Checking state ... Jan 4 00:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:36:42 raspberrypi p4d: Checking state ... Jan 4 00:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:36:52 raspberrypi p4d: Checking state ... Jan 4 00:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:37:02 raspberrypi p4d: Checking state ... Jan 4 00:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:37:12 raspberrypi p4d: Checking state ... Jan 4 00:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:37:22 raspberrypi p4d: Checking state ... Jan 4 00:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:37:22 raspberrypi p4d: Reading values ... Jan 4 00:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:37:22 raspberrypi p4d: Updating error list Jan 4 00:37:23 raspberrypi p4d: Updating error list done Jan 4 00:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:37:32 raspberrypi p4d: Checking state ... Jan 4 00:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:37:42 raspberrypi p4d: Checking state ... Jan 4 00:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:37:52 raspberrypi p4d: Checking state ... Jan 4 00:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:38:02 raspberrypi p4d: Checking state ... Jan 4 00:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:38:12 raspberrypi p4d: Checking state ... Jan 4 00:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:38:22 raspberrypi p4d: Checking state ... Jan 4 00:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:38:22 raspberrypi p4d: Reading values ... Jan 4 00:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:38:22 raspberrypi p4d: Updating error list Jan 4 00:38:23 raspberrypi p4d: Updating error list done Jan 4 00:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:38:32 raspberrypi p4d: Checking state ... Jan 4 00:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:38:42 raspberrypi p4d: Checking state ... Jan 4 00:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:38:52 raspberrypi p4d: Checking state ... Jan 4 00:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:39:02 raspberrypi p4d: Checking state ... Jan 4 00:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:39:12 raspberrypi p4d: Checking state ... Jan 4 00:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:39:22 raspberrypi p4d: Checking state ... Jan 4 00:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:39:22 raspberrypi p4d: Reading values ... Jan 4 00:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:39:22 raspberrypi p4d: Updating error list Jan 4 00:39:23 raspberrypi p4d: Updating error list done Jan 4 00:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:39:32 raspberrypi p4d: Checking state ... Jan 4 00:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:39:42 raspberrypi p4d: Checking state ... Jan 4 00:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:39:52 raspberrypi p4d: Checking state ... Jan 4 00:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:40:02 raspberrypi p4d: Checking state ... Jan 4 00:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:40:12 raspberrypi p4d: Checking state ... Jan 4 00:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:40:22 raspberrypi p4d: Checking state ... Jan 4 00:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:40:22 raspberrypi p4d: Reading values ... Jan 4 00:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:40:22 raspberrypi p4d: Updating error list Jan 4 00:40:23 raspberrypi p4d: Updating error list done Jan 4 00:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:40:32 raspberrypi p4d: Checking state ... Jan 4 00:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:40:42 raspberrypi p4d: Checking state ... Jan 4 00:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:40:52 raspberrypi p4d: Checking state ... Jan 4 00:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:41:02 raspberrypi p4d: Checking state ... Jan 4 00:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:41:12 raspberrypi p4d: Checking state ... Jan 4 00:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:41:22 raspberrypi p4d: Checking state ... Jan 4 00:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:41:22 raspberrypi p4d: Reading values ... Jan 4 00:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:41:22 raspberrypi p4d: Updating error list Jan 4 00:41:23 raspberrypi p4d: Updating error list done Jan 4 00:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:41:32 raspberrypi p4d: Checking state ... Jan 4 00:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:41:42 raspberrypi p4d: Checking state ... Jan 4 00:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:41:52 raspberrypi p4d: Checking state ... Jan 4 00:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:42:02 raspberrypi p4d: Checking state ... Jan 4 00:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:42:12 raspberrypi p4d: Checking state ... Jan 4 00:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:42:22 raspberrypi p4d: Checking state ... Jan 4 00:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:42:22 raspberrypi p4d: Reading values ... Jan 4 00:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:42:22 raspberrypi p4d: Updating error list Jan 4 00:42:23 raspberrypi p4d: Updating error list done Jan 4 00:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:42:32 raspberrypi p4d: Checking state ... Jan 4 00:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:42:42 raspberrypi p4d: Checking state ... Jan 4 00:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:42:52 raspberrypi p4d: Checking state ... Jan 4 00:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:43:02 raspberrypi p4d: Checking state ... Jan 4 00:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:43:12 raspberrypi p4d: Checking state ... Jan 4 00:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:43:22 raspberrypi p4d: Checking state ... Jan 4 00:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:43:22 raspberrypi p4d: Reading values ... Jan 4 00:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:43:22 raspberrypi p4d: Updating error list Jan 4 00:43:23 raspberrypi p4d: Updating error list done Jan 4 00:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:43:32 raspberrypi p4d: Checking state ... Jan 4 00:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:43:42 raspberrypi p4d: Checking state ... Jan 4 00:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:43:52 raspberrypi p4d: Checking state ... Jan 4 00:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:44:02 raspberrypi p4d: Checking state ... Jan 4 00:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:44:12 raspberrypi p4d: Checking state ... Jan 4 00:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:44:22 raspberrypi p4d: Checking state ... Jan 4 00:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:44:22 raspberrypi p4d: Reading values ... Jan 4 00:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:44:22 raspberrypi p4d: Updating error list Jan 4 00:44:23 raspberrypi p4d: Updating error list done Jan 4 00:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:44:32 raspberrypi p4d: Checking state ... Jan 4 00:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:44:42 raspberrypi p4d: Checking state ... Jan 4 00:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:44:52 raspberrypi p4d: Checking state ... Jan 4 00:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:45:02 raspberrypi p4d: Checking state ... Jan 4 00:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:45:12 raspberrypi p4d: Checking state ... Jan 4 00:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:45:22 raspberrypi p4d: Checking state ... Jan 4 00:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:45:22 raspberrypi p4d: Reading values ... Jan 4 00:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:45:22 raspberrypi p4d: Updating error list Jan 4 00:45:23 raspberrypi p4d: Updating error list done Jan 4 00:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:45:32 raspberrypi p4d: Checking state ... Jan 4 00:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:45:42 raspberrypi p4d: Checking state ... Jan 4 00:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:45:52 raspberrypi p4d: Checking state ... Jan 4 00:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:46:02 raspberrypi p4d: Checking state ... Jan 4 00:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:46:12 raspberrypi p4d: Checking state ... Jan 4 00:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:46:22 raspberrypi p4d: Checking state ... Jan 4 00:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:46:22 raspberrypi p4d: Reading values ... Jan 4 00:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:46:22 raspberrypi p4d: Updating error list Jan 4 00:46:23 raspberrypi p4d: Updating error list done Jan 4 00:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:46:32 raspberrypi p4d: Checking state ... Jan 4 00:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:46:42 raspberrypi p4d: Checking state ... Jan 4 00:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:46:52 raspberrypi p4d: Checking state ... Jan 4 00:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:47:02 raspberrypi p4d: Checking state ... Jan 4 00:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:47:12 raspberrypi p4d: Checking state ... Jan 4 00:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:47:22 raspberrypi p4d: Checking state ... Jan 4 00:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:47:22 raspberrypi p4d: Reading values ... Jan 4 00:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:47:22 raspberrypi p4d: Updating error list Jan 4 00:47:23 raspberrypi p4d: Updating error list done Jan 4 00:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:47:32 raspberrypi p4d: Checking state ... Jan 4 00:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:47:42 raspberrypi p4d: Checking state ... Jan 4 00:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:47:52 raspberrypi p4d: Checking state ... Jan 4 00:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:48:02 raspberrypi p4d: Checking state ... Jan 4 00:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:48:12 raspberrypi p4d: Checking state ... Jan 4 00:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:48:22 raspberrypi p4d: Checking state ... Jan 4 00:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:48:22 raspberrypi p4d: Reading values ... Jan 4 00:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:48:22 raspberrypi p4d: Updating error list Jan 4 00:48:23 raspberrypi p4d: Updating error list done Jan 4 00:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:48:32 raspberrypi p4d: Checking state ... Jan 4 00:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:48:42 raspberrypi p4d: Checking state ... Jan 4 00:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:48:52 raspberrypi p4d: Checking state ... Jan 4 00:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:49:02 raspberrypi p4d: Checking state ... Jan 4 00:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:49:12 raspberrypi p4d: Checking state ... Jan 4 00:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:49:22 raspberrypi p4d: Checking state ... Jan 4 00:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:49:22 raspberrypi p4d: Reading values ... Jan 4 00:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:49:22 raspberrypi p4d: Updating error list Jan 4 00:49:23 raspberrypi p4d: Updating error list done Jan 4 00:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:49:32 raspberrypi p4d: Checking state ... Jan 4 00:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:49:42 raspberrypi p4d: Checking state ... Jan 4 00:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:49:52 raspberrypi p4d: Checking state ... Jan 4 00:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:50:02 raspberrypi p4d: Checking state ... Jan 4 00:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:50:12 raspberrypi p4d: Checking state ... Jan 4 00:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:50:22 raspberrypi p4d: Checking state ... Jan 4 00:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:50:22 raspberrypi p4d: Reading values ... Jan 4 00:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:50:22 raspberrypi p4d: Updating error list Jan 4 00:50:23 raspberrypi p4d: Updating error list done Jan 4 00:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:50:32 raspberrypi p4d: Checking state ... Jan 4 00:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:50:42 raspberrypi p4d: Checking state ... Jan 4 00:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:50:52 raspberrypi p4d: Checking state ... Jan 4 00:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:51:02 raspberrypi p4d: Checking state ... Jan 4 00:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:51:12 raspberrypi p4d: Checking state ... Jan 4 00:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:51:22 raspberrypi p4d: Checking state ... Jan 4 00:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:51:22 raspberrypi p4d: Reading values ... Jan 4 00:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:51:22 raspberrypi p4d: Updating error list Jan 4 00:51:23 raspberrypi p4d: Updating error list done Jan 4 00:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:51:32 raspberrypi p4d: Checking state ... Jan 4 00:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:51:42 raspberrypi p4d: Checking state ... Jan 4 00:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:51:52 raspberrypi p4d: Checking state ... Jan 4 00:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:52:02 raspberrypi p4d: Checking state ... Jan 4 00:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:52:12 raspberrypi p4d: Checking state ... Jan 4 00:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:52:22 raspberrypi p4d: Checking state ... Jan 4 00:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:52:22 raspberrypi p4d: Reading values ... Jan 4 00:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:52:22 raspberrypi p4d: Updating error list Jan 4 00:52:23 raspberrypi p4d: Updating error list done Jan 4 00:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:52:32 raspberrypi p4d: Checking state ... Jan 4 00:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:52:42 raspberrypi p4d: Checking state ... Jan 4 00:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:52:52 raspberrypi p4d: Checking state ... Jan 4 00:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:53:02 raspberrypi p4d: Checking state ... Jan 4 00:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:53:12 raspberrypi p4d: Checking state ... Jan 4 00:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:53:22 raspberrypi p4d: Checking state ... Jan 4 00:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:53:22 raspberrypi p4d: Reading values ... Jan 4 00:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:53:22 raspberrypi p4d: Updating error list Jan 4 00:53:23 raspberrypi p4d: Updating error list done Jan 4 00:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:53:32 raspberrypi p4d: Checking state ... Jan 4 00:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:53:42 raspberrypi p4d: Checking state ... Jan 4 00:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:53:52 raspberrypi p4d: Checking state ... Jan 4 00:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:54:02 raspberrypi p4d: Checking state ... Jan 4 00:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:54:12 raspberrypi p4d: Checking state ... Jan 4 00:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:54:22 raspberrypi p4d: Checking state ... Jan 4 00:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:54:22 raspberrypi p4d: Reading values ... Jan 4 00:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:54:22 raspberrypi p4d: Updating error list Jan 4 00:54:23 raspberrypi p4d: Updating error list done Jan 4 00:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:54:32 raspberrypi p4d: Checking state ... Jan 4 00:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:54:42 raspberrypi p4d: Checking state ... Jan 4 00:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:54:52 raspberrypi p4d: Checking state ... Jan 4 00:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:55:02 raspberrypi p4d: Checking state ... Jan 4 00:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:55:12 raspberrypi p4d: Checking state ... Jan 4 00:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:55:22 raspberrypi p4d: Checking state ... Jan 4 00:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:55:22 raspberrypi p4d: Reading values ... Jan 4 00:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:55:22 raspberrypi p4d: Updating error list Jan 4 00:55:23 raspberrypi p4d: Updating error list done Jan 4 00:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:55:32 raspberrypi p4d: Checking state ... Jan 4 00:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:55:42 raspberrypi p4d: Checking state ... Jan 4 00:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:55:52 raspberrypi p4d: Checking state ... Jan 4 00:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:56:02 raspberrypi p4d: Checking state ... Jan 4 00:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:56:12 raspberrypi p4d: Checking state ... Jan 4 00:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:56:22 raspberrypi p4d: Checking state ... Jan 4 00:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:56:22 raspberrypi p4d: Reading values ... Jan 4 00:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:56:22 raspberrypi p4d: Updating error list Jan 4 00:56:23 raspberrypi p4d: Updating error list done Jan 4 00:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:56:32 raspberrypi p4d: Checking state ... Jan 4 00:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:56:42 raspberrypi p4d: Checking state ... Jan 4 00:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:56:52 raspberrypi p4d: Checking state ... Jan 4 00:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:57:02 raspberrypi p4d: Checking state ... Jan 4 00:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:57:12 raspberrypi p4d: Checking state ... Jan 4 00:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:57:22 raspberrypi p4d: Checking state ... Jan 4 00:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:57:22 raspberrypi p4d: Reading values ... Jan 4 00:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:57:22 raspberrypi p4d: Updating error list Jan 4 00:57:23 raspberrypi p4d: Updating error list done Jan 4 00:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:57:32 raspberrypi p4d: Checking state ... Jan 4 00:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:57:42 raspberrypi p4d: Checking state ... Jan 4 00:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:57:52 raspberrypi p4d: Checking state ... Jan 4 00:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:58:02 raspberrypi p4d: Checking state ... Jan 4 00:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:58:12 raspberrypi p4d: Checking state ... Jan 4 00:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:58:22 raspberrypi p4d: Checking state ... Jan 4 00:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:58:22 raspberrypi p4d: Reading values ... Jan 4 00:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:58:22 raspberrypi p4d: Updating error list Jan 4 00:58:23 raspberrypi p4d: Updating error list done Jan 4 00:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:58:32 raspberrypi p4d: Checking state ... Jan 4 00:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:58:42 raspberrypi p4d: Checking state ... Jan 4 00:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:58:52 raspberrypi p4d: Checking state ... Jan 4 00:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:59:02 raspberrypi p4d: Checking state ... Jan 4 00:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:59:12 raspberrypi p4d: Checking state ... Jan 4 00:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:59:22 raspberrypi p4d: Checking state ... Jan 4 00:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:59:22 raspberrypi p4d: Reading values ... Jan 4 00:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 00:59:22 raspberrypi p4d: Updating error list Jan 4 00:59:23 raspberrypi p4d: Updating error list done Jan 4 00:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 00:59:32 raspberrypi p4d: Checking state ... Jan 4 00:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:59:42 raspberrypi p4d: Checking state ... Jan 4 00:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 00:59:52 raspberrypi p4d: Checking state ... Jan 4 00:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:00:02 raspberrypi p4d: Checking state ... Jan 4 01:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:00:12 raspberrypi p4d: Checking state ... Jan 4 01:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:00:22 raspberrypi p4d: Checking state ... Jan 4 01:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:00:22 raspberrypi p4d: Reading values ... Jan 4 01:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:00:22 raspberrypi p4d: Updating error list Jan 4 01:00:23 raspberrypi p4d: Updating error list done Jan 4 01:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:00:32 raspberrypi p4d: Checking state ... Jan 4 01:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:00:42 raspberrypi p4d: Checking state ... Jan 4 01:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:00:52 raspberrypi p4d: Checking state ... Jan 4 01:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:01:02 raspberrypi p4d: Checking state ... Jan 4 01:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:01:12 raspberrypi p4d: Checking state ... Jan 4 01:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:01:22 raspberrypi p4d: Checking state ... Jan 4 01:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:01:22 raspberrypi p4d: Reading values ... Jan 4 01:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:01:22 raspberrypi p4d: Updating error list Jan 4 01:01:23 raspberrypi p4d: Updating error list done Jan 4 01:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:01:32 raspberrypi p4d: Checking state ... Jan 4 01:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:01:42 raspberrypi p4d: Checking state ... Jan 4 01:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:01:52 raspberrypi p4d: Checking state ... Jan 4 01:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:02:02 raspberrypi p4d: Checking state ... Jan 4 01:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:02:12 raspberrypi p4d: Checking state ... Jan 4 01:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:02:22 raspberrypi p4d: Checking state ... Jan 4 01:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:02:22 raspberrypi p4d: Reading values ... Jan 4 01:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:02:22 raspberrypi p4d: Updating error list Jan 4 01:02:23 raspberrypi p4d: Updating error list done Jan 4 01:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:02:32 raspberrypi p4d: Checking state ... Jan 4 01:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:02:42 raspberrypi p4d: Checking state ... Jan 4 01:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:02:52 raspberrypi p4d: Checking state ... Jan 4 01:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:03:02 raspberrypi p4d: Checking state ... Jan 4 01:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:03:12 raspberrypi p4d: Checking state ... Jan 4 01:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:03:22 raspberrypi p4d: Checking state ... Jan 4 01:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:03:22 raspberrypi p4d: Reading values ... Jan 4 01:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:03:22 raspberrypi p4d: Updating error list Jan 4 01:03:23 raspberrypi p4d: Updating error list done Jan 4 01:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:03:32 raspberrypi p4d: Checking state ... Jan 4 01:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:03:42 raspberrypi p4d: Checking state ... Jan 4 01:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:03:52 raspberrypi p4d: Checking state ... Jan 4 01:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:04:02 raspberrypi p4d: Checking state ... Jan 4 01:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:04:12 raspberrypi p4d: Checking state ... Jan 4 01:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:04:22 raspberrypi p4d: Checking state ... Jan 4 01:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:04:22 raspberrypi p4d: Reading values ... Jan 4 01:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:04:22 raspberrypi p4d: Updating error list Jan 4 01:04:23 raspberrypi p4d: Updating error list done Jan 4 01:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:04:32 raspberrypi p4d: Checking state ... Jan 4 01:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:04:42 raspberrypi p4d: Checking state ... Jan 4 01:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:04:52 raspberrypi p4d: Checking state ... Jan 4 01:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:05:02 raspberrypi p4d: Checking state ... Jan 4 01:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:05:12 raspberrypi p4d: Checking state ... Jan 4 01:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:05:22 raspberrypi p4d: Checking state ... Jan 4 01:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:05:22 raspberrypi p4d: Reading values ... Jan 4 01:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:05:22 raspberrypi p4d: Updating error list Jan 4 01:05:23 raspberrypi p4d: Updating error list done Jan 4 01:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:05:32 raspberrypi p4d: Checking state ... Jan 4 01:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:05:42 raspberrypi p4d: Checking state ... Jan 4 01:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:05:52 raspberrypi p4d: Checking state ... Jan 4 01:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:06:02 raspberrypi p4d: Checking state ... Jan 4 01:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:06:12 raspberrypi p4d: Checking state ... Jan 4 01:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:06:22 raspberrypi p4d: Checking state ... Jan 4 01:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:06:22 raspberrypi p4d: Reading values ... Jan 4 01:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:06:22 raspberrypi p4d: Updating error list Jan 4 01:06:23 raspberrypi p4d: Updating error list done Jan 4 01:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:06:32 raspberrypi p4d: Checking state ... Jan 4 01:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:06:42 raspberrypi p4d: Checking state ... Jan 4 01:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:06:52 raspberrypi p4d: Checking state ... Jan 4 01:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:07:02 raspberrypi p4d: Checking state ... Jan 4 01:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:07:12 raspberrypi p4d: Checking state ... Jan 4 01:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:07:22 raspberrypi p4d: Checking state ... Jan 4 01:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:07:22 raspberrypi p4d: Reading values ... Jan 4 01:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:07:22 raspberrypi p4d: Updating error list Jan 4 01:07:23 raspberrypi p4d: Updating error list done Jan 4 01:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:07:32 raspberrypi p4d: Checking state ... Jan 4 01:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:07:42 raspberrypi p4d: Checking state ... Jan 4 01:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:07:52 raspberrypi p4d: Checking state ... Jan 4 01:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:08:02 raspberrypi p4d: Checking state ... Jan 4 01:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:08:12 raspberrypi p4d: Checking state ... Jan 4 01:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:08:22 raspberrypi p4d: Checking state ... Jan 4 01:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:08:22 raspberrypi p4d: Reading values ... Jan 4 01:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:08:22 raspberrypi p4d: Updating error list Jan 4 01:08:23 raspberrypi p4d: Updating error list done Jan 4 01:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:08:32 raspberrypi p4d: Checking state ... Jan 4 01:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:08:42 raspberrypi p4d: Checking state ... Jan 4 01:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:08:52 raspberrypi p4d: Checking state ... Jan 4 01:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:09:02 raspberrypi p4d: Checking state ... Jan 4 01:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:09:12 raspberrypi p4d: Checking state ... Jan 4 01:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:09:22 raspberrypi p4d: Checking state ... Jan 4 01:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:09:22 raspberrypi p4d: Reading values ... Jan 4 01:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:09:22 raspberrypi p4d: Updating error list Jan 4 01:09:23 raspberrypi p4d: Updating error list done Jan 4 01:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:09:32 raspberrypi p4d: Checking state ... Jan 4 01:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:09:42 raspberrypi p4d: Checking state ... Jan 4 01:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:09:52 raspberrypi p4d: Checking state ... Jan 4 01:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:10:02 raspberrypi p4d: Checking state ... Jan 4 01:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:10:12 raspberrypi p4d: Checking state ... Jan 4 01:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:10:22 raspberrypi p4d: Checking state ... Jan 4 01:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:10:22 raspberrypi p4d: Reading values ... Jan 4 01:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:10:22 raspberrypi p4d: Updating error list Jan 4 01:10:23 raspberrypi p4d: Updating error list done Jan 4 01:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:10:32 raspberrypi p4d: Checking state ... Jan 4 01:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:10:42 raspberrypi p4d: Checking state ... Jan 4 01:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:10:52 raspberrypi p4d: Checking state ... Jan 4 01:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:11:02 raspberrypi p4d: Checking state ... Jan 4 01:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:11:12 raspberrypi p4d: Checking state ... Jan 4 01:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:11:22 raspberrypi p4d: Checking state ... Jan 4 01:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:11:22 raspberrypi p4d: Reading values ... Jan 4 01:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:11:22 raspberrypi p4d: Updating error list Jan 4 01:11:23 raspberrypi p4d: Updating error list done Jan 4 01:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:11:32 raspberrypi p4d: Checking state ... Jan 4 01:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:11:42 raspberrypi p4d: Checking state ... Jan 4 01:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:11:52 raspberrypi p4d: Checking state ... Jan 4 01:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:12:02 raspberrypi p4d: Checking state ... Jan 4 01:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:12:12 raspberrypi p4d: Checking state ... Jan 4 01:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:12:22 raspberrypi p4d: Checking state ... Jan 4 01:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:12:22 raspberrypi p4d: Reading values ... Jan 4 01:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:12:22 raspberrypi p4d: Updating error list Jan 4 01:12:23 raspberrypi p4d: Updating error list done Jan 4 01:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:12:32 raspberrypi p4d: Checking state ... Jan 4 01:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:12:42 raspberrypi p4d: Checking state ... Jan 4 01:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:12:52 raspberrypi p4d: Checking state ... Jan 4 01:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:13:02 raspberrypi p4d: Checking state ... Jan 4 01:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:13:12 raspberrypi p4d: Checking state ... Jan 4 01:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:13:22 raspberrypi p4d: Checking state ... Jan 4 01:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:13:22 raspberrypi p4d: Reading values ... Jan 4 01:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:13:22 raspberrypi p4d: Updating error list Jan 4 01:13:23 raspberrypi p4d: Updating error list done Jan 4 01:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:13:32 raspberrypi p4d: Checking state ... Jan 4 01:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:13:42 raspberrypi p4d: Checking state ... Jan 4 01:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:13:52 raspberrypi p4d: Checking state ... Jan 4 01:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:14:02 raspberrypi p4d: Checking state ... Jan 4 01:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:14:12 raspberrypi p4d: Checking state ... Jan 4 01:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:14:22 raspberrypi p4d: Checking state ... Jan 4 01:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:14:22 raspberrypi p4d: Reading values ... Jan 4 01:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:14:22 raspberrypi p4d: Updating error list Jan 4 01:14:23 raspberrypi p4d: Updating error list done Jan 4 01:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:14:32 raspberrypi p4d: Checking state ... Jan 4 01:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:14:42 raspberrypi p4d: Checking state ... Jan 4 01:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:14:52 raspberrypi p4d: Checking state ... Jan 4 01:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:15:02 raspberrypi p4d: Checking state ... Jan 4 01:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:15:12 raspberrypi p4d: Checking state ... Jan 4 01:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:15:22 raspberrypi p4d: Checking state ... Jan 4 01:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:15:22 raspberrypi p4d: Reading values ... Jan 4 01:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:15:22 raspberrypi p4d: Updating error list Jan 4 01:15:23 raspberrypi p4d: Updating error list done Jan 4 01:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:15:32 raspberrypi p4d: Checking state ... Jan 4 01:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:15:42 raspberrypi p4d: Checking state ... Jan 4 01:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:15:52 raspberrypi p4d: Checking state ... Jan 4 01:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:16:02 raspberrypi p4d: Checking state ... Jan 4 01:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:16:12 raspberrypi p4d: Checking state ... Jan 4 01:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:16:22 raspberrypi p4d: Checking state ... Jan 4 01:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:16:22 raspberrypi p4d: Reading values ... Jan 4 01:16:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:16:23 raspberrypi p4d: Updating error list Jan 4 01:16:24 raspberrypi p4d: Updating error list done Jan 4 01:16:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:16:32 raspberrypi p4d: Checking state ... Jan 4 01:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:16:42 raspberrypi p4d: Checking state ... Jan 4 01:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:16:52 raspberrypi p4d: Checking state ... Jan 4 01:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:17:02 raspberrypi p4d: Checking state ... Jan 4 01:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:17:12 raspberrypi p4d: Checking state ... Jan 4 01:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:17:22 raspberrypi p4d: Checking state ... Jan 4 01:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:17:22 raspberrypi p4d: Reading values ... Jan 4 01:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:17:22 raspberrypi p4d: Updating error list Jan 4 01:17:23 raspberrypi p4d: Updating error list done Jan 4 01:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:17:32 raspberrypi p4d: Checking state ... Jan 4 01:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:17:42 raspberrypi p4d: Checking state ... Jan 4 01:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:17:52 raspberrypi p4d: Checking state ... Jan 4 01:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:18:02 raspberrypi p4d: Checking state ... Jan 4 01:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:18:12 raspberrypi p4d: Checking state ... Jan 4 01:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:18:22 raspberrypi p4d: Checking state ... Jan 4 01:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:18:22 raspberrypi p4d: Reading values ... Jan 4 01:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:18:22 raspberrypi p4d: Updating error list Jan 4 01:18:23 raspberrypi p4d: Updating error list done Jan 4 01:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:18:32 raspberrypi p4d: Checking state ... Jan 4 01:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:18:42 raspberrypi p4d: Checking state ... Jan 4 01:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:18:52 raspberrypi p4d: Checking state ... Jan 4 01:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:19:02 raspberrypi p4d: Checking state ... Jan 4 01:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:19:12 raspberrypi p4d: Checking state ... Jan 4 01:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:19:22 raspberrypi p4d: Checking state ... Jan 4 01:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:19:22 raspberrypi p4d: Reading values ... Jan 4 01:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:19:22 raspberrypi p4d: Updating error list Jan 4 01:19:23 raspberrypi p4d: Updating error list done Jan 4 01:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:19:32 raspberrypi p4d: Checking state ... Jan 4 01:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:19:42 raspberrypi p4d: Checking state ... Jan 4 01:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:19:52 raspberrypi p4d: Checking state ... Jan 4 01:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:20:02 raspberrypi p4d: Checking state ... Jan 4 01:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:20:12 raspberrypi p4d: Checking state ... Jan 4 01:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:20:22 raspberrypi p4d: Checking state ... Jan 4 01:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:20:22 raspberrypi p4d: Reading values ... Jan 4 01:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:20:22 raspberrypi p4d: Updating error list Jan 4 01:20:23 raspberrypi p4d: Updating error list done Jan 4 01:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:20:32 raspberrypi p4d: Checking state ... Jan 4 01:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:20:42 raspberrypi p4d: Checking state ... Jan 4 01:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:20:52 raspberrypi p4d: Checking state ... Jan 4 01:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:21:02 raspberrypi p4d: Checking state ... Jan 4 01:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:21:12 raspberrypi p4d: Checking state ... Jan 4 01:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:21:22 raspberrypi p4d: Checking state ... Jan 4 01:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:21:22 raspberrypi p4d: Reading values ... Jan 4 01:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:21:22 raspberrypi p4d: Updating error list Jan 4 01:21:23 raspberrypi p4d: Updating error list done Jan 4 01:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:21:32 raspberrypi p4d: Checking state ... Jan 4 01:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:21:42 raspberrypi p4d: Checking state ... Jan 4 01:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:21:52 raspberrypi p4d: Checking state ... Jan 4 01:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:22:02 raspberrypi p4d: Checking state ... Jan 4 01:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:22:12 raspberrypi p4d: Checking state ... Jan 4 01:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:22:22 raspberrypi p4d: Checking state ... Jan 4 01:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:22:22 raspberrypi p4d: Reading values ... Jan 4 01:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:22:22 raspberrypi p4d: Updating error list Jan 4 01:22:23 raspberrypi p4d: Updating error list done Jan 4 01:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:22:32 raspberrypi p4d: Checking state ... Jan 4 01:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:22:42 raspberrypi p4d: Checking state ... Jan 4 01:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:22:52 raspberrypi p4d: Checking state ... Jan 4 01:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:23:02 raspberrypi p4d: Checking state ... Jan 4 01:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:23:12 raspberrypi p4d: Checking state ... Jan 4 01:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:23:22 raspberrypi p4d: Checking state ... Jan 4 01:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:23:22 raspberrypi p4d: Reading values ... Jan 4 01:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:23:22 raspberrypi p4d: Updating error list Jan 4 01:23:23 raspberrypi p4d: Updating error list done Jan 4 01:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:23:32 raspberrypi p4d: Checking state ... Jan 4 01:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:23:42 raspberrypi p4d: Checking state ... Jan 4 01:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:23:52 raspberrypi p4d: Checking state ... Jan 4 01:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:24:02 raspberrypi p4d: Checking state ... Jan 4 01:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:24:12 raspberrypi p4d: Checking state ... Jan 4 01:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:24:22 raspberrypi p4d: Checking state ... Jan 4 01:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:24:22 raspberrypi p4d: Reading values ... Jan 4 01:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:24:22 raspberrypi p4d: Updating error list Jan 4 01:24:23 raspberrypi p4d: Updating error list done Jan 4 01:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:24:32 raspberrypi p4d: Checking state ... Jan 4 01:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:24:42 raspberrypi p4d: Checking state ... Jan 4 01:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:24:52 raspberrypi p4d: Checking state ... Jan 4 01:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:25:02 raspberrypi p4d: Checking state ... Jan 4 01:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:25:12 raspberrypi p4d: Checking state ... Jan 4 01:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:25:22 raspberrypi p4d: Checking state ... Jan 4 01:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:25:22 raspberrypi p4d: Reading values ... Jan 4 01:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:25:22 raspberrypi p4d: Updating error list Jan 4 01:25:23 raspberrypi p4d: Updating error list done Jan 4 01:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:25:32 raspberrypi p4d: Checking state ... Jan 4 01:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:25:42 raspberrypi p4d: Checking state ... Jan 4 01:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:25:52 raspberrypi p4d: Checking state ... Jan 4 01:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:26:02 raspberrypi p4d: Checking state ... Jan 4 01:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:26:12 raspberrypi p4d: Checking state ... Jan 4 01:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:26:22 raspberrypi p4d: Checking state ... Jan 4 01:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:26:22 raspberrypi p4d: Reading values ... Jan 4 01:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:26:22 raspberrypi p4d: Updating error list Jan 4 01:26:23 raspberrypi p4d: Updating error list done Jan 4 01:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:26:32 raspberrypi p4d: Checking state ... Jan 4 01:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:26:42 raspberrypi p4d: Checking state ... Jan 4 01:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:26:52 raspberrypi p4d: Checking state ... Jan 4 01:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:27:02 raspberrypi p4d: Checking state ... Jan 4 01:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:27:12 raspberrypi p4d: Checking state ... Jan 4 01:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:27:22 raspberrypi p4d: Checking state ... Jan 4 01:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:27:22 raspberrypi p4d: Reading values ... Jan 4 01:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:27:22 raspberrypi p4d: Updating error list Jan 4 01:27:23 raspberrypi p4d: Updating error list done Jan 4 01:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:27:32 raspberrypi p4d: Checking state ... Jan 4 01:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:27:42 raspberrypi p4d: Checking state ... Jan 4 01:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:27:52 raspberrypi p4d: Checking state ... Jan 4 01:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:28:02 raspberrypi p4d: Checking state ... Jan 4 01:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:28:12 raspberrypi p4d: Checking state ... Jan 4 01:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:28:22 raspberrypi p4d: Checking state ... Jan 4 01:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:28:22 raspberrypi p4d: Reading values ... Jan 4 01:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:28:22 raspberrypi p4d: Updating error list Jan 4 01:28:23 raspberrypi p4d: Updating error list done Jan 4 01:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:28:32 raspberrypi p4d: Checking state ... Jan 4 01:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:28:42 raspberrypi p4d: Checking state ... Jan 4 01:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:28:52 raspberrypi p4d: Checking state ... Jan 4 01:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:29:02 raspberrypi p4d: Checking state ... Jan 4 01:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:29:12 raspberrypi p4d: Checking state ... Jan 4 01:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:29:22 raspberrypi p4d: Checking state ... Jan 4 01:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:29:22 raspberrypi p4d: Reading values ... Jan 4 01:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:29:22 raspberrypi p4d: Updating error list Jan 4 01:29:23 raspberrypi p4d: Updating error list done Jan 4 01:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:29:32 raspberrypi p4d: Checking state ... Jan 4 01:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:29:42 raspberrypi p4d: Checking state ... Jan 4 01:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:29:52 raspberrypi p4d: Checking state ... Jan 4 01:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:30:02 raspberrypi p4d: Checking state ... Jan 4 01:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:30:12 raspberrypi p4d: Checking state ... Jan 4 01:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:30:22 raspberrypi p4d: Checking state ... Jan 4 01:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:30:22 raspberrypi p4d: Reading values ... Jan 4 01:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:30:22 raspberrypi p4d: Updating error list Jan 4 01:30:23 raspberrypi p4d: Updating error list done Jan 4 01:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:30:32 raspberrypi p4d: Checking state ... Jan 4 01:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:30:42 raspberrypi p4d: Checking state ... Jan 4 01:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:30:52 raspberrypi p4d: Checking state ... Jan 4 01:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:31:02 raspberrypi p4d: Checking state ... Jan 4 01:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:31:12 raspberrypi p4d: Checking state ... Jan 4 01:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:31:22 raspberrypi p4d: Checking state ... Jan 4 01:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:31:22 raspberrypi p4d: Reading values ... Jan 4 01:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:31:22 raspberrypi p4d: Updating error list Jan 4 01:31:23 raspberrypi p4d: Updating error list done Jan 4 01:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:31:32 raspberrypi p4d: Checking state ... Jan 4 01:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:31:42 raspberrypi p4d: Checking state ... Jan 4 01:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:31:52 raspberrypi p4d: Checking state ... Jan 4 01:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:32:02 raspberrypi p4d: Checking state ... Jan 4 01:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:32:12 raspberrypi p4d: Checking state ... Jan 4 01:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:32:22 raspberrypi p4d: Checking state ... Jan 4 01:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:32:22 raspberrypi p4d: Reading values ... Jan 4 01:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:32:22 raspberrypi p4d: Updating error list Jan 4 01:32:23 raspberrypi p4d: Updating error list done Jan 4 01:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:32:32 raspberrypi p4d: Checking state ... Jan 4 01:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:32:42 raspberrypi p4d: Checking state ... Jan 4 01:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:32:52 raspberrypi p4d: Checking state ... Jan 4 01:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:33:02 raspberrypi p4d: Checking state ... Jan 4 01:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:33:12 raspberrypi p4d: Checking state ... Jan 4 01:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:33:22 raspberrypi p4d: Checking state ... Jan 4 01:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:33:22 raspberrypi p4d: Reading values ... Jan 4 01:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:33:22 raspberrypi p4d: Updating error list Jan 4 01:33:23 raspberrypi p4d: Updating error list done Jan 4 01:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:33:32 raspberrypi p4d: Checking state ... Jan 4 01:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:33:42 raspberrypi p4d: Checking state ... Jan 4 01:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:33:52 raspberrypi p4d: Checking state ... Jan 4 01:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:34:02 raspberrypi p4d: Checking state ... Jan 4 01:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:34:12 raspberrypi p4d: Checking state ... Jan 4 01:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:34:22 raspberrypi p4d: Checking state ... Jan 4 01:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:34:22 raspberrypi p4d: Reading values ... Jan 4 01:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:34:22 raspberrypi p4d: Updating error list Jan 4 01:34:23 raspberrypi p4d: Updating error list done Jan 4 01:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:34:32 raspberrypi p4d: Checking state ... Jan 4 01:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:34:42 raspberrypi p4d: Checking state ... Jan 4 01:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:34:52 raspberrypi p4d: Checking state ... Jan 4 01:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:35:02 raspberrypi p4d: Checking state ... Jan 4 01:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:35:12 raspberrypi p4d: Checking state ... Jan 4 01:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:35:22 raspberrypi p4d: Checking state ... Jan 4 01:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:35:22 raspberrypi p4d: Reading values ... Jan 4 01:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:35:22 raspberrypi p4d: Updating error list Jan 4 01:35:23 raspberrypi p4d: Updating error list done Jan 4 01:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:35:32 raspberrypi p4d: Checking state ... Jan 4 01:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:35:42 raspberrypi p4d: Checking state ... Jan 4 01:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:35:52 raspberrypi p4d: Checking state ... Jan 4 01:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:36:02 raspberrypi p4d: Checking state ... Jan 4 01:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:36:12 raspberrypi p4d: Checking state ... Jan 4 01:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:36:22 raspberrypi p4d: Checking state ... Jan 4 01:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:36:22 raspberrypi p4d: Reading values ... Jan 4 01:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:36:22 raspberrypi p4d: Updating error list Jan 4 01:36:23 raspberrypi p4d: Updating error list done Jan 4 01:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:36:32 raspberrypi p4d: Checking state ... Jan 4 01:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:36:42 raspberrypi p4d: Checking state ... Jan 4 01:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:36:52 raspberrypi p4d: Checking state ... Jan 4 01:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:37:02 raspberrypi p4d: Checking state ... Jan 4 01:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:37:12 raspberrypi p4d: Checking state ... Jan 4 01:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:37:22 raspberrypi p4d: Checking state ... Jan 4 01:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:37:22 raspberrypi p4d: Reading values ... Jan 4 01:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:37:22 raspberrypi p4d: Updating error list Jan 4 01:37:23 raspberrypi p4d: Updating error list done Jan 4 01:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:37:32 raspberrypi p4d: Checking state ... Jan 4 01:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:37:42 raspberrypi p4d: Checking state ... Jan 4 01:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:37:52 raspberrypi p4d: Checking state ... Jan 4 01:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:38:02 raspberrypi p4d: Checking state ... Jan 4 01:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:38:12 raspberrypi p4d: Checking state ... Jan 4 01:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:38:22 raspberrypi p4d: Checking state ... Jan 4 01:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:38:22 raspberrypi p4d: Reading values ... Jan 4 01:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:38:22 raspberrypi p4d: Updating error list Jan 4 01:38:23 raspberrypi p4d: Updating error list done Jan 4 01:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:38:32 raspberrypi p4d: Checking state ... Jan 4 01:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:38:42 raspberrypi p4d: Checking state ... Jan 4 01:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:38:52 raspberrypi p4d: Checking state ... Jan 4 01:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:39:02 raspberrypi p4d: Checking state ... Jan 4 01:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:39:12 raspberrypi p4d: Checking state ... Jan 4 01:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:39:22 raspberrypi p4d: Checking state ... Jan 4 01:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:39:22 raspberrypi p4d: Reading values ... Jan 4 01:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:39:22 raspberrypi p4d: Updating error list Jan 4 01:39:23 raspberrypi p4d: Updating error list done Jan 4 01:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:39:32 raspberrypi p4d: Checking state ... Jan 4 01:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:39:42 raspberrypi p4d: Checking state ... Jan 4 01:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:39:52 raspberrypi p4d: Checking state ... Jan 4 01:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:40:02 raspberrypi p4d: Checking state ... Jan 4 01:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:40:12 raspberrypi p4d: Checking state ... Jan 4 01:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:40:22 raspberrypi p4d: Checking state ... Jan 4 01:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:40:22 raspberrypi p4d: Reading values ... Jan 4 01:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:40:22 raspberrypi p4d: Updating error list Jan 4 01:40:23 raspberrypi p4d: Updating error list done Jan 4 01:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:40:32 raspberrypi p4d: Checking state ... Jan 4 01:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:40:42 raspberrypi p4d: Checking state ... Jan 4 01:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:40:52 raspberrypi p4d: Checking state ... Jan 4 01:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:41:02 raspberrypi p4d: Checking state ... Jan 4 01:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:41:12 raspberrypi p4d: Checking state ... Jan 4 01:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:41:22 raspberrypi p4d: Checking state ... Jan 4 01:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:41:22 raspberrypi p4d: Reading values ... Jan 4 01:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:41:22 raspberrypi p4d: Updating error list Jan 4 01:41:23 raspberrypi p4d: Updating error list done Jan 4 01:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:41:32 raspberrypi p4d: Checking state ... Jan 4 01:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:41:42 raspberrypi p4d: Checking state ... Jan 4 01:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:41:52 raspberrypi p4d: Checking state ... Jan 4 01:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:42:02 raspberrypi p4d: Checking state ... Jan 4 01:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:42:12 raspberrypi p4d: Checking state ... Jan 4 01:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:42:22 raspberrypi p4d: Checking state ... Jan 4 01:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:42:22 raspberrypi p4d: Reading values ... Jan 4 01:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:42:22 raspberrypi p4d: Updating error list Jan 4 01:42:23 raspberrypi p4d: Updating error list done Jan 4 01:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:42:32 raspberrypi p4d: Checking state ... Jan 4 01:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:42:42 raspberrypi p4d: Checking state ... Jan 4 01:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:42:52 raspberrypi p4d: Checking state ... Jan 4 01:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:43:02 raspberrypi p4d: Checking state ... Jan 4 01:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:43:12 raspberrypi p4d: Checking state ... Jan 4 01:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:43:22 raspberrypi p4d: Checking state ... Jan 4 01:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:43:22 raspberrypi p4d: Reading values ... Jan 4 01:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:43:22 raspberrypi p4d: Updating error list Jan 4 01:43:23 raspberrypi p4d: Updating error list done Jan 4 01:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:43:32 raspberrypi p4d: Checking state ... Jan 4 01:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:43:42 raspberrypi p4d: Checking state ... Jan 4 01:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:43:52 raspberrypi p4d: Checking state ... Jan 4 01:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:44:02 raspberrypi p4d: Checking state ... Jan 4 01:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:44:12 raspberrypi p4d: Checking state ... Jan 4 01:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:44:22 raspberrypi p4d: Checking state ... Jan 4 01:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:44:22 raspberrypi p4d: Reading values ... Jan 4 01:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:44:22 raspberrypi p4d: Updating error list Jan 4 01:44:23 raspberrypi p4d: Updating error list done Jan 4 01:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:44:32 raspberrypi p4d: Checking state ... Jan 4 01:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:44:42 raspberrypi p4d: Checking state ... Jan 4 01:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:44:52 raspberrypi p4d: Checking state ... Jan 4 01:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:45:02 raspberrypi p4d: Checking state ... Jan 4 01:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:45:12 raspberrypi p4d: Checking state ... Jan 4 01:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:45:22 raspberrypi p4d: Checking state ... Jan 4 01:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:45:22 raspberrypi p4d: Reading values ... Jan 4 01:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:45:22 raspberrypi p4d: Updating error list Jan 4 01:45:23 raspberrypi p4d: Updating error list done Jan 4 01:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:45:32 raspberrypi p4d: Checking state ... Jan 4 01:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:45:42 raspberrypi p4d: Checking state ... Jan 4 01:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:45:52 raspberrypi p4d: Checking state ... Jan 4 01:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:46:02 raspberrypi p4d: Checking state ... Jan 4 01:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:46:12 raspberrypi p4d: Checking state ... Jan 4 01:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:46:22 raspberrypi p4d: Checking state ... Jan 4 01:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:46:22 raspberrypi p4d: Reading values ... Jan 4 01:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:46:22 raspberrypi p4d: Updating error list Jan 4 01:46:23 raspberrypi p4d: Updating error list done Jan 4 01:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:46:32 raspberrypi p4d: Checking state ... Jan 4 01:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:46:42 raspberrypi p4d: Checking state ... Jan 4 01:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:46:52 raspberrypi p4d: Checking state ... Jan 4 01:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:47:02 raspberrypi p4d: Checking state ... Jan 4 01:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:47:12 raspberrypi p4d: Checking state ... Jan 4 01:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:47:22 raspberrypi p4d: Checking state ... Jan 4 01:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:47:22 raspberrypi p4d: Reading values ... Jan 4 01:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:47:22 raspberrypi p4d: Updating error list Jan 4 01:47:23 raspberrypi p4d: Updating error list done Jan 4 01:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:47:32 raspberrypi p4d: Checking state ... Jan 4 01:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:47:42 raspberrypi p4d: Checking state ... Jan 4 01:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:47:52 raspberrypi p4d: Checking state ... Jan 4 01:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:48:02 raspberrypi p4d: Checking state ... Jan 4 01:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:48:12 raspberrypi p4d: Checking state ... Jan 4 01:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:48:22 raspberrypi p4d: Checking state ... Jan 4 01:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:48:22 raspberrypi p4d: Reading values ... Jan 4 01:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:48:22 raspberrypi p4d: Updating error list Jan 4 01:48:23 raspberrypi p4d: Updating error list done Jan 4 01:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:48:32 raspberrypi p4d: Checking state ... Jan 4 01:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:48:42 raspberrypi p4d: Checking state ... Jan 4 01:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:48:52 raspberrypi p4d: Checking state ... Jan 4 01:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:49:02 raspberrypi p4d: Checking state ... Jan 4 01:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:49:12 raspberrypi p4d: Checking state ... Jan 4 01:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:49:22 raspberrypi p4d: Checking state ... Jan 4 01:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:49:22 raspberrypi p4d: Reading values ... Jan 4 01:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:49:22 raspberrypi p4d: Updating error list Jan 4 01:49:23 raspberrypi p4d: Updating error list done Jan 4 01:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:49:32 raspberrypi p4d: Checking state ... Jan 4 01:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:49:42 raspberrypi p4d: Checking state ... Jan 4 01:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:49:52 raspberrypi p4d: Checking state ... Jan 4 01:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:50:02 raspberrypi p4d: Checking state ... Jan 4 01:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:50:12 raspberrypi p4d: Checking state ... Jan 4 01:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:50:22 raspberrypi p4d: Checking state ... Jan 4 01:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:50:22 raspberrypi p4d: Reading values ... Jan 4 01:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:50:22 raspberrypi p4d: Updating error list Jan 4 01:50:23 raspberrypi p4d: Updating error list done Jan 4 01:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:50:32 raspberrypi p4d: Checking state ... Jan 4 01:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:50:42 raspberrypi p4d: Checking state ... Jan 4 01:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:50:52 raspberrypi p4d: Checking state ... Jan 4 01:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:51:02 raspberrypi p4d: Checking state ... Jan 4 01:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:51:12 raspberrypi p4d: Checking state ... Jan 4 01:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:51:22 raspberrypi p4d: Checking state ... Jan 4 01:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:51:22 raspberrypi p4d: Reading values ... Jan 4 01:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:51:22 raspberrypi p4d: Updating error list Jan 4 01:51:23 raspberrypi p4d: Updating error list done Jan 4 01:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:51:32 raspberrypi p4d: Checking state ... Jan 4 01:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:51:42 raspberrypi p4d: Checking state ... Jan 4 01:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:51:52 raspberrypi p4d: Checking state ... Jan 4 01:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:52:02 raspberrypi p4d: Checking state ... Jan 4 01:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:52:12 raspberrypi p4d: Checking state ... Jan 4 01:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:52:22 raspberrypi p4d: Checking state ... Jan 4 01:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:52:22 raspberrypi p4d: Reading values ... Jan 4 01:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:52:22 raspberrypi p4d: Updating error list Jan 4 01:52:23 raspberrypi p4d: Updating error list done Jan 4 01:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:52:32 raspberrypi p4d: Checking state ... Jan 4 01:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:52:42 raspberrypi p4d: Checking state ... Jan 4 01:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:52:52 raspberrypi p4d: Checking state ... Jan 4 01:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:53:02 raspberrypi p4d: Checking state ... Jan 4 01:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:53:12 raspberrypi p4d: Checking state ... Jan 4 01:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:53:22 raspberrypi p4d: Checking state ... Jan 4 01:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:53:22 raspberrypi p4d: Reading values ... Jan 4 01:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:53:22 raspberrypi p4d: Updating error list Jan 4 01:53:23 raspberrypi p4d: Updating error list done Jan 4 01:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:53:32 raspberrypi p4d: Checking state ... Jan 4 01:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:53:42 raspberrypi p4d: Checking state ... Jan 4 01:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:53:52 raspberrypi p4d: Checking state ... Jan 4 01:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:54:02 raspberrypi p4d: Checking state ... Jan 4 01:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:54:12 raspberrypi p4d: Checking state ... Jan 4 01:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:54:22 raspberrypi p4d: Checking state ... Jan 4 01:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:54:22 raspberrypi p4d: Reading values ... Jan 4 01:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:54:22 raspberrypi p4d: Updating error list Jan 4 01:54:23 raspberrypi p4d: Updating error list done Jan 4 01:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:54:32 raspberrypi p4d: Checking state ... Jan 4 01:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:54:42 raspberrypi p4d: Checking state ... Jan 4 01:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:54:52 raspberrypi p4d: Checking state ... Jan 4 01:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:55:02 raspberrypi p4d: Checking state ... Jan 4 01:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:55:12 raspberrypi p4d: Checking state ... Jan 4 01:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:55:22 raspberrypi p4d: Checking state ... Jan 4 01:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:55:22 raspberrypi p4d: Reading values ... Jan 4 01:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:55:22 raspberrypi p4d: Updating error list Jan 4 01:55:23 raspberrypi p4d: Updating error list done Jan 4 01:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:55:32 raspberrypi p4d: Checking state ... Jan 4 01:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:55:42 raspberrypi p4d: Checking state ... Jan 4 01:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:55:52 raspberrypi p4d: Checking state ... Jan 4 01:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:56:02 raspberrypi p4d: Checking state ... Jan 4 01:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:56:12 raspberrypi p4d: Checking state ... Jan 4 01:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:56:22 raspberrypi p4d: Checking state ... Jan 4 01:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:56:22 raspberrypi p4d: Reading values ... Jan 4 01:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:56:22 raspberrypi p4d: Updating error list Jan 4 01:56:23 raspberrypi p4d: Updating error list done Jan 4 01:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:56:32 raspberrypi p4d: Checking state ... Jan 4 01:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:56:42 raspberrypi p4d: Checking state ... Jan 4 01:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:56:52 raspberrypi p4d: Checking state ... Jan 4 01:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:57:02 raspberrypi p4d: Checking state ... Jan 4 01:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:57:12 raspberrypi p4d: Checking state ... Jan 4 01:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:57:22 raspberrypi p4d: Checking state ... Jan 4 01:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:57:22 raspberrypi p4d: Reading values ... Jan 4 01:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:57:22 raspberrypi p4d: Updating error list Jan 4 01:57:23 raspberrypi p4d: Updating error list done Jan 4 01:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:57:32 raspberrypi p4d: Checking state ... Jan 4 01:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:57:42 raspberrypi p4d: Checking state ... Jan 4 01:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:57:52 raspberrypi p4d: Checking state ... Jan 4 01:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:58:02 raspberrypi p4d: Checking state ... Jan 4 01:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:58:12 raspberrypi p4d: Checking state ... Jan 4 01:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:58:22 raspberrypi p4d: Checking state ... Jan 4 01:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:58:22 raspberrypi p4d: Reading values ... Jan 4 01:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:58:22 raspberrypi p4d: Updating error list Jan 4 01:58:23 raspberrypi p4d: Updating error list done Jan 4 01:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:58:32 raspberrypi p4d: Checking state ... Jan 4 01:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:58:42 raspberrypi p4d: Checking state ... Jan 4 01:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:58:52 raspberrypi p4d: Checking state ... Jan 4 01:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:59:02 raspberrypi p4d: Checking state ... Jan 4 01:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:59:12 raspberrypi p4d: Checking state ... Jan 4 01:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:59:22 raspberrypi p4d: Checking state ... Jan 4 01:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:59:22 raspberrypi p4d: Reading values ... Jan 4 01:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 01:59:22 raspberrypi p4d: Updating error list Jan 4 01:59:23 raspberrypi p4d: Updating error list done Jan 4 01:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 01:59:32 raspberrypi p4d: Checking state ... Jan 4 01:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:59:42 raspberrypi p4d: Checking state ... Jan 4 01:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 01:59:52 raspberrypi p4d: Checking state ... Jan 4 01:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:00:02 raspberrypi p4d: Checking state ... Jan 4 02:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:00:12 raspberrypi p4d: Checking state ... Jan 4 02:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:00:22 raspberrypi p4d: Checking state ... Jan 4 02:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:00:22 raspberrypi p4d: Reading values ... Jan 4 02:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:00:22 raspberrypi p4d: Updating error list Jan 4 02:00:23 raspberrypi p4d: Updating error list done Jan 4 02:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:00:32 raspberrypi p4d: Checking state ... Jan 4 02:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:00:42 raspberrypi p4d: Checking state ... Jan 4 02:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:00:52 raspberrypi p4d: Checking state ... Jan 4 02:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:01:02 raspberrypi p4d: Checking state ... Jan 4 02:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:01:12 raspberrypi p4d: Checking state ... Jan 4 02:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:01:22 raspberrypi p4d: Checking state ... Jan 4 02:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:01:22 raspberrypi p4d: Reading values ... Jan 4 02:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:01:22 raspberrypi p4d: Updating error list Jan 4 02:01:23 raspberrypi p4d: Updating error list done Jan 4 02:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:01:32 raspberrypi p4d: Checking state ... Jan 4 02:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:01:42 raspberrypi p4d: Checking state ... Jan 4 02:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:01:52 raspberrypi p4d: Checking state ... Jan 4 02:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:02:02 raspberrypi p4d: Checking state ... Jan 4 02:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:02:12 raspberrypi p4d: Checking state ... Jan 4 02:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:02:22 raspberrypi p4d: Checking state ... Jan 4 02:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:02:22 raspberrypi p4d: Reading values ... Jan 4 02:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:02:22 raspberrypi p4d: Updating error list Jan 4 02:02:23 raspberrypi p4d: Updating error list done Jan 4 02:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:02:32 raspberrypi p4d: Checking state ... Jan 4 02:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:02:42 raspberrypi p4d: Checking state ... Jan 4 02:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:02:52 raspberrypi p4d: Checking state ... Jan 4 02:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:03:02 raspberrypi p4d: Checking state ... Jan 4 02:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:03:12 raspberrypi p4d: Checking state ... Jan 4 02:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:03:22 raspberrypi p4d: Checking state ... Jan 4 02:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:03:22 raspberrypi p4d: Reading values ... Jan 4 02:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:03:22 raspberrypi p4d: Updating error list Jan 4 02:03:23 raspberrypi p4d: Updating error list done Jan 4 02:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:03:32 raspberrypi p4d: Checking state ... Jan 4 02:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:03:42 raspberrypi p4d: Checking state ... Jan 4 02:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:03:52 raspberrypi p4d: Checking state ... Jan 4 02:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:04:02 raspberrypi p4d: Checking state ... Jan 4 02:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:04:12 raspberrypi p4d: Checking state ... Jan 4 02:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:04:22 raspberrypi p4d: Checking state ... Jan 4 02:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:04:22 raspberrypi p4d: Reading values ... Jan 4 02:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:04:22 raspberrypi p4d: Updating error list Jan 4 02:04:23 raspberrypi p4d: Updating error list done Jan 4 02:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:04:32 raspberrypi p4d: Checking state ... Jan 4 02:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:04:42 raspberrypi p4d: Checking state ... Jan 4 02:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:04:52 raspberrypi p4d: Checking state ... Jan 4 02:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:05:02 raspberrypi p4d: Checking state ... Jan 4 02:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:05:12 raspberrypi p4d: Checking state ... Jan 4 02:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:05:22 raspberrypi p4d: Checking state ... Jan 4 02:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:05:22 raspberrypi p4d: Reading values ... Jan 4 02:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:05:22 raspberrypi p4d: Updating error list Jan 4 02:05:23 raspberrypi p4d: Updating error list done Jan 4 02:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:05:32 raspberrypi p4d: Checking state ... Jan 4 02:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:05:42 raspberrypi p4d: Checking state ... Jan 4 02:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:05:52 raspberrypi p4d: Checking state ... Jan 4 02:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:06:02 raspberrypi p4d: Checking state ... Jan 4 02:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:06:12 raspberrypi p4d: Checking state ... Jan 4 02:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:06:22 raspberrypi p4d: Checking state ... Jan 4 02:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:06:22 raspberrypi p4d: Reading values ... Jan 4 02:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:06:22 raspberrypi p4d: Updating error list Jan 4 02:06:23 raspberrypi p4d: Updating error list done Jan 4 02:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:06:32 raspberrypi p4d: Checking state ... Jan 4 02:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:06:42 raspberrypi p4d: Checking state ... Jan 4 02:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:06:52 raspberrypi p4d: Checking state ... Jan 4 02:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:07:02 raspberrypi p4d: Checking state ... Jan 4 02:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:07:12 raspberrypi p4d: Checking state ... Jan 4 02:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:07:22 raspberrypi p4d: Checking state ... Jan 4 02:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:07:22 raspberrypi p4d: Reading values ... Jan 4 02:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:07:22 raspberrypi p4d: Updating error list Jan 4 02:07:23 raspberrypi p4d: Updating error list done Jan 4 02:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:07:32 raspberrypi p4d: Checking state ... Jan 4 02:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:07:42 raspberrypi p4d: Checking state ... Jan 4 02:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:07:52 raspberrypi p4d: Checking state ... Jan 4 02:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:08:02 raspberrypi p4d: Checking state ... Jan 4 02:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:08:12 raspberrypi p4d: Checking state ... Jan 4 02:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:08:22 raspberrypi p4d: Checking state ... Jan 4 02:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:08:22 raspberrypi p4d: Reading values ... Jan 4 02:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:08:22 raspberrypi p4d: Updating error list Jan 4 02:08:23 raspberrypi p4d: Updating error list done Jan 4 02:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:08:32 raspberrypi p4d: Checking state ... Jan 4 02:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:08:42 raspberrypi p4d: Checking state ... Jan 4 02:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:08:52 raspberrypi p4d: Checking state ... Jan 4 02:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:09:02 raspberrypi p4d: Checking state ... Jan 4 02:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:09:12 raspberrypi p4d: Checking state ... Jan 4 02:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:09:22 raspberrypi p4d: Checking state ... Jan 4 02:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:09:22 raspberrypi p4d: Reading values ... Jan 4 02:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:09:22 raspberrypi p4d: Updating error list Jan 4 02:09:23 raspberrypi p4d: Updating error list done Jan 4 02:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:09:32 raspberrypi p4d: Checking state ... Jan 4 02:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:09:42 raspberrypi p4d: Checking state ... Jan 4 02:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:09:52 raspberrypi p4d: Checking state ... Jan 4 02:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:10:02 raspberrypi p4d: Checking state ... Jan 4 02:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:10:12 raspberrypi p4d: Checking state ... Jan 4 02:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:10:22 raspberrypi p4d: Checking state ... Jan 4 02:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:10:22 raspberrypi p4d: Reading values ... Jan 4 02:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:10:22 raspberrypi p4d: Updating error list Jan 4 02:10:23 raspberrypi p4d: Updating error list done Jan 4 02:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:10:32 raspberrypi p4d: Checking state ... Jan 4 02:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:10:42 raspberrypi p4d: Checking state ... Jan 4 02:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:10:52 raspberrypi p4d: Checking state ... Jan 4 02:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:11:02 raspberrypi p4d: Checking state ... Jan 4 02:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:11:12 raspberrypi p4d: Checking state ... Jan 4 02:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:11:22 raspberrypi p4d: Checking state ... Jan 4 02:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:11:22 raspberrypi p4d: Reading values ... Jan 4 02:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:11:22 raspberrypi p4d: Updating error list Jan 4 02:11:23 raspberrypi p4d: Updating error list done Jan 4 02:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:11:32 raspberrypi p4d: Checking state ... Jan 4 02:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:11:42 raspberrypi p4d: Checking state ... Jan 4 02:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:11:52 raspberrypi p4d: Checking state ... Jan 4 02:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:12:02 raspberrypi p4d: Checking state ... Jan 4 02:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:12:12 raspberrypi p4d: Checking state ... Jan 4 02:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:12:22 raspberrypi p4d: Checking state ... Jan 4 02:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:12:22 raspberrypi p4d: Reading values ... Jan 4 02:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:12:22 raspberrypi p4d: Updating error list Jan 4 02:12:23 raspberrypi p4d: Updating error list done Jan 4 02:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:12:32 raspberrypi p4d: Checking state ... Jan 4 02:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:12:42 raspberrypi p4d: Checking state ... Jan 4 02:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:12:52 raspberrypi p4d: Checking state ... Jan 4 02:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:13:02 raspberrypi p4d: Checking state ... Jan 4 02:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:13:12 raspberrypi p4d: Checking state ... Jan 4 02:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:13:22 raspberrypi p4d: Checking state ... Jan 4 02:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:13:22 raspberrypi p4d: Reading values ... Jan 4 02:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:13:22 raspberrypi p4d: Updating error list Jan 4 02:13:23 raspberrypi p4d: Updating error list done Jan 4 02:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:13:32 raspberrypi p4d: Checking state ... Jan 4 02:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:13:42 raspberrypi p4d: Checking state ... Jan 4 02:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:13:52 raspberrypi p4d: Checking state ... Jan 4 02:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:14:02 raspberrypi p4d: Checking state ... Jan 4 02:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:14:12 raspberrypi p4d: Checking state ... Jan 4 02:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:14:22 raspberrypi p4d: Checking state ... Jan 4 02:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:14:22 raspberrypi p4d: Reading values ... Jan 4 02:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:14:22 raspberrypi p4d: Updating error list Jan 4 02:14:23 raspberrypi p4d: Updating error list done Jan 4 02:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:14:32 raspberrypi p4d: Checking state ... Jan 4 02:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:14:42 raspberrypi p4d: Checking state ... Jan 4 02:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:14:52 raspberrypi p4d: Checking state ... Jan 4 02:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:15:02 raspberrypi p4d: Checking state ... Jan 4 02:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:15:12 raspberrypi p4d: Checking state ... Jan 4 02:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:15:22 raspberrypi p4d: Checking state ... Jan 4 02:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:15:22 raspberrypi p4d: Reading values ... Jan 4 02:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:15:22 raspberrypi p4d: Updating error list Jan 4 02:15:23 raspberrypi p4d: Updating error list done Jan 4 02:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:15:32 raspberrypi p4d: Checking state ... Jan 4 02:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:15:42 raspberrypi p4d: Checking state ... Jan 4 02:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:15:52 raspberrypi p4d: Checking state ... Jan 4 02:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:16:02 raspberrypi p4d: Checking state ... Jan 4 02:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:16:12 raspberrypi p4d: Checking state ... Jan 4 02:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:16:22 raspberrypi p4d: Checking state ... Jan 4 02:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:16:22 raspberrypi p4d: Reading values ... Jan 4 02:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:16:22 raspberrypi p4d: Updating error list Jan 4 02:16:23 raspberrypi p4d: Updating error list done Jan 4 02:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:16:32 raspberrypi p4d: Checking state ... Jan 4 02:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:16:42 raspberrypi p4d: Checking state ... Jan 4 02:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:16:52 raspberrypi p4d: Checking state ... Jan 4 02:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:17:02 raspberrypi p4d: Checking state ... Jan 4 02:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:17:12 raspberrypi p4d: Checking state ... Jan 4 02:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:17:22 raspberrypi p4d: Checking state ... Jan 4 02:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:17:22 raspberrypi p4d: Reading values ... Jan 4 02:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:17:22 raspberrypi p4d: Updating error list Jan 4 02:17:23 raspberrypi p4d: Updating error list done Jan 4 02:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:17:32 raspberrypi p4d: Checking state ... Jan 4 02:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:17:42 raspberrypi p4d: Checking state ... Jan 4 02:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:17:52 raspberrypi p4d: Checking state ... Jan 4 02:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:18:02 raspberrypi p4d: Checking state ... Jan 4 02:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:18:12 raspberrypi p4d: Checking state ... Jan 4 02:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:18:22 raspberrypi p4d: Checking state ... Jan 4 02:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:18:22 raspberrypi p4d: Reading values ... Jan 4 02:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:18:22 raspberrypi p4d: Updating error list Jan 4 02:18:23 raspberrypi p4d: Updating error list done Jan 4 02:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:18:32 raspberrypi p4d: Checking state ... Jan 4 02:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:18:42 raspberrypi p4d: Checking state ... Jan 4 02:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:18:52 raspberrypi p4d: Checking state ... Jan 4 02:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:19:02 raspberrypi p4d: Checking state ... Jan 4 02:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:19:12 raspberrypi p4d: Checking state ... Jan 4 02:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:19:22 raspberrypi p4d: Checking state ... Jan 4 02:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:19:22 raspberrypi p4d: Reading values ... Jan 4 02:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:19:22 raspberrypi p4d: Updating error list Jan 4 02:19:23 raspberrypi p4d: Updating error list done Jan 4 02:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:19:32 raspberrypi p4d: Checking state ... Jan 4 02:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:19:42 raspberrypi p4d: Checking state ... Jan 4 02:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:19:52 raspberrypi p4d: Checking state ... Jan 4 02:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:20:02 raspberrypi p4d: Checking state ... Jan 4 02:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:20:12 raspberrypi p4d: Checking state ... Jan 4 02:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:20:22 raspberrypi p4d: Checking state ... Jan 4 02:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:20:22 raspberrypi p4d: Reading values ... Jan 4 02:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:20:22 raspberrypi p4d: Updating error list Jan 4 02:20:23 raspberrypi p4d: Updating error list done Jan 4 02:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:20:32 raspberrypi p4d: Checking state ... Jan 4 02:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:20:42 raspberrypi p4d: Checking state ... Jan 4 02:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:20:52 raspberrypi p4d: Checking state ... Jan 4 02:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:21:02 raspberrypi p4d: Checking state ... Jan 4 02:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:21:12 raspberrypi p4d: Checking state ... Jan 4 02:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:21:22 raspberrypi p4d: Checking state ... Jan 4 02:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:21:22 raspberrypi p4d: Reading values ... Jan 4 02:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:21:22 raspberrypi p4d: Updating error list Jan 4 02:21:23 raspberrypi p4d: Updating error list done Jan 4 02:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:21:32 raspberrypi p4d: Checking state ... Jan 4 02:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:21:42 raspberrypi p4d: Checking state ... Jan 4 02:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:21:52 raspberrypi p4d: Checking state ... Jan 4 02:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:22:02 raspberrypi p4d: Checking state ... Jan 4 02:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:22:12 raspberrypi p4d: Checking state ... Jan 4 02:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:22:22 raspberrypi p4d: Checking state ... Jan 4 02:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:22:22 raspberrypi p4d: Reading values ... Jan 4 02:22:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:22:23 raspberrypi p4d: Updating error list Jan 4 02:22:24 raspberrypi p4d: Updating error list done Jan 4 02:22:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:22:32 raspberrypi p4d: Checking state ... Jan 4 02:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:22:42 raspberrypi p4d: Checking state ... Jan 4 02:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:22:52 raspberrypi p4d: Checking state ... Jan 4 02:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:23:02 raspberrypi p4d: Checking state ... Jan 4 02:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:23:12 raspberrypi p4d: Checking state ... Jan 4 02:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:23:22 raspberrypi p4d: Checking state ... Jan 4 02:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:23:22 raspberrypi p4d: Reading values ... Jan 4 02:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:23:22 raspberrypi p4d: Updating error list Jan 4 02:23:23 raspberrypi p4d: Updating error list done Jan 4 02:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:23:32 raspberrypi p4d: Checking state ... Jan 4 02:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:23:42 raspberrypi p4d: Checking state ... Jan 4 02:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:23:52 raspberrypi p4d: Checking state ... Jan 4 02:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:24:02 raspberrypi p4d: Checking state ... Jan 4 02:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:24:12 raspberrypi p4d: Checking state ... Jan 4 02:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:24:22 raspberrypi p4d: Checking state ... Jan 4 02:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:24:22 raspberrypi p4d: Reading values ... Jan 4 02:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:24:22 raspberrypi p4d: Updating error list Jan 4 02:24:23 raspberrypi p4d: Updating error list done Jan 4 02:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:24:32 raspberrypi p4d: Checking state ... Jan 4 02:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:24:42 raspberrypi p4d: Checking state ... Jan 4 02:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:24:52 raspberrypi p4d: Checking state ... Jan 4 02:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:25:02 raspberrypi p4d: Checking state ... Jan 4 02:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:25:12 raspberrypi p4d: Checking state ... Jan 4 02:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:25:22 raspberrypi p4d: Checking state ... Jan 4 02:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:25:22 raspberrypi p4d: Reading values ... Jan 4 02:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:25:22 raspberrypi p4d: Updating error list Jan 4 02:25:23 raspberrypi p4d: Updating error list done Jan 4 02:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:25:32 raspberrypi p4d: Checking state ... Jan 4 02:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:25:42 raspberrypi p4d: Checking state ... Jan 4 02:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:25:52 raspberrypi p4d: Checking state ... Jan 4 02:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:26:02 raspberrypi p4d: Checking state ... Jan 4 02:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:26:12 raspberrypi p4d: Checking state ... Jan 4 02:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:26:22 raspberrypi p4d: Checking state ... Jan 4 02:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:26:22 raspberrypi p4d: Reading values ... Jan 4 02:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:26:22 raspberrypi p4d: Updating error list Jan 4 02:26:23 raspberrypi p4d: Updating error list done Jan 4 02:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:26:32 raspberrypi p4d: Checking state ... Jan 4 02:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:26:42 raspberrypi p4d: Checking state ... Jan 4 02:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:26:52 raspberrypi p4d: Checking state ... Jan 4 02:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:27:02 raspberrypi p4d: Checking state ... Jan 4 02:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:27:12 raspberrypi p4d: Checking state ... Jan 4 02:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:27:22 raspberrypi p4d: Checking state ... Jan 4 02:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:27:22 raspberrypi p4d: Reading values ... Jan 4 02:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:27:22 raspberrypi p4d: Updating error list Jan 4 02:27:23 raspberrypi p4d: Updating error list done Jan 4 02:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:27:32 raspberrypi p4d: Checking state ... Jan 4 02:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:27:42 raspberrypi p4d: Checking state ... Jan 4 02:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:27:52 raspberrypi p4d: Checking state ... Jan 4 02:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:28:02 raspberrypi p4d: Checking state ... Jan 4 02:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:28:12 raspberrypi p4d: Checking state ... Jan 4 02:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:28:22 raspberrypi p4d: Checking state ... Jan 4 02:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:28:22 raspberrypi p4d: Reading values ... Jan 4 02:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:28:22 raspberrypi p4d: Updating error list Jan 4 02:28:23 raspberrypi p4d: Updating error list done Jan 4 02:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:28:32 raspberrypi p4d: Checking state ... Jan 4 02:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:28:42 raspberrypi p4d: Checking state ... Jan 4 02:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:28:52 raspberrypi p4d: Checking state ... Jan 4 02:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:29:02 raspberrypi p4d: Checking state ... Jan 4 02:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:29:12 raspberrypi p4d: Checking state ... Jan 4 02:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:29:22 raspberrypi p4d: Checking state ... Jan 4 02:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:29:22 raspberrypi p4d: Reading values ... Jan 4 02:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:29:22 raspberrypi p4d: Updating error list Jan 4 02:29:23 raspberrypi p4d: Updating error list done Jan 4 02:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:29:32 raspberrypi p4d: Checking state ... Jan 4 02:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:29:42 raspberrypi p4d: Checking state ... Jan 4 02:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:29:52 raspberrypi p4d: Checking state ... Jan 4 02:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:30:02 raspberrypi p4d: Checking state ... Jan 4 02:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:30:12 raspberrypi p4d: Checking state ... Jan 4 02:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:30:22 raspberrypi p4d: Checking state ... Jan 4 02:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:30:22 raspberrypi p4d: Reading values ... Jan 4 02:30:24 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:30:24 raspberrypi p4d: Updating error list Jan 4 02:30:25 raspberrypi p4d: Updating error list done Jan 4 02:30:25 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:30:32 raspberrypi p4d: Checking state ... Jan 4 02:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:30:42 raspberrypi p4d: Checking state ... Jan 4 02:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:30:52 raspberrypi p4d: Checking state ... Jan 4 02:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:31:02 raspberrypi p4d: Checking state ... Jan 4 02:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:31:12 raspberrypi p4d: Checking state ... Jan 4 02:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:31:22 raspberrypi p4d: Checking state ... Jan 4 02:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:31:22 raspberrypi p4d: Reading values ... Jan 4 02:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:31:22 raspberrypi p4d: Updating error list Jan 4 02:31:23 raspberrypi p4d: Updating error list done Jan 4 02:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:31:32 raspberrypi p4d: Checking state ... Jan 4 02:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:31:42 raspberrypi p4d: Checking state ... Jan 4 02:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:31:52 raspberrypi p4d: Checking state ... Jan 4 02:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:32:02 raspberrypi p4d: Checking state ... Jan 4 02:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:32:12 raspberrypi p4d: Checking state ... Jan 4 02:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:32:22 raspberrypi p4d: Checking state ... Jan 4 02:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:32:22 raspberrypi p4d: Reading values ... Jan 4 02:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:32:22 raspberrypi p4d: Updating error list Jan 4 02:32:23 raspberrypi p4d: Updating error list done Jan 4 02:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:32:32 raspberrypi p4d: Checking state ... Jan 4 02:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:32:42 raspberrypi p4d: Checking state ... Jan 4 02:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:32:52 raspberrypi p4d: Checking state ... Jan 4 02:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:33:02 raspberrypi p4d: Checking state ... Jan 4 02:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:33:12 raspberrypi p4d: Checking state ... Jan 4 02:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:33:22 raspberrypi p4d: Checking state ... Jan 4 02:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:33:22 raspberrypi p4d: Reading values ... Jan 4 02:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:33:22 raspberrypi p4d: Updating error list Jan 4 02:33:23 raspberrypi p4d: Updating error list done Jan 4 02:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:33:32 raspberrypi p4d: Checking state ... Jan 4 02:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:33:42 raspberrypi p4d: Checking state ... Jan 4 02:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:33:52 raspberrypi p4d: Checking state ... Jan 4 02:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:34:02 raspberrypi p4d: Checking state ... Jan 4 02:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:34:12 raspberrypi p4d: Checking state ... Jan 4 02:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:34:22 raspberrypi p4d: Checking state ... Jan 4 02:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:34:22 raspberrypi p4d: Reading values ... Jan 4 02:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:34:22 raspberrypi p4d: Updating error list Jan 4 02:34:23 raspberrypi p4d: Updating error list done Jan 4 02:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:34:32 raspberrypi p4d: Checking state ... Jan 4 02:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:34:42 raspberrypi p4d: Checking state ... Jan 4 02:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:34:52 raspberrypi p4d: Checking state ... Jan 4 02:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:35:02 raspberrypi p4d: Checking state ... Jan 4 02:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:35:12 raspberrypi p4d: Checking state ... Jan 4 02:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:35:22 raspberrypi p4d: Checking state ... Jan 4 02:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:35:22 raspberrypi p4d: Reading values ... Jan 4 02:35:29 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:35:29 raspberrypi p4d: Updating error list Jan 4 02:35:30 raspberrypi p4d: Updating error list done Jan 4 02:35:30 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:35:32 raspberrypi p4d: Checking state ... Jan 4 02:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:35:42 raspberrypi p4d: Checking state ... Jan 4 02:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:35:52 raspberrypi p4d: Checking state ... Jan 4 02:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:36:02 raspberrypi p4d: Checking state ... Jan 4 02:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:36:12 raspberrypi p4d: Checking state ... Jan 4 02:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:36:22 raspberrypi p4d: Checking state ... Jan 4 02:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:36:22 raspberrypi p4d: Reading values ... Jan 4 02:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:36:22 raspberrypi p4d: Updating error list Jan 4 02:36:23 raspberrypi p4d: Updating error list done Jan 4 02:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:36:32 raspberrypi p4d: Checking state ... Jan 4 02:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:36:42 raspberrypi p4d: Checking state ... Jan 4 02:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:36:52 raspberrypi p4d: Checking state ... Jan 4 02:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:37:02 raspberrypi p4d: Checking state ... Jan 4 02:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:37:12 raspberrypi p4d: Checking state ... Jan 4 02:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:37:22 raspberrypi p4d: Checking state ... Jan 4 02:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:37:22 raspberrypi p4d: Reading values ... Jan 4 02:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:37:22 raspberrypi p4d: Updating error list Jan 4 02:37:23 raspberrypi p4d: Updating error list done Jan 4 02:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:37:32 raspberrypi p4d: Checking state ... Jan 4 02:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:37:42 raspberrypi p4d: Checking state ... Jan 4 02:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:37:52 raspberrypi p4d: Checking state ... Jan 4 02:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:38:02 raspberrypi p4d: Checking state ... Jan 4 02:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:38:12 raspberrypi p4d: Checking state ... Jan 4 02:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:38:22 raspberrypi p4d: Checking state ... Jan 4 02:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:38:22 raspberrypi p4d: Reading values ... Jan 4 02:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:38:22 raspberrypi p4d: Updating error list Jan 4 02:38:23 raspberrypi p4d: Updating error list done Jan 4 02:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:38:32 raspberrypi p4d: Checking state ... Jan 4 02:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:38:42 raspberrypi p4d: Checking state ... Jan 4 02:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:38:52 raspberrypi p4d: Checking state ... Jan 4 02:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:39:02 raspberrypi p4d: Checking state ... Jan 4 02:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:39:12 raspberrypi p4d: Checking state ... Jan 4 02:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:39:22 raspberrypi p4d: Checking state ... Jan 4 02:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:39:22 raspberrypi p4d: Reading values ... Jan 4 02:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:39:22 raspberrypi p4d: Updating error list Jan 4 02:39:23 raspberrypi p4d: Updating error list done Jan 4 02:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:39:32 raspberrypi p4d: Checking state ... Jan 4 02:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:39:42 raspberrypi p4d: Checking state ... Jan 4 02:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:39:52 raspberrypi p4d: Checking state ... Jan 4 02:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:40:02 raspberrypi p4d: Checking state ... Jan 4 02:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:40:12 raspberrypi p4d: Checking state ... Jan 4 02:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:40:22 raspberrypi p4d: Checking state ... Jan 4 02:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:40:22 raspberrypi p4d: Reading values ... Jan 4 02:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:40:22 raspberrypi p4d: Updating error list Jan 4 02:40:23 raspberrypi p4d: Updating error list done Jan 4 02:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:40:32 raspberrypi p4d: Checking state ... Jan 4 02:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:40:42 raspberrypi p4d: Checking state ... Jan 4 02:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:40:52 raspberrypi p4d: Checking state ... Jan 4 02:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:41:02 raspberrypi p4d: Checking state ... Jan 4 02:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:41:12 raspberrypi p4d: Checking state ... Jan 4 02:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:41:22 raspberrypi p4d: Checking state ... Jan 4 02:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:41:22 raspberrypi p4d: Reading values ... Jan 4 02:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:41:22 raspberrypi p4d: Updating error list Jan 4 02:41:23 raspberrypi p4d: Updating error list done Jan 4 02:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:41:32 raspberrypi p4d: Checking state ... Jan 4 02:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:41:42 raspberrypi p4d: Checking state ... Jan 4 02:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:41:52 raspberrypi p4d: Checking state ... Jan 4 02:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:42:02 raspberrypi p4d: Checking state ... Jan 4 02:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:42:12 raspberrypi p4d: Checking state ... Jan 4 02:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:42:22 raspberrypi p4d: Checking state ... Jan 4 02:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:42:22 raspberrypi p4d: Reading values ... Jan 4 02:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:42:22 raspberrypi p4d: Updating error list Jan 4 02:42:23 raspberrypi p4d: Updating error list done Jan 4 02:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:42:32 raspberrypi p4d: Checking state ... Jan 4 02:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:42:42 raspberrypi p4d: Checking state ... Jan 4 02:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:42:52 raspberrypi p4d: Checking state ... Jan 4 02:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:43:02 raspberrypi p4d: Checking state ... Jan 4 02:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:43:12 raspberrypi p4d: Checking state ... Jan 4 02:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:43:22 raspberrypi p4d: Checking state ... Jan 4 02:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:43:22 raspberrypi p4d: Reading values ... Jan 4 02:43:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:43:23 raspberrypi p4d: Updating error list Jan 4 02:43:24 raspberrypi p4d: Updating error list done Jan 4 02:43:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:43:32 raspberrypi p4d: Checking state ... Jan 4 02:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:43:42 raspberrypi p4d: Checking state ... Jan 4 02:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:43:52 raspberrypi p4d: Checking state ... Jan 4 02:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:44:02 raspberrypi p4d: Checking state ... Jan 4 02:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:44:12 raspberrypi p4d: Checking state ... Jan 4 02:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:44:22 raspberrypi p4d: Checking state ... Jan 4 02:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:44:22 raspberrypi p4d: Reading values ... Jan 4 02:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:44:22 raspberrypi p4d: Updating error list Jan 4 02:44:23 raspberrypi p4d: Updating error list done Jan 4 02:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:44:32 raspberrypi p4d: Checking state ... Jan 4 02:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:44:42 raspberrypi p4d: Checking state ... Jan 4 02:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:44:52 raspberrypi p4d: Checking state ... Jan 4 02:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:45:02 raspberrypi p4d: Checking state ... Jan 4 02:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:45:12 raspberrypi p4d: Checking state ... Jan 4 02:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:45:22 raspberrypi p4d: Checking state ... Jan 4 02:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:45:22 raspberrypi p4d: Reading values ... Jan 4 02:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:45:22 raspberrypi p4d: Updating error list Jan 4 02:45:23 raspberrypi p4d: Updating error list done Jan 4 02:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:45:32 raspberrypi p4d: Checking state ... Jan 4 02:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:45:42 raspberrypi p4d: Checking state ... Jan 4 02:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:45:52 raspberrypi p4d: Checking state ... Jan 4 02:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:46:02 raspberrypi p4d: Checking state ... Jan 4 02:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:46:12 raspberrypi p4d: Checking state ... Jan 4 02:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:46:22 raspberrypi p4d: Checking state ... Jan 4 02:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:46:22 raspberrypi p4d: Reading values ... Jan 4 02:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:46:22 raspberrypi p4d: Updating error list Jan 4 02:46:23 raspberrypi p4d: Updating error list done Jan 4 02:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:46:32 raspberrypi p4d: Checking state ... Jan 4 02:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:46:42 raspberrypi p4d: Checking state ... Jan 4 02:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:46:52 raspberrypi p4d: Checking state ... Jan 4 02:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:47:02 raspberrypi p4d: Checking state ... Jan 4 02:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:47:12 raspberrypi p4d: Checking state ... Jan 4 02:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:47:22 raspberrypi p4d: Checking state ... Jan 4 02:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:47:22 raspberrypi p4d: Reading values ... Jan 4 02:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:47:22 raspberrypi p4d: Updating error list Jan 4 02:47:23 raspberrypi p4d: Updating error list done Jan 4 02:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:47:32 raspberrypi p4d: Checking state ... Jan 4 02:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:47:42 raspberrypi p4d: Checking state ... Jan 4 02:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:47:52 raspberrypi p4d: Checking state ... Jan 4 02:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:48:02 raspberrypi p4d: Checking state ... Jan 4 02:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:48:12 raspberrypi p4d: Checking state ... Jan 4 02:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:48:22 raspberrypi p4d: Checking state ... Jan 4 02:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:48:22 raspberrypi p4d: Reading values ... Jan 4 02:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:48:22 raspberrypi p4d: Updating error list Jan 4 02:48:23 raspberrypi p4d: Updating error list done Jan 4 02:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:48:32 raspberrypi p4d: Checking state ... Jan 4 02:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:48:42 raspberrypi p4d: Checking state ... Jan 4 02:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:48:52 raspberrypi p4d: Checking state ... Jan 4 02:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:49:02 raspberrypi p4d: Checking state ... Jan 4 02:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:49:12 raspberrypi p4d: Checking state ... Jan 4 02:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:49:22 raspberrypi p4d: Checking state ... Jan 4 02:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:49:22 raspberrypi p4d: Reading values ... Jan 4 02:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:49:22 raspberrypi p4d: Updating error list Jan 4 02:49:23 raspberrypi p4d: Updating error list done Jan 4 02:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:49:32 raspberrypi p4d: Checking state ... Jan 4 02:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:49:42 raspberrypi p4d: Checking state ... Jan 4 02:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:49:52 raspberrypi p4d: Checking state ... Jan 4 02:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:50:02 raspberrypi p4d: Checking state ... Jan 4 02:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:50:12 raspberrypi p4d: Checking state ... Jan 4 02:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:50:22 raspberrypi p4d: Checking state ... Jan 4 02:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:50:22 raspberrypi p4d: Reading values ... Jan 4 02:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:50:22 raspberrypi p4d: Updating error list Jan 4 02:50:23 raspberrypi p4d: Updating error list done Jan 4 02:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:50:32 raspberrypi p4d: Checking state ... Jan 4 02:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:50:42 raspberrypi p4d: Checking state ... Jan 4 02:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:50:52 raspberrypi p4d: Checking state ... Jan 4 02:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:51:02 raspberrypi p4d: Checking state ... Jan 4 02:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:51:12 raspberrypi p4d: Checking state ... Jan 4 02:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:51:22 raspberrypi p4d: Checking state ... Jan 4 02:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:51:22 raspberrypi p4d: Reading values ... Jan 4 02:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:51:22 raspberrypi p4d: Updating error list Jan 4 02:51:23 raspberrypi p4d: Updating error list done Jan 4 02:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:51:32 raspberrypi p4d: Checking state ... Jan 4 02:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:51:42 raspberrypi p4d: Checking state ... Jan 4 02:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:51:52 raspberrypi p4d: Checking state ... Jan 4 02:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:52:02 raspberrypi p4d: Checking state ... Jan 4 02:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:52:12 raspberrypi p4d: Checking state ... Jan 4 02:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:52:22 raspberrypi p4d: Checking state ... Jan 4 02:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:52:22 raspberrypi p4d: Reading values ... Jan 4 02:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:52:22 raspberrypi p4d: Updating error list Jan 4 02:52:23 raspberrypi p4d: Updating error list done Jan 4 02:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:52:32 raspberrypi p4d: Checking state ... Jan 4 02:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:52:42 raspberrypi p4d: Checking state ... Jan 4 02:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:52:52 raspberrypi p4d: Checking state ... Jan 4 02:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:53:02 raspberrypi p4d: Checking state ... Jan 4 02:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:53:12 raspberrypi p4d: Checking state ... Jan 4 02:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:53:22 raspberrypi p4d: Checking state ... Jan 4 02:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:53:22 raspberrypi p4d: Reading values ... Jan 4 02:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:53:22 raspberrypi p4d: Updating error list Jan 4 02:53:23 raspberrypi p4d: Updating error list done Jan 4 02:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:53:32 raspberrypi p4d: Checking state ... Jan 4 02:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:53:42 raspberrypi p4d: Checking state ... Jan 4 02:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:53:52 raspberrypi p4d: Checking state ... Jan 4 02:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:54:02 raspberrypi p4d: Checking state ... Jan 4 02:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:54:12 raspberrypi p4d: Checking state ... Jan 4 02:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:54:22 raspberrypi p4d: Checking state ... Jan 4 02:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:54:22 raspberrypi p4d: Reading values ... Jan 4 02:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:54:22 raspberrypi p4d: Updating error list Jan 4 02:54:23 raspberrypi p4d: Updating error list done Jan 4 02:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:54:32 raspberrypi p4d: Checking state ... Jan 4 02:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:54:42 raspberrypi p4d: Checking state ... Jan 4 02:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:54:52 raspberrypi p4d: Checking state ... Jan 4 02:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:55:02 raspberrypi p4d: Checking state ... Jan 4 02:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:55:12 raspberrypi p4d: Checking state ... Jan 4 02:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:55:22 raspberrypi p4d: Checking state ... Jan 4 02:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:55:22 raspberrypi p4d: Reading values ... Jan 4 02:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:55:22 raspberrypi p4d: Updating error list Jan 4 02:55:23 raspberrypi p4d: Updating error list done Jan 4 02:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:55:32 raspberrypi p4d: Checking state ... Jan 4 02:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:55:42 raspberrypi p4d: Checking state ... Jan 4 02:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:55:52 raspberrypi p4d: Checking state ... Jan 4 02:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:56:02 raspberrypi p4d: Checking state ... Jan 4 02:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:56:12 raspberrypi p4d: Checking state ... Jan 4 02:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:56:22 raspberrypi p4d: Checking state ... Jan 4 02:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:56:22 raspberrypi p4d: Reading values ... Jan 4 02:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:56:22 raspberrypi p4d: Updating error list Jan 4 02:56:23 raspberrypi p4d: Updating error list done Jan 4 02:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:56:32 raspberrypi p4d: Checking state ... Jan 4 02:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:56:42 raspberrypi p4d: Checking state ... Jan 4 02:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:56:52 raspberrypi p4d: Checking state ... Jan 4 02:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:57:02 raspberrypi p4d: Checking state ... Jan 4 02:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:57:12 raspberrypi p4d: Checking state ... Jan 4 02:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:57:22 raspberrypi p4d: Checking state ... Jan 4 02:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:57:22 raspberrypi p4d: Reading values ... Jan 4 02:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:57:22 raspberrypi p4d: Updating error list Jan 4 02:57:23 raspberrypi p4d: Updating error list done Jan 4 02:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:57:32 raspberrypi p4d: Checking state ... Jan 4 02:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:57:42 raspberrypi p4d: Checking state ... Jan 4 02:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:57:52 raspberrypi p4d: Checking state ... Jan 4 02:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:58:02 raspberrypi p4d: Checking state ... Jan 4 02:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:58:12 raspberrypi p4d: Checking state ... Jan 4 02:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:58:22 raspberrypi p4d: Checking state ... Jan 4 02:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:58:22 raspberrypi p4d: Reading values ... Jan 4 02:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:58:22 raspberrypi p4d: Updating error list Jan 4 02:58:23 raspberrypi p4d: Updating error list done Jan 4 02:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:58:32 raspberrypi p4d: Checking state ... Jan 4 02:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:58:42 raspberrypi p4d: Checking state ... Jan 4 02:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:58:52 raspberrypi p4d: Checking state ... Jan 4 02:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:59:02 raspberrypi p4d: Checking state ... Jan 4 02:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:59:12 raspberrypi p4d: Checking state ... Jan 4 02:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:59:22 raspberrypi p4d: Checking state ... Jan 4 02:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:59:22 raspberrypi p4d: Reading values ... Jan 4 02:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 02:59:22 raspberrypi p4d: Updating error list Jan 4 02:59:23 raspberrypi p4d: Updating error list done Jan 4 02:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 02:59:32 raspberrypi p4d: Checking state ... Jan 4 02:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:59:42 raspberrypi p4d: Checking state ... Jan 4 02:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 02:59:52 raspberrypi p4d: Checking state ... Jan 4 02:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:00:02 raspberrypi p4d: Checking state ... Jan 4 03:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:00:12 raspberrypi p4d: Checking state ... Jan 4 03:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:00:22 raspberrypi p4d: Checking state ... Jan 4 03:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:00:22 raspberrypi p4d: Reading values ... Jan 4 03:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:00:22 raspberrypi p4d: Updating error list Jan 4 03:00:23 raspberrypi p4d: Updating error list done Jan 4 03:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:00:32 raspberrypi p4d: Checking state ... Jan 4 03:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:00:42 raspberrypi p4d: Checking state ... Jan 4 03:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:00:52 raspberrypi p4d: Checking state ... Jan 4 03:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:01:02 raspberrypi p4d: Checking state ... Jan 4 03:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:01:12 raspberrypi p4d: Checking state ... Jan 4 03:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:01:22 raspberrypi p4d: Checking state ... Jan 4 03:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:01:22 raspberrypi p4d: Reading values ... Jan 4 03:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:01:22 raspberrypi p4d: Updating error list Jan 4 03:01:23 raspberrypi p4d: Updating error list done Jan 4 03:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:01:32 raspberrypi p4d: Checking state ... Jan 4 03:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:01:42 raspberrypi p4d: Checking state ... Jan 4 03:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:01:52 raspberrypi p4d: Checking state ... Jan 4 03:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:02:02 raspberrypi p4d: Checking state ... Jan 4 03:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:02:12 raspberrypi p4d: Checking state ... Jan 4 03:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:02:22 raspberrypi p4d: Checking state ... Jan 4 03:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:02:22 raspberrypi p4d: Reading values ... Jan 4 03:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:02:22 raspberrypi p4d: Updating error list Jan 4 03:02:23 raspberrypi p4d: Updating error list done Jan 4 03:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:02:32 raspberrypi p4d: Checking state ... Jan 4 03:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:02:42 raspberrypi p4d: Checking state ... Jan 4 03:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:02:52 raspberrypi p4d: Checking state ... Jan 4 03:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:03:02 raspberrypi p4d: Checking state ... Jan 4 03:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:03:12 raspberrypi p4d: Checking state ... Jan 4 03:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:03:22 raspberrypi p4d: Checking state ... Jan 4 03:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:03:22 raspberrypi p4d: Reading values ... Jan 4 03:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:03:22 raspberrypi p4d: Updating error list Jan 4 03:03:23 raspberrypi p4d: Updating error list done Jan 4 03:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:03:32 raspberrypi p4d: Checking state ... Jan 4 03:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:03:42 raspberrypi p4d: Checking state ... Jan 4 03:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:03:52 raspberrypi p4d: Checking state ... Jan 4 03:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:04:02 raspberrypi p4d: Checking state ... Jan 4 03:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:04:12 raspberrypi p4d: Checking state ... Jan 4 03:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:04:22 raspberrypi p4d: Checking state ... Jan 4 03:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:04:22 raspberrypi p4d: Reading values ... Jan 4 03:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:04:22 raspberrypi p4d: Updating error list Jan 4 03:04:23 raspberrypi p4d: Updating error list done Jan 4 03:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:04:32 raspberrypi p4d: Checking state ... Jan 4 03:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:04:42 raspberrypi p4d: Checking state ... Jan 4 03:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:04:52 raspberrypi p4d: Checking state ... Jan 4 03:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:05:02 raspberrypi p4d: Checking state ... Jan 4 03:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:05:12 raspberrypi p4d: Checking state ... Jan 4 03:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:05:22 raspberrypi p4d: Checking state ... Jan 4 03:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:05:22 raspberrypi p4d: Reading values ... Jan 4 03:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:05:22 raspberrypi p4d: Updating error list Jan 4 03:05:23 raspberrypi p4d: Updating error list done Jan 4 03:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:05:32 raspberrypi p4d: Checking state ... Jan 4 03:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:05:42 raspberrypi p4d: Checking state ... Jan 4 03:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:05:52 raspberrypi p4d: Checking state ... Jan 4 03:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:06:02 raspberrypi p4d: Checking state ... Jan 4 03:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:06:12 raspberrypi p4d: Checking state ... Jan 4 03:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:06:22 raspberrypi p4d: Checking state ... Jan 4 03:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:06:22 raspberrypi p4d: Reading values ... Jan 4 03:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:06:22 raspberrypi p4d: Updating error list Jan 4 03:06:23 raspberrypi p4d: Updating error list done Jan 4 03:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:06:32 raspberrypi p4d: Checking state ... Jan 4 03:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:06:42 raspberrypi p4d: Checking state ... Jan 4 03:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:06:52 raspberrypi p4d: Checking state ... Jan 4 03:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:07:02 raspberrypi p4d: Checking state ... Jan 4 03:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:07:12 raspberrypi p4d: Checking state ... Jan 4 03:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:07:22 raspberrypi p4d: Checking state ... Jan 4 03:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:07:22 raspberrypi p4d: Reading values ... Jan 4 03:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:07:22 raspberrypi p4d: Updating error list Jan 4 03:07:23 raspberrypi p4d: Updating error list done Jan 4 03:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:07:32 raspberrypi p4d: Checking state ... Jan 4 03:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:07:42 raspberrypi p4d: Checking state ... Jan 4 03:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:07:52 raspberrypi p4d: Checking state ... Jan 4 03:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:08:02 raspberrypi p4d: Checking state ... Jan 4 03:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:08:12 raspberrypi p4d: Checking state ... Jan 4 03:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:08:22 raspberrypi p4d: Checking state ... Jan 4 03:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:08:22 raspberrypi p4d: Reading values ... Jan 4 03:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:08:22 raspberrypi p4d: Updating error list Jan 4 03:08:23 raspberrypi p4d: Updating error list done Jan 4 03:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:08:32 raspberrypi p4d: Checking state ... Jan 4 03:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:08:42 raspberrypi p4d: Checking state ... Jan 4 03:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:08:52 raspberrypi p4d: Checking state ... Jan 4 03:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:09:02 raspberrypi p4d: Checking state ... Jan 4 03:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:09:12 raspberrypi p4d: Checking state ... Jan 4 03:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:09:22 raspberrypi p4d: Checking state ... Jan 4 03:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:09:22 raspberrypi p4d: Reading values ... Jan 4 03:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:09:22 raspberrypi p4d: Updating error list Jan 4 03:09:23 raspberrypi p4d: Updating error list done Jan 4 03:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:09:32 raspberrypi p4d: Checking state ... Jan 4 03:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:09:42 raspberrypi p4d: Checking state ... Jan 4 03:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:09:52 raspberrypi p4d: Checking state ... Jan 4 03:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:10:02 raspberrypi p4d: Checking state ... Jan 4 03:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:10:12 raspberrypi p4d: Checking state ... Jan 4 03:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:10:22 raspberrypi p4d: Checking state ... Jan 4 03:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:10:22 raspberrypi p4d: Reading values ... Jan 4 03:10:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:10:23 raspberrypi p4d: Updating error list Jan 4 03:10:24 raspberrypi p4d: Updating error list done Jan 4 03:10:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:10:32 raspberrypi p4d: Checking state ... Jan 4 03:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:10:42 raspberrypi p4d: Checking state ... Jan 4 03:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:10:52 raspberrypi p4d: Checking state ... Jan 4 03:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:11:02 raspberrypi p4d: Checking state ... Jan 4 03:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:11:12 raspberrypi p4d: Checking state ... Jan 4 03:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:11:22 raspberrypi p4d: Checking state ... Jan 4 03:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:11:22 raspberrypi p4d: Reading values ... Jan 4 03:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:11:22 raspberrypi p4d: Updating error list Jan 4 03:11:23 raspberrypi p4d: Updating error list done Jan 4 03:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:11:32 raspberrypi p4d: Checking state ... Jan 4 03:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:11:42 raspberrypi p4d: Checking state ... Jan 4 03:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:11:52 raspberrypi p4d: Checking state ... Jan 4 03:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:12:02 raspberrypi p4d: Checking state ... Jan 4 03:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:12:12 raspberrypi p4d: Checking state ... Jan 4 03:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:12:22 raspberrypi p4d: Checking state ... Jan 4 03:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:12:22 raspberrypi p4d: Reading values ... Jan 4 03:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:12:22 raspberrypi p4d: Updating error list Jan 4 03:12:23 raspberrypi p4d: Updating error list done Jan 4 03:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:12:32 raspberrypi p4d: Checking state ... Jan 4 03:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:12:42 raspberrypi p4d: Checking state ... Jan 4 03:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:12:52 raspberrypi p4d: Checking state ... Jan 4 03:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:13:02 raspberrypi p4d: Checking state ... Jan 4 03:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:13:12 raspberrypi p4d: Checking state ... Jan 4 03:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:13:22 raspberrypi p4d: Checking state ... Jan 4 03:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:13:22 raspberrypi p4d: Reading values ... Jan 4 03:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:13:22 raspberrypi p4d: Updating error list Jan 4 03:13:23 raspberrypi p4d: Updating error list done Jan 4 03:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:13:32 raspberrypi p4d: Checking state ... Jan 4 03:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:13:42 raspberrypi p4d: Checking state ... Jan 4 03:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:13:52 raspberrypi p4d: Checking state ... Jan 4 03:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:14:02 raspberrypi p4d: Checking state ... Jan 4 03:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:14:12 raspberrypi p4d: Checking state ... Jan 4 03:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:14:22 raspberrypi p4d: Checking state ... Jan 4 03:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:14:22 raspberrypi p4d: Reading values ... Jan 4 03:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:14:22 raspberrypi p4d: Updating error list Jan 4 03:14:23 raspberrypi p4d: Updating error list done Jan 4 03:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:14:32 raspberrypi p4d: Checking state ... Jan 4 03:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:14:42 raspberrypi p4d: Checking state ... Jan 4 03:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:14:52 raspberrypi p4d: Checking state ... Jan 4 03:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:15:02 raspberrypi p4d: Checking state ... Jan 4 03:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:15:12 raspberrypi p4d: Checking state ... Jan 4 03:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:15:22 raspberrypi p4d: Checking state ... Jan 4 03:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:15:22 raspberrypi p4d: Reading values ... Jan 4 03:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:15:22 raspberrypi p4d: Updating error list Jan 4 03:15:23 raspberrypi p4d: Updating error list done Jan 4 03:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:15:32 raspberrypi p4d: Checking state ... Jan 4 03:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:15:42 raspberrypi p4d: Checking state ... Jan 4 03:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:15:52 raspberrypi p4d: Checking state ... Jan 4 03:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:16:02 raspberrypi p4d: Checking state ... Jan 4 03:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:16:12 raspberrypi p4d: Checking state ... Jan 4 03:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:16:22 raspberrypi p4d: Checking state ... Jan 4 03:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:16:22 raspberrypi p4d: Reading values ... Jan 4 03:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:16:22 raspberrypi p4d: Updating error list Jan 4 03:16:23 raspberrypi p4d: Updating error list done Jan 4 03:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:16:32 raspberrypi p4d: Checking state ... Jan 4 03:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:16:42 raspberrypi p4d: Checking state ... Jan 4 03:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:16:52 raspberrypi p4d: Checking state ... Jan 4 03:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:17:02 raspberrypi p4d: Checking state ... Jan 4 03:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:17:12 raspberrypi p4d: Checking state ... Jan 4 03:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:17:22 raspberrypi p4d: Checking state ... Jan 4 03:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:17:22 raspberrypi p4d: Reading values ... Jan 4 03:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:17:22 raspberrypi p4d: Updating error list Jan 4 03:17:23 raspberrypi p4d: Updating error list done Jan 4 03:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:17:32 raspberrypi p4d: Checking state ... Jan 4 03:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:17:42 raspberrypi p4d: Checking state ... Jan 4 03:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:17:52 raspberrypi p4d: Checking state ... Jan 4 03:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:18:02 raspberrypi p4d: Checking state ... Jan 4 03:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:18:12 raspberrypi p4d: Checking state ... Jan 4 03:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:18:22 raspberrypi p4d: Checking state ... Jan 4 03:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:18:22 raspberrypi p4d: Reading values ... Jan 4 03:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:18:22 raspberrypi p4d: Updating error list Jan 4 03:18:23 raspberrypi p4d: Updating error list done Jan 4 03:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:18:32 raspberrypi p4d: Checking state ... Jan 4 03:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:18:42 raspberrypi p4d: Checking state ... Jan 4 03:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:18:52 raspberrypi p4d: Checking state ... Jan 4 03:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:19:02 raspberrypi p4d: Checking state ... Jan 4 03:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:19:12 raspberrypi p4d: Checking state ... Jan 4 03:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:19:22 raspberrypi p4d: Checking state ... Jan 4 03:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:19:22 raspberrypi p4d: Reading values ... Jan 4 03:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:19:22 raspberrypi p4d: Updating error list Jan 4 03:19:23 raspberrypi p4d: Updating error list done Jan 4 03:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:19:32 raspberrypi p4d: Checking state ... Jan 4 03:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:19:42 raspberrypi p4d: Checking state ... Jan 4 03:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:19:52 raspberrypi p4d: Checking state ... Jan 4 03:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:20:02 raspberrypi p4d: Checking state ... Jan 4 03:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:20:12 raspberrypi p4d: Checking state ... Jan 4 03:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:20:22 raspberrypi p4d: Checking state ... Jan 4 03:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:20:22 raspberrypi p4d: Reading values ... Jan 4 03:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:20:22 raspberrypi p4d: Updating error list Jan 4 03:20:23 raspberrypi p4d: Updating error list done Jan 4 03:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:20:32 raspberrypi p4d: Checking state ... Jan 4 03:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:20:42 raspberrypi p4d: Checking state ... Jan 4 03:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:20:52 raspberrypi p4d: Checking state ... Jan 4 03:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:21:02 raspberrypi p4d: Checking state ... Jan 4 03:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:21:12 raspberrypi p4d: Checking state ... Jan 4 03:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:21:22 raspberrypi p4d: Checking state ... Jan 4 03:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:21:22 raspberrypi p4d: Reading values ... Jan 4 03:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:21:22 raspberrypi p4d: Updating error list Jan 4 03:21:23 raspberrypi p4d: Updating error list done Jan 4 03:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:21:32 raspberrypi p4d: Checking state ... Jan 4 03:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:21:42 raspberrypi p4d: Checking state ... Jan 4 03:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:21:52 raspberrypi p4d: Checking state ... Jan 4 03:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:22:02 raspberrypi p4d: Checking state ... Jan 4 03:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:22:12 raspberrypi p4d: Checking state ... Jan 4 03:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:22:22 raspberrypi p4d: Checking state ... Jan 4 03:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:22:22 raspberrypi p4d: Reading values ... Jan 4 03:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:22:22 raspberrypi p4d: Updating error list Jan 4 03:22:23 raspberrypi p4d: Updating error list done Jan 4 03:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:22:32 raspberrypi p4d: Checking state ... Jan 4 03:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:22:42 raspberrypi p4d: Checking state ... Jan 4 03:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:22:52 raspberrypi p4d: Checking state ... Jan 4 03:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:23:02 raspberrypi p4d: Checking state ... Jan 4 03:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:23:12 raspberrypi p4d: Checking state ... Jan 4 03:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:23:22 raspberrypi p4d: Checking state ... Jan 4 03:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:23:22 raspberrypi p4d: Reading values ... Jan 4 03:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:23:22 raspberrypi p4d: Updating error list Jan 4 03:23:23 raspberrypi p4d: Updating error list done Jan 4 03:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:23:32 raspberrypi p4d: Checking state ... Jan 4 03:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:23:42 raspberrypi p4d: Checking state ... Jan 4 03:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:23:52 raspberrypi p4d: Checking state ... Jan 4 03:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:24:02 raspberrypi p4d: Checking state ... Jan 4 03:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:24:12 raspberrypi p4d: Checking state ... Jan 4 03:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:24:22 raspberrypi p4d: Checking state ... Jan 4 03:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:24:22 raspberrypi p4d: Reading values ... Jan 4 03:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:24:22 raspberrypi p4d: Updating error list Jan 4 03:24:23 raspberrypi p4d: Updating error list done Jan 4 03:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:24:32 raspberrypi p4d: Checking state ... Jan 4 03:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:24:42 raspberrypi p4d: Checking state ... Jan 4 03:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:24:52 raspberrypi p4d: Checking state ... Jan 4 03:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:25:02 raspberrypi p4d: Checking state ... Jan 4 03:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:25:12 raspberrypi p4d: Checking state ... Jan 4 03:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:25:22 raspberrypi p4d: Checking state ... Jan 4 03:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:25:22 raspberrypi p4d: Reading values ... Jan 4 03:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:25:22 raspberrypi p4d: Updating error list Jan 4 03:25:23 raspberrypi p4d: Updating error list done Jan 4 03:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:25:32 raspberrypi p4d: Checking state ... Jan 4 03:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:25:42 raspberrypi p4d: Checking state ... Jan 4 03:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:25:52 raspberrypi p4d: Checking state ... Jan 4 03:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:26:02 raspberrypi p4d: Checking state ... Jan 4 03:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:26:12 raspberrypi p4d: Checking state ... Jan 4 03:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:26:22 raspberrypi p4d: Checking state ... Jan 4 03:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:26:22 raspberrypi p4d: Reading values ... Jan 4 03:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:26:22 raspberrypi p4d: Updating error list Jan 4 03:26:23 raspberrypi p4d: Updating error list done Jan 4 03:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:26:32 raspberrypi p4d: Checking state ... Jan 4 03:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:26:42 raspberrypi p4d: Checking state ... Jan 4 03:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:26:52 raspberrypi p4d: Checking state ... Jan 4 03:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:27:02 raspberrypi p4d: Checking state ... Jan 4 03:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:27:12 raspberrypi p4d: Checking state ... Jan 4 03:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:27:22 raspberrypi p4d: Checking state ... Jan 4 03:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:27:22 raspberrypi p4d: Reading values ... Jan 4 03:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:27:22 raspberrypi p4d: Updating error list Jan 4 03:27:23 raspberrypi p4d: Updating error list done Jan 4 03:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:27:32 raspberrypi p4d: Checking state ... Jan 4 03:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:27:42 raspberrypi p4d: Checking state ... Jan 4 03:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:27:52 raspberrypi p4d: Checking state ... Jan 4 03:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:28:02 raspberrypi p4d: Checking state ... Jan 4 03:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:28:12 raspberrypi p4d: Checking state ... Jan 4 03:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:28:22 raspberrypi p4d: Checking state ... Jan 4 03:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:28:22 raspberrypi p4d: Reading values ... Jan 4 03:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:28:22 raspberrypi p4d: Updating error list Jan 4 03:28:23 raspberrypi p4d: Updating error list done Jan 4 03:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:28:32 raspberrypi p4d: Checking state ... Jan 4 03:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:28:42 raspberrypi p4d: Checking state ... Jan 4 03:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:28:52 raspberrypi p4d: Checking state ... Jan 4 03:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:29:02 raspberrypi p4d: Checking state ... Jan 4 03:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:29:12 raspberrypi p4d: Checking state ... Jan 4 03:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:29:22 raspberrypi p4d: Checking state ... Jan 4 03:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:29:22 raspberrypi p4d: Reading values ... Jan 4 03:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:29:22 raspberrypi p4d: Updating error list Jan 4 03:29:23 raspberrypi p4d: Updating error list done Jan 4 03:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:29:32 raspberrypi p4d: Checking state ... Jan 4 03:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:29:42 raspberrypi p4d: Checking state ... Jan 4 03:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:29:52 raspberrypi p4d: Checking state ... Jan 4 03:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:30:02 raspberrypi p4d: Checking state ... Jan 4 03:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:30:12 raspberrypi p4d: Checking state ... Jan 4 03:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:30:22 raspberrypi p4d: Checking state ... Jan 4 03:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:30:22 raspberrypi p4d: Reading values ... Jan 4 03:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:30:22 raspberrypi p4d: Updating error list Jan 4 03:30:23 raspberrypi p4d: Updating error list done Jan 4 03:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:30:32 raspberrypi p4d: Checking state ... Jan 4 03:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:30:42 raspberrypi p4d: Checking state ... Jan 4 03:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:30:52 raspberrypi p4d: Checking state ... Jan 4 03:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:31:02 raspberrypi p4d: Checking state ... Jan 4 03:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:31:12 raspberrypi p4d: Checking state ... Jan 4 03:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:31:22 raspberrypi p4d: Checking state ... Jan 4 03:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:31:22 raspberrypi p4d: Reading values ... Jan 4 03:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:31:22 raspberrypi p4d: Updating error list Jan 4 03:31:23 raspberrypi p4d: Updating error list done Jan 4 03:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:31:32 raspberrypi p4d: Checking state ... Jan 4 03:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:31:42 raspberrypi p4d: Checking state ... Jan 4 03:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:31:52 raspberrypi p4d: Checking state ... Jan 4 03:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:32:02 raspberrypi p4d: Checking state ... Jan 4 03:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:32:12 raspberrypi p4d: Checking state ... Jan 4 03:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:32:22 raspberrypi p4d: Checking state ... Jan 4 03:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:32:22 raspberrypi p4d: Reading values ... Jan 4 03:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:32:22 raspberrypi p4d: Updating error list Jan 4 03:32:23 raspberrypi p4d: Updating error list done Jan 4 03:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:32:32 raspberrypi p4d: Checking state ... Jan 4 03:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:32:42 raspberrypi p4d: Checking state ... Jan 4 03:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:32:52 raspberrypi p4d: Checking state ... Jan 4 03:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:33:02 raspberrypi p4d: Checking state ... Jan 4 03:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:33:12 raspberrypi p4d: Checking state ... Jan 4 03:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:33:22 raspberrypi p4d: Checking state ... Jan 4 03:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:33:22 raspberrypi p4d: Reading values ... Jan 4 03:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:33:22 raspberrypi p4d: Updating error list Jan 4 03:33:23 raspberrypi p4d: Updating error list done Jan 4 03:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:33:32 raspberrypi p4d: Checking state ... Jan 4 03:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:33:42 raspberrypi p4d: Checking state ... Jan 4 03:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:33:52 raspberrypi p4d: Checking state ... Jan 4 03:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:34:02 raspberrypi p4d: Checking state ... Jan 4 03:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:34:12 raspberrypi p4d: Checking state ... Jan 4 03:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:34:22 raspberrypi p4d: Checking state ... Jan 4 03:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:34:22 raspberrypi p4d: Reading values ... Jan 4 03:34:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:34:23 raspberrypi p4d: Updating error list Jan 4 03:34:24 raspberrypi p4d: Updating error list done Jan 4 03:34:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:34:32 raspberrypi p4d: Checking state ... Jan 4 03:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:34:42 raspberrypi p4d: Checking state ... Jan 4 03:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:34:52 raspberrypi p4d: Checking state ... Jan 4 03:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:35:02 raspberrypi p4d: Checking state ... Jan 4 03:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:35:12 raspberrypi p4d: Checking state ... Jan 4 03:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:35:22 raspberrypi p4d: Checking state ... Jan 4 03:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:35:22 raspberrypi p4d: Reading values ... Jan 4 03:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:35:22 raspberrypi p4d: Updating error list Jan 4 03:35:23 raspberrypi p4d: Updating error list done Jan 4 03:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:35:32 raspberrypi p4d: Checking state ... Jan 4 03:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:35:42 raspberrypi p4d: Checking state ... Jan 4 03:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:35:52 raspberrypi p4d: Checking state ... Jan 4 03:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:36:02 raspberrypi p4d: Checking state ... Jan 4 03:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:36:12 raspberrypi p4d: Checking state ... Jan 4 03:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:36:22 raspberrypi p4d: Checking state ... Jan 4 03:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:36:22 raspberrypi p4d: Reading values ... Jan 4 03:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:36:22 raspberrypi p4d: Updating error list Jan 4 03:36:23 raspberrypi p4d: Updating error list done Jan 4 03:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:36:32 raspberrypi p4d: Checking state ... Jan 4 03:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:36:42 raspberrypi p4d: Checking state ... Jan 4 03:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:36:52 raspberrypi p4d: Checking state ... Jan 4 03:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:37:02 raspberrypi p4d: Checking state ... Jan 4 03:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:37:12 raspberrypi p4d: Checking state ... Jan 4 03:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:37:22 raspberrypi p4d: Checking state ... Jan 4 03:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:37:22 raspberrypi p4d: Reading values ... Jan 4 03:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:37:22 raspberrypi p4d: Updating error list Jan 4 03:37:23 raspberrypi p4d: Updating error list done Jan 4 03:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:37:32 raspberrypi p4d: Checking state ... Jan 4 03:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:37:42 raspberrypi p4d: Checking state ... Jan 4 03:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:37:52 raspberrypi p4d: Checking state ... Jan 4 03:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:38:02 raspberrypi p4d: Checking state ... Jan 4 03:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:38:12 raspberrypi p4d: Checking state ... Jan 4 03:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:38:22 raspberrypi p4d: Checking state ... Jan 4 03:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:38:22 raspberrypi p4d: Reading values ... Jan 4 03:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:38:22 raspberrypi p4d: Updating error list Jan 4 03:38:23 raspberrypi p4d: Updating error list done Jan 4 03:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:38:32 raspberrypi p4d: Checking state ... Jan 4 03:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:38:42 raspberrypi p4d: Checking state ... Jan 4 03:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:38:52 raspberrypi p4d: Checking state ... Jan 4 03:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:39:02 raspberrypi p4d: Checking state ... Jan 4 03:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:39:12 raspberrypi p4d: Checking state ... Jan 4 03:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:39:22 raspberrypi p4d: Checking state ... Jan 4 03:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:39:22 raspberrypi p4d: Reading values ... Jan 4 03:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:39:22 raspberrypi p4d: Updating error list Jan 4 03:39:23 raspberrypi p4d: Updating error list done Jan 4 03:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:39:32 raspberrypi p4d: Checking state ... Jan 4 03:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:39:42 raspberrypi p4d: Checking state ... Jan 4 03:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:39:52 raspberrypi p4d: Checking state ... Jan 4 03:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:40:02 raspberrypi p4d: Checking state ... Jan 4 03:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:40:12 raspberrypi p4d: Checking state ... Jan 4 03:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:40:22 raspberrypi p4d: Checking state ... Jan 4 03:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:40:22 raspberrypi p4d: Reading values ... Jan 4 03:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:40:22 raspberrypi p4d: Updating error list Jan 4 03:40:23 raspberrypi p4d: Updating error list done Jan 4 03:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:40:32 raspberrypi p4d: Checking state ... Jan 4 03:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:40:42 raspberrypi p4d: Checking state ... Jan 4 03:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:40:52 raspberrypi p4d: Checking state ... Jan 4 03:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:41:02 raspberrypi p4d: Checking state ... Jan 4 03:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:41:12 raspberrypi p4d: Checking state ... Jan 4 03:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:41:22 raspberrypi p4d: Checking state ... Jan 4 03:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:41:22 raspberrypi p4d: Reading values ... Jan 4 03:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:41:22 raspberrypi p4d: Updating error list Jan 4 03:41:23 raspberrypi p4d: Updating error list done Jan 4 03:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:41:32 raspberrypi p4d: Checking state ... Jan 4 03:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:41:42 raspberrypi p4d: Checking state ... Jan 4 03:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:41:52 raspberrypi p4d: Checking state ... Jan 4 03:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:42:02 raspberrypi p4d: Checking state ... Jan 4 03:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:42:12 raspberrypi p4d: Checking state ... Jan 4 03:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:42:22 raspberrypi p4d: Checking state ... Jan 4 03:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:42:22 raspberrypi p4d: Reading values ... Jan 4 03:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:42:22 raspberrypi p4d: Updating error list Jan 4 03:42:23 raspberrypi p4d: Updating error list done Jan 4 03:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:42:32 raspberrypi p4d: Checking state ... Jan 4 03:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:42:42 raspberrypi p4d: Checking state ... Jan 4 03:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:42:52 raspberrypi p4d: Checking state ... Jan 4 03:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:43:02 raspberrypi p4d: Checking state ... Jan 4 03:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:43:12 raspberrypi p4d: Checking state ... Jan 4 03:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:43:22 raspberrypi p4d: Checking state ... Jan 4 03:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:43:22 raspberrypi p4d: Reading values ... Jan 4 03:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:43:22 raspberrypi p4d: Updating error list Jan 4 03:43:23 raspberrypi p4d: Updating error list done Jan 4 03:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:43:32 raspberrypi p4d: Checking state ... Jan 4 03:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:43:42 raspberrypi p4d: Checking state ... Jan 4 03:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:43:52 raspberrypi p4d: Checking state ... Jan 4 03:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:44:02 raspberrypi p4d: Checking state ... Jan 4 03:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:44:12 raspberrypi p4d: Checking state ... Jan 4 03:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:44:22 raspberrypi p4d: Checking state ... Jan 4 03:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:44:22 raspberrypi p4d: Reading values ... Jan 4 03:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:44:22 raspberrypi p4d: Updating error list Jan 4 03:44:23 raspberrypi p4d: Updating error list done Jan 4 03:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:44:32 raspberrypi p4d: Checking state ... Jan 4 03:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:44:42 raspberrypi p4d: Checking state ... Jan 4 03:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:44:52 raspberrypi p4d: Checking state ... Jan 4 03:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:45:02 raspberrypi p4d: Checking state ... Jan 4 03:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:45:12 raspberrypi p4d: Checking state ... Jan 4 03:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:45:22 raspberrypi p4d: Checking state ... Jan 4 03:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:45:22 raspberrypi p4d: Reading values ... Jan 4 03:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:45:22 raspberrypi p4d: Updating error list Jan 4 03:45:23 raspberrypi p4d: Updating error list done Jan 4 03:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:45:32 raspberrypi p4d: Checking state ... Jan 4 03:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:45:42 raspberrypi p4d: Checking state ... Jan 4 03:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:45:52 raspberrypi p4d: Checking state ... Jan 4 03:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:46:02 raspberrypi p4d: Checking state ... Jan 4 03:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:46:12 raspberrypi p4d: Checking state ... Jan 4 03:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:46:22 raspberrypi p4d: Checking state ... Jan 4 03:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:46:22 raspberrypi p4d: Reading values ... Jan 4 03:46:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:46:23 raspberrypi p4d: Updating error list Jan 4 03:46:25 raspberrypi p4d: Updating error list done Jan 4 03:46:25 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:46:32 raspberrypi p4d: Checking state ... Jan 4 03:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:46:42 raspberrypi p4d: Checking state ... Jan 4 03:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:46:52 raspberrypi p4d: Checking state ... Jan 4 03:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:47:02 raspberrypi p4d: Checking state ... Jan 4 03:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:47:12 raspberrypi p4d: Checking state ... Jan 4 03:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:47:22 raspberrypi p4d: Checking state ... Jan 4 03:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:47:22 raspberrypi p4d: Reading values ... Jan 4 03:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:47:22 raspberrypi p4d: Updating error list Jan 4 03:47:23 raspberrypi p4d: Updating error list done Jan 4 03:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:47:32 raspberrypi p4d: Checking state ... Jan 4 03:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:47:42 raspberrypi p4d: Checking state ... Jan 4 03:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:47:52 raspberrypi p4d: Checking state ... Jan 4 03:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:48:02 raspberrypi p4d: Checking state ... Jan 4 03:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:48:12 raspberrypi p4d: Checking state ... Jan 4 03:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:48:22 raspberrypi p4d: Checking state ... Jan 4 03:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:48:22 raspberrypi p4d: Reading values ... Jan 4 03:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:48:22 raspberrypi p4d: Updating error list Jan 4 03:48:23 raspberrypi p4d: Updating error list done Jan 4 03:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:48:32 raspberrypi p4d: Checking state ... Jan 4 03:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:48:42 raspberrypi p4d: Checking state ... Jan 4 03:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:48:52 raspberrypi p4d: Checking state ... Jan 4 03:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:49:02 raspberrypi p4d: Checking state ... Jan 4 03:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:49:12 raspberrypi p4d: Checking state ... Jan 4 03:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:49:22 raspberrypi p4d: Checking state ... Jan 4 03:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:49:22 raspberrypi p4d: Reading values ... Jan 4 03:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:49:22 raspberrypi p4d: Updating error list Jan 4 03:49:23 raspberrypi p4d: Updating error list done Jan 4 03:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:49:32 raspberrypi p4d: Checking state ... Jan 4 03:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:49:42 raspberrypi p4d: Checking state ... Jan 4 03:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:49:52 raspberrypi p4d: Checking state ... Jan 4 03:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:50:02 raspberrypi p4d: Checking state ... Jan 4 03:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:50:12 raspberrypi p4d: Checking state ... Jan 4 03:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:50:22 raspberrypi p4d: Checking state ... Jan 4 03:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:50:22 raspberrypi p4d: Reading values ... Jan 4 03:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:50:22 raspberrypi p4d: Updating error list Jan 4 03:50:23 raspberrypi p4d: Updating error list done Jan 4 03:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:50:32 raspberrypi p4d: Checking state ... Jan 4 03:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:50:42 raspberrypi p4d: Checking state ... Jan 4 03:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:50:52 raspberrypi p4d: Checking state ... Jan 4 03:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:51:02 raspberrypi p4d: Checking state ... Jan 4 03:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:51:12 raspberrypi p4d: Checking state ... Jan 4 03:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:51:22 raspberrypi p4d: Checking state ... Jan 4 03:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:51:22 raspberrypi p4d: Reading values ... Jan 4 03:51:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:51:23 raspberrypi p4d: Updating error list Jan 4 03:51:24 raspberrypi p4d: Updating error list done Jan 4 03:51:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:51:32 raspberrypi p4d: Checking state ... Jan 4 03:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:51:42 raspberrypi p4d: Checking state ... Jan 4 03:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:51:52 raspberrypi p4d: Checking state ... Jan 4 03:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:52:02 raspberrypi p4d: Checking state ... Jan 4 03:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:52:12 raspberrypi p4d: Checking state ... Jan 4 03:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:52:22 raspberrypi p4d: Checking state ... Jan 4 03:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:52:22 raspberrypi p4d: Reading values ... Jan 4 03:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:52:22 raspberrypi p4d: Updating error list Jan 4 03:52:23 raspberrypi p4d: Updating error list done Jan 4 03:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:52:32 raspberrypi p4d: Checking state ... Jan 4 03:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:52:42 raspberrypi p4d: Checking state ... Jan 4 03:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:52:52 raspberrypi p4d: Checking state ... Jan 4 03:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:53:02 raspberrypi p4d: Checking state ... Jan 4 03:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:53:12 raspberrypi p4d: Checking state ... Jan 4 03:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:53:22 raspberrypi p4d: Checking state ... Jan 4 03:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:53:22 raspberrypi p4d: Reading values ... Jan 4 03:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:53:22 raspberrypi p4d: Updating error list Jan 4 03:53:23 raspberrypi p4d: Updating error list done Jan 4 03:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:53:32 raspberrypi p4d: Checking state ... Jan 4 03:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:53:42 raspberrypi p4d: Checking state ... Jan 4 03:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:53:52 raspberrypi p4d: Checking state ... Jan 4 03:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:54:02 raspberrypi p4d: Checking state ... Jan 4 03:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:54:12 raspberrypi p4d: Checking state ... Jan 4 03:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:54:22 raspberrypi p4d: Checking state ... Jan 4 03:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:54:22 raspberrypi p4d: Reading values ... Jan 4 03:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:54:22 raspberrypi p4d: Updating error list Jan 4 03:54:23 raspberrypi p4d: Updating error list done Jan 4 03:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:54:32 raspberrypi p4d: Checking state ... Jan 4 03:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:54:42 raspberrypi p4d: Checking state ... Jan 4 03:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:54:52 raspberrypi p4d: Checking state ... Jan 4 03:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:55:02 raspberrypi p4d: Checking state ... Jan 4 03:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:55:12 raspberrypi p4d: Checking state ... Jan 4 03:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:55:22 raspberrypi p4d: Checking state ... Jan 4 03:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:55:22 raspberrypi p4d: Reading values ... Jan 4 03:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:55:22 raspberrypi p4d: Updating error list Jan 4 03:55:23 raspberrypi p4d: Updating error list done Jan 4 03:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:55:32 raspberrypi p4d: Checking state ... Jan 4 03:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:55:42 raspberrypi p4d: Checking state ... Jan 4 03:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:55:52 raspberrypi p4d: Checking state ... Jan 4 03:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:56:02 raspberrypi p4d: Checking state ... Jan 4 03:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:56:12 raspberrypi p4d: Checking state ... Jan 4 03:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:56:22 raspberrypi p4d: Checking state ... Jan 4 03:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:56:22 raspberrypi p4d: Reading values ... Jan 4 03:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:56:22 raspberrypi p4d: Updating error list Jan 4 03:56:23 raspberrypi p4d: Updating error list done Jan 4 03:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:56:32 raspberrypi p4d: Checking state ... Jan 4 03:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:56:42 raspberrypi p4d: Checking state ... Jan 4 03:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:56:52 raspberrypi p4d: Checking state ... Jan 4 03:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:57:02 raspberrypi p4d: Checking state ... Jan 4 03:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:57:12 raspberrypi p4d: Checking state ... Jan 4 03:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:57:22 raspberrypi p4d: Checking state ... Jan 4 03:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:57:22 raspberrypi p4d: Reading values ... Jan 4 03:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:57:22 raspberrypi p4d: Updating error list Jan 4 03:57:23 raspberrypi p4d: Updating error list done Jan 4 03:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:57:32 raspberrypi p4d: Checking state ... Jan 4 03:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:57:42 raspberrypi p4d: Checking state ... Jan 4 03:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:57:52 raspberrypi p4d: Checking state ... Jan 4 03:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:58:02 raspberrypi p4d: Checking state ... Jan 4 03:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:58:12 raspberrypi p4d: Checking state ... Jan 4 03:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:58:22 raspberrypi p4d: Checking state ... Jan 4 03:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:58:22 raspberrypi p4d: Reading values ... Jan 4 03:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:58:22 raspberrypi p4d: Updating error list Jan 4 03:58:23 raspberrypi p4d: Updating error list done Jan 4 03:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:58:32 raspberrypi p4d: Checking state ... Jan 4 03:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:58:42 raspberrypi p4d: Checking state ... Jan 4 03:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:58:52 raspberrypi p4d: Checking state ... Jan 4 03:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:59:02 raspberrypi p4d: Checking state ... Jan 4 03:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:59:12 raspberrypi p4d: Checking state ... Jan 4 03:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:59:22 raspberrypi p4d: Checking state ... Jan 4 03:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:59:22 raspberrypi p4d: Reading values ... Jan 4 03:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 03:59:22 raspberrypi p4d: Updating error list Jan 4 03:59:23 raspberrypi p4d: Updating error list done Jan 4 03:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 03:59:32 raspberrypi p4d: Checking state ... Jan 4 03:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:59:42 raspberrypi p4d: Checking state ... Jan 4 03:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 03:59:52 raspberrypi p4d: Checking state ... Jan 4 03:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:00:02 raspberrypi p4d: Checking state ... Jan 4 04:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:00:12 raspberrypi p4d: Checking state ... Jan 4 04:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:00:22 raspberrypi p4d: Checking state ... Jan 4 04:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:00:22 raspberrypi p4d: Reading values ... Jan 4 04:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:00:22 raspberrypi p4d: Updating error list Jan 4 04:00:23 raspberrypi p4d: Updating error list done Jan 4 04:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:00:32 raspberrypi p4d: Checking state ... Jan 4 04:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:00:42 raspberrypi p4d: Checking state ... Jan 4 04:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:00:52 raspberrypi p4d: Checking state ... Jan 4 04:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:01:02 raspberrypi p4d: Checking state ... Jan 4 04:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:01:12 raspberrypi p4d: Checking state ... Jan 4 04:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:01:22 raspberrypi p4d: Checking state ... Jan 4 04:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:01:22 raspberrypi p4d: Reading values ... Jan 4 04:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:01:22 raspberrypi p4d: Updating error list Jan 4 04:01:23 raspberrypi p4d: Updating error list done Jan 4 04:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:01:32 raspberrypi p4d: Checking state ... Jan 4 04:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:01:42 raspberrypi p4d: Checking state ... Jan 4 04:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:01:52 raspberrypi p4d: Checking state ... Jan 4 04:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:02:02 raspberrypi p4d: Checking state ... Jan 4 04:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:02:12 raspberrypi p4d: Checking state ... Jan 4 04:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:02:22 raspberrypi p4d: Checking state ... Jan 4 04:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:02:22 raspberrypi p4d: Reading values ... Jan 4 04:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:02:22 raspberrypi p4d: Updating error list Jan 4 04:02:23 raspberrypi p4d: Updating error list done Jan 4 04:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:02:32 raspberrypi p4d: Checking state ... Jan 4 04:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:02:42 raspberrypi p4d: Checking state ... Jan 4 04:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:02:52 raspberrypi p4d: Checking state ... Jan 4 04:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:03:02 raspberrypi p4d: Checking state ... Jan 4 04:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:03:12 raspberrypi p4d: Checking state ... Jan 4 04:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:03:22 raspberrypi p4d: Checking state ... Jan 4 04:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:03:22 raspberrypi p4d: Reading values ... Jan 4 04:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:03:22 raspberrypi p4d: Updating error list Jan 4 04:03:23 raspberrypi p4d: Updating error list done Jan 4 04:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:03:32 raspberrypi p4d: Checking state ... Jan 4 04:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:03:42 raspberrypi p4d: Checking state ... Jan 4 04:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:03:52 raspberrypi p4d: Checking state ... Jan 4 04:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:04:02 raspberrypi p4d: Checking state ... Jan 4 04:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:04:12 raspberrypi p4d: Checking state ... Jan 4 04:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:04:22 raspberrypi p4d: Checking state ... Jan 4 04:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:04:22 raspberrypi p4d: Reading values ... Jan 4 04:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:04:22 raspberrypi p4d: Updating error list Jan 4 04:04:23 raspberrypi p4d: Updating error list done Jan 4 04:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:04:32 raspberrypi p4d: Checking state ... Jan 4 04:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:04:42 raspberrypi p4d: Checking state ... Jan 4 04:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:04:52 raspberrypi p4d: Checking state ... Jan 4 04:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:05:02 raspberrypi p4d: Checking state ... Jan 4 04:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:05:12 raspberrypi p4d: Checking state ... Jan 4 04:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:05:22 raspberrypi p4d: Checking state ... Jan 4 04:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:05:22 raspberrypi p4d: Reading values ... Jan 4 04:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:05:22 raspberrypi p4d: Updating error list Jan 4 04:05:23 raspberrypi p4d: Updating error list done Jan 4 04:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:05:32 raspberrypi p4d: Checking state ... Jan 4 04:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:05:42 raspberrypi p4d: Checking state ... Jan 4 04:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:05:52 raspberrypi p4d: Checking state ... Jan 4 04:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:06:02 raspberrypi p4d: Checking state ... Jan 4 04:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:06:09 raspberrypi p4d: Cleanup jobs table with history of 2 days Jan 4 04:06:12 raspberrypi p4d: Checking state ... Jan 4 04:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:06:22 raspberrypi p4d: Checking state ... Jan 4 04:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:06:22 raspberrypi p4d: Reading values ... Jan 4 04:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:06:22 raspberrypi p4d: Updating error list Jan 4 04:06:23 raspberrypi p4d: Updating error list done Jan 4 04:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:06:32 raspberrypi p4d: Checking state ... Jan 4 04:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:06:42 raspberrypi p4d: Checking state ... Jan 4 04:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:06:52 raspberrypi p4d: Checking state ... Jan 4 04:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:07:02 raspberrypi p4d: Checking state ... Jan 4 04:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:07:12 raspberrypi p4d: Checking state ... Jan 4 04:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:07:22 raspberrypi p4d: Checking state ... Jan 4 04:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:07:22 raspberrypi p4d: Reading values ... Jan 4 04:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:07:22 raspberrypi p4d: Updating error list Jan 4 04:07:23 raspberrypi p4d: Updating error list done Jan 4 04:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:07:32 raspberrypi p4d: Checking state ... Jan 4 04:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:07:42 raspberrypi p4d: Checking state ... Jan 4 04:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:07:52 raspberrypi p4d: Checking state ... Jan 4 04:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:08:02 raspberrypi p4d: Checking state ... Jan 4 04:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:08:12 raspberrypi p4d: Checking state ... Jan 4 04:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:08:22 raspberrypi p4d: Checking state ... Jan 4 04:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:08:22 raspberrypi p4d: Reading values ... Jan 4 04:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:08:22 raspberrypi p4d: Updating error list Jan 4 04:08:23 raspberrypi p4d: Updating error list done Jan 4 04:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:08:32 raspberrypi p4d: Checking state ... Jan 4 04:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:08:42 raspberrypi p4d: Checking state ... Jan 4 04:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:08:52 raspberrypi p4d: Checking state ... Jan 4 04:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:09:02 raspberrypi p4d: Checking state ... Jan 4 04:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:09:12 raspberrypi p4d: Checking state ... Jan 4 04:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:09:22 raspberrypi p4d: Checking state ... Jan 4 04:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:09:22 raspberrypi p4d: Reading values ... Jan 4 04:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:09:22 raspberrypi p4d: Updating error list Jan 4 04:09:23 raspberrypi p4d: Updating error list done Jan 4 04:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:09:32 raspberrypi p4d: Checking state ... Jan 4 04:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:09:42 raspberrypi p4d: Checking state ... Jan 4 04:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:09:52 raspberrypi p4d: Checking state ... Jan 4 04:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:10:02 raspberrypi p4d: Checking state ... Jan 4 04:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:10:12 raspberrypi p4d: Checking state ... Jan 4 04:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:10:22 raspberrypi p4d: Checking state ... Jan 4 04:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:10:22 raspberrypi p4d: Reading values ... Jan 4 04:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:10:22 raspberrypi p4d: Updating error list Jan 4 04:10:23 raspberrypi p4d: Updating error list done Jan 4 04:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:10:32 raspberrypi p4d: Checking state ... Jan 4 04:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:10:42 raspberrypi p4d: Checking state ... Jan 4 04:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:10:52 raspberrypi p4d: Checking state ... Jan 4 04:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:11:02 raspberrypi p4d: Checking state ... Jan 4 04:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:11:12 raspberrypi p4d: Checking state ... Jan 4 04:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:11:22 raspberrypi p4d: Checking state ... Jan 4 04:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:11:22 raspberrypi p4d: Reading values ... Jan 4 04:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:11:22 raspberrypi p4d: Updating error list Jan 4 04:11:23 raspberrypi p4d: Updating error list done Jan 4 04:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:11:32 raspberrypi p4d: Checking state ... Jan 4 04:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:11:42 raspberrypi p4d: Checking state ... Jan 4 04:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:11:52 raspberrypi p4d: Checking state ... Jan 4 04:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:12:02 raspberrypi p4d: Checking state ... Jan 4 04:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:12:12 raspberrypi p4d: Checking state ... Jan 4 04:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:12:22 raspberrypi p4d: Checking state ... Jan 4 04:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:12:22 raspberrypi p4d: Reading values ... Jan 4 04:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:12:22 raspberrypi p4d: Updating error list Jan 4 04:12:23 raspberrypi p4d: Updating error list done Jan 4 04:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:12:32 raspberrypi p4d: Checking state ... Jan 4 04:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:12:42 raspberrypi p4d: Checking state ... Jan 4 04:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:12:52 raspberrypi p4d: Checking state ... Jan 4 04:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:13:02 raspberrypi p4d: Checking state ... Jan 4 04:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:13:12 raspberrypi p4d: Checking state ... Jan 4 04:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:13:22 raspberrypi p4d: Checking state ... Jan 4 04:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:13:22 raspberrypi p4d: Reading values ... Jan 4 04:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:13:22 raspberrypi p4d: Updating error list Jan 4 04:13:23 raspberrypi p4d: Updating error list done Jan 4 04:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:13:32 raspberrypi p4d: Checking state ... Jan 4 04:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:13:42 raspberrypi p4d: Checking state ... Jan 4 04:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:13:52 raspberrypi p4d: Checking state ... Jan 4 04:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:14:02 raspberrypi p4d: Checking state ... Jan 4 04:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:14:12 raspberrypi p4d: Checking state ... Jan 4 04:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:14:22 raspberrypi p4d: Checking state ... Jan 4 04:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:14:22 raspberrypi p4d: Reading values ... Jan 4 04:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:14:22 raspberrypi p4d: Updating error list Jan 4 04:14:23 raspberrypi p4d: Updating error list done Jan 4 04:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:14:32 raspberrypi p4d: Checking state ... Jan 4 04:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:14:42 raspberrypi p4d: Checking state ... Jan 4 04:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:14:52 raspberrypi p4d: Checking state ... Jan 4 04:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:15:02 raspberrypi p4d: Checking state ... Jan 4 04:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:15:12 raspberrypi p4d: Checking state ... Jan 4 04:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:15:22 raspberrypi p4d: Checking state ... Jan 4 04:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:15:22 raspberrypi p4d: Reading values ... Jan 4 04:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:15:22 raspberrypi p4d: Updating error list Jan 4 04:15:23 raspberrypi p4d: Updating error list done Jan 4 04:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:15:32 raspberrypi p4d: Checking state ... Jan 4 04:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:15:42 raspberrypi p4d: Checking state ... Jan 4 04:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:15:52 raspberrypi p4d: Checking state ... Jan 4 04:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:16:02 raspberrypi p4d: Checking state ... Jan 4 04:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:16:12 raspberrypi p4d: Checking state ... Jan 4 04:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:16:22 raspberrypi p4d: Checking state ... Jan 4 04:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:16:22 raspberrypi p4d: Reading values ... Jan 4 04:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:16:22 raspberrypi p4d: Updating error list Jan 4 04:16:23 raspberrypi p4d: Updating error list done Jan 4 04:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:16:32 raspberrypi p4d: Checking state ... Jan 4 04:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:16:42 raspberrypi p4d: Checking state ... Jan 4 04:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:16:52 raspberrypi p4d: Checking state ... Jan 4 04:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:17:02 raspberrypi p4d: Checking state ... Jan 4 04:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:17:12 raspberrypi p4d: Checking state ... Jan 4 04:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:17:22 raspberrypi p4d: Checking state ... Jan 4 04:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:17:22 raspberrypi p4d: Reading values ... Jan 4 04:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:17:22 raspberrypi p4d: Updating error list Jan 4 04:17:23 raspberrypi p4d: Updating error list done Jan 4 04:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:17:32 raspberrypi p4d: Checking state ... Jan 4 04:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:17:42 raspberrypi p4d: Checking state ... Jan 4 04:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:17:52 raspberrypi p4d: Checking state ... Jan 4 04:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:18:02 raspberrypi p4d: Checking state ... Jan 4 04:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:18:12 raspberrypi p4d: Checking state ... Jan 4 04:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:18:22 raspberrypi p4d: Checking state ... Jan 4 04:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:18:22 raspberrypi p4d: Reading values ... Jan 4 04:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:18:22 raspberrypi p4d: Updating error list Jan 4 04:18:23 raspberrypi p4d: Updating error list done Jan 4 04:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:18:32 raspberrypi p4d: Checking state ... Jan 4 04:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:18:42 raspberrypi p4d: Checking state ... Jan 4 04:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:18:52 raspberrypi p4d: Checking state ... Jan 4 04:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:19:02 raspberrypi p4d: Checking state ... Jan 4 04:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:19:12 raspberrypi p4d: Checking state ... Jan 4 04:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:19:22 raspberrypi p4d: Checking state ... Jan 4 04:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:19:22 raspberrypi p4d: Reading values ... Jan 4 04:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:19:22 raspberrypi p4d: Updating error list Jan 4 04:19:23 raspberrypi p4d: Updating error list done Jan 4 04:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:19:32 raspberrypi p4d: Checking state ... Jan 4 04:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:19:42 raspberrypi p4d: Checking state ... Jan 4 04:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:19:52 raspberrypi p4d: Checking state ... Jan 4 04:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:20:02 raspberrypi p4d: Checking state ... Jan 4 04:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:20:12 raspberrypi p4d: Checking state ... Jan 4 04:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:20:22 raspberrypi p4d: Checking state ... Jan 4 04:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:20:22 raspberrypi p4d: Reading values ... Jan 4 04:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:20:22 raspberrypi p4d: Updating error list Jan 4 04:20:23 raspberrypi p4d: Updating error list done Jan 4 04:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:20:32 raspberrypi p4d: Checking state ... Jan 4 04:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:20:42 raspberrypi p4d: Checking state ... Jan 4 04:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:20:52 raspberrypi p4d: Checking state ... Jan 4 04:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:21:02 raspberrypi p4d: Checking state ... Jan 4 04:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:21:12 raspberrypi p4d: Checking state ... Jan 4 04:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:21:22 raspberrypi p4d: Checking state ... Jan 4 04:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:21:22 raspberrypi p4d: Reading values ... Jan 4 04:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:21:22 raspberrypi p4d: Updating error list Jan 4 04:21:23 raspberrypi p4d: Updating error list done Jan 4 04:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:21:32 raspberrypi p4d: Checking state ... Jan 4 04:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:21:42 raspberrypi p4d: Checking state ... Jan 4 04:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:21:52 raspberrypi p4d: Checking state ... Jan 4 04:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:22:02 raspberrypi p4d: Checking state ... Jan 4 04:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:22:12 raspberrypi p4d: Checking state ... Jan 4 04:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:22:22 raspberrypi p4d: Checking state ... Jan 4 04:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:22:22 raspberrypi p4d: Reading values ... Jan 4 04:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:22:22 raspberrypi p4d: Updating error list Jan 4 04:22:23 raspberrypi p4d: Updating error list done Jan 4 04:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:22:32 raspberrypi p4d: Checking state ... Jan 4 04:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:22:42 raspberrypi p4d: Checking state ... Jan 4 04:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:22:52 raspberrypi p4d: Checking state ... Jan 4 04:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:23:02 raspberrypi p4d: Checking state ... Jan 4 04:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:23:12 raspberrypi p4d: Checking state ... Jan 4 04:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:23:22 raspberrypi p4d: Checking state ... Jan 4 04:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:23:22 raspberrypi p4d: Reading values ... Jan 4 04:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:23:22 raspberrypi p4d: Updating error list Jan 4 04:23:23 raspberrypi p4d: Updating error list done Jan 4 04:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:23:32 raspberrypi p4d: Checking state ... Jan 4 04:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:23:42 raspberrypi p4d: Checking state ... Jan 4 04:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:23:52 raspberrypi p4d: Checking state ... Jan 4 04:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:24:02 raspberrypi p4d: Checking state ... Jan 4 04:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:24:12 raspberrypi p4d: Checking state ... Jan 4 04:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:24:22 raspberrypi p4d: Checking state ... Jan 4 04:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:24:22 raspberrypi p4d: Reading values ... Jan 4 04:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:24:22 raspberrypi p4d: Updating error list Jan 4 04:24:23 raspberrypi p4d: Updating error list done Jan 4 04:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:24:32 raspberrypi p4d: Checking state ... Jan 4 04:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:24:42 raspberrypi p4d: Checking state ... Jan 4 04:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:24:52 raspberrypi p4d: Checking state ... Jan 4 04:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:25:02 raspberrypi p4d: Checking state ... Jan 4 04:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:25:12 raspberrypi p4d: Checking state ... Jan 4 04:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:25:22 raspberrypi p4d: Checking state ... Jan 4 04:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:25:22 raspberrypi p4d: Reading values ... Jan 4 04:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:25:22 raspberrypi p4d: Updating error list Jan 4 04:25:23 raspberrypi p4d: Updating error list done Jan 4 04:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:25:32 raspberrypi p4d: Checking state ... Jan 4 04:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:25:42 raspberrypi p4d: Checking state ... Jan 4 04:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:25:52 raspberrypi p4d: Checking state ... Jan 4 04:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:26:02 raspberrypi p4d: Checking state ... Jan 4 04:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:26:12 raspberrypi p4d: Checking state ... Jan 4 04:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:26:22 raspberrypi p4d: Checking state ... Jan 4 04:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:26:22 raspberrypi p4d: Reading values ... Jan 4 04:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:26:22 raspberrypi p4d: Updating error list Jan 4 04:26:23 raspberrypi p4d: Updating error list done Jan 4 04:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:26:32 raspberrypi p4d: Checking state ... Jan 4 04:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:26:42 raspberrypi p4d: Checking state ... Jan 4 04:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:26:52 raspberrypi p4d: Checking state ... Jan 4 04:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:27:02 raspberrypi p4d: Checking state ... Jan 4 04:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:27:12 raspberrypi p4d: Checking state ... Jan 4 04:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:27:22 raspberrypi p4d: Checking state ... Jan 4 04:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:27:22 raspberrypi p4d: Reading values ... Jan 4 04:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:27:22 raspberrypi p4d: Updating error list Jan 4 04:27:23 raspberrypi p4d: Updating error list done Jan 4 04:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:27:32 raspberrypi p4d: Checking state ... Jan 4 04:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:27:42 raspberrypi p4d: Checking state ... Jan 4 04:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:27:52 raspberrypi p4d: Checking state ... Jan 4 04:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:28:02 raspberrypi p4d: Checking state ... Jan 4 04:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:28:12 raspberrypi p4d: Checking state ... Jan 4 04:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:28:22 raspberrypi p4d: Checking state ... Jan 4 04:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:28:22 raspberrypi p4d: Reading values ... Jan 4 04:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:28:22 raspberrypi p4d: Updating error list Jan 4 04:28:23 raspberrypi p4d: Updating error list done Jan 4 04:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:28:32 raspberrypi p4d: Checking state ... Jan 4 04:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:28:42 raspberrypi p4d: Checking state ... Jan 4 04:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:28:52 raspberrypi p4d: Checking state ... Jan 4 04:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:29:02 raspberrypi p4d: Checking state ... Jan 4 04:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:29:12 raspberrypi p4d: Checking state ... Jan 4 04:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:29:22 raspberrypi p4d: Checking state ... Jan 4 04:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:29:22 raspberrypi p4d: Reading values ... Jan 4 04:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:29:22 raspberrypi p4d: Updating error list Jan 4 04:29:23 raspberrypi p4d: Updating error list done Jan 4 04:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:29:32 raspberrypi p4d: Checking state ... Jan 4 04:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:29:42 raspberrypi p4d: Checking state ... Jan 4 04:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:29:52 raspberrypi p4d: Checking state ... Jan 4 04:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:30:02 raspberrypi p4d: Checking state ... Jan 4 04:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:30:12 raspberrypi p4d: Checking state ... Jan 4 04:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:30:22 raspberrypi p4d: Checking state ... Jan 4 04:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:30:22 raspberrypi p4d: Reading values ... Jan 4 04:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:30:22 raspberrypi p4d: Updating error list Jan 4 04:30:23 raspberrypi p4d: Updating error list done Jan 4 04:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:30:32 raspberrypi p4d: Checking state ... Jan 4 04:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:30:42 raspberrypi p4d: Checking state ... Jan 4 04:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:30:52 raspberrypi p4d: Checking state ... Jan 4 04:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:31:02 raspberrypi p4d: Checking state ... Jan 4 04:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:31:12 raspberrypi p4d: Checking state ... Jan 4 04:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:31:22 raspberrypi p4d: Checking state ... Jan 4 04:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:31:22 raspberrypi p4d: Reading values ... Jan 4 04:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:31:22 raspberrypi p4d: Updating error list Jan 4 04:31:23 raspberrypi p4d: Updating error list done Jan 4 04:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:31:32 raspberrypi p4d: Checking state ... Jan 4 04:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:31:42 raspberrypi p4d: Checking state ... Jan 4 04:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:31:52 raspberrypi p4d: Checking state ... Jan 4 04:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:32:02 raspberrypi p4d: Checking state ... Jan 4 04:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:32:12 raspberrypi p4d: Checking state ... Jan 4 04:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:32:22 raspberrypi p4d: Checking state ... Jan 4 04:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:32:22 raspberrypi p4d: Reading values ... Jan 4 04:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:32:22 raspberrypi p4d: Updating error list Jan 4 04:32:23 raspberrypi p4d: Updating error list done Jan 4 04:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:32:32 raspberrypi p4d: Checking state ... Jan 4 04:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:32:42 raspberrypi p4d: Checking state ... Jan 4 04:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:32:52 raspberrypi p4d: Checking state ... Jan 4 04:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:33:02 raspberrypi p4d: Checking state ... Jan 4 04:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:33:12 raspberrypi p4d: Checking state ... Jan 4 04:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:33:22 raspberrypi p4d: Checking state ... Jan 4 04:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:33:22 raspberrypi p4d: Reading values ... Jan 4 04:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:33:22 raspberrypi p4d: Updating error list Jan 4 04:33:23 raspberrypi p4d: Updating error list done Jan 4 04:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:33:32 raspberrypi p4d: Checking state ... Jan 4 04:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:33:42 raspberrypi p4d: Checking state ... Jan 4 04:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:33:52 raspberrypi p4d: Checking state ... Jan 4 04:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:34:02 raspberrypi p4d: Checking state ... Jan 4 04:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:34:12 raspberrypi p4d: Checking state ... Jan 4 04:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:34:22 raspberrypi p4d: Checking state ... Jan 4 04:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:34:22 raspberrypi p4d: Reading values ... Jan 4 04:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:34:22 raspberrypi p4d: Updating error list Jan 4 04:34:23 raspberrypi p4d: Updating error list done Jan 4 04:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:34:32 raspberrypi p4d: Checking state ... Jan 4 04:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:34:42 raspberrypi p4d: Checking state ... Jan 4 04:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:34:52 raspberrypi p4d: Checking state ... Jan 4 04:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:35:02 raspberrypi p4d: Checking state ... Jan 4 04:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:35:12 raspberrypi p4d: Checking state ... Jan 4 04:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:35:22 raspberrypi p4d: Checking state ... Jan 4 04:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:35:22 raspberrypi p4d: Reading values ... Jan 4 04:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:35:22 raspberrypi p4d: Updating error list Jan 4 04:35:23 raspberrypi p4d: Updating error list done Jan 4 04:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:35:32 raspberrypi p4d: Checking state ... Jan 4 04:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:35:42 raspberrypi p4d: Checking state ... Jan 4 04:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:35:52 raspberrypi p4d: Checking state ... Jan 4 04:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:36:02 raspberrypi p4d: Checking state ... Jan 4 04:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:36:12 raspberrypi p4d: Checking state ... Jan 4 04:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:36:22 raspberrypi p4d: Checking state ... Jan 4 04:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:36:22 raspberrypi p4d: Reading values ... Jan 4 04:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:36:22 raspberrypi p4d: Updating error list Jan 4 04:36:23 raspberrypi p4d: Updating error list done Jan 4 04:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:36:32 raspberrypi p4d: Checking state ... Jan 4 04:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:36:42 raspberrypi p4d: Checking state ... Jan 4 04:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:36:52 raspberrypi p4d: Checking state ... Jan 4 04:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:37:02 raspberrypi p4d: Checking state ... Jan 4 04:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:37:12 raspberrypi p4d: Checking state ... Jan 4 04:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:37:22 raspberrypi p4d: Checking state ... Jan 4 04:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:37:22 raspberrypi p4d: Reading values ... Jan 4 04:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:37:22 raspberrypi p4d: Updating error list Jan 4 04:37:23 raspberrypi p4d: Updating error list done Jan 4 04:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:37:32 raspberrypi p4d: Checking state ... Jan 4 04:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:37:42 raspberrypi p4d: Checking state ... Jan 4 04:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:37:52 raspberrypi p4d: Checking state ... Jan 4 04:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:38:02 raspberrypi p4d: Checking state ... Jan 4 04:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:38:12 raspberrypi p4d: Checking state ... Jan 4 04:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:38:22 raspberrypi p4d: Checking state ... Jan 4 04:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:38:22 raspberrypi p4d: Reading values ... Jan 4 04:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:38:22 raspberrypi p4d: Updating error list Jan 4 04:38:23 raspberrypi p4d: Updating error list done Jan 4 04:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:38:32 raspberrypi p4d: Checking state ... Jan 4 04:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:38:42 raspberrypi p4d: Checking state ... Jan 4 04:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:38:52 raspberrypi p4d: Checking state ... Jan 4 04:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:39:02 raspberrypi p4d: Checking state ... Jan 4 04:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:39:12 raspberrypi p4d: Checking state ... Jan 4 04:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:39:22 raspberrypi p4d: Checking state ... Jan 4 04:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:39:22 raspberrypi p4d: Reading values ... Jan 4 04:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:39:22 raspberrypi p4d: Updating error list Jan 4 04:39:23 raspberrypi p4d: Updating error list done Jan 4 04:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:39:32 raspberrypi p4d: Checking state ... Jan 4 04:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:39:42 raspberrypi p4d: Checking state ... Jan 4 04:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:39:52 raspberrypi p4d: Checking state ... Jan 4 04:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:40:02 raspberrypi p4d: Checking state ... Jan 4 04:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:40:12 raspberrypi p4d: Checking state ... Jan 4 04:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:40:22 raspberrypi p4d: Checking state ... Jan 4 04:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:40:22 raspberrypi p4d: Reading values ... Jan 4 04:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:40:22 raspberrypi p4d: Updating error list Jan 4 04:40:23 raspberrypi p4d: Updating error list done Jan 4 04:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:40:32 raspberrypi p4d: Checking state ... Jan 4 04:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:40:42 raspberrypi p4d: Checking state ... Jan 4 04:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:40:52 raspberrypi p4d: Checking state ... Jan 4 04:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:41:02 raspberrypi p4d: Checking state ... Jan 4 04:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:41:12 raspberrypi p4d: Checking state ... Jan 4 04:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:41:22 raspberrypi p4d: Checking state ... Jan 4 04:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:41:22 raspberrypi p4d: Reading values ... Jan 4 04:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:41:22 raspberrypi p4d: Updating error list Jan 4 04:41:23 raspberrypi p4d: Updating error list done Jan 4 04:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:41:32 raspberrypi p4d: Checking state ... Jan 4 04:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:41:42 raspberrypi p4d: Checking state ... Jan 4 04:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:41:52 raspberrypi p4d: Checking state ... Jan 4 04:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:42:02 raspberrypi p4d: Checking state ... Jan 4 04:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:42:12 raspberrypi p4d: Checking state ... Jan 4 04:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:42:22 raspberrypi p4d: Checking state ... Jan 4 04:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:42:22 raspberrypi p4d: Reading values ... Jan 4 04:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:42:22 raspberrypi p4d: Updating error list Jan 4 04:42:23 raspberrypi p4d: Updating error list done Jan 4 04:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:42:32 raspberrypi p4d: Checking state ... Jan 4 04:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:42:42 raspberrypi p4d: Checking state ... Jan 4 04:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:42:52 raspberrypi p4d: Checking state ... Jan 4 04:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:43:02 raspberrypi p4d: Checking state ... Jan 4 04:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:43:12 raspberrypi p4d: Checking state ... Jan 4 04:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:43:22 raspberrypi p4d: Checking state ... Jan 4 04:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:43:22 raspberrypi p4d: Reading values ... Jan 4 04:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:43:22 raspberrypi p4d: Updating error list Jan 4 04:43:23 raspberrypi p4d: Updating error list done Jan 4 04:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:43:32 raspberrypi p4d: Checking state ... Jan 4 04:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:43:42 raspberrypi p4d: Checking state ... Jan 4 04:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:43:52 raspberrypi p4d: Checking state ... Jan 4 04:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:44:02 raspberrypi p4d: Checking state ... Jan 4 04:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:44:12 raspberrypi p4d: Checking state ... Jan 4 04:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:44:22 raspberrypi p4d: Checking state ... Jan 4 04:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:44:22 raspberrypi p4d: Reading values ... Jan 4 04:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:44:22 raspberrypi p4d: Updating error list Jan 4 04:44:23 raspberrypi p4d: Updating error list done Jan 4 04:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:44:32 raspberrypi p4d: Checking state ... Jan 4 04:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:44:42 raspberrypi p4d: Checking state ... Jan 4 04:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:44:52 raspberrypi p4d: Checking state ... Jan 4 04:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:45:02 raspberrypi p4d: Checking state ... Jan 4 04:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:45:12 raspberrypi p4d: Checking state ... Jan 4 04:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:45:22 raspberrypi p4d: Checking state ... Jan 4 04:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:45:22 raspberrypi p4d: Reading values ... Jan 4 04:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:45:22 raspberrypi p4d: Updating error list Jan 4 04:45:23 raspberrypi p4d: Updating error list done Jan 4 04:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:45:32 raspberrypi p4d: Checking state ... Jan 4 04:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:45:42 raspberrypi p4d: Checking state ... Jan 4 04:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:45:52 raspberrypi p4d: Checking state ... Jan 4 04:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:46:02 raspberrypi p4d: Checking state ... Jan 4 04:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:46:12 raspberrypi p4d: Checking state ... Jan 4 04:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:46:22 raspberrypi p4d: Checking state ... Jan 4 04:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:46:22 raspberrypi p4d: Reading values ... Jan 4 04:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:46:22 raspberrypi p4d: Updating error list Jan 4 04:46:23 raspberrypi p4d: Updating error list done Jan 4 04:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:46:32 raspberrypi p4d: Checking state ... Jan 4 04:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:46:42 raspberrypi p4d: Checking state ... Jan 4 04:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:46:52 raspberrypi p4d: Checking state ... Jan 4 04:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:47:02 raspberrypi p4d: Checking state ... Jan 4 04:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:47:12 raspberrypi p4d: Checking state ... Jan 4 04:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:47:22 raspberrypi p4d: Checking state ... Jan 4 04:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:47:22 raspberrypi p4d: Reading values ... Jan 4 04:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:47:22 raspberrypi p4d: Updating error list Jan 4 04:47:23 raspberrypi p4d: Updating error list done Jan 4 04:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:47:32 raspberrypi p4d: Checking state ... Jan 4 04:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:47:42 raspberrypi p4d: Checking state ... Jan 4 04:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:47:52 raspberrypi p4d: Checking state ... Jan 4 04:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:48:02 raspberrypi p4d: Checking state ... Jan 4 04:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:48:12 raspberrypi p4d: Checking state ... Jan 4 04:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:48:22 raspberrypi p4d: Checking state ... Jan 4 04:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:48:22 raspberrypi p4d: Reading values ... Jan 4 04:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:48:22 raspberrypi p4d: Updating error list Jan 4 04:48:23 raspberrypi p4d: Updating error list done Jan 4 04:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:48:32 raspberrypi p4d: Checking state ... Jan 4 04:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:48:42 raspberrypi p4d: Checking state ... Jan 4 04:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:48:52 raspberrypi p4d: Checking state ... Jan 4 04:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:49:02 raspberrypi p4d: Checking state ... Jan 4 04:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:49:12 raspberrypi p4d: Checking state ... Jan 4 04:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:49:22 raspberrypi p4d: Checking state ... Jan 4 04:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:49:22 raspberrypi p4d: Reading values ... Jan 4 04:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:49:22 raspberrypi p4d: Updating error list Jan 4 04:49:23 raspberrypi p4d: Updating error list done Jan 4 04:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:49:32 raspberrypi p4d: Checking state ... Jan 4 04:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:49:42 raspberrypi p4d: Checking state ... Jan 4 04:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:49:52 raspberrypi p4d: Checking state ... Jan 4 04:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:50:02 raspberrypi p4d: Checking state ... Jan 4 04:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:50:12 raspberrypi p4d: Checking state ... Jan 4 04:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:50:22 raspberrypi p4d: Checking state ... Jan 4 04:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:50:22 raspberrypi p4d: Reading values ... Jan 4 04:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:50:22 raspberrypi p4d: Updating error list Jan 4 04:50:23 raspberrypi p4d: Updating error list done Jan 4 04:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:50:32 raspberrypi p4d: Checking state ... Jan 4 04:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:50:42 raspberrypi p4d: Checking state ... Jan 4 04:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:50:52 raspberrypi p4d: Checking state ... Jan 4 04:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:51:02 raspberrypi p4d: Checking state ... Jan 4 04:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:51:12 raspberrypi p4d: Checking state ... Jan 4 04:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:51:22 raspberrypi p4d: Checking state ... Jan 4 04:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:51:22 raspberrypi p4d: Reading values ... Jan 4 04:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:51:22 raspberrypi p4d: Updating error list Jan 4 04:51:23 raspberrypi p4d: Updating error list done Jan 4 04:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:51:32 raspberrypi p4d: Checking state ... Jan 4 04:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:51:42 raspberrypi p4d: Checking state ... Jan 4 04:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:51:52 raspberrypi p4d: Checking state ... Jan 4 04:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:52:02 raspberrypi p4d: Checking state ... Jan 4 04:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:52:12 raspberrypi p4d: Checking state ... Jan 4 04:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:52:22 raspberrypi p4d: Checking state ... Jan 4 04:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:52:22 raspberrypi p4d: Reading values ... Jan 4 04:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:52:22 raspberrypi p4d: Updating error list Jan 4 04:52:23 raspberrypi p4d: Updating error list done Jan 4 04:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:52:32 raspberrypi p4d: Checking state ... Jan 4 04:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:52:42 raspberrypi p4d: Checking state ... Jan 4 04:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:52:52 raspberrypi p4d: Checking state ... Jan 4 04:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:53:02 raspberrypi p4d: Checking state ... Jan 4 04:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:53:12 raspberrypi p4d: Checking state ... Jan 4 04:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:53:22 raspberrypi p4d: Checking state ... Jan 4 04:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:53:22 raspberrypi p4d: Reading values ... Jan 4 04:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:53:22 raspberrypi p4d: Updating error list Jan 4 04:53:23 raspberrypi p4d: Updating error list done Jan 4 04:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:53:32 raspberrypi p4d: Checking state ... Jan 4 04:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:53:42 raspberrypi p4d: Checking state ... Jan 4 04:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:53:52 raspberrypi p4d: Checking state ... Jan 4 04:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:54:02 raspberrypi p4d: Checking state ... Jan 4 04:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:54:12 raspberrypi p4d: Checking state ... Jan 4 04:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:54:22 raspberrypi p4d: Checking state ... Jan 4 04:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:54:22 raspberrypi p4d: Reading values ... Jan 4 04:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:54:22 raspberrypi p4d: Updating error list Jan 4 04:54:23 raspberrypi p4d: Updating error list done Jan 4 04:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:54:32 raspberrypi p4d: Checking state ... Jan 4 04:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:54:42 raspberrypi p4d: Checking state ... Jan 4 04:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:54:52 raspberrypi p4d: Checking state ... Jan 4 04:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:55:02 raspberrypi p4d: Checking state ... Jan 4 04:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:55:12 raspberrypi p4d: Checking state ... Jan 4 04:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:55:22 raspberrypi p4d: Checking state ... Jan 4 04:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:55:22 raspberrypi p4d: Reading values ... Jan 4 04:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:55:22 raspberrypi p4d: Updating error list Jan 4 04:55:23 raspberrypi p4d: Updating error list done Jan 4 04:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:55:32 raspberrypi p4d: Checking state ... Jan 4 04:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:55:42 raspberrypi p4d: Checking state ... Jan 4 04:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:55:52 raspberrypi p4d: Checking state ... Jan 4 04:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:56:02 raspberrypi p4d: Checking state ... Jan 4 04:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:56:12 raspberrypi p4d: Checking state ... Jan 4 04:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:56:22 raspberrypi p4d: Checking state ... Jan 4 04:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:56:22 raspberrypi p4d: Reading values ... Jan 4 04:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:56:22 raspberrypi p4d: Updating error list Jan 4 04:56:23 raspberrypi p4d: Updating error list done Jan 4 04:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:56:32 raspberrypi p4d: Checking state ... Jan 4 04:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:56:42 raspberrypi p4d: Checking state ... Jan 4 04:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:56:52 raspberrypi p4d: Checking state ... Jan 4 04:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:57:02 raspberrypi p4d: Checking state ... Jan 4 04:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:57:12 raspberrypi p4d: Checking state ... Jan 4 04:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:57:22 raspberrypi p4d: Checking state ... Jan 4 04:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:57:22 raspberrypi p4d: Reading values ... Jan 4 04:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:57:22 raspberrypi p4d: Updating error list Jan 4 04:57:23 raspberrypi p4d: Updating error list done Jan 4 04:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:57:32 raspberrypi p4d: Checking state ... Jan 4 04:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:57:42 raspberrypi p4d: Checking state ... Jan 4 04:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:57:52 raspberrypi p4d: Checking state ... Jan 4 04:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:58:02 raspberrypi p4d: Checking state ... Jan 4 04:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:58:12 raspberrypi p4d: Checking state ... Jan 4 04:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:58:22 raspberrypi p4d: Checking state ... Jan 4 04:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:58:22 raspberrypi p4d: Reading values ... Jan 4 04:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:58:22 raspberrypi p4d: Updating error list Jan 4 04:58:23 raspberrypi p4d: Updating error list done Jan 4 04:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:58:32 raspberrypi p4d: Checking state ... Jan 4 04:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:58:42 raspberrypi p4d: Checking state ... Jan 4 04:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:58:52 raspberrypi p4d: Checking state ... Jan 4 04:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:59:02 raspberrypi p4d: Checking state ... Jan 4 04:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:59:12 raspberrypi p4d: Checking state ... Jan 4 04:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:59:22 raspberrypi p4d: Checking state ... Jan 4 04:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:59:22 raspberrypi p4d: Reading values ... Jan 4 04:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 04:59:22 raspberrypi p4d: Updating error list Jan 4 04:59:23 raspberrypi p4d: Updating error list done Jan 4 04:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 04:59:32 raspberrypi p4d: Checking state ... Jan 4 04:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:59:42 raspberrypi p4d: Checking state ... Jan 4 04:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 04:59:52 raspberrypi p4d: Checking state ... Jan 4 04:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:00:02 raspberrypi p4d: Checking state ... Jan 4 05:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:00:12 raspberrypi p4d: Checking state ... Jan 4 05:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:00:22 raspberrypi p4d: Checking state ... Jan 4 05:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:00:22 raspberrypi p4d: Reading values ... Jan 4 05:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:00:22 raspberrypi p4d: Updating error list Jan 4 05:00:23 raspberrypi p4d: Updating error list done Jan 4 05:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:00:32 raspberrypi p4d: Checking state ... Jan 4 05:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:00:42 raspberrypi p4d: Checking state ... Jan 4 05:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:00:52 raspberrypi p4d: Checking state ... Jan 4 05:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:01:02 raspberrypi p4d: Checking state ... Jan 4 05:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:01:12 raspberrypi p4d: Checking state ... Jan 4 05:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:01:22 raspberrypi p4d: Checking state ... Jan 4 05:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:01:22 raspberrypi p4d: Reading values ... Jan 4 05:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:01:22 raspberrypi p4d: Updating error list Jan 4 05:01:23 raspberrypi p4d: Updating error list done Jan 4 05:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:01:32 raspberrypi p4d: Checking state ... Jan 4 05:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:01:42 raspberrypi p4d: Checking state ... Jan 4 05:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:01:52 raspberrypi p4d: Checking state ... Jan 4 05:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:02:02 raspberrypi p4d: Checking state ... Jan 4 05:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:02:12 raspberrypi p4d: Checking state ... Jan 4 05:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:02:22 raspberrypi p4d: Checking state ... Jan 4 05:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:02:22 raspberrypi p4d: Reading values ... Jan 4 05:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:02:22 raspberrypi p4d: Updating error list Jan 4 05:02:23 raspberrypi p4d: Updating error list done Jan 4 05:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:02:32 raspberrypi p4d: Checking state ... Jan 4 05:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:02:42 raspberrypi p4d: Checking state ... Jan 4 05:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:02:52 raspberrypi p4d: Checking state ... Jan 4 05:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:03:02 raspberrypi p4d: Checking state ... Jan 4 05:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:03:12 raspberrypi p4d: Checking state ... Jan 4 05:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:03:22 raspberrypi p4d: Checking state ... Jan 4 05:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:03:22 raspberrypi p4d: Reading values ... Jan 4 05:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:03:22 raspberrypi p4d: Updating error list Jan 4 05:03:23 raspberrypi p4d: Updating error list done Jan 4 05:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:03:32 raspberrypi p4d: Checking state ... Jan 4 05:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:03:42 raspberrypi p4d: Checking state ... Jan 4 05:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:03:52 raspberrypi p4d: Checking state ... Jan 4 05:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:04:02 raspberrypi p4d: Checking state ... Jan 4 05:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:04:12 raspberrypi p4d: Checking state ... Jan 4 05:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:04:22 raspberrypi p4d: Checking state ... Jan 4 05:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:04:22 raspberrypi p4d: Reading values ... Jan 4 05:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:04:22 raspberrypi p4d: Updating error list Jan 4 05:04:23 raspberrypi p4d: Updating error list done Jan 4 05:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:04:32 raspberrypi p4d: Checking state ... Jan 4 05:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:04:42 raspberrypi p4d: Checking state ... Jan 4 05:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:04:52 raspberrypi p4d: Checking state ... Jan 4 05:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:05:02 raspberrypi p4d: Checking state ... Jan 4 05:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:05:12 raspberrypi p4d: Checking state ... Jan 4 05:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:05:22 raspberrypi p4d: Checking state ... Jan 4 05:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:05:22 raspberrypi p4d: Reading values ... Jan 4 05:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:05:22 raspberrypi p4d: Updating error list Jan 4 05:05:23 raspberrypi p4d: Updating error list done Jan 4 05:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:05:32 raspberrypi p4d: Checking state ... Jan 4 05:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:05:42 raspberrypi p4d: Checking state ... Jan 4 05:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:05:52 raspberrypi p4d: Checking state ... Jan 4 05:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:06:02 raspberrypi p4d: Checking state ... Jan 4 05:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:06:12 raspberrypi p4d: Checking state ... Jan 4 05:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:06:22 raspberrypi p4d: Checking state ... Jan 4 05:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:06:22 raspberrypi p4d: Reading values ... Jan 4 05:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:06:22 raspberrypi p4d: Updating error list Jan 4 05:06:23 raspberrypi p4d: Updating error list done Jan 4 05:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:06:32 raspberrypi p4d: Checking state ... Jan 4 05:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:06:42 raspberrypi p4d: Checking state ... Jan 4 05:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:06:52 raspberrypi p4d: Checking state ... Jan 4 05:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:07:02 raspberrypi p4d: Checking state ... Jan 4 05:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:07:12 raspberrypi p4d: Checking state ... Jan 4 05:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:07:22 raspberrypi p4d: Checking state ... Jan 4 05:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:07:22 raspberrypi p4d: Reading values ... Jan 4 05:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:07:22 raspberrypi p4d: Updating error list Jan 4 05:07:23 raspberrypi p4d: Updating error list done Jan 4 05:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:07:32 raspberrypi p4d: Checking state ... Jan 4 05:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:07:42 raspberrypi p4d: Checking state ... Jan 4 05:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:07:52 raspberrypi p4d: Checking state ... Jan 4 05:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:08:02 raspberrypi p4d: Checking state ... Jan 4 05:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:08:12 raspberrypi p4d: Checking state ... Jan 4 05:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:08:22 raspberrypi p4d: Checking state ... Jan 4 05:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:08:22 raspberrypi p4d: Reading values ... Jan 4 05:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:08:22 raspberrypi p4d: Updating error list Jan 4 05:08:23 raspberrypi p4d: Updating error list done Jan 4 05:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:08:32 raspberrypi p4d: Checking state ... Jan 4 05:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:08:42 raspberrypi p4d: Checking state ... Jan 4 05:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:08:52 raspberrypi p4d: Checking state ... Jan 4 05:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:09:02 raspberrypi p4d: Checking state ... Jan 4 05:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:09:12 raspberrypi p4d: Checking state ... Jan 4 05:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:09:22 raspberrypi p4d: Checking state ... Jan 4 05:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:09:22 raspberrypi p4d: Reading values ... Jan 4 05:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:09:22 raspberrypi p4d: Updating error list Jan 4 05:09:23 raspberrypi p4d: Updating error list done Jan 4 05:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:09:32 raspberrypi p4d: Checking state ... Jan 4 05:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:09:42 raspberrypi p4d: Checking state ... Jan 4 05:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:09:52 raspberrypi p4d: Checking state ... Jan 4 05:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:10:02 raspberrypi p4d: Checking state ... Jan 4 05:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:10:12 raspberrypi p4d: Checking state ... Jan 4 05:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:10:22 raspberrypi p4d: Checking state ... Jan 4 05:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:10:22 raspberrypi p4d: Reading values ... Jan 4 05:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:10:22 raspberrypi p4d: Updating error list Jan 4 05:10:23 raspberrypi p4d: Updating error list done Jan 4 05:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:10:32 raspberrypi p4d: Checking state ... Jan 4 05:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:10:42 raspberrypi p4d: Checking state ... Jan 4 05:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:10:52 raspberrypi p4d: Checking state ... Jan 4 05:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:11:02 raspberrypi p4d: Checking state ... Jan 4 05:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:11:12 raspberrypi p4d: Checking state ... Jan 4 05:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:11:22 raspberrypi p4d: Checking state ... Jan 4 05:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:11:22 raspberrypi p4d: Reading values ... Jan 4 05:11:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:11:23 raspberrypi p4d: Updating error list Jan 4 05:11:24 raspberrypi p4d: Updating error list done Jan 4 05:11:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:11:32 raspberrypi p4d: Checking state ... Jan 4 05:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:11:42 raspberrypi p4d: Checking state ... Jan 4 05:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:11:52 raspberrypi p4d: Checking state ... Jan 4 05:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:12:02 raspberrypi p4d: Checking state ... Jan 4 05:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:12:12 raspberrypi p4d: Checking state ... Jan 4 05:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:12:22 raspberrypi p4d: Checking state ... Jan 4 05:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:12:22 raspberrypi p4d: Reading values ... Jan 4 05:12:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:12:23 raspberrypi p4d: Updating error list Jan 4 05:12:24 raspberrypi p4d: Updating error list done Jan 4 05:12:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:12:32 raspberrypi p4d: Checking state ... Jan 4 05:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:12:42 raspberrypi p4d: Checking state ... Jan 4 05:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:12:52 raspberrypi p4d: Checking state ... Jan 4 05:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:13:02 raspberrypi p4d: Checking state ... Jan 4 05:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:13:12 raspberrypi p4d: Checking state ... Jan 4 05:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:13:22 raspberrypi p4d: Checking state ... Jan 4 05:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:13:22 raspberrypi p4d: Reading values ... Jan 4 05:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:13:22 raspberrypi p4d: Updating error list Jan 4 05:13:23 raspberrypi p4d: Updating error list done Jan 4 05:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:13:32 raspberrypi p4d: Checking state ... Jan 4 05:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:13:42 raspberrypi p4d: Checking state ... Jan 4 05:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:13:52 raspberrypi p4d: Checking state ... Jan 4 05:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:14:02 raspberrypi p4d: Checking state ... Jan 4 05:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:14:12 raspberrypi p4d: Checking state ... Jan 4 05:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:14:22 raspberrypi p4d: Checking state ... Jan 4 05:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:14:22 raspberrypi p4d: Reading values ... Jan 4 05:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:14:22 raspberrypi p4d: Updating error list Jan 4 05:14:23 raspberrypi p4d: Updating error list done Jan 4 05:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:14:32 raspberrypi p4d: Checking state ... Jan 4 05:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:14:42 raspberrypi p4d: Checking state ... Jan 4 05:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:14:52 raspberrypi p4d: Checking state ... Jan 4 05:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:15:02 raspberrypi p4d: Checking state ... Jan 4 05:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:15:12 raspberrypi p4d: Checking state ... Jan 4 05:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:15:22 raspberrypi p4d: Checking state ... Jan 4 05:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:15:22 raspberrypi p4d: Reading values ... Jan 4 05:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:15:22 raspberrypi p4d: Updating error list Jan 4 05:15:23 raspberrypi p4d: Updating error list done Jan 4 05:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:15:32 raspberrypi p4d: Checking state ... Jan 4 05:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:15:42 raspberrypi p4d: Checking state ... Jan 4 05:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:15:52 raspberrypi p4d: Checking state ... Jan 4 05:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:16:02 raspberrypi p4d: Checking state ... Jan 4 05:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:16:12 raspberrypi p4d: Checking state ... Jan 4 05:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:16:22 raspberrypi p4d: Checking state ... Jan 4 05:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:16:22 raspberrypi p4d: Reading values ... Jan 4 05:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:16:22 raspberrypi p4d: Updating error list Jan 4 05:16:23 raspberrypi p4d: Updating error list done Jan 4 05:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:16:32 raspberrypi p4d: Checking state ... Jan 4 05:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:16:42 raspberrypi p4d: Checking state ... Jan 4 05:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:16:52 raspberrypi p4d: Checking state ... Jan 4 05:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:17:02 raspberrypi p4d: Checking state ... Jan 4 05:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:17:12 raspberrypi p4d: Checking state ... Jan 4 05:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:17:22 raspberrypi p4d: Checking state ... Jan 4 05:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:17:22 raspberrypi p4d: Reading values ... Jan 4 05:17:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:17:23 raspberrypi p4d: Updating error list Jan 4 05:17:24 raspberrypi p4d: Updating error list done Jan 4 05:17:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:17:32 raspberrypi p4d: Checking state ... Jan 4 05:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:17:42 raspberrypi p4d: Checking state ... Jan 4 05:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:17:52 raspberrypi p4d: Checking state ... Jan 4 05:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:18:02 raspberrypi p4d: Checking state ... Jan 4 05:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:18:12 raspberrypi p4d: Checking state ... Jan 4 05:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:18:22 raspberrypi p4d: Checking state ... Jan 4 05:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:18:22 raspberrypi p4d: Reading values ... Jan 4 05:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:18:22 raspberrypi p4d: Updating error list Jan 4 05:18:23 raspberrypi p4d: Updating error list done Jan 4 05:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:18:32 raspberrypi p4d: Checking state ... Jan 4 05:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:18:42 raspberrypi p4d: Checking state ... Jan 4 05:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:18:52 raspberrypi p4d: Checking state ... Jan 4 05:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:19:02 raspberrypi p4d: Checking state ... Jan 4 05:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:19:12 raspberrypi p4d: Checking state ... Jan 4 05:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:19:22 raspberrypi p4d: Checking state ... Jan 4 05:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:19:22 raspberrypi p4d: Reading values ... Jan 4 05:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:19:22 raspberrypi p4d: Updating error list Jan 4 05:19:23 raspberrypi p4d: Updating error list done Jan 4 05:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:19:32 raspberrypi p4d: Checking state ... Jan 4 05:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:19:42 raspberrypi p4d: Checking state ... Jan 4 05:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:19:52 raspberrypi p4d: Checking state ... Jan 4 05:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:20:02 raspberrypi p4d: Checking state ... Jan 4 05:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:20:12 raspberrypi p4d: Checking state ... Jan 4 05:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:20:22 raspberrypi p4d: Checking state ... Jan 4 05:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:20:22 raspberrypi p4d: Reading values ... Jan 4 05:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:20:22 raspberrypi p4d: Updating error list Jan 4 05:20:23 raspberrypi p4d: Updating error list done Jan 4 05:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:20:32 raspberrypi p4d: Checking state ... Jan 4 05:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:20:42 raspberrypi p4d: Checking state ... Jan 4 05:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:20:52 raspberrypi p4d: Checking state ... Jan 4 05:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:21:02 raspberrypi p4d: Checking state ... Jan 4 05:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:21:12 raspberrypi p4d: Checking state ... Jan 4 05:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:21:22 raspberrypi p4d: Checking state ... Jan 4 05:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:21:22 raspberrypi p4d: Reading values ... Jan 4 05:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:21:22 raspberrypi p4d: Updating error list Jan 4 05:21:23 raspberrypi p4d: Updating error list done Jan 4 05:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:21:32 raspberrypi p4d: Checking state ... Jan 4 05:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:21:42 raspberrypi p4d: Checking state ... Jan 4 05:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:21:52 raspberrypi p4d: Checking state ... Jan 4 05:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:22:02 raspberrypi p4d: Checking state ... Jan 4 05:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:22:12 raspberrypi p4d: Checking state ... Jan 4 05:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:22:22 raspberrypi p4d: Checking state ... Jan 4 05:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:22:22 raspberrypi p4d: Reading values ... Jan 4 05:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:22:22 raspberrypi p4d: Updating error list Jan 4 05:22:23 raspberrypi p4d: Updating error list done Jan 4 05:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:22:32 raspberrypi p4d: Checking state ... Jan 4 05:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:22:42 raspberrypi p4d: Checking state ... Jan 4 05:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:22:52 raspberrypi p4d: Checking state ... Jan 4 05:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:23:02 raspberrypi p4d: Checking state ... Jan 4 05:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:23:12 raspberrypi p4d: Checking state ... Jan 4 05:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:23:22 raspberrypi p4d: Checking state ... Jan 4 05:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:23:22 raspberrypi p4d: Reading values ... Jan 4 05:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:23:22 raspberrypi p4d: Updating error list Jan 4 05:23:23 raspberrypi p4d: Updating error list done Jan 4 05:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:23:32 raspberrypi p4d: Checking state ... Jan 4 05:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:23:42 raspberrypi p4d: Checking state ... Jan 4 05:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:23:52 raspberrypi p4d: Checking state ... Jan 4 05:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:24:02 raspberrypi p4d: Checking state ... Jan 4 05:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:24:12 raspberrypi p4d: Checking state ... Jan 4 05:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:24:22 raspberrypi p4d: Checking state ... Jan 4 05:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:24:22 raspberrypi p4d: Reading values ... Jan 4 05:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:24:22 raspberrypi p4d: Updating error list Jan 4 05:24:23 raspberrypi p4d: Updating error list done Jan 4 05:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:24:32 raspberrypi p4d: Checking state ... Jan 4 05:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:24:42 raspberrypi p4d: Checking state ... Jan 4 05:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:24:52 raspberrypi p4d: Checking state ... Jan 4 05:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:25:02 raspberrypi p4d: Checking state ... Jan 4 05:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:25:12 raspberrypi p4d: Checking state ... Jan 4 05:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:25:22 raspberrypi p4d: Checking state ... Jan 4 05:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:25:22 raspberrypi p4d: Reading values ... Jan 4 05:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:25:22 raspberrypi p4d: Updating error list Jan 4 05:25:23 raspberrypi p4d: Updating error list done Jan 4 05:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:25:32 raspberrypi p4d: Checking state ... Jan 4 05:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:25:42 raspberrypi p4d: Checking state ... Jan 4 05:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:25:52 raspberrypi p4d: Checking state ... Jan 4 05:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:26:02 raspberrypi p4d: Checking state ... Jan 4 05:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:26:12 raspberrypi p4d: Checking state ... Jan 4 05:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:26:22 raspberrypi p4d: Checking state ... Jan 4 05:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:26:22 raspberrypi p4d: Reading values ... Jan 4 05:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:26:22 raspberrypi p4d: Updating error list Jan 4 05:26:23 raspberrypi p4d: Updating error list done Jan 4 05:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:26:32 raspberrypi p4d: Checking state ... Jan 4 05:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:26:42 raspberrypi p4d: Checking state ... Jan 4 05:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:26:52 raspberrypi p4d: Checking state ... Jan 4 05:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:27:02 raspberrypi p4d: Checking state ... Jan 4 05:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:27:12 raspberrypi p4d: Checking state ... Jan 4 05:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:27:22 raspberrypi p4d: Checking state ... Jan 4 05:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:27:22 raspberrypi p4d: Reading values ... Jan 4 05:27:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:27:23 raspberrypi p4d: Updating error list Jan 4 05:27:24 raspberrypi p4d: Updating error list done Jan 4 05:27:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:27:32 raspberrypi p4d: Checking state ... Jan 4 05:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:27:42 raspberrypi p4d: Checking state ... Jan 4 05:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:27:52 raspberrypi p4d: Checking state ... Jan 4 05:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:28:02 raspberrypi p4d: Checking state ... Jan 4 05:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:28:12 raspberrypi p4d: Checking state ... Jan 4 05:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:28:22 raspberrypi p4d: Checking state ... Jan 4 05:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:28:22 raspberrypi p4d: Reading values ... Jan 4 05:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:28:22 raspberrypi p4d: Updating error list Jan 4 05:28:23 raspberrypi p4d: Updating error list done Jan 4 05:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:28:32 raspberrypi p4d: Checking state ... Jan 4 05:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:28:42 raspberrypi p4d: Checking state ... Jan 4 05:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:28:52 raspberrypi p4d: Checking state ... Jan 4 05:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:29:02 raspberrypi p4d: Checking state ... Jan 4 05:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:29:12 raspberrypi p4d: Checking state ... Jan 4 05:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:29:22 raspberrypi p4d: Checking state ... Jan 4 05:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:29:22 raspberrypi p4d: Reading values ... Jan 4 05:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:29:22 raspberrypi p4d: Updating error list Jan 4 05:29:23 raspberrypi p4d: Updating error list done Jan 4 05:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:29:32 raspberrypi p4d: Checking state ... Jan 4 05:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:29:42 raspberrypi p4d: Checking state ... Jan 4 05:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:29:52 raspberrypi p4d: Checking state ... Jan 4 05:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:30:02 raspberrypi p4d: Checking state ... Jan 4 05:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:30:12 raspberrypi p4d: Checking state ... Jan 4 05:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:30:22 raspberrypi p4d: Checking state ... Jan 4 05:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:30:22 raspberrypi p4d: Reading values ... Jan 4 05:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:30:22 raspberrypi p4d: Updating error list Jan 4 05:30:23 raspberrypi p4d: Updating error list done Jan 4 05:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:30:32 raspberrypi p4d: Checking state ... Jan 4 05:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:30:42 raspberrypi p4d: Checking state ... Jan 4 05:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:30:52 raspberrypi p4d: Checking state ... Jan 4 05:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:31:02 raspberrypi p4d: Checking state ... Jan 4 05:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:31:12 raspberrypi p4d: Checking state ... Jan 4 05:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:31:22 raspberrypi p4d: Checking state ... Jan 4 05:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:31:22 raspberrypi p4d: Reading values ... Jan 4 05:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:31:22 raspberrypi p4d: Updating error list Jan 4 05:31:23 raspberrypi p4d: Updating error list done Jan 4 05:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:31:32 raspberrypi p4d: Checking state ... Jan 4 05:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:31:42 raspberrypi p4d: Checking state ... Jan 4 05:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:31:52 raspberrypi p4d: Checking state ... Jan 4 05:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:32:02 raspberrypi p4d: Checking state ... Jan 4 05:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:32:12 raspberrypi p4d: Checking state ... Jan 4 05:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:32:22 raspberrypi p4d: Checking state ... Jan 4 05:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:32:22 raspberrypi p4d: Reading values ... Jan 4 05:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:32:22 raspberrypi p4d: Updating error list Jan 4 05:32:23 raspberrypi p4d: Updating error list done Jan 4 05:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:32:32 raspberrypi p4d: Checking state ... Jan 4 05:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:32:42 raspberrypi p4d: Checking state ... Jan 4 05:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:32:52 raspberrypi p4d: Checking state ... Jan 4 05:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:33:02 raspberrypi p4d: Checking state ... Jan 4 05:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:33:12 raspberrypi p4d: Checking state ... Jan 4 05:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:33:22 raspberrypi p4d: Checking state ... Jan 4 05:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:33:22 raspberrypi p4d: Reading values ... Jan 4 05:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:33:22 raspberrypi p4d: Updating error list Jan 4 05:33:23 raspberrypi p4d: Updating error list done Jan 4 05:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:33:32 raspberrypi p4d: Checking state ... Jan 4 05:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:33:42 raspberrypi p4d: Checking state ... Jan 4 05:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:33:52 raspberrypi p4d: Checking state ... Jan 4 05:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:34:02 raspberrypi p4d: Checking state ... Jan 4 05:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:34:12 raspberrypi p4d: Checking state ... Jan 4 05:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:34:22 raspberrypi p4d: Checking state ... Jan 4 05:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:34:22 raspberrypi p4d: Reading values ... Jan 4 05:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:34:22 raspberrypi p4d: Updating error list Jan 4 05:34:23 raspberrypi p4d: Updating error list done Jan 4 05:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:34:32 raspberrypi p4d: Checking state ... Jan 4 05:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:34:42 raspberrypi p4d: Checking state ... Jan 4 05:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:34:52 raspberrypi p4d: Checking state ... Jan 4 05:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:35:02 raspberrypi p4d: Checking state ... Jan 4 05:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:35:12 raspberrypi p4d: Checking state ... Jan 4 05:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:35:22 raspberrypi p4d: Checking state ... Jan 4 05:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:35:22 raspberrypi p4d: Reading values ... Jan 4 05:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:35:22 raspberrypi p4d: Updating error list Jan 4 05:35:23 raspberrypi p4d: Updating error list done Jan 4 05:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:35:32 raspberrypi p4d: Checking state ... Jan 4 05:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:35:42 raspberrypi p4d: Checking state ... Jan 4 05:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:35:52 raspberrypi p4d: Checking state ... Jan 4 05:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:36:02 raspberrypi p4d: Checking state ... Jan 4 05:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:36:12 raspberrypi p4d: Checking state ... Jan 4 05:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:36:22 raspberrypi p4d: Checking state ... Jan 4 05:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:36:22 raspberrypi p4d: Reading values ... Jan 4 05:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:36:22 raspberrypi p4d: Updating error list Jan 4 05:36:23 raspberrypi p4d: Updating error list done Jan 4 05:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:36:32 raspberrypi p4d: Checking state ... Jan 4 05:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:36:42 raspberrypi p4d: Checking state ... Jan 4 05:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:36:52 raspberrypi p4d: Checking state ... Jan 4 05:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:37:02 raspberrypi p4d: Checking state ... Jan 4 05:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:37:12 raspberrypi p4d: Checking state ... Jan 4 05:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:37:22 raspberrypi p4d: Checking state ... Jan 4 05:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:37:22 raspberrypi p4d: Reading values ... Jan 4 05:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:37:22 raspberrypi p4d: Updating error list Jan 4 05:37:23 raspberrypi p4d: Updating error list done Jan 4 05:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:37:32 raspberrypi p4d: Checking state ... Jan 4 05:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:37:42 raspberrypi p4d: Checking state ... Jan 4 05:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:37:52 raspberrypi p4d: Checking state ... Jan 4 05:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:38:02 raspberrypi p4d: Checking state ... Jan 4 05:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:38:12 raspberrypi p4d: Checking state ... Jan 4 05:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:38:22 raspberrypi p4d: Checking state ... Jan 4 05:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:38:22 raspberrypi p4d: Reading values ... Jan 4 05:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:38:22 raspberrypi p4d: Updating error list Jan 4 05:38:23 raspberrypi p4d: Updating error list done Jan 4 05:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:38:32 raspberrypi p4d: Checking state ... Jan 4 05:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:38:42 raspberrypi p4d: Checking state ... Jan 4 05:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:38:52 raspberrypi p4d: Checking state ... Jan 4 05:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:39:02 raspberrypi p4d: Checking state ... Jan 4 05:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:39:12 raspberrypi p4d: Checking state ... Jan 4 05:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:39:22 raspberrypi p4d: Checking state ... Jan 4 05:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:39:22 raspberrypi p4d: Reading values ... Jan 4 05:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:39:22 raspberrypi p4d: Updating error list Jan 4 05:39:23 raspberrypi p4d: Updating error list done Jan 4 05:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:39:32 raspberrypi p4d: Checking state ... Jan 4 05:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:39:42 raspberrypi p4d: Checking state ... Jan 4 05:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:39:52 raspberrypi p4d: Checking state ... Jan 4 05:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:40:02 raspberrypi p4d: Checking state ... Jan 4 05:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:40:12 raspberrypi p4d: Checking state ... Jan 4 05:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:40:22 raspberrypi p4d: Checking state ... Jan 4 05:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:40:22 raspberrypi p4d: Reading values ... Jan 4 05:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:40:22 raspberrypi p4d: Updating error list Jan 4 05:40:23 raspberrypi p4d: Updating error list done Jan 4 05:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:40:32 raspberrypi p4d: Checking state ... Jan 4 05:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:40:42 raspberrypi p4d: Checking state ... Jan 4 05:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:40:52 raspberrypi p4d: Checking state ... Jan 4 05:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:41:02 raspberrypi p4d: Checking state ... Jan 4 05:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:41:12 raspberrypi p4d: Checking state ... Jan 4 05:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:41:22 raspberrypi p4d: Checking state ... Jan 4 05:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:41:22 raspberrypi p4d: Reading values ... Jan 4 05:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:41:22 raspberrypi p4d: Updating error list Jan 4 05:41:23 raspberrypi p4d: Updating error list done Jan 4 05:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:41:32 raspberrypi p4d: Checking state ... Jan 4 05:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:41:42 raspberrypi p4d: Checking state ... Jan 4 05:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:41:52 raspberrypi p4d: Checking state ... Jan 4 05:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:42:02 raspberrypi p4d: Checking state ... Jan 4 05:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:42:12 raspberrypi p4d: Checking state ... Jan 4 05:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:42:22 raspberrypi p4d: Checking state ... Jan 4 05:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:42:22 raspberrypi p4d: Reading values ... Jan 4 05:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:42:22 raspberrypi p4d: Updating error list Jan 4 05:42:23 raspberrypi p4d: Updating error list done Jan 4 05:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:42:32 raspberrypi p4d: Checking state ... Jan 4 05:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:42:42 raspberrypi p4d: Checking state ... Jan 4 05:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:42:52 raspberrypi p4d: Checking state ... Jan 4 05:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:43:02 raspberrypi p4d: Checking state ... Jan 4 05:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:43:12 raspberrypi p4d: Checking state ... Jan 4 05:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:43:22 raspberrypi p4d: Checking state ... Jan 4 05:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:43:22 raspberrypi p4d: Reading values ... Jan 4 05:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:43:22 raspberrypi p4d: Updating error list Jan 4 05:43:23 raspberrypi p4d: Updating error list done Jan 4 05:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:43:32 raspberrypi p4d: Checking state ... Jan 4 05:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:43:42 raspberrypi p4d: Checking state ... Jan 4 05:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:43:52 raspberrypi p4d: Checking state ... Jan 4 05:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:44:02 raspberrypi p4d: Checking state ... Jan 4 05:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:44:12 raspberrypi p4d: Checking state ... Jan 4 05:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:44:22 raspberrypi p4d: Checking state ... Jan 4 05:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:44:22 raspberrypi p4d: Reading values ... Jan 4 05:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:44:22 raspberrypi p4d: Updating error list Jan 4 05:44:23 raspberrypi p4d: Updating error list done Jan 4 05:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:44:32 raspberrypi p4d: Checking state ... Jan 4 05:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:44:42 raspberrypi p4d: Checking state ... Jan 4 05:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:44:52 raspberrypi p4d: Checking state ... Jan 4 05:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:45:02 raspberrypi p4d: Checking state ... Jan 4 05:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:45:12 raspberrypi p4d: Checking state ... Jan 4 05:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:45:22 raspberrypi p4d: Checking state ... Jan 4 05:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:45:22 raspberrypi p4d: Reading values ... Jan 4 05:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:45:22 raspberrypi p4d: Updating error list Jan 4 05:45:23 raspberrypi p4d: Updating error list done Jan 4 05:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:45:32 raspberrypi p4d: Checking state ... Jan 4 05:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:45:42 raspberrypi p4d: Checking state ... Jan 4 05:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:45:52 raspberrypi p4d: Checking state ... Jan 4 05:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:46:02 raspberrypi p4d: Checking state ... Jan 4 05:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:46:12 raspberrypi p4d: Checking state ... Jan 4 05:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:46:22 raspberrypi p4d: Checking state ... Jan 4 05:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:46:22 raspberrypi p4d: Reading values ... Jan 4 05:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:46:22 raspberrypi p4d: Updating error list Jan 4 05:46:23 raspberrypi p4d: Updating error list done Jan 4 05:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:46:32 raspberrypi p4d: Checking state ... Jan 4 05:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:46:42 raspberrypi p4d: Checking state ... Jan 4 05:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:46:52 raspberrypi p4d: Checking state ... Jan 4 05:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:47:02 raspberrypi p4d: Checking state ... Jan 4 05:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:47:12 raspberrypi p4d: Checking state ... Jan 4 05:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:47:22 raspberrypi p4d: Checking state ... Jan 4 05:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:47:22 raspberrypi p4d: Reading values ... Jan 4 05:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:47:22 raspberrypi p4d: Updating error list Jan 4 05:47:23 raspberrypi p4d: Updating error list done Jan 4 05:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:47:32 raspberrypi p4d: Checking state ... Jan 4 05:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:47:42 raspberrypi p4d: Checking state ... Jan 4 05:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:47:52 raspberrypi p4d: Checking state ... Jan 4 05:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:48:02 raspberrypi p4d: Checking state ... Jan 4 05:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:48:12 raspberrypi p4d: Checking state ... Jan 4 05:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:48:22 raspberrypi p4d: Checking state ... Jan 4 05:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:48:22 raspberrypi p4d: Reading values ... Jan 4 05:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:48:22 raspberrypi p4d: Updating error list Jan 4 05:48:23 raspberrypi p4d: Updating error list done Jan 4 05:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:48:32 raspberrypi p4d: Checking state ... Jan 4 05:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:48:42 raspberrypi p4d: Checking state ... Jan 4 05:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:48:52 raspberrypi p4d: Checking state ... Jan 4 05:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:49:02 raspberrypi p4d: Checking state ... Jan 4 05:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:49:12 raspberrypi p4d: Checking state ... Jan 4 05:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:49:22 raspberrypi p4d: Checking state ... Jan 4 05:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:49:22 raspberrypi p4d: Reading values ... Jan 4 05:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:49:22 raspberrypi p4d: Updating error list Jan 4 05:49:23 raspberrypi p4d: Updating error list done Jan 4 05:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:49:32 raspberrypi p4d: Checking state ... Jan 4 05:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:49:42 raspberrypi p4d: Checking state ... Jan 4 05:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:49:52 raspberrypi p4d: Checking state ... Jan 4 05:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:50:02 raspberrypi p4d: Checking state ... Jan 4 05:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:50:12 raspberrypi p4d: Checking state ... Jan 4 05:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:50:22 raspberrypi p4d: Checking state ... Jan 4 05:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:50:22 raspberrypi p4d: Reading values ... Jan 4 05:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:50:22 raspberrypi p4d: Updating error list Jan 4 05:50:23 raspberrypi p4d: Updating error list done Jan 4 05:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:50:32 raspberrypi p4d: Checking state ... Jan 4 05:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:50:42 raspberrypi p4d: Checking state ... Jan 4 05:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:50:52 raspberrypi p4d: Checking state ... Jan 4 05:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:51:02 raspberrypi p4d: Checking state ... Jan 4 05:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:51:12 raspberrypi p4d: Checking state ... Jan 4 05:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:51:22 raspberrypi p4d: Checking state ... Jan 4 05:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:51:22 raspberrypi p4d: Reading values ... Jan 4 05:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:51:22 raspberrypi p4d: Updating error list Jan 4 05:51:23 raspberrypi p4d: Updating error list done Jan 4 05:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:51:32 raspberrypi p4d: Checking state ... Jan 4 05:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:51:42 raspberrypi p4d: Checking state ... Jan 4 05:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:51:52 raspberrypi p4d: Checking state ... Jan 4 05:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:52:02 raspberrypi p4d: Checking state ... Jan 4 05:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:52:12 raspberrypi p4d: Checking state ... Jan 4 05:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:52:22 raspberrypi p4d: Checking state ... Jan 4 05:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:52:22 raspberrypi p4d: Reading values ... Jan 4 05:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:52:22 raspberrypi p4d: Updating error list Jan 4 05:52:23 raspberrypi p4d: Updating error list done Jan 4 05:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:52:32 raspberrypi p4d: Checking state ... Jan 4 05:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:52:42 raspberrypi p4d: Checking state ... Jan 4 05:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:52:52 raspberrypi p4d: Checking state ... Jan 4 05:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:53:02 raspberrypi p4d: Checking state ... Jan 4 05:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:53:12 raspberrypi p4d: Checking state ... Jan 4 05:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:53:22 raspberrypi p4d: Checking state ... Jan 4 05:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:53:22 raspberrypi p4d: Reading values ... Jan 4 05:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:53:22 raspberrypi p4d: Updating error list Jan 4 05:53:23 raspberrypi p4d: Updating error list done Jan 4 05:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:53:32 raspberrypi p4d: Checking state ... Jan 4 05:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:53:42 raspberrypi p4d: Checking state ... Jan 4 05:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:53:52 raspberrypi p4d: Checking state ... Jan 4 05:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:54:02 raspberrypi p4d: Checking state ... Jan 4 05:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:54:12 raspberrypi p4d: Checking state ... Jan 4 05:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:54:22 raspberrypi p4d: Checking state ... Jan 4 05:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:54:22 raspberrypi p4d: Reading values ... Jan 4 05:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:54:22 raspberrypi p4d: Updating error list Jan 4 05:54:23 raspberrypi p4d: Updating error list done Jan 4 05:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:54:32 raspberrypi p4d: Checking state ... Jan 4 05:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:54:42 raspberrypi p4d: Checking state ... Jan 4 05:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:54:52 raspberrypi p4d: Checking state ... Jan 4 05:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:55:02 raspberrypi p4d: Checking state ... Jan 4 05:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:55:12 raspberrypi p4d: Checking state ... Jan 4 05:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:55:22 raspberrypi p4d: Checking state ... Jan 4 05:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:55:22 raspberrypi p4d: Reading values ... Jan 4 05:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:55:22 raspberrypi p4d: Updating error list Jan 4 05:55:23 raspberrypi p4d: Updating error list done Jan 4 05:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:55:32 raspberrypi p4d: Checking state ... Jan 4 05:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:55:42 raspberrypi p4d: Checking state ... Jan 4 05:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:55:52 raspberrypi p4d: Checking state ... Jan 4 05:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:56:02 raspberrypi p4d: Checking state ... Jan 4 05:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:56:12 raspberrypi p4d: Checking state ... Jan 4 05:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:56:22 raspberrypi p4d: Checking state ... Jan 4 05:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:56:22 raspberrypi p4d: Reading values ... Jan 4 05:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:56:22 raspberrypi p4d: Updating error list Jan 4 05:56:23 raspberrypi p4d: Updating error list done Jan 4 05:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:56:32 raspberrypi p4d: Checking state ... Jan 4 05:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:56:42 raspberrypi p4d: Checking state ... Jan 4 05:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:56:52 raspberrypi p4d: Checking state ... Jan 4 05:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:57:02 raspberrypi p4d: Checking state ... Jan 4 05:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:57:12 raspberrypi p4d: Checking state ... Jan 4 05:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:57:22 raspberrypi p4d: Checking state ... Jan 4 05:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:57:22 raspberrypi p4d: Reading values ... Jan 4 05:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:57:22 raspberrypi p4d: Updating error list Jan 4 05:57:23 raspberrypi p4d: Updating error list done Jan 4 05:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:57:32 raspberrypi p4d: Checking state ... Jan 4 05:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:57:42 raspberrypi p4d: Checking state ... Jan 4 05:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:57:52 raspberrypi p4d: Checking state ... Jan 4 05:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:58:02 raspberrypi p4d: Checking state ... Jan 4 05:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:58:12 raspberrypi p4d: Checking state ... Jan 4 05:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:58:22 raspberrypi p4d: Checking state ... Jan 4 05:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:58:22 raspberrypi p4d: Reading values ... Jan 4 05:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:58:22 raspberrypi p4d: Updating error list Jan 4 05:58:23 raspberrypi p4d: Updating error list done Jan 4 05:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:58:32 raspberrypi p4d: Checking state ... Jan 4 05:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:58:42 raspberrypi p4d: Checking state ... Jan 4 05:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:58:52 raspberrypi p4d: Checking state ... Jan 4 05:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:59:02 raspberrypi p4d: Checking state ... Jan 4 05:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:59:12 raspberrypi p4d: Checking state ... Jan 4 05:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:59:22 raspberrypi p4d: Checking state ... Jan 4 05:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:59:22 raspberrypi p4d: Reading values ... Jan 4 05:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 05:59:22 raspberrypi p4d: Updating error list Jan 4 05:59:23 raspberrypi p4d: Updating error list done Jan 4 05:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 05:59:32 raspberrypi p4d: Checking state ... Jan 4 05:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:59:42 raspberrypi p4d: Checking state ... Jan 4 05:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 05:59:52 raspberrypi p4d: Checking state ... Jan 4 05:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:00:02 raspberrypi p4d: Checking state ... Jan 4 06:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:00:12 raspberrypi p4d: Checking state ... Jan 4 06:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:00:22 raspberrypi p4d: Checking state ... Jan 4 06:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:00:22 raspberrypi p4d: Reading values ... Jan 4 06:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:00:22 raspberrypi p4d: Updating error list Jan 4 06:00:23 raspberrypi p4d: Updating error list done Jan 4 06:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:00:32 raspberrypi p4d: Checking state ... Jan 4 06:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:00:42 raspberrypi p4d: Checking state ... Jan 4 06:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:00:52 raspberrypi p4d: Checking state ... Jan 4 06:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:01:02 raspberrypi p4d: Checking state ... Jan 4 06:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:01:12 raspberrypi p4d: Checking state ... Jan 4 06:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:01:22 raspberrypi p4d: Checking state ... Jan 4 06:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:01:22 raspberrypi p4d: Reading values ... Jan 4 06:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:01:22 raspberrypi p4d: Updating error list Jan 4 06:01:23 raspberrypi p4d: Updating error list done Jan 4 06:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:01:32 raspberrypi p4d: Checking state ... Jan 4 06:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:01:42 raspberrypi p4d: Checking state ... Jan 4 06:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:01:52 raspberrypi p4d: Checking state ... Jan 4 06:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:02:02 raspberrypi p4d: Checking state ... Jan 4 06:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:02:12 raspberrypi p4d: Checking state ... Jan 4 06:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:02:22 raspberrypi p4d: Checking state ... Jan 4 06:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:02:22 raspberrypi p4d: Reading values ... Jan 4 06:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:02:22 raspberrypi p4d: Updating error list Jan 4 06:02:23 raspberrypi p4d: Updating error list done Jan 4 06:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:02:32 raspberrypi p4d: Checking state ... Jan 4 06:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:02:42 raspberrypi p4d: Checking state ... Jan 4 06:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:02:52 raspberrypi p4d: Checking state ... Jan 4 06:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:03:02 raspberrypi p4d: Checking state ... Jan 4 06:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:03:12 raspberrypi p4d: Checking state ... Jan 4 06:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:03:22 raspberrypi p4d: Checking state ... Jan 4 06:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:03:22 raspberrypi p4d: Reading values ... Jan 4 06:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:03:22 raspberrypi p4d: Updating error list Jan 4 06:03:23 raspberrypi p4d: Updating error list done Jan 4 06:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:03:32 raspberrypi p4d: Checking state ... Jan 4 06:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:03:42 raspberrypi p4d: Checking state ... Jan 4 06:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:03:52 raspberrypi p4d: Checking state ... Jan 4 06:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:04:02 raspberrypi p4d: Checking state ... Jan 4 06:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:04:12 raspberrypi p4d: Checking state ... Jan 4 06:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:04:22 raspberrypi p4d: Checking state ... Jan 4 06:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:04:22 raspberrypi p4d: Reading values ... Jan 4 06:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:04:22 raspberrypi p4d: Updating error list Jan 4 06:04:23 raspberrypi p4d: Updating error list done Jan 4 06:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:04:32 raspberrypi p4d: Checking state ... Jan 4 06:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:04:42 raspberrypi p4d: Checking state ... Jan 4 06:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:04:52 raspberrypi p4d: Checking state ... Jan 4 06:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:05:02 raspberrypi p4d: Checking state ... Jan 4 06:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:05:12 raspberrypi p4d: Checking state ... Jan 4 06:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:05:22 raspberrypi p4d: Checking state ... Jan 4 06:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:05:22 raspberrypi p4d: Reading values ... Jan 4 06:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:05:22 raspberrypi p4d: Updating error list Jan 4 06:05:23 raspberrypi p4d: Updating error list done Jan 4 06:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:05:32 raspberrypi p4d: Checking state ... Jan 4 06:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:05:42 raspberrypi p4d: Checking state ... Jan 4 06:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:05:52 raspberrypi p4d: Checking state ... Jan 4 06:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:06:02 raspberrypi p4d: Checking state ... Jan 4 06:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:06:12 raspberrypi p4d: Checking state ... Jan 4 06:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:06:22 raspberrypi p4d: Checking state ... Jan 4 06:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:06:22 raspberrypi p4d: Reading values ... Jan 4 06:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:06:22 raspberrypi p4d: Updating error list Jan 4 06:06:23 raspberrypi p4d: Updating error list done Jan 4 06:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:06:32 raspberrypi p4d: Checking state ... Jan 4 06:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:06:42 raspberrypi p4d: Checking state ... Jan 4 06:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:06:52 raspberrypi p4d: Checking state ... Jan 4 06:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:07:02 raspberrypi p4d: Checking state ... Jan 4 06:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:07:12 raspberrypi p4d: Checking state ... Jan 4 06:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:07:22 raspberrypi p4d: Checking state ... Jan 4 06:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:07:22 raspberrypi p4d: Reading values ... Jan 4 06:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:07:22 raspberrypi p4d: Updating error list Jan 4 06:07:23 raspberrypi p4d: Updating error list done Jan 4 06:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:07:32 raspberrypi p4d: Checking state ... Jan 4 06:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:07:42 raspberrypi p4d: Checking state ... Jan 4 06:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:07:52 raspberrypi p4d: Checking state ... Jan 4 06:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:08:02 raspberrypi p4d: Checking state ... Jan 4 06:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:08:12 raspberrypi p4d: Checking state ... Jan 4 06:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:08:22 raspberrypi p4d: Checking state ... Jan 4 06:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:08:22 raspberrypi p4d: Reading values ... Jan 4 06:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:08:22 raspberrypi p4d: Updating error list Jan 4 06:08:23 raspberrypi p4d: Updating error list done Jan 4 06:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:08:32 raspberrypi p4d: Checking state ... Jan 4 06:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:08:42 raspberrypi p4d: Checking state ... Jan 4 06:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:08:52 raspberrypi p4d: Checking state ... Jan 4 06:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:09:02 raspberrypi p4d: Checking state ... Jan 4 06:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:09:12 raspberrypi p4d: Checking state ... Jan 4 06:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:09:22 raspberrypi p4d: Checking state ... Jan 4 06:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:09:22 raspberrypi p4d: Reading values ... Jan 4 06:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:09:22 raspberrypi p4d: Updating error list Jan 4 06:09:23 raspberrypi p4d: Updating error list done Jan 4 06:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:09:32 raspberrypi p4d: Checking state ... Jan 4 06:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:09:42 raspberrypi p4d: Checking state ... Jan 4 06:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:09:52 raspberrypi p4d: Checking state ... Jan 4 06:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:10:02 raspberrypi p4d: Checking state ... Jan 4 06:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:10:12 raspberrypi p4d: Checking state ... Jan 4 06:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:10:22 raspberrypi p4d: Checking state ... Jan 4 06:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:10:22 raspberrypi p4d: Reading values ... Jan 4 06:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:10:22 raspberrypi p4d: Updating error list Jan 4 06:10:23 raspberrypi p4d: Updating error list done Jan 4 06:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:10:32 raspberrypi p4d: Checking state ... Jan 4 06:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:10:42 raspberrypi p4d: Checking state ... Jan 4 06:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:10:52 raspberrypi p4d: Checking state ... Jan 4 06:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:11:02 raspberrypi p4d: Checking state ... Jan 4 06:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:11:12 raspberrypi p4d: Checking state ... Jan 4 06:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:11:22 raspberrypi p4d: Checking state ... Jan 4 06:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:11:22 raspberrypi p4d: Reading values ... Jan 4 06:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:11:22 raspberrypi p4d: Updating error list Jan 4 06:11:23 raspberrypi p4d: Updating error list done Jan 4 06:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:11:32 raspberrypi p4d: Checking state ... Jan 4 06:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:11:42 raspberrypi p4d: Checking state ... Jan 4 06:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:11:52 raspberrypi p4d: Checking state ... Jan 4 06:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:12:02 raspberrypi p4d: Checking state ... Jan 4 06:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:12:12 raspberrypi p4d: Checking state ... Jan 4 06:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:12:22 raspberrypi p4d: Checking state ... Jan 4 06:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:12:22 raspberrypi p4d: Reading values ... Jan 4 06:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:12:22 raspberrypi p4d: Updating error list Jan 4 06:12:23 raspberrypi p4d: Updating error list done Jan 4 06:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:12:32 raspberrypi p4d: Checking state ... Jan 4 06:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:12:42 raspberrypi p4d: Checking state ... Jan 4 06:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:12:52 raspberrypi p4d: Checking state ... Jan 4 06:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:13:02 raspberrypi p4d: Checking state ... Jan 4 06:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:13:12 raspberrypi p4d: Checking state ... Jan 4 06:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:13:22 raspberrypi p4d: Checking state ... Jan 4 06:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:13:22 raspberrypi p4d: Reading values ... Jan 4 06:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:13:22 raspberrypi p4d: Updating error list Jan 4 06:13:23 raspberrypi p4d: Updating error list done Jan 4 06:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:13:32 raspberrypi p4d: Checking state ... Jan 4 06:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:13:42 raspberrypi p4d: Checking state ... Jan 4 06:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:13:52 raspberrypi p4d: Checking state ... Jan 4 06:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:14:02 raspberrypi p4d: Checking state ... Jan 4 06:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:14:12 raspberrypi p4d: Checking state ... Jan 4 06:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:14:22 raspberrypi p4d: Checking state ... Jan 4 06:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:14:22 raspberrypi p4d: Reading values ... Jan 4 06:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:14:22 raspberrypi p4d: Updating error list Jan 4 06:14:23 raspberrypi p4d: Updating error list done Jan 4 06:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:14:32 raspberrypi p4d: Checking state ... Jan 4 06:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:14:42 raspberrypi p4d: Checking state ... Jan 4 06:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:14:52 raspberrypi p4d: Checking state ... Jan 4 06:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:15:02 raspberrypi p4d: Checking state ... Jan 4 06:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:15:12 raspberrypi p4d: Checking state ... Jan 4 06:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:15:22 raspberrypi p4d: Checking state ... Jan 4 06:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:15:22 raspberrypi p4d: Reading values ... Jan 4 06:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:15:22 raspberrypi p4d: Updating error list Jan 4 06:15:23 raspberrypi p4d: Updating error list done Jan 4 06:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:15:32 raspberrypi p4d: Checking state ... Jan 4 06:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:15:42 raspberrypi p4d: Checking state ... Jan 4 06:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:15:52 raspberrypi p4d: Checking state ... Jan 4 06:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:16:02 raspberrypi p4d: Checking state ... Jan 4 06:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:16:12 raspberrypi p4d: Checking state ... Jan 4 06:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:16:22 raspberrypi p4d: Checking state ... Jan 4 06:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:16:22 raspberrypi p4d: Reading values ... Jan 4 06:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:16:22 raspberrypi p4d: Updating error list Jan 4 06:16:23 raspberrypi p4d: Updating error list done Jan 4 06:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:16:32 raspberrypi p4d: Checking state ... Jan 4 06:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:16:42 raspberrypi p4d: Checking state ... Jan 4 06:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:16:52 raspberrypi p4d: Checking state ... Jan 4 06:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:17:02 raspberrypi p4d: Checking state ... Jan 4 06:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:17:12 raspberrypi p4d: Checking state ... Jan 4 06:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:17:22 raspberrypi p4d: Checking state ... Jan 4 06:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:17:22 raspberrypi p4d: Reading values ... Jan 4 06:17:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:17:23 raspberrypi p4d: Updating error list Jan 4 06:17:24 raspberrypi p4d: Updating error list done Jan 4 06:17:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:17:32 raspberrypi p4d: Checking state ... Jan 4 06:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:17:42 raspberrypi p4d: Checking state ... Jan 4 06:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:17:52 raspberrypi p4d: Checking state ... Jan 4 06:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:18:02 raspberrypi p4d: Checking state ... Jan 4 06:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:18:12 raspberrypi p4d: Checking state ... Jan 4 06:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:18:22 raspberrypi p4d: Checking state ... Jan 4 06:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:18:22 raspberrypi p4d: Reading values ... Jan 4 06:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:18:22 raspberrypi p4d: Updating error list Jan 4 06:18:23 raspberrypi p4d: Updating error list done Jan 4 06:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:18:32 raspberrypi p4d: Checking state ... Jan 4 06:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:18:42 raspberrypi p4d: Checking state ... Jan 4 06:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:18:52 raspberrypi p4d: Checking state ... Jan 4 06:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:19:02 raspberrypi p4d: Checking state ... Jan 4 06:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:19:12 raspberrypi p4d: Checking state ... Jan 4 06:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:19:22 raspberrypi p4d: Checking state ... Jan 4 06:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:19:22 raspberrypi p4d: Reading values ... Jan 4 06:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:19:22 raspberrypi p4d: Updating error list Jan 4 06:19:23 raspberrypi p4d: Updating error list done Jan 4 06:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:19:32 raspberrypi p4d: Checking state ... Jan 4 06:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:19:42 raspberrypi p4d: Checking state ... Jan 4 06:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:19:52 raspberrypi p4d: Checking state ... Jan 4 06:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:20:02 raspberrypi p4d: Checking state ... Jan 4 06:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:20:12 raspberrypi p4d: Checking state ... Jan 4 06:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:20:22 raspberrypi p4d: Checking state ... Jan 4 06:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:20:22 raspberrypi p4d: Reading values ... Jan 4 06:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:20:22 raspberrypi p4d: Updating error list Jan 4 06:20:23 raspberrypi p4d: Updating error list done Jan 4 06:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:20:32 raspberrypi p4d: Checking state ... Jan 4 06:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:20:42 raspberrypi p4d: Checking state ... Jan 4 06:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:20:52 raspberrypi p4d: Checking state ... Jan 4 06:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:21:02 raspberrypi p4d: Checking state ... Jan 4 06:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:21:12 raspberrypi p4d: Checking state ... Jan 4 06:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:21:22 raspberrypi p4d: Checking state ... Jan 4 06:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:21:22 raspberrypi p4d: Reading values ... Jan 4 06:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:21:22 raspberrypi p4d: Updating error list Jan 4 06:21:23 raspberrypi p4d: Updating error list done Jan 4 06:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:21:32 raspberrypi p4d: Checking state ... Jan 4 06:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:21:42 raspberrypi p4d: Checking state ... Jan 4 06:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:21:52 raspberrypi p4d: Checking state ... Jan 4 06:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:22:02 raspberrypi p4d: Checking state ... Jan 4 06:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:22:12 raspberrypi p4d: Checking state ... Jan 4 06:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:22:22 raspberrypi p4d: Checking state ... Jan 4 06:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:22:22 raspberrypi p4d: Reading values ... Jan 4 06:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:22:22 raspberrypi p4d: Updating error list Jan 4 06:22:23 raspberrypi p4d: Updating error list done Jan 4 06:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:22:32 raspberrypi p4d: Checking state ... Jan 4 06:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:22:42 raspberrypi p4d: Checking state ... Jan 4 06:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:22:52 raspberrypi p4d: Checking state ... Jan 4 06:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:23:02 raspberrypi p4d: Checking state ... Jan 4 06:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:23:12 raspberrypi p4d: Checking state ... Jan 4 06:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:23:22 raspberrypi p4d: Checking state ... Jan 4 06:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:23:22 raspberrypi p4d: Reading values ... Jan 4 06:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:23:22 raspberrypi p4d: Updating error list Jan 4 06:23:23 raspberrypi p4d: Updating error list done Jan 4 06:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:23:32 raspberrypi p4d: Checking state ... Jan 4 06:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:23:42 raspberrypi p4d: Checking state ... Jan 4 06:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:23:52 raspberrypi p4d: Checking state ... Jan 4 06:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:24:02 raspberrypi p4d: Checking state ... Jan 4 06:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:24:12 raspberrypi p4d: Checking state ... Jan 4 06:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:24:22 raspberrypi p4d: Checking state ... Jan 4 06:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:24:22 raspberrypi p4d: Reading values ... Jan 4 06:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:24:22 raspberrypi p4d: Updating error list Jan 4 06:24:23 raspberrypi p4d: Updating error list done Jan 4 06:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:24:32 raspberrypi p4d: Checking state ... Jan 4 06:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:24:42 raspberrypi p4d: Checking state ... Jan 4 06:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:24:52 raspberrypi p4d: Checking state ... Jan 4 06:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:25:02 raspberrypi p4d: Checking state ... Jan 4 06:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:25:12 raspberrypi p4d: Checking state ... Jan 4 06:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:25:22 raspberrypi p4d: Checking state ... Jan 4 06:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:25:22 raspberrypi p4d: Reading values ... Jan 4 06:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:25:22 raspberrypi p4d: Updating error list Jan 4 06:25:23 raspberrypi p4d: Updating error list done Jan 4 06:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:25:32 raspberrypi p4d: Checking state ... Jan 4 06:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:25:42 raspberrypi p4d: Checking state ... Jan 4 06:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:25:52 raspberrypi p4d: Checking state ... Jan 4 06:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:26:02 raspberrypi p4d: Checking state ... Jan 4 06:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:26:12 raspberrypi p4d: Checking state ... Jan 4 06:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:26:22 raspberrypi p4d: Checking state ... Jan 4 06:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:26:22 raspberrypi p4d: Reading values ... Jan 4 06:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:26:22 raspberrypi p4d: Updating error list Jan 4 06:26:23 raspberrypi p4d: Updating error list done Jan 4 06:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:26:32 raspberrypi p4d: Checking state ... Jan 4 06:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:26:42 raspberrypi p4d: Checking state ... Jan 4 06:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:26:52 raspberrypi p4d: Checking state ... Jan 4 06:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:27:02 raspberrypi p4d: Checking state ... Jan 4 06:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:27:12 raspberrypi p4d: Checking state ... Jan 4 06:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:27:22 raspberrypi p4d: Checking state ... Jan 4 06:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:27:22 raspberrypi p4d: Reading values ... Jan 4 06:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:27:22 raspberrypi p4d: Updating error list Jan 4 06:27:23 raspberrypi p4d: Updating error list done Jan 4 06:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:27:32 raspberrypi p4d: Checking state ... Jan 4 06:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:27:42 raspberrypi p4d: Checking state ... Jan 4 06:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:27:52 raspberrypi p4d: Checking state ... Jan 4 06:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:28:02 raspberrypi p4d: Checking state ... Jan 4 06:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:28:12 raspberrypi p4d: Checking state ... Jan 4 06:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:28:22 raspberrypi p4d: Checking state ... Jan 4 06:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:28:22 raspberrypi p4d: Reading values ... Jan 4 06:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:28:22 raspberrypi p4d: Updating error list Jan 4 06:28:23 raspberrypi p4d: Updating error list done Jan 4 06:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:28:32 raspberrypi p4d: Checking state ... Jan 4 06:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:28:42 raspberrypi p4d: Checking state ... Jan 4 06:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:28:52 raspberrypi p4d: Checking state ... Jan 4 06:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:29:02 raspberrypi p4d: Checking state ... Jan 4 06:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:29:12 raspberrypi p4d: Checking state ... Jan 4 06:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:29:22 raspberrypi p4d: Checking state ... Jan 4 06:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:29:22 raspberrypi p4d: Reading values ... Jan 4 06:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:29:22 raspberrypi p4d: Updating error list Jan 4 06:29:23 raspberrypi p4d: Updating error list done Jan 4 06:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:29:32 raspberrypi p4d: Checking state ... Jan 4 06:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:29:42 raspberrypi p4d: Checking state ... Jan 4 06:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:29:52 raspberrypi p4d: Checking state ... Jan 4 06:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:30:02 raspberrypi p4d: Checking state ... Jan 4 06:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:30:12 raspberrypi p4d: Checking state ... Jan 4 06:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:30:22 raspberrypi p4d: Checking state ... Jan 4 06:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:30:22 raspberrypi p4d: Reading values ... Jan 4 06:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:30:22 raspberrypi p4d: Updating error list Jan 4 06:30:23 raspberrypi p4d: Updating error list done Jan 4 06:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:30:32 raspberrypi p4d: Checking state ... Jan 4 06:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:30:42 raspberrypi p4d: Checking state ... Jan 4 06:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:30:52 raspberrypi p4d: Checking state ... Jan 4 06:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:31:02 raspberrypi p4d: Checking state ... Jan 4 06:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:31:12 raspberrypi p4d: Checking state ... Jan 4 06:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:31:22 raspberrypi p4d: Checking state ... Jan 4 06:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:31:22 raspberrypi p4d: Reading values ... Jan 4 06:31:23 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:31:23 raspberrypi p4d: Updating error list Jan 4 06:31:24 raspberrypi p4d: Updating error list done Jan 4 06:31:24 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:31:32 raspberrypi p4d: Checking state ... Jan 4 06:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:31:42 raspberrypi p4d: Checking state ... Jan 4 06:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:31:52 raspberrypi p4d: Checking state ... Jan 4 06:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:32:02 raspberrypi p4d: Checking state ... Jan 4 06:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:32:12 raspberrypi p4d: Checking state ... Jan 4 06:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:32:22 raspberrypi p4d: Checking state ... Jan 4 06:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:32:22 raspberrypi p4d: Reading values ... Jan 4 06:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:32:22 raspberrypi p4d: Updating error list Jan 4 06:32:23 raspberrypi p4d: Updating error list done Jan 4 06:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:32:32 raspberrypi p4d: Checking state ... Jan 4 06:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:32:42 raspberrypi p4d: Checking state ... Jan 4 06:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:32:52 raspberrypi p4d: Checking state ... Jan 4 06:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:33:02 raspberrypi p4d: Checking state ... Jan 4 06:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:33:12 raspberrypi p4d: Checking state ... Jan 4 06:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:33:22 raspberrypi p4d: Checking state ... Jan 4 06:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:33:22 raspberrypi p4d: Reading values ... Jan 4 06:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:33:22 raspberrypi p4d: Updating error list Jan 4 06:33:23 raspberrypi p4d: Updating error list done Jan 4 06:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:33:32 raspberrypi p4d: Checking state ... Jan 4 06:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:33:42 raspberrypi p4d: Checking state ... Jan 4 06:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:33:52 raspberrypi p4d: Checking state ... Jan 4 06:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:34:02 raspberrypi p4d: Checking state ... Jan 4 06:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:34:12 raspberrypi p4d: Checking state ... Jan 4 06:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:34:22 raspberrypi p4d: Checking state ... Jan 4 06:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:34:22 raspberrypi p4d: Reading values ... Jan 4 06:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:34:22 raspberrypi p4d: Updating error list Jan 4 06:34:23 raspberrypi p4d: Updating error list done Jan 4 06:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:34:32 raspberrypi p4d: Checking state ... Jan 4 06:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:34:42 raspberrypi p4d: Checking state ... Jan 4 06:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:34:52 raspberrypi p4d: Checking state ... Jan 4 06:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:35:02 raspberrypi p4d: Checking state ... Jan 4 06:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:35:12 raspberrypi p4d: Checking state ... Jan 4 06:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:35:22 raspberrypi p4d: Checking state ... Jan 4 06:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:35:22 raspberrypi p4d: Reading values ... Jan 4 06:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:35:22 raspberrypi p4d: Updating error list Jan 4 06:35:23 raspberrypi p4d: Updating error list done Jan 4 06:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:35:32 raspberrypi p4d: Checking state ... Jan 4 06:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:35:42 raspberrypi p4d: Checking state ... Jan 4 06:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:35:52 raspberrypi p4d: Checking state ... Jan 4 06:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:36:02 raspberrypi p4d: Checking state ... Jan 4 06:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:36:12 raspberrypi p4d: Checking state ... Jan 4 06:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:36:22 raspberrypi p4d: Checking state ... Jan 4 06:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:36:22 raspberrypi p4d: Reading values ... Jan 4 06:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:36:22 raspberrypi p4d: Updating error list Jan 4 06:36:23 raspberrypi p4d: Updating error list done Jan 4 06:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:36:32 raspberrypi p4d: Checking state ... Jan 4 06:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:36:42 raspberrypi p4d: Checking state ... Jan 4 06:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:36:52 raspberrypi p4d: Checking state ... Jan 4 06:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:37:02 raspberrypi p4d: Checking state ... Jan 4 06:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:37:12 raspberrypi p4d: Checking state ... Jan 4 06:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:37:22 raspberrypi p4d: Checking state ... Jan 4 06:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:37:22 raspberrypi p4d: Reading values ... Jan 4 06:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:37:22 raspberrypi p4d: Updating error list Jan 4 06:37:23 raspberrypi p4d: Updating error list done Jan 4 06:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:37:32 raspberrypi p4d: Checking state ... Jan 4 06:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:37:42 raspberrypi p4d: Checking state ... Jan 4 06:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:37:52 raspberrypi p4d: Checking state ... Jan 4 06:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:38:02 raspberrypi p4d: Checking state ... Jan 4 06:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:38:12 raspberrypi p4d: Checking state ... Jan 4 06:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:38:22 raspberrypi p4d: Checking state ... Jan 4 06:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:38:22 raspberrypi p4d: Reading values ... Jan 4 06:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:38:22 raspberrypi p4d: Updating error list Jan 4 06:38:23 raspberrypi p4d: Updating error list done Jan 4 06:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:38:32 raspberrypi p4d: Checking state ... Jan 4 06:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:38:42 raspberrypi p4d: Checking state ... Jan 4 06:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:38:52 raspberrypi p4d: Checking state ... Jan 4 06:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:39:02 raspberrypi p4d: Checking state ... Jan 4 06:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:39:12 raspberrypi p4d: Checking state ... Jan 4 06:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:39:22 raspberrypi p4d: Checking state ... Jan 4 06:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:39:22 raspberrypi p4d: Reading values ... Jan 4 06:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:39:22 raspberrypi p4d: Updating error list Jan 4 06:39:23 raspberrypi p4d: Updating error list done Jan 4 06:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:39:32 raspberrypi p4d: Checking state ... Jan 4 06:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:39:42 raspberrypi p4d: Checking state ... Jan 4 06:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:39:52 raspberrypi p4d: Checking state ... Jan 4 06:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:40:02 raspberrypi p4d: Checking state ... Jan 4 06:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:40:12 raspberrypi p4d: Checking state ... Jan 4 06:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:40:22 raspberrypi p4d: Checking state ... Jan 4 06:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:40:22 raspberrypi p4d: Reading values ... Jan 4 06:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:40:22 raspberrypi p4d: Updating error list Jan 4 06:40:23 raspberrypi p4d: Updating error list done Jan 4 06:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:40:32 raspberrypi p4d: Checking state ... Jan 4 06:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:40:42 raspberrypi p4d: Checking state ... Jan 4 06:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:40:52 raspberrypi p4d: Checking state ... Jan 4 06:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:41:02 raspberrypi p4d: Checking state ... Jan 4 06:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:41:12 raspberrypi p4d: Checking state ... Jan 4 06:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:41:22 raspberrypi p4d: Checking state ... Jan 4 06:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:41:22 raspberrypi p4d: Reading values ... Jan 4 06:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:41:22 raspberrypi p4d: Updating error list Jan 4 06:41:23 raspberrypi p4d: Updating error list done Jan 4 06:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:41:32 raspberrypi p4d: Checking state ... Jan 4 06:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:41:42 raspberrypi p4d: Checking state ... Jan 4 06:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:41:52 raspberrypi p4d: Checking state ... Jan 4 06:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:42:02 raspberrypi p4d: Checking state ... Jan 4 06:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:42:12 raspberrypi p4d: Checking state ... Jan 4 06:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:42:22 raspberrypi p4d: Checking state ... Jan 4 06:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:42:22 raspberrypi p4d: Reading values ... Jan 4 06:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:42:22 raspberrypi p4d: Updating error list Jan 4 06:42:23 raspberrypi p4d: Updating error list done Jan 4 06:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:42:32 raspberrypi p4d: Checking state ... Jan 4 06:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:42:42 raspberrypi p4d: Checking state ... Jan 4 06:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:42:52 raspberrypi p4d: Checking state ... Jan 4 06:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:43:02 raspberrypi p4d: Checking state ... Jan 4 06:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:43:12 raspberrypi p4d: Checking state ... Jan 4 06:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:43:22 raspberrypi p4d: Checking state ... Jan 4 06:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:43:22 raspberrypi p4d: Reading values ... Jan 4 06:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:43:22 raspberrypi p4d: Updating error list Jan 4 06:43:23 raspberrypi p4d: Updating error list done Jan 4 06:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:43:32 raspberrypi p4d: Checking state ... Jan 4 06:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:43:42 raspberrypi p4d: Checking state ... Jan 4 06:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:43:52 raspberrypi p4d: Checking state ... Jan 4 06:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:44:02 raspberrypi p4d: Checking state ... Jan 4 06:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:44:12 raspberrypi p4d: Checking state ... Jan 4 06:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:44:22 raspberrypi p4d: Checking state ... Jan 4 06:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:44:22 raspberrypi p4d: Reading values ... Jan 4 06:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:44:22 raspberrypi p4d: Updating error list Jan 4 06:44:23 raspberrypi p4d: Updating error list done Jan 4 06:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:44:32 raspberrypi p4d: Checking state ... Jan 4 06:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:44:42 raspberrypi p4d: Checking state ... Jan 4 06:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:44:52 raspberrypi p4d: Checking state ... Jan 4 06:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:45:02 raspberrypi p4d: Checking state ... Jan 4 06:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:45:12 raspberrypi p4d: Checking state ... Jan 4 06:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:45:22 raspberrypi p4d: Checking state ... Jan 4 06:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:45:22 raspberrypi p4d: Reading values ... Jan 4 06:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:45:22 raspberrypi p4d: Updating error list Jan 4 06:45:23 raspberrypi p4d: Updating error list done Jan 4 06:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:45:32 raspberrypi p4d: Checking state ... Jan 4 06:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:45:42 raspberrypi p4d: Checking state ... Jan 4 06:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:45:52 raspberrypi p4d: Checking state ... Jan 4 06:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:46:02 raspberrypi p4d: Checking state ... Jan 4 06:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:46:12 raspberrypi p4d: Checking state ... Jan 4 06:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:46:22 raspberrypi p4d: Checking state ... Jan 4 06:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:46:22 raspberrypi p4d: Reading values ... Jan 4 06:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:46:22 raspberrypi p4d: Updating error list Jan 4 06:46:23 raspberrypi p4d: Updating error list done Jan 4 06:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:46:32 raspberrypi p4d: Checking state ... Jan 4 06:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:46:42 raspberrypi p4d: Checking state ... Jan 4 06:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:46:52 raspberrypi p4d: Checking state ... Jan 4 06:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:47:02 raspberrypi p4d: Checking state ... Jan 4 06:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:47:12 raspberrypi p4d: Checking state ... Jan 4 06:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:47:22 raspberrypi p4d: Checking state ... Jan 4 06:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:47:22 raspberrypi p4d: Reading values ... Jan 4 06:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:47:22 raspberrypi p4d: Updating error list Jan 4 06:47:23 raspberrypi p4d: Updating error list done Jan 4 06:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:47:32 raspberrypi p4d: Checking state ... Jan 4 06:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:47:42 raspberrypi p4d: Checking state ... Jan 4 06:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:47:52 raspberrypi p4d: Checking state ... Jan 4 06:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:48:02 raspberrypi p4d: Checking state ... Jan 4 06:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:48:12 raspberrypi p4d: Checking state ... Jan 4 06:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:48:22 raspberrypi p4d: Checking state ... Jan 4 06:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:48:22 raspberrypi p4d: Reading values ... Jan 4 06:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:48:22 raspberrypi p4d: Updating error list Jan 4 06:48:23 raspberrypi p4d: Updating error list done Jan 4 06:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:48:32 raspberrypi p4d: Checking state ... Jan 4 06:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:48:42 raspberrypi p4d: Checking state ... Jan 4 06:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:48:52 raspberrypi p4d: Checking state ... Jan 4 06:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:49:02 raspberrypi p4d: Checking state ... Jan 4 06:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:49:12 raspberrypi p4d: Checking state ... Jan 4 06:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:49:22 raspberrypi p4d: Checking state ... Jan 4 06:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:49:22 raspberrypi p4d: Reading values ... Jan 4 06:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:49:22 raspberrypi p4d: Updating error list Jan 4 06:49:23 raspberrypi p4d: Updating error list done Jan 4 06:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:49:32 raspberrypi p4d: Checking state ... Jan 4 06:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:49:42 raspberrypi p4d: Checking state ... Jan 4 06:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:49:52 raspberrypi p4d: Checking state ... Jan 4 06:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:50:02 raspberrypi p4d: Checking state ... Jan 4 06:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:50:12 raspberrypi p4d: Checking state ... Jan 4 06:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:50:22 raspberrypi p4d: Checking state ... Jan 4 06:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:50:22 raspberrypi p4d: Reading values ... Jan 4 06:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:50:22 raspberrypi p4d: Updating error list Jan 4 06:50:23 raspberrypi p4d: Updating error list done Jan 4 06:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:50:32 raspberrypi p4d: Checking state ... Jan 4 06:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:50:42 raspberrypi p4d: Checking state ... Jan 4 06:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:50:52 raspberrypi p4d: Checking state ... Jan 4 06:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:51:02 raspberrypi p4d: Checking state ... Jan 4 06:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:51:12 raspberrypi p4d: Checking state ... Jan 4 06:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:51:22 raspberrypi p4d: Checking state ... Jan 4 06:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:51:22 raspberrypi p4d: Reading values ... Jan 4 06:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:51:22 raspberrypi p4d: Updating error list Jan 4 06:51:23 raspberrypi p4d: Updating error list done Jan 4 06:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:51:32 raspberrypi p4d: Checking state ... Jan 4 06:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:51:42 raspberrypi p4d: Checking state ... Jan 4 06:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:51:52 raspberrypi p4d: Checking state ... Jan 4 06:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:52:02 raspberrypi p4d: Checking state ... Jan 4 06:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:52:12 raspberrypi p4d: Checking state ... Jan 4 06:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:52:22 raspberrypi p4d: Checking state ... Jan 4 06:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:52:22 raspberrypi p4d: Reading values ... Jan 4 06:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:52:22 raspberrypi p4d: Updating error list Jan 4 06:52:23 raspberrypi p4d: Updating error list done Jan 4 06:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:52:32 raspberrypi p4d: Checking state ... Jan 4 06:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:52:42 raspberrypi p4d: Checking state ... Jan 4 06:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:52:52 raspberrypi p4d: Checking state ... Jan 4 06:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:53:02 raspberrypi p4d: Checking state ... Jan 4 06:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:53:12 raspberrypi p4d: Checking state ... Jan 4 06:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:53:22 raspberrypi p4d: Checking state ... Jan 4 06:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:53:22 raspberrypi p4d: Reading values ... Jan 4 06:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:53:22 raspberrypi p4d: Updating error list Jan 4 06:53:23 raspberrypi p4d: Updating error list done Jan 4 06:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:53:32 raspberrypi p4d: Checking state ... Jan 4 06:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:53:42 raspberrypi p4d: Checking state ... Jan 4 06:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:53:52 raspberrypi p4d: Checking state ... Jan 4 06:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:54:02 raspberrypi p4d: Checking state ... Jan 4 06:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:54:12 raspberrypi p4d: Checking state ... Jan 4 06:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:54:22 raspberrypi p4d: Checking state ... Jan 4 06:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:54:22 raspberrypi p4d: Reading values ... Jan 4 06:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:54:22 raspberrypi p4d: Updating error list Jan 4 06:54:23 raspberrypi p4d: Updating error list done Jan 4 06:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:54:32 raspberrypi p4d: Checking state ... Jan 4 06:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:54:42 raspberrypi p4d: Checking state ... Jan 4 06:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:54:52 raspberrypi p4d: Checking state ... Jan 4 06:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:55:02 raspberrypi p4d: Checking state ... Jan 4 06:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:55:12 raspberrypi p4d: Checking state ... Jan 4 06:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:55:22 raspberrypi p4d: Checking state ... Jan 4 06:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:55:22 raspberrypi p4d: Reading values ... Jan 4 06:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:55:22 raspberrypi p4d: Updating error list Jan 4 06:55:23 raspberrypi p4d: Updating error list done Jan 4 06:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:55:32 raspberrypi p4d: Checking state ... Jan 4 06:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:55:42 raspberrypi p4d: Checking state ... Jan 4 06:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:55:52 raspberrypi p4d: Checking state ... Jan 4 06:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:56:02 raspberrypi p4d: Checking state ... Jan 4 06:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:56:12 raspberrypi p4d: Checking state ... Jan 4 06:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:56:22 raspberrypi p4d: Checking state ... Jan 4 06:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:56:22 raspberrypi p4d: Reading values ... Jan 4 06:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:56:22 raspberrypi p4d: Updating error list Jan 4 06:56:23 raspberrypi p4d: Updating error list done Jan 4 06:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:56:32 raspberrypi p4d: Checking state ... Jan 4 06:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:56:42 raspberrypi p4d: Checking state ... Jan 4 06:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:56:52 raspberrypi p4d: Checking state ... Jan 4 06:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:57:02 raspberrypi p4d: Checking state ... Jan 4 06:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:57:12 raspberrypi p4d: Checking state ... Jan 4 06:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:57:22 raspberrypi p4d: Checking state ... Jan 4 06:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:57:22 raspberrypi p4d: Reading values ... Jan 4 06:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:57:22 raspberrypi p4d: Updating error list Jan 4 06:57:23 raspberrypi p4d: Updating error list done Jan 4 06:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:57:32 raspberrypi p4d: Checking state ... Jan 4 06:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:57:42 raspberrypi p4d: Checking state ... Jan 4 06:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:57:52 raspberrypi p4d: Checking state ... Jan 4 06:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:58:02 raspberrypi p4d: Checking state ... Jan 4 06:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:58:12 raspberrypi p4d: Checking state ... Jan 4 06:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:58:22 raspberrypi p4d: Checking state ... Jan 4 06:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:58:22 raspberrypi p4d: Reading values ... Jan 4 06:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:58:22 raspberrypi p4d: Updating error list Jan 4 06:58:23 raspberrypi p4d: Updating error list done Jan 4 06:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:58:32 raspberrypi p4d: Checking state ... Jan 4 06:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:58:42 raspberrypi p4d: Checking state ... Jan 4 06:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:58:52 raspberrypi p4d: Checking state ... Jan 4 06:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:59:02 raspberrypi p4d: Checking state ... Jan 4 06:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:59:12 raspberrypi p4d: Checking state ... Jan 4 06:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:59:22 raspberrypi p4d: Checking state ... Jan 4 06:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:59:22 raspberrypi p4d: Reading values ... Jan 4 06:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 06:59:22 raspberrypi p4d: Updating error list Jan 4 06:59:23 raspberrypi p4d: Updating error list done Jan 4 06:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 06:59:32 raspberrypi p4d: Checking state ... Jan 4 06:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:59:42 raspberrypi p4d: Checking state ... Jan 4 06:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 06:59:52 raspberrypi p4d: Checking state ... Jan 4 06:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:00:02 raspberrypi p4d: Checking state ... Jan 4 07:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:00:12 raspberrypi p4d: Checking state ... Jan 4 07:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:00:22 raspberrypi p4d: Checking state ... Jan 4 07:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:00:22 raspberrypi p4d: Reading values ... Jan 4 07:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:00:22 raspberrypi p4d: Updating error list Jan 4 07:00:23 raspberrypi p4d: Updating error list done Jan 4 07:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:00:32 raspberrypi p4d: Checking state ... Jan 4 07:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:00:42 raspberrypi p4d: Checking state ... Jan 4 07:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:00:52 raspberrypi p4d: Checking state ... Jan 4 07:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:01:02 raspberrypi p4d: Checking state ... Jan 4 07:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:01:12 raspberrypi p4d: Checking state ... Jan 4 07:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:01:22 raspberrypi p4d: Checking state ... Jan 4 07:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:01:22 raspberrypi p4d: Reading values ... Jan 4 07:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:01:22 raspberrypi p4d: Updating error list Jan 4 07:01:23 raspberrypi p4d: Updating error list done Jan 4 07:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:01:32 raspberrypi p4d: Checking state ... Jan 4 07:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:01:42 raspberrypi p4d: Checking state ... Jan 4 07:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:01:52 raspberrypi p4d: Checking state ... Jan 4 07:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:02:02 raspberrypi p4d: Checking state ... Jan 4 07:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:02:12 raspberrypi p4d: Checking state ... Jan 4 07:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:02:22 raspberrypi p4d: Checking state ... Jan 4 07:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:02:22 raspberrypi p4d: Reading values ... Jan 4 07:02:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:02:22 raspberrypi p4d: Updating error list Jan 4 07:02:23 raspberrypi p4d: Updating error list done Jan 4 07:02:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:02:32 raspberrypi p4d: Checking state ... Jan 4 07:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:02:42 raspberrypi p4d: Checking state ... Jan 4 07:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:02:52 raspberrypi p4d: Checking state ... Jan 4 07:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:03:02 raspberrypi p4d: Checking state ... Jan 4 07:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:03:12 raspberrypi p4d: Checking state ... Jan 4 07:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:03:22 raspberrypi p4d: Checking state ... Jan 4 07:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:03:22 raspberrypi p4d: Reading values ... Jan 4 07:03:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:03:22 raspberrypi p4d: Updating error list Jan 4 07:03:23 raspberrypi p4d: Updating error list done Jan 4 07:03:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:03:32 raspberrypi p4d: Checking state ... Jan 4 07:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:03:42 raspberrypi p4d: Checking state ... Jan 4 07:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:03:52 raspberrypi p4d: Checking state ... Jan 4 07:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:04:02 raspberrypi p4d: Checking state ... Jan 4 07:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:04:12 raspberrypi p4d: Checking state ... Jan 4 07:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:04:22 raspberrypi p4d: Checking state ... Jan 4 07:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:04:22 raspberrypi p4d: Reading values ... Jan 4 07:04:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:04:22 raspberrypi p4d: Updating error list Jan 4 07:04:23 raspberrypi p4d: Updating error list done Jan 4 07:04:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:04:32 raspberrypi p4d: Checking state ... Jan 4 07:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:04:42 raspberrypi p4d: Checking state ... Jan 4 07:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:04:52 raspberrypi p4d: Checking state ... Jan 4 07:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:05:02 raspberrypi p4d: Checking state ... Jan 4 07:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:05:12 raspberrypi p4d: Checking state ... Jan 4 07:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:05:22 raspberrypi p4d: Checking state ... Jan 4 07:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:05:22 raspberrypi p4d: Reading values ... Jan 4 07:05:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:05:22 raspberrypi p4d: Updating error list Jan 4 07:05:23 raspberrypi p4d: Updating error list done Jan 4 07:05:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:05:32 raspberrypi p4d: Checking state ... Jan 4 07:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:05:42 raspberrypi p4d: Checking state ... Jan 4 07:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:05:52 raspberrypi p4d: Checking state ... Jan 4 07:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:06:02 raspberrypi p4d: Checking state ... Jan 4 07:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:06:12 raspberrypi p4d: Checking state ... Jan 4 07:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:06:22 raspberrypi p4d: Checking state ... Jan 4 07:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:06:22 raspberrypi p4d: Reading values ... Jan 4 07:06:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:06:22 raspberrypi p4d: Updating error list Jan 4 07:06:23 raspberrypi p4d: Updating error list done Jan 4 07:06:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:06:32 raspberrypi p4d: Checking state ... Jan 4 07:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:06:42 raspberrypi p4d: Checking state ... Jan 4 07:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:06:52 raspberrypi p4d: Checking state ... Jan 4 07:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:07:02 raspberrypi p4d: Checking state ... Jan 4 07:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:07:12 raspberrypi p4d: Checking state ... Jan 4 07:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:07:22 raspberrypi p4d: Checking state ... Jan 4 07:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:07:22 raspberrypi p4d: Reading values ... Jan 4 07:07:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:07:22 raspberrypi p4d: Updating error list Jan 4 07:07:23 raspberrypi p4d: Updating error list done Jan 4 07:07:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:07:32 raspberrypi p4d: Checking state ... Jan 4 07:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:07:42 raspberrypi p4d: Checking state ... Jan 4 07:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:07:52 raspberrypi p4d: Checking state ... Jan 4 07:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:08:02 raspberrypi p4d: Checking state ... Jan 4 07:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:08:12 raspberrypi p4d: Checking state ... Jan 4 07:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:08:22 raspberrypi p4d: Checking state ... Jan 4 07:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:08:22 raspberrypi p4d: Reading values ... Jan 4 07:08:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:08:22 raspberrypi p4d: Updating error list Jan 4 07:08:23 raspberrypi p4d: Updating error list done Jan 4 07:08:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:08:32 raspberrypi p4d: Checking state ... Jan 4 07:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:08:42 raspberrypi p4d: Checking state ... Jan 4 07:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:08:52 raspberrypi p4d: Checking state ... Jan 4 07:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:09:02 raspberrypi p4d: Checking state ... Jan 4 07:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:09:12 raspberrypi p4d: Checking state ... Jan 4 07:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:09:22 raspberrypi p4d: Checking state ... Jan 4 07:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:09:22 raspberrypi p4d: Reading values ... Jan 4 07:09:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:09:22 raspberrypi p4d: Updating error list Jan 4 07:09:23 raspberrypi p4d: Updating error list done Jan 4 07:09:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:09:32 raspberrypi p4d: Checking state ... Jan 4 07:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:09:42 raspberrypi p4d: Checking state ... Jan 4 07:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:09:52 raspberrypi p4d: Checking state ... Jan 4 07:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:10:02 raspberrypi p4d: Checking state ... Jan 4 07:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:10:12 raspberrypi p4d: Checking state ... Jan 4 07:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:10:22 raspberrypi p4d: Checking state ... Jan 4 07:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:10:22 raspberrypi p4d: Reading values ... Jan 4 07:10:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:10:22 raspberrypi p4d: Updating error list Jan 4 07:10:23 raspberrypi p4d: Updating error list done Jan 4 07:10:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:10:32 raspberrypi p4d: Checking state ... Jan 4 07:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:10:42 raspberrypi p4d: Checking state ... Jan 4 07:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:10:52 raspberrypi p4d: Checking state ... Jan 4 07:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:11:02 raspberrypi p4d: Checking state ... Jan 4 07:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:11:12 raspberrypi p4d: Checking state ... Jan 4 07:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:11:22 raspberrypi p4d: Checking state ... Jan 4 07:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:11:22 raspberrypi p4d: Reading values ... Jan 4 07:11:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:11:22 raspberrypi p4d: Updating error list Jan 4 07:11:23 raspberrypi p4d: Updating error list done Jan 4 07:11:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:11:32 raspberrypi p4d: Checking state ... Jan 4 07:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:11:42 raspberrypi p4d: Checking state ... Jan 4 07:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:11:52 raspberrypi p4d: Checking state ... Jan 4 07:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:12:02 raspberrypi p4d: Checking state ... Jan 4 07:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:12:12 raspberrypi p4d: Checking state ... Jan 4 07:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:12:22 raspberrypi p4d: Checking state ... Jan 4 07:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:12:22 raspberrypi p4d: Reading values ... Jan 4 07:12:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:12:22 raspberrypi p4d: Updating error list Jan 4 07:12:23 raspberrypi p4d: Updating error list done Jan 4 07:12:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:12:32 raspberrypi p4d: Checking state ... Jan 4 07:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:12:42 raspberrypi p4d: Checking state ... Jan 4 07:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:12:52 raspberrypi p4d: Checking state ... Jan 4 07:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:13:02 raspberrypi p4d: Checking state ... Jan 4 07:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:13:12 raspberrypi p4d: Checking state ... Jan 4 07:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:13:22 raspberrypi p4d: Checking state ... Jan 4 07:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:13:22 raspberrypi p4d: Reading values ... Jan 4 07:13:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:13:22 raspberrypi p4d: Updating error list Jan 4 07:13:23 raspberrypi p4d: Updating error list done Jan 4 07:13:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:13:32 raspberrypi p4d: Checking state ... Jan 4 07:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:13:42 raspberrypi p4d: Checking state ... Jan 4 07:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:13:52 raspberrypi p4d: Checking state ... Jan 4 07:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:14:02 raspberrypi p4d: Checking state ... Jan 4 07:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:14:12 raspberrypi p4d: Checking state ... Jan 4 07:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:14:22 raspberrypi p4d: Checking state ... Jan 4 07:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:14:22 raspberrypi p4d: Reading values ... Jan 4 07:14:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:14:22 raspberrypi p4d: Updating error list Jan 4 07:14:23 raspberrypi p4d: Updating error list done Jan 4 07:14:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:14:32 raspberrypi p4d: Checking state ... Jan 4 07:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:14:42 raspberrypi p4d: Checking state ... Jan 4 07:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:14:52 raspberrypi p4d: Checking state ... Jan 4 07:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:15:02 raspberrypi p4d: Checking state ... Jan 4 07:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:15:12 raspberrypi p4d: Checking state ... Jan 4 07:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:15:22 raspberrypi p4d: Checking state ... Jan 4 07:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:15:22 raspberrypi p4d: Reading values ... Jan 4 07:15:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:15:22 raspberrypi p4d: Updating error list Jan 4 07:15:23 raspberrypi p4d: Updating error list done Jan 4 07:15:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:15:32 raspberrypi p4d: Checking state ... Jan 4 07:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:15:42 raspberrypi p4d: Checking state ... Jan 4 07:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:15:52 raspberrypi p4d: Checking state ... Jan 4 07:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:16:02 raspberrypi p4d: Checking state ... Jan 4 07:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:16:12 raspberrypi p4d: Checking state ... Jan 4 07:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:16:22 raspberrypi p4d: Checking state ... Jan 4 07:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:16:22 raspberrypi p4d: Reading values ... Jan 4 07:16:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:16:22 raspberrypi p4d: Updating error list Jan 4 07:16:23 raspberrypi p4d: Updating error list done Jan 4 07:16:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:16:32 raspberrypi p4d: Checking state ... Jan 4 07:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:16:42 raspberrypi p4d: Checking state ... Jan 4 07:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:16:52 raspberrypi p4d: Checking state ... Jan 4 07:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:17:02 raspberrypi p4d: Checking state ... Jan 4 07:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:17:12 raspberrypi p4d: Checking state ... Jan 4 07:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:17:22 raspberrypi p4d: Checking state ... Jan 4 07:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:17:22 raspberrypi p4d: Reading values ... Jan 4 07:17:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:17:22 raspberrypi p4d: Updating error list Jan 4 07:17:23 raspberrypi p4d: Updating error list done Jan 4 07:17:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:17:32 raspberrypi p4d: Checking state ... Jan 4 07:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:17:42 raspberrypi p4d: Checking state ... Jan 4 07:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:17:52 raspberrypi p4d: Checking state ... Jan 4 07:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:18:02 raspberrypi p4d: Checking state ... Jan 4 07:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:18:12 raspberrypi p4d: Checking state ... Jan 4 07:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:18:22 raspberrypi p4d: Checking state ... Jan 4 07:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:18:22 raspberrypi p4d: Reading values ... Jan 4 07:18:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:18:22 raspberrypi p4d: Updating error list Jan 4 07:18:23 raspberrypi p4d: Updating error list done Jan 4 07:18:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:18:32 raspberrypi p4d: Checking state ... Jan 4 07:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:18:42 raspberrypi p4d: Checking state ... Jan 4 07:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:18:52 raspberrypi p4d: Checking state ... Jan 4 07:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:19:02 raspberrypi p4d: Checking state ... Jan 4 07:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:19:12 raspberrypi p4d: Checking state ... Jan 4 07:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:19:22 raspberrypi p4d: Checking state ... Jan 4 07:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:19:22 raspberrypi p4d: Reading values ... Jan 4 07:19:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:19:22 raspberrypi p4d: Updating error list Jan 4 07:19:23 raspberrypi p4d: Updating error list done Jan 4 07:19:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:19:32 raspberrypi p4d: Checking state ... Jan 4 07:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:19:42 raspberrypi p4d: Checking state ... Jan 4 07:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:19:52 raspberrypi p4d: Checking state ... Jan 4 07:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:20:02 raspberrypi p4d: Checking state ... Jan 4 07:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:20:12 raspberrypi p4d: Checking state ... Jan 4 07:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:20:22 raspberrypi p4d: Checking state ... Jan 4 07:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:20:22 raspberrypi p4d: Reading values ... Jan 4 07:20:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:20:22 raspberrypi p4d: Updating error list Jan 4 07:20:23 raspberrypi p4d: Updating error list done Jan 4 07:20:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:20:32 raspberrypi p4d: Checking state ... Jan 4 07:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:20:42 raspberrypi p4d: Checking state ... Jan 4 07:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:20:52 raspberrypi p4d: Checking state ... Jan 4 07:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:21:02 raspberrypi p4d: Checking state ... Jan 4 07:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:21:12 raspberrypi p4d: Checking state ... Jan 4 07:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:21:22 raspberrypi p4d: Checking state ... Jan 4 07:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:21:22 raspberrypi p4d: Reading values ... Jan 4 07:21:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:21:22 raspberrypi p4d: Updating error list Jan 4 07:21:23 raspberrypi p4d: Updating error list done Jan 4 07:21:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:21:32 raspberrypi p4d: Checking state ... Jan 4 07:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:21:42 raspberrypi p4d: Checking state ... Jan 4 07:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:21:52 raspberrypi p4d: Checking state ... Jan 4 07:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:22:02 raspberrypi p4d: Checking state ... Jan 4 07:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:22:12 raspberrypi p4d: Checking state ... Jan 4 07:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:22:22 raspberrypi p4d: Checking state ... Jan 4 07:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:22:22 raspberrypi p4d: Reading values ... Jan 4 07:22:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:22:22 raspberrypi p4d: Updating error list Jan 4 07:22:23 raspberrypi p4d: Updating error list done Jan 4 07:22:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:22:32 raspberrypi p4d: Checking state ... Jan 4 07:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:22:42 raspberrypi p4d: Checking state ... Jan 4 07:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:22:52 raspberrypi p4d: Checking state ... Jan 4 07:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:23:02 raspberrypi p4d: Checking state ... Jan 4 07:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:23:12 raspberrypi p4d: Checking state ... Jan 4 07:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:23:22 raspberrypi p4d: Checking state ... Jan 4 07:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:23:22 raspberrypi p4d: Reading values ... Jan 4 07:23:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:23:22 raspberrypi p4d: Updating error list Jan 4 07:23:23 raspberrypi p4d: Updating error list done Jan 4 07:23:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:23:32 raspberrypi p4d: Checking state ... Jan 4 07:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:23:42 raspberrypi p4d: Checking state ... Jan 4 07:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:23:52 raspberrypi p4d: Checking state ... Jan 4 07:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:24:02 raspberrypi p4d: Checking state ... Jan 4 07:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:24:12 raspberrypi p4d: Checking state ... Jan 4 07:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:24:22 raspberrypi p4d: Checking state ... Jan 4 07:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:24:22 raspberrypi p4d: Reading values ... Jan 4 07:24:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:24:22 raspberrypi p4d: Updating error list Jan 4 07:24:23 raspberrypi p4d: Updating error list done Jan 4 07:24:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:24:32 raspberrypi p4d: Checking state ... Jan 4 07:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:24:42 raspberrypi p4d: Checking state ... Jan 4 07:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:24:52 raspberrypi p4d: Checking state ... Jan 4 07:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:25:02 raspberrypi p4d: Checking state ... Jan 4 07:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:25:12 raspberrypi p4d: Checking state ... Jan 4 07:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:25:22 raspberrypi p4d: Checking state ... Jan 4 07:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:25:22 raspberrypi p4d: Reading values ... Jan 4 07:25:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:25:22 raspberrypi p4d: Updating error list Jan 4 07:25:23 raspberrypi p4d: Updating error list done Jan 4 07:25:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:25:32 raspberrypi p4d: Checking state ... Jan 4 07:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:25:42 raspberrypi p4d: Checking state ... Jan 4 07:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:25:52 raspberrypi p4d: Checking state ... Jan 4 07:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:26:02 raspberrypi p4d: Checking state ... Jan 4 07:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:26:12 raspberrypi p4d: Checking state ... Jan 4 07:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:26:22 raspberrypi p4d: Checking state ... Jan 4 07:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:26:22 raspberrypi p4d: Reading values ... Jan 4 07:26:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:26:22 raspberrypi p4d: Updating error list Jan 4 07:26:23 raspberrypi p4d: Updating error list done Jan 4 07:26:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:26:32 raspberrypi p4d: Checking state ... Jan 4 07:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:26:42 raspberrypi p4d: Checking state ... Jan 4 07:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:26:52 raspberrypi p4d: Checking state ... Jan 4 07:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:27:02 raspberrypi p4d: Checking state ... Jan 4 07:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:27:12 raspberrypi p4d: Checking state ... Jan 4 07:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:27:22 raspberrypi p4d: Checking state ... Jan 4 07:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:27:22 raspberrypi p4d: Reading values ... Jan 4 07:27:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:27:22 raspberrypi p4d: Updating error list Jan 4 07:27:23 raspberrypi p4d: Updating error list done Jan 4 07:27:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:27:32 raspberrypi p4d: Checking state ... Jan 4 07:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:27:42 raspberrypi p4d: Checking state ... Jan 4 07:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:27:52 raspberrypi p4d: Checking state ... Jan 4 07:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:28:02 raspberrypi p4d: Checking state ... Jan 4 07:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:28:12 raspberrypi p4d: Checking state ... Jan 4 07:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:28:22 raspberrypi p4d: Checking state ... Jan 4 07:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:28:22 raspberrypi p4d: Reading values ... Jan 4 07:28:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:28:22 raspberrypi p4d: Updating error list Jan 4 07:28:23 raspberrypi p4d: Updating error list done Jan 4 07:28:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:28:32 raspberrypi p4d: Checking state ... Jan 4 07:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:28:42 raspberrypi p4d: Checking state ... Jan 4 07:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:28:52 raspberrypi p4d: Checking state ... Jan 4 07:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:29:02 raspberrypi p4d: Checking state ... Jan 4 07:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:29:12 raspberrypi p4d: Checking state ... Jan 4 07:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:29:22 raspberrypi p4d: Checking state ... Jan 4 07:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:29:22 raspberrypi p4d: Reading values ... Jan 4 07:29:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:29:22 raspberrypi p4d: Updating error list Jan 4 07:29:23 raspberrypi p4d: Updating error list done Jan 4 07:29:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:29:32 raspberrypi p4d: Checking state ... Jan 4 07:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:29:42 raspberrypi p4d: Checking state ... Jan 4 07:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:29:52 raspberrypi p4d: Checking state ... Jan 4 07:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:30:02 raspberrypi p4d: Checking state ... Jan 4 07:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:30:12 raspberrypi p4d: Checking state ... Jan 4 07:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:30:22 raspberrypi p4d: Checking state ... Jan 4 07:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:30:22 raspberrypi p4d: Reading values ... Jan 4 07:30:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:30:22 raspberrypi p4d: Updating error list Jan 4 07:30:23 raspberrypi p4d: Updating error list done Jan 4 07:30:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:30:32 raspberrypi p4d: Checking state ... Jan 4 07:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:30:42 raspberrypi p4d: Checking state ... Jan 4 07:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:30:52 raspberrypi p4d: Checking state ... Jan 4 07:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:31:02 raspberrypi p4d: Checking state ... Jan 4 07:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:31:12 raspberrypi p4d: Checking state ... Jan 4 07:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:31:22 raspberrypi p4d: Checking state ... Jan 4 07:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:31:22 raspberrypi p4d: Reading values ... Jan 4 07:31:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:31:22 raspberrypi p4d: Updating error list Jan 4 07:31:23 raspberrypi p4d: Updating error list done Jan 4 07:31:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:31:32 raspberrypi p4d: Checking state ... Jan 4 07:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:31:42 raspberrypi p4d: Checking state ... Jan 4 07:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:31:52 raspberrypi p4d: Checking state ... Jan 4 07:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:32:02 raspberrypi p4d: Checking state ... Jan 4 07:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:32:12 raspberrypi p4d: Checking state ... Jan 4 07:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:32:22 raspberrypi p4d: Checking state ... Jan 4 07:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:32:22 raspberrypi p4d: Reading values ... Jan 4 07:32:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:32:22 raspberrypi p4d: Updating error list Jan 4 07:32:23 raspberrypi p4d: Updating error list done Jan 4 07:32:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:32:32 raspberrypi p4d: Checking state ... Jan 4 07:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:32:42 raspberrypi p4d: Checking state ... Jan 4 07:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:32:52 raspberrypi p4d: Checking state ... Jan 4 07:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:33:02 raspberrypi p4d: Checking state ... Jan 4 07:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:33:12 raspberrypi p4d: Checking state ... Jan 4 07:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:33:22 raspberrypi p4d: Checking state ... Jan 4 07:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:33:22 raspberrypi p4d: Reading values ... Jan 4 07:33:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:33:22 raspberrypi p4d: Updating error list Jan 4 07:33:23 raspberrypi p4d: Updating error list done Jan 4 07:33:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:33:32 raspberrypi p4d: Checking state ... Jan 4 07:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:33:42 raspberrypi p4d: Checking state ... Jan 4 07:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:33:52 raspberrypi p4d: Checking state ... Jan 4 07:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:34:02 raspberrypi p4d: Checking state ... Jan 4 07:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:34:12 raspberrypi p4d: Checking state ... Jan 4 07:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:34:22 raspberrypi p4d: Checking state ... Jan 4 07:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:34:22 raspberrypi p4d: Reading values ... Jan 4 07:34:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:34:22 raspberrypi p4d: Updating error list Jan 4 07:34:23 raspberrypi p4d: Updating error list done Jan 4 07:34:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:34:32 raspberrypi p4d: Checking state ... Jan 4 07:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:34:42 raspberrypi p4d: Checking state ... Jan 4 07:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:34:52 raspberrypi p4d: Checking state ... Jan 4 07:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:35:02 raspberrypi p4d: Checking state ... Jan 4 07:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:35:12 raspberrypi p4d: Checking state ... Jan 4 07:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:35:22 raspberrypi p4d: Checking state ... Jan 4 07:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:35:22 raspberrypi p4d: Reading values ... Jan 4 07:35:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:35:22 raspberrypi p4d: Updating error list Jan 4 07:35:23 raspberrypi p4d: Updating error list done Jan 4 07:35:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:35:32 raspberrypi p4d: Checking state ... Jan 4 07:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:35:42 raspberrypi p4d: Checking state ... Jan 4 07:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:35:52 raspberrypi p4d: Checking state ... Jan 4 07:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:36:02 raspberrypi p4d: Checking state ... Jan 4 07:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:36:12 raspberrypi p4d: Checking state ... Jan 4 07:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:36:22 raspberrypi p4d: Checking state ... Jan 4 07:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:36:22 raspberrypi p4d: Reading values ... Jan 4 07:36:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:36:22 raspberrypi p4d: Updating error list Jan 4 07:36:23 raspberrypi p4d: Updating error list done Jan 4 07:36:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:36:32 raspberrypi p4d: Checking state ... Jan 4 07:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:36:42 raspberrypi p4d: Checking state ... Jan 4 07:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:36:52 raspberrypi p4d: Checking state ... Jan 4 07:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:37:02 raspberrypi p4d: Checking state ... Jan 4 07:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:37:12 raspberrypi p4d: Checking state ... Jan 4 07:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:37:22 raspberrypi p4d: Checking state ... Jan 4 07:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:37:22 raspberrypi p4d: Reading values ... Jan 4 07:37:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:37:22 raspberrypi p4d: Updating error list Jan 4 07:37:23 raspberrypi p4d: Updating error list done Jan 4 07:37:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:37:32 raspberrypi p4d: Checking state ... Jan 4 07:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:37:42 raspberrypi p4d: Checking state ... Jan 4 07:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:37:52 raspberrypi p4d: Checking state ... Jan 4 07:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:38:02 raspberrypi p4d: Checking state ... Jan 4 07:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:38:12 raspberrypi p4d: Checking state ... Jan 4 07:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:38:22 raspberrypi p4d: Checking state ... Jan 4 07:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:38:22 raspberrypi p4d: Reading values ... Jan 4 07:38:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:38:22 raspberrypi p4d: Updating error list Jan 4 07:38:23 raspberrypi p4d: Updating error list done Jan 4 07:38:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:38:32 raspberrypi p4d: Checking state ... Jan 4 07:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:38:42 raspberrypi p4d: Checking state ... Jan 4 07:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:38:52 raspberrypi p4d: Checking state ... Jan 4 07:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:39:02 raspberrypi p4d: Checking state ... Jan 4 07:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:39:12 raspberrypi p4d: Checking state ... Jan 4 07:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:39:22 raspberrypi p4d: Checking state ... Jan 4 07:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:39:22 raspberrypi p4d: Reading values ... Jan 4 07:39:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:39:22 raspberrypi p4d: Updating error list Jan 4 07:39:23 raspberrypi p4d: Updating error list done Jan 4 07:39:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:39:32 raspberrypi p4d: Checking state ... Jan 4 07:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:39:42 raspberrypi p4d: Checking state ... Jan 4 07:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:39:52 raspberrypi p4d: Checking state ... Jan 4 07:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:40:02 raspberrypi p4d: Checking state ... Jan 4 07:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:40:12 raspberrypi p4d: Checking state ... Jan 4 07:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:40:22 raspberrypi p4d: Checking state ... Jan 4 07:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:40:22 raspberrypi p4d: Reading values ... Jan 4 07:40:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:40:22 raspberrypi p4d: Updating error list Jan 4 07:40:23 raspberrypi p4d: Updating error list done Jan 4 07:40:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:40:32 raspberrypi p4d: Checking state ... Jan 4 07:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:40:42 raspberrypi p4d: Checking state ... Jan 4 07:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:40:52 raspberrypi p4d: Checking state ... Jan 4 07:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:41:02 raspberrypi p4d: Checking state ... Jan 4 07:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:41:12 raspberrypi p4d: Checking state ... Jan 4 07:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:41:22 raspberrypi p4d: Checking state ... Jan 4 07:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:41:22 raspberrypi p4d: Reading values ... Jan 4 07:41:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:41:22 raspberrypi p4d: Updating error list Jan 4 07:41:23 raspberrypi p4d: Updating error list done Jan 4 07:41:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:41:32 raspberrypi p4d: Checking state ... Jan 4 07:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:41:42 raspberrypi p4d: Checking state ... Jan 4 07:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:41:52 raspberrypi p4d: Checking state ... Jan 4 07:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:42:02 raspberrypi p4d: Checking state ... Jan 4 07:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:42:12 raspberrypi p4d: Checking state ... Jan 4 07:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:42:22 raspberrypi p4d: Checking state ... Jan 4 07:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:42:22 raspberrypi p4d: Reading values ... Jan 4 07:42:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:42:22 raspberrypi p4d: Updating error list Jan 4 07:42:23 raspberrypi p4d: Updating error list done Jan 4 07:42:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:42:32 raspberrypi p4d: Checking state ... Jan 4 07:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:42:42 raspberrypi p4d: Checking state ... Jan 4 07:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:42:52 raspberrypi p4d: Checking state ... Jan 4 07:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:43:02 raspberrypi p4d: Checking state ... Jan 4 07:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:43:12 raspberrypi p4d: Checking state ... Jan 4 07:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:43:22 raspberrypi p4d: Checking state ... Jan 4 07:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:43:22 raspberrypi p4d: Reading values ... Jan 4 07:43:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:43:22 raspberrypi p4d: Updating error list Jan 4 07:43:23 raspberrypi p4d: Updating error list done Jan 4 07:43:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:43:32 raspberrypi p4d: Checking state ... Jan 4 07:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:43:42 raspberrypi p4d: Checking state ... Jan 4 07:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:43:52 raspberrypi p4d: Checking state ... Jan 4 07:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:44:02 raspberrypi p4d: Checking state ... Jan 4 07:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:44:12 raspberrypi p4d: Checking state ... Jan 4 07:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:44:22 raspberrypi p4d: Checking state ... Jan 4 07:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:44:22 raspberrypi p4d: Reading values ... Jan 4 07:44:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:44:22 raspberrypi p4d: Updating error list Jan 4 07:44:23 raspberrypi p4d: Updating error list done Jan 4 07:44:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:44:32 raspberrypi p4d: Checking state ... Jan 4 07:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:44:42 raspberrypi p4d: Checking state ... Jan 4 07:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:44:52 raspberrypi p4d: Checking state ... Jan 4 07:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:45:02 raspberrypi p4d: Checking state ... Jan 4 07:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:45:12 raspberrypi p4d: Checking state ... Jan 4 07:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:45:22 raspberrypi p4d: Checking state ... Jan 4 07:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:45:22 raspberrypi p4d: Reading values ... Jan 4 07:45:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:45:22 raspberrypi p4d: Updating error list Jan 4 07:45:23 raspberrypi p4d: Updating error list done Jan 4 07:45:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:45:32 raspberrypi p4d: Checking state ... Jan 4 07:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:45:42 raspberrypi p4d: Checking state ... Jan 4 07:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:45:52 raspberrypi p4d: Checking state ... Jan 4 07:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:46:02 raspberrypi p4d: Checking state ... Jan 4 07:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:46:12 raspberrypi p4d: Checking state ... Jan 4 07:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:46:22 raspberrypi p4d: Checking state ... Jan 4 07:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:46:22 raspberrypi p4d: Reading values ... Jan 4 07:46:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:46:22 raspberrypi p4d: Updating error list Jan 4 07:46:23 raspberrypi p4d: Updating error list done Jan 4 07:46:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:46:32 raspberrypi p4d: Checking state ... Jan 4 07:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:46:42 raspberrypi p4d: Checking state ... Jan 4 07:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:46:52 raspberrypi p4d: Checking state ... Jan 4 07:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:47:02 raspberrypi p4d: Checking state ... Jan 4 07:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:47:12 raspberrypi p4d: Checking state ... Jan 4 07:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:47:22 raspberrypi p4d: Checking state ... Jan 4 07:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:47:22 raspberrypi p4d: Reading values ... Jan 4 07:47:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:47:22 raspberrypi p4d: Updating error list Jan 4 07:47:23 raspberrypi p4d: Updating error list done Jan 4 07:47:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:47:32 raspberrypi p4d: Checking state ... Jan 4 07:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:47:42 raspberrypi p4d: Checking state ... Jan 4 07:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:47:52 raspberrypi p4d: Checking state ... Jan 4 07:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:48:02 raspberrypi p4d: Checking state ... Jan 4 07:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:48:12 raspberrypi p4d: Checking state ... Jan 4 07:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:48:22 raspberrypi p4d: Checking state ... Jan 4 07:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:48:22 raspberrypi p4d: Reading values ... Jan 4 07:48:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:48:22 raspberrypi p4d: Updating error list Jan 4 07:48:23 raspberrypi p4d: Updating error list done Jan 4 07:48:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:48:32 raspberrypi p4d: Checking state ... Jan 4 07:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:48:42 raspberrypi p4d: Checking state ... Jan 4 07:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:48:52 raspberrypi p4d: Checking state ... Jan 4 07:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:49:02 raspberrypi p4d: Checking state ... Jan 4 07:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:49:12 raspberrypi p4d: Checking state ... Jan 4 07:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:49:22 raspberrypi p4d: Checking state ... Jan 4 07:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:49:22 raspberrypi p4d: Reading values ... Jan 4 07:49:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:49:22 raspberrypi p4d: Updating error list Jan 4 07:49:23 raspberrypi p4d: Updating error list done Jan 4 07:49:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:49:32 raspberrypi p4d: Checking state ... Jan 4 07:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:49:42 raspberrypi p4d: Checking state ... Jan 4 07:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:49:52 raspberrypi p4d: Checking state ... Jan 4 07:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:50:02 raspberrypi p4d: Checking state ... Jan 4 07:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:50:12 raspberrypi p4d: Checking state ... Jan 4 07:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:50:22 raspberrypi p4d: Checking state ... Jan 4 07:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:50:22 raspberrypi p4d: Reading values ... Jan 4 07:50:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:50:22 raspberrypi p4d: Updating error list Jan 4 07:50:23 raspberrypi p4d: Updating error list done Jan 4 07:50:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:50:32 raspberrypi p4d: Checking state ... Jan 4 07:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:50:42 raspberrypi p4d: Checking state ... Jan 4 07:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:50:52 raspberrypi p4d: Checking state ... Jan 4 07:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:51:02 raspberrypi p4d: Checking state ... Jan 4 07:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:51:12 raspberrypi p4d: Checking state ... Jan 4 07:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:51:22 raspberrypi p4d: Checking state ... Jan 4 07:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:51:22 raspberrypi p4d: Reading values ... Jan 4 07:51:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:51:22 raspberrypi p4d: Updating error list Jan 4 07:51:23 raspberrypi p4d: Updating error list done Jan 4 07:51:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:51:32 raspberrypi p4d: Checking state ... Jan 4 07:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:51:42 raspberrypi p4d: Checking state ... Jan 4 07:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:51:52 raspberrypi p4d: Checking state ... Jan 4 07:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:52:02 raspberrypi p4d: Checking state ... Jan 4 07:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:52:12 raspberrypi p4d: Checking state ... Jan 4 07:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:52:22 raspberrypi p4d: Checking state ... Jan 4 07:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:52:22 raspberrypi p4d: Reading values ... Jan 4 07:52:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:52:22 raspberrypi p4d: Updating error list Jan 4 07:52:23 raspberrypi p4d: Updating error list done Jan 4 07:52:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:52:32 raspberrypi p4d: Checking state ... Jan 4 07:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:52:42 raspberrypi p4d: Checking state ... Jan 4 07:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:52:52 raspberrypi p4d: Checking state ... Jan 4 07:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:53:02 raspberrypi p4d: Checking state ... Jan 4 07:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:53:12 raspberrypi p4d: Checking state ... Jan 4 07:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:53:22 raspberrypi p4d: Checking state ... Jan 4 07:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:53:22 raspberrypi p4d: Reading values ... Jan 4 07:53:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:53:22 raspberrypi p4d: Updating error list Jan 4 07:53:23 raspberrypi p4d: Updating error list done Jan 4 07:53:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:53:32 raspberrypi p4d: Checking state ... Jan 4 07:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:53:42 raspberrypi p4d: Checking state ... Jan 4 07:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:53:52 raspberrypi p4d: Checking state ... Jan 4 07:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:54:02 raspberrypi p4d: Checking state ... Jan 4 07:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:54:12 raspberrypi p4d: Checking state ... Jan 4 07:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:54:22 raspberrypi p4d: Checking state ... Jan 4 07:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:54:22 raspberrypi p4d: Reading values ... Jan 4 07:54:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:54:22 raspberrypi p4d: Updating error list Jan 4 07:54:23 raspberrypi p4d: Updating error list done Jan 4 07:54:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:54:32 raspberrypi p4d: Checking state ... Jan 4 07:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:54:42 raspberrypi p4d: Checking state ... Jan 4 07:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:54:52 raspberrypi p4d: Checking state ... Jan 4 07:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:55:02 raspberrypi p4d: Checking state ... Jan 4 07:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:55:12 raspberrypi p4d: Checking state ... Jan 4 07:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:55:22 raspberrypi p4d: Checking state ... Jan 4 07:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:55:22 raspberrypi p4d: Reading values ... Jan 4 07:55:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:55:22 raspberrypi p4d: Updating error list Jan 4 07:55:23 raspberrypi p4d: Updating error list done Jan 4 07:55:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:55:32 raspberrypi p4d: Checking state ... Jan 4 07:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:55:42 raspberrypi p4d: Checking state ... Jan 4 07:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:55:52 raspberrypi p4d: Checking state ... Jan 4 07:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:56:02 raspberrypi p4d: Checking state ... Jan 4 07:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:56:12 raspberrypi p4d: Checking state ... Jan 4 07:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:56:22 raspberrypi p4d: Checking state ... Jan 4 07:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:56:22 raspberrypi p4d: Reading values ... Jan 4 07:56:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:56:22 raspberrypi p4d: Updating error list Jan 4 07:56:23 raspberrypi p4d: Updating error list done Jan 4 07:56:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:56:32 raspberrypi p4d: Checking state ... Jan 4 07:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:56:42 raspberrypi p4d: Checking state ... Jan 4 07:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:56:52 raspberrypi p4d: Checking state ... Jan 4 07:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:57:02 raspberrypi p4d: Checking state ... Jan 4 07:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:57:12 raspberrypi p4d: Checking state ... Jan 4 07:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:57:22 raspberrypi p4d: Checking state ... Jan 4 07:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:57:22 raspberrypi p4d: Reading values ... Jan 4 07:57:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:57:22 raspberrypi p4d: Updating error list Jan 4 07:57:23 raspberrypi p4d: Updating error list done Jan 4 07:57:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:57:32 raspberrypi p4d: Checking state ... Jan 4 07:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:57:42 raspberrypi p4d: Checking state ... Jan 4 07:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:57:52 raspberrypi p4d: Checking state ... Jan 4 07:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:58:02 raspberrypi p4d: Checking state ... Jan 4 07:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:58:12 raspberrypi p4d: Checking state ... Jan 4 07:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:58:22 raspberrypi p4d: Checking state ... Jan 4 07:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:58:22 raspberrypi p4d: Reading values ... Jan 4 07:58:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:58:22 raspberrypi p4d: Updating error list Jan 4 07:58:23 raspberrypi p4d: Updating error list done Jan 4 07:58:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:58:32 raspberrypi p4d: Checking state ... Jan 4 07:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:58:42 raspberrypi p4d: Checking state ... Jan 4 07:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:58:52 raspberrypi p4d: Checking state ... Jan 4 07:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:59:02 raspberrypi p4d: Checking state ... Jan 4 07:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:59:12 raspberrypi p4d: Checking state ... Jan 4 07:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:59:22 raspberrypi p4d: Checking state ... Jan 4 07:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:59:22 raspberrypi p4d: Reading values ... Jan 4 07:59:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 07:59:22 raspberrypi p4d: Updating error list Jan 4 07:59:23 raspberrypi p4d: Updating error list done Jan 4 07:59:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 07:59:32 raspberrypi p4d: Checking state ... Jan 4 07:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:59:42 raspberrypi p4d: Checking state ... Jan 4 07:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 07:59:52 raspberrypi p4d: Checking state ... Jan 4 07:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:00:02 raspberrypi p4d: Checking state ... Jan 4 08:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:00:12 raspberrypi p4d: Checking state ... Jan 4 08:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:00:22 raspberrypi p4d: Checking state ... Jan 4 08:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:00:22 raspberrypi p4d: Reading values ... Jan 4 08:00:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 08:00:22 raspberrypi p4d: Updating error list Jan 4 08:00:23 raspberrypi p4d: Updating error list done Jan 4 08:00:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:00:32 raspberrypi p4d: Checking state ... Jan 4 08:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:00:42 raspberrypi p4d: Checking state ... Jan 4 08:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:00:52 raspberrypi p4d: Checking state ... Jan 4 08:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:01:02 raspberrypi p4d: Checking state ... Jan 4 08:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:01:12 raspberrypi p4d: Checking state ... Jan 4 08:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:01:22 raspberrypi p4d: Checking state ... Jan 4 08:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:01:22 raspberrypi p4d: Reading values ... Jan 4 08:01:22 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 08:01:22 raspberrypi p4d: Updating error list Jan 4 08:01:23 raspberrypi p4d: Updating error list done Jan 4 08:01:23 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:01:32 raspberrypi p4d: Checking state ... Jan 4 08:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:01:42 raspberrypi p4d: Checking state ... Jan 4 08:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:01:52 raspberrypi p4d: Checking state ... Jan 4 08:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:02:02 raspberrypi p4d: Checking state ... Jan 4 08:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 08:02:12 raspberrypi p4d: Checking state ... Jan 4 08:02:12 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:02:12 raspberrypi p4d: State changed to 'Vorbereitung' Jan 4 08:02:12 raspberrypi p4d: Reading values ... Jan 4 08:02:12 raspberrypi p4d: Processed 8 samples, state is 'Vorbereitung' Jan 4 08:02:12 raspberrypi p4d: Updating error list Jan 4 08:02:13 raspberrypi p4d: Updating error list done Jan 4 08:02:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:02:22 raspberrypi p4d: Checking state ... Jan 4 08:02:22 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:02:32 raspberrypi p4d: Checking state ... Jan 4 08:02:32 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:02:42 raspberrypi p4d: Checking state ... Jan 4 08:02:42 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:02:52 raspberrypi p4d: Checking state ... Jan 4 08:02:52 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:03:02 raspberrypi p4d: Checking state ... Jan 4 08:03:02 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:03:12 raspberrypi p4d: Checking state ... Jan 4 08:03:12 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:03:12 raspberrypi p4d: Reading values ... Jan 4 08:03:12 raspberrypi p4d: Processed 8 samples, state is 'Vorbereitung' Jan 4 08:03:12 raspberrypi p4d: Updating error list Jan 4 08:03:13 raspberrypi p4d: Updating error list done Jan 4 08:03:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:03:22 raspberrypi p4d: Checking state ... Jan 4 08:03:22 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:03:32 raspberrypi p4d: Checking state ... Jan 4 08:03:32 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:03:42 raspberrypi p4d: Checking state ... Jan 4 08:03:42 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:03:52 raspberrypi p4d: Checking state ... Jan 4 08:03:52 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:04:02 raspberrypi p4d: Checking state ... Jan 4 08:04:02 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:04:12 raspberrypi p4d: Checking state ... Jan 4 08:04:12 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:04:12 raspberrypi p4d: Reading values ... Jan 4 08:04:12 raspberrypi p4d: Processed 8 samples, state is 'Vorbereitung' Jan 4 08:04:12 raspberrypi p4d: Updating error list Jan 4 08:04:13 raspberrypi p4d: Updating error list done Jan 4 08:04:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:04:22 raspberrypi p4d: Checking state ... Jan 4 08:04:22 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:04:32 raspberrypi p4d: Checking state ... Jan 4 08:04:32 raspberrypi p4d: ... got (7) 'Vorbereitung' Jan 4 08:04:42 raspberrypi p4d: Checking state ... Jan 4 08:04:42 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:04:42 raspberrypi p4d: State changed to 'Anheizen' Jan 4 08:04:42 raspberrypi p4d: Reading values ... Jan 4 08:04:42 raspberrypi p4d: Processed 8 samples, state is 'Anheizen' Jan 4 08:04:42 raspberrypi p4d: Updating error list Jan 4 08:04:43 raspberrypi p4d: Updating error list done Jan 4 08:04:43 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:04:52 raspberrypi p4d: Checking state ... Jan 4 08:04:52 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:05:02 raspberrypi p4d: Checking state ... Jan 4 08:05:02 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:05:12 raspberrypi p4d: Checking state ... Jan 4 08:05:12 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:05:22 raspberrypi p4d: Checking state ... Jan 4 08:05:22 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:05:32 raspberrypi p4d: Checking state ... Jan 4 08:05:32 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:05:42 raspberrypi p4d: Checking state ... Jan 4 08:05:42 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:05:42 raspberrypi p4d: Reading values ... Jan 4 08:05:42 raspberrypi p4d: Processed 8 samples, state is 'Anheizen' Jan 4 08:05:42 raspberrypi p4d: Updating error list Jan 4 08:05:43 raspberrypi p4d: Updating error list done Jan 4 08:05:43 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:05:52 raspberrypi p4d: Checking state ... Jan 4 08:05:52 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:06:02 raspberrypi p4d: Checking state ... Jan 4 08:06:02 raspberrypi p4d: ... got (2) 'Anheizen' Jan 4 08:06:12 raspberrypi p4d: Checking state ... Jan 4 08:06:12 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:06:12 raspberrypi p4d: State changed to 'Vorwärmen' Jan 4 08:06:12 raspberrypi p4d: Reading values ... Jan 4 08:06:12 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 4 08:06:12 raspberrypi p4d: Updating error list Jan 4 08:06:13 raspberrypi p4d: Updating error list done Jan 4 08:06:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:06:22 raspberrypi p4d: Checking state ... Jan 4 08:06:22 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:06:32 raspberrypi p4d: Checking state ... Jan 4 08:06:32 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:06:42 raspberrypi p4d: Checking state ... Jan 4 08:06:42 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:06:52 raspberrypi p4d: Checking state ... Jan 4 08:06:52 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:07:02 raspberrypi p4d: Checking state ... Jan 4 08:07:02 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:07:12 raspberrypi p4d: Checking state ... Jan 4 08:07:12 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:07:12 raspberrypi p4d: Reading values ... Jan 4 08:07:12 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 4 08:07:12 raspberrypi p4d: Updating error list Jan 4 08:07:13 raspberrypi p4d: Updating error list done Jan 4 08:07:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:07:22 raspberrypi p4d: Checking state ... Jan 4 08:07:22 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:07:32 raspberrypi p4d: Checking state ... Jan 4 08:07:32 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:07:42 raspberrypi p4d: Checking state ... Jan 4 08:07:42 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:07:52 raspberrypi p4d: Checking state ... Jan 4 08:07:52 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:08:02 raspberrypi p4d: Checking state ... Jan 4 08:08:02 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:08:12 raspberrypi p4d: Checking state ... Jan 4 08:08:12 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:08:12 raspberrypi p4d: Reading values ... Jan 4 08:08:12 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 4 08:08:12 raspberrypi p4d: Updating error list Jan 4 08:08:13 raspberrypi p4d: Updating error list done Jan 4 08:08:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:08:22 raspberrypi p4d: Checking state ... Jan 4 08:08:22 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:08:32 raspberrypi p4d: Checking state ... Jan 4 08:08:32 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:08:42 raspberrypi p4d: Checking state ... Jan 4 08:08:42 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:08:52 raspberrypi p4d: Checking state ... Jan 4 08:08:52 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:09:02 raspberrypi p4d: Checking state ... Jan 4 08:09:02 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:09:12 raspberrypi p4d: Checking state ... Jan 4 08:09:12 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:09:12 raspberrypi p4d: Reading values ... Jan 4 08:09:12 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 4 08:09:12 raspberrypi p4d: Updating error list Jan 4 08:09:13 raspberrypi p4d: Updating error list done Jan 4 08:09:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:09:22 raspberrypi p4d: Checking state ... Jan 4 08:09:22 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:09:32 raspberrypi p4d: Checking state ... Jan 4 08:09:32 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:09:42 raspberrypi p4d: Checking state ... Jan 4 08:09:42 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:09:52 raspberrypi p4d: Checking state ... Jan 4 08:09:52 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:10:02 raspberrypi p4d: Checking state ... Jan 4 08:10:02 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:10:12 raspberrypi p4d: Checking state ... Jan 4 08:10:12 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:10:12 raspberrypi p4d: Reading values ... Jan 4 08:10:12 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 4 08:10:12 raspberrypi p4d: Updating error list Jan 4 08:10:13 raspberrypi p4d: Updating error list done Jan 4 08:10:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:10:22 raspberrypi p4d: Checking state ... Jan 4 08:10:22 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:10:32 raspberrypi p4d: Checking state ... Jan 4 08:10:32 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:10:42 raspberrypi p4d: Checking state ... Jan 4 08:10:42 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:10:52 raspberrypi p4d: Checking state ... Jan 4 08:10:52 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:11:02 raspberrypi p4d: Checking state ... Jan 4 08:11:02 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:11:12 raspberrypi p4d: Checking state ... Jan 4 08:11:12 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:11:12 raspberrypi p4d: Reading values ... Jan 4 08:11:12 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 4 08:11:12 raspberrypi p4d: Updating error list Jan 4 08:11:13 raspberrypi p4d: Updating error list done Jan 4 08:11:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:11:22 raspberrypi p4d: Checking state ... Jan 4 08:11:22 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:11:32 raspberrypi p4d: Checking state ... Jan 4 08:11:32 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:11:42 raspberrypi p4d: Checking state ... Jan 4 08:11:42 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:11:52 raspberrypi p4d: Checking state ... Jan 4 08:11:52 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:12:02 raspberrypi p4d: Checking state ... Jan 4 08:12:02 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:12:12 raspberrypi p4d: Checking state ... Jan 4 08:12:12 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:12:12 raspberrypi p4d: Reading values ... Jan 4 08:12:15 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 4 08:12:15 raspberrypi p4d: Updating error list Jan 4 08:12:16 raspberrypi p4d: Updating error list done Jan 4 08:12:16 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:12:22 raspberrypi p4d: Checking state ... Jan 4 08:12:22 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:12:32 raspberrypi p4d: Checking state ... Jan 4 08:12:32 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:12:42 raspberrypi p4d: Checking state ... Jan 4 08:12:42 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:12:52 raspberrypi p4d: Checking state ... Jan 4 08:12:52 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:13:02 raspberrypi p4d: Checking state ... Jan 4 08:13:02 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:13:12 raspberrypi p4d: Checking state ... Jan 4 08:13:12 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:13:12 raspberrypi p4d: Reading values ... Jan 4 08:13:12 raspberrypi p4d: Processed 8 samples, state is 'Vorwärmen' Jan 4 08:13:12 raspberrypi p4d: Updating error list Jan 4 08:13:13 raspberrypi p4d: Updating error list done Jan 4 08:13:13 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:13:22 raspberrypi p4d: Checking state ... Jan 4 08:13:22 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:13:32 raspberrypi p4d: Checking state ... Jan 4 08:13:32 raspberrypi p4d: ... got (8) 'Vorwärmphase' Jan 4 08:13:42 raspberrypi p4d: Checking state ... Jan 4 08:13:42 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:13:42 raspberrypi p4d: State changed to 'Zünden' Jan 4 08:13:42 raspberrypi p4d: Reading values ... Jan 4 08:13:42 raspberrypi p4d: Processed 8 samples, state is 'Zünden' Jan 4 08:13:42 raspberrypi p4d: Updating error list Jan 4 08:13:43 raspberrypi p4d: Updating error list done Jan 4 08:13:43 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:13:52 raspberrypi p4d: Checking state ... Jan 4 08:13:52 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:14:02 raspberrypi p4d: Checking state ... Jan 4 08:14:02 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:14:12 raspberrypi p4d: Checking state ... Jan 4 08:14:12 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:14:22 raspberrypi p4d: Checking state ... Jan 4 08:14:22 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:14:32 raspberrypi p4d: Checking state ... Jan 4 08:14:32 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:14:42 raspberrypi p4d: Checking state ... Jan 4 08:14:42 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:14:42 raspberrypi p4d: Reading values ... Jan 4 08:14:42 raspberrypi p4d: Processed 8 samples, state is 'Zünden' Jan 4 08:14:42 raspberrypi p4d: Updating error list Jan 4 08:14:43 raspberrypi p4d: Updating error list done Jan 4 08:14:43 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:14:52 raspberrypi p4d: Checking state ... Jan 4 08:14:52 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:15:02 raspberrypi p4d: Checking state ... Jan 4 08:15:02 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:15:12 raspberrypi p4d: Checking state ... Jan 4 08:15:12 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:15:22 raspberrypi p4d: Checking state ... Jan 4 08:15:22 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:15:32 raspberrypi p4d: Checking state ... Jan 4 08:15:32 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:15:42 raspberrypi p4d: Checking state ... Jan 4 08:15:42 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:15:42 raspberrypi p4d: Reading values ... Jan 4 08:15:42 raspberrypi p4d: Processed 8 samples, state is 'Zünden' Jan 4 08:15:42 raspberrypi p4d: Updating error list Jan 4 08:15:43 raspberrypi p4d: Updating error list done Jan 4 08:15:43 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:15:52 raspberrypi p4d: Checking state ... Jan 4 08:15:52 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:16:02 raspberrypi p4d: Checking state ... Jan 4 08:16:02 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:16:12 raspberrypi p4d: Checking state ... Jan 4 08:16:12 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:16:22 raspberrypi p4d: Checking state ... Jan 4 08:16:22 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:16:32 raspberrypi p4d: Checking state ... Jan 4 08:16:32 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:16:42 raspberrypi p4d: Checking state ... Jan 4 08:16:42 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:16:42 raspberrypi p4d: Reading values ... Jan 4 08:16:42 raspberrypi p4d: Processed 8 samples, state is 'Zünden' Jan 4 08:16:42 raspberrypi p4d: Updating error list Jan 4 08:16:43 raspberrypi p4d: Updating error list done Jan 4 08:16:43 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:16:52 raspberrypi p4d: Checking state ... Jan 4 08:16:52 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:17:02 raspberrypi p4d: Checking state ... Jan 4 08:17:02 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:17:12 raspberrypi p4d: Checking state ... Jan 4 08:17:12 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:17:22 raspberrypi p4d: Checking state ... Jan 4 08:17:22 raspberrypi p4d: ... got (9) 'Zünden' Jan 4 08:17:32 raspberrypi p4d: Checking state ... Jan 4 08:17:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:17:32 raspberrypi p4d: State changed to 'Heizen' Jan 4 08:17:32 raspberrypi p4d: Reading values ... Jan 4 08:17:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:17:32 raspberrypi p4d: Updating error list Jan 4 08:17:33 raspberrypi p4d: Updating error list done Jan 4 08:17:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:17:42 raspberrypi p4d: Checking state ... Jan 4 08:17:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:17:52 raspberrypi p4d: Checking state ... Jan 4 08:17:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:18:02 raspberrypi p4d: Checking state ... Jan 4 08:18:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:18:12 raspberrypi p4d: Checking state ... Jan 4 08:18:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:18:22 raspberrypi p4d: Checking state ... Jan 4 08:18:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:18:32 raspberrypi p4d: Checking state ... Jan 4 08:18:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:18:32 raspberrypi p4d: Reading values ... Jan 4 08:18:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:18:32 raspberrypi p4d: Updating error list Jan 4 08:18:33 raspberrypi p4d: Updating error list done Jan 4 08:18:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:18:42 raspberrypi p4d: Checking state ... Jan 4 08:18:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:18:52 raspberrypi p4d: Checking state ... Jan 4 08:18:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:19:02 raspberrypi p4d: Checking state ... Jan 4 08:19:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:19:12 raspberrypi p4d: Checking state ... Jan 4 08:19:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:19:22 raspberrypi p4d: Checking state ... Jan 4 08:19:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:19:32 raspberrypi p4d: Checking state ... Jan 4 08:19:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:19:32 raspberrypi p4d: Reading values ... Jan 4 08:19:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:19:32 raspberrypi p4d: Updating error list Jan 4 08:19:33 raspberrypi p4d: Updating error list done Jan 4 08:19:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:19:42 raspberrypi p4d: Checking state ... Jan 4 08:19:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:19:52 raspberrypi p4d: Checking state ... Jan 4 08:19:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:20:02 raspberrypi p4d: Checking state ... Jan 4 08:20:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:20:12 raspberrypi p4d: Checking state ... Jan 4 08:20:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:20:22 raspberrypi p4d: Checking state ... Jan 4 08:20:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:20:32 raspberrypi p4d: Checking state ... Jan 4 08:20:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:20:32 raspberrypi p4d: Reading values ... Jan 4 08:20:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:20:32 raspberrypi p4d: Updating error list Jan 4 08:20:33 raspberrypi p4d: Updating error list done Jan 4 08:20:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:20:42 raspberrypi p4d: Checking state ... Jan 4 08:20:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:20:52 raspberrypi p4d: Checking state ... Jan 4 08:20:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:21:02 raspberrypi p4d: Checking state ... Jan 4 08:21:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:21:12 raspberrypi p4d: Checking state ... Jan 4 08:21:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:21:22 raspberrypi p4d: Checking state ... Jan 4 08:21:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:21:32 raspberrypi p4d: Checking state ... Jan 4 08:21:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:21:32 raspberrypi p4d: Reading values ... Jan 4 08:21:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:21:32 raspberrypi p4d: Updating error list Jan 4 08:21:33 raspberrypi p4d: Updating error list done Jan 4 08:21:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:21:42 raspberrypi p4d: Checking state ... Jan 4 08:21:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:21:52 raspberrypi p4d: Checking state ... Jan 4 08:21:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:22:02 raspberrypi p4d: Checking state ... Jan 4 08:22:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:22:12 raspberrypi p4d: Checking state ... Jan 4 08:22:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:22:22 raspberrypi p4d: Checking state ... Jan 4 08:22:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:22:32 raspberrypi p4d: Checking state ... Jan 4 08:22:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:22:32 raspberrypi p4d: Reading values ... Jan 4 08:22:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:22:32 raspberrypi p4d: Updating error list Jan 4 08:22:33 raspberrypi p4d: Updating error list done Jan 4 08:22:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:22:42 raspberrypi p4d: Checking state ... Jan 4 08:22:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:22:52 raspberrypi p4d: Checking state ... Jan 4 08:22:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:23:02 raspberrypi p4d: Checking state ... Jan 4 08:23:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:23:12 raspberrypi p4d: Checking state ... Jan 4 08:23:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:23:22 raspberrypi p4d: Checking state ... Jan 4 08:23:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:23:32 raspberrypi p4d: Checking state ... Jan 4 08:23:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:23:32 raspberrypi p4d: Reading values ... Jan 4 08:23:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:23:32 raspberrypi p4d: Updating error list Jan 4 08:23:33 raspberrypi p4d: Updating error list done Jan 4 08:23:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:23:42 raspberrypi p4d: Checking state ... Jan 4 08:23:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:23:52 raspberrypi p4d: Checking state ... Jan 4 08:23:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:24:02 raspberrypi p4d: Checking state ... Jan 4 08:24:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:24:12 raspberrypi p4d: Checking state ... Jan 4 08:24:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:24:22 raspberrypi p4d: Checking state ... Jan 4 08:24:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:24:32 raspberrypi p4d: Checking state ... Jan 4 08:24:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:24:32 raspberrypi p4d: Reading values ... Jan 4 08:24:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:24:32 raspberrypi p4d: Updating error list Jan 4 08:24:33 raspberrypi p4d: Updating error list done Jan 4 08:24:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:24:42 raspberrypi p4d: Checking state ... Jan 4 08:24:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:24:52 raspberrypi p4d: Checking state ... Jan 4 08:24:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:25:02 raspberrypi p4d: Checking state ... Jan 4 08:25:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:25:12 raspberrypi p4d: Checking state ... Jan 4 08:25:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:25:22 raspberrypi p4d: Checking state ... Jan 4 08:25:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:25:32 raspberrypi p4d: Checking state ... Jan 4 08:25:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:25:32 raspberrypi p4d: Reading values ... Jan 4 08:25:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:25:32 raspberrypi p4d: Updating error list Jan 4 08:25:33 raspberrypi p4d: Updating error list done Jan 4 08:25:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:25:42 raspberrypi p4d: Checking state ... Jan 4 08:25:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:25:52 raspberrypi p4d: Checking state ... Jan 4 08:25:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:26:02 raspberrypi p4d: Checking state ... Jan 4 08:26:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:26:12 raspberrypi p4d: Checking state ... Jan 4 08:26:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:26:22 raspberrypi p4d: Checking state ... Jan 4 08:26:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:26:32 raspberrypi p4d: Checking state ... Jan 4 08:26:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:26:32 raspberrypi p4d: Reading values ... Jan 4 08:26:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:26:32 raspberrypi p4d: Updating error list Jan 4 08:26:33 raspberrypi p4d: Updating error list done Jan 4 08:26:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:26:42 raspberrypi p4d: Checking state ... Jan 4 08:26:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:26:52 raspberrypi p4d: Checking state ... Jan 4 08:26:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:27:02 raspberrypi p4d: Checking state ... Jan 4 08:27:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:27:12 raspberrypi p4d: Checking state ... Jan 4 08:27:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:27:22 raspberrypi p4d: Checking state ... Jan 4 08:27:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:27:32 raspberrypi p4d: Checking state ... Jan 4 08:27:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:27:32 raspberrypi p4d: Reading values ... Jan 4 08:27:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:27:32 raspberrypi p4d: Updating error list Jan 4 08:27:33 raspberrypi p4d: Updating error list done Jan 4 08:27:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:27:42 raspberrypi p4d: Checking state ... Jan 4 08:27:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:27:52 raspberrypi p4d: Checking state ... Jan 4 08:27:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:28:02 raspberrypi p4d: Checking state ... Jan 4 08:28:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:28:12 raspberrypi p4d: Checking state ... Jan 4 08:28:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:28:22 raspberrypi p4d: Checking state ... Jan 4 08:28:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:28:32 raspberrypi p4d: Checking state ... Jan 4 08:28:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:28:32 raspberrypi p4d: Reading values ... Jan 4 08:28:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:28:32 raspberrypi p4d: Updating error list Jan 4 08:28:33 raspberrypi p4d: Updating error list done Jan 4 08:28:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:28:42 raspberrypi p4d: Checking state ... Jan 4 08:28:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:28:52 raspberrypi p4d: Checking state ... Jan 4 08:28:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:29:02 raspberrypi p4d: Checking state ... Jan 4 08:29:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:29:12 raspberrypi p4d: Checking state ... Jan 4 08:29:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:29:22 raspberrypi p4d: Checking state ... Jan 4 08:29:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:29:32 raspberrypi p4d: Checking state ... Jan 4 08:29:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:29:32 raspberrypi p4d: Reading values ... Jan 4 08:29:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:29:32 raspberrypi p4d: Updating error list Jan 4 08:29:33 raspberrypi p4d: Updating error list done Jan 4 08:29:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:29:42 raspberrypi p4d: Checking state ... Jan 4 08:29:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:29:52 raspberrypi p4d: Checking state ... Jan 4 08:29:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:30:02 raspberrypi p4d: Checking state ... Jan 4 08:30:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:30:12 raspberrypi p4d: Checking state ... Jan 4 08:30:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:30:22 raspberrypi p4d: Checking state ... Jan 4 08:30:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:30:32 raspberrypi p4d: Checking state ... Jan 4 08:30:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:30:32 raspberrypi p4d: Reading values ... Jan 4 08:30:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:30:32 raspberrypi p4d: Updating error list Jan 4 08:30:33 raspberrypi p4d: Updating error list done Jan 4 08:30:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:30:42 raspberrypi p4d: Checking state ... Jan 4 08:30:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:30:52 raspberrypi p4d: Checking state ... Jan 4 08:30:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:31:02 raspberrypi p4d: Checking state ... Jan 4 08:31:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:31:12 raspberrypi p4d: Checking state ... Jan 4 08:31:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:31:22 raspberrypi p4d: Checking state ... Jan 4 08:31:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:31:32 raspberrypi p4d: Checking state ... Jan 4 08:31:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:31:32 raspberrypi p4d: Reading values ... Jan 4 08:31:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:31:32 raspberrypi p4d: Updating error list Jan 4 08:31:33 raspberrypi p4d: Updating error list done Jan 4 08:31:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:31:42 raspberrypi p4d: Checking state ... Jan 4 08:31:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:31:52 raspberrypi p4d: Checking state ... Jan 4 08:31:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:32:02 raspberrypi p4d: Checking state ... Jan 4 08:32:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:32:12 raspberrypi p4d: Checking state ... Jan 4 08:32:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:32:22 raspberrypi p4d: Checking state ... Jan 4 08:32:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:32:32 raspberrypi p4d: Checking state ... Jan 4 08:32:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:32:32 raspberrypi p4d: Reading values ... Jan 4 08:32:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:32:32 raspberrypi p4d: Updating error list Jan 4 08:32:33 raspberrypi p4d: Updating error list done Jan 4 08:32:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:32:42 raspberrypi p4d: Checking state ... Jan 4 08:32:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:32:52 raspberrypi p4d: Checking state ... Jan 4 08:32:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:33:02 raspberrypi p4d: Checking state ... Jan 4 08:33:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:33:12 raspberrypi p4d: Checking state ... Jan 4 08:33:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:33:22 raspberrypi p4d: Checking state ... Jan 4 08:33:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:33:32 raspberrypi p4d: Checking state ... Jan 4 08:33:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:33:32 raspberrypi p4d: Reading values ... Jan 4 08:33:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:33:32 raspberrypi p4d: Updating error list Jan 4 08:33:33 raspberrypi p4d: Updating error list done Jan 4 08:33:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:33:42 raspberrypi p4d: Checking state ... Jan 4 08:33:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:33:52 raspberrypi p4d: Checking state ... Jan 4 08:33:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:34:02 raspberrypi p4d: Checking state ... Jan 4 08:34:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:34:12 raspberrypi p4d: Checking state ... Jan 4 08:34:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:34:22 raspberrypi p4d: Checking state ... Jan 4 08:34:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:34:32 raspberrypi p4d: Checking state ... Jan 4 08:34:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:34:32 raspberrypi p4d: Reading values ... Jan 4 08:34:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:34:32 raspberrypi p4d: Updating error list Jan 4 08:34:33 raspberrypi p4d: Updating error list done Jan 4 08:34:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:34:42 raspberrypi p4d: Checking state ... Jan 4 08:34:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:34:52 raspberrypi p4d: Checking state ... Jan 4 08:34:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:35:02 raspberrypi p4d: Checking state ... Jan 4 08:35:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:35:12 raspberrypi p4d: Checking state ... Jan 4 08:35:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:35:22 raspberrypi p4d: Checking state ... Jan 4 08:35:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:35:32 raspberrypi p4d: Checking state ... Jan 4 08:35:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:35:32 raspberrypi p4d: Reading values ... Jan 4 08:35:33 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:35:33 raspberrypi p4d: Updating error list Jan 4 08:35:34 raspberrypi p4d: Updating error list done Jan 4 08:35:34 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:35:42 raspberrypi p4d: Checking state ... Jan 4 08:35:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:35:52 raspberrypi p4d: Checking state ... Jan 4 08:35:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:36:02 raspberrypi p4d: Checking state ... Jan 4 08:36:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:36:12 raspberrypi p4d: Checking state ... Jan 4 08:36:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:36:22 raspberrypi p4d: Checking state ... Jan 4 08:36:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:36:32 raspberrypi p4d: Checking state ... Jan 4 08:36:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:36:32 raspberrypi p4d: Reading values ... Jan 4 08:36:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:36:32 raspberrypi p4d: Updating error list Jan 4 08:36:33 raspberrypi p4d: Updating error list done Jan 4 08:36:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:36:42 raspberrypi p4d: Checking state ... Jan 4 08:36:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:36:52 raspberrypi p4d: Checking state ... Jan 4 08:36:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:37:02 raspberrypi p4d: Checking state ... Jan 4 08:37:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:37:12 raspberrypi p4d: Checking state ... Jan 4 08:37:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:37:22 raspberrypi p4d: Checking state ... Jan 4 08:37:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:37:32 raspberrypi p4d: Checking state ... Jan 4 08:37:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:37:32 raspberrypi p4d: Reading values ... Jan 4 08:37:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:37:32 raspberrypi p4d: Updating error list Jan 4 08:37:33 raspberrypi p4d: Updating error list done Jan 4 08:37:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:37:42 raspberrypi p4d: Checking state ... Jan 4 08:37:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:37:52 raspberrypi p4d: Checking state ... Jan 4 08:37:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:38:02 raspberrypi p4d: Checking state ... Jan 4 08:38:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:38:12 raspberrypi p4d: Checking state ... Jan 4 08:38:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:38:22 raspberrypi p4d: Checking state ... Jan 4 08:38:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:38:32 raspberrypi p4d: Checking state ... Jan 4 08:38:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:38:32 raspberrypi p4d: Reading values ... Jan 4 08:38:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:38:32 raspberrypi p4d: Updating error list Jan 4 08:38:33 raspberrypi p4d: Updating error list done Jan 4 08:38:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:38:42 raspberrypi p4d: Checking state ... Jan 4 08:38:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:38:52 raspberrypi p4d: Checking state ... Jan 4 08:38:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:39:02 raspberrypi p4d: Checking state ... Jan 4 08:39:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:39:12 raspberrypi p4d: Checking state ... Jan 4 08:39:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:39:22 raspberrypi p4d: Checking state ... Jan 4 08:39:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:39:32 raspberrypi p4d: Checking state ... Jan 4 08:39:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:39:32 raspberrypi p4d: Reading values ... Jan 4 08:39:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:39:32 raspberrypi p4d: Updating error list Jan 4 08:39:33 raspberrypi p4d: Updating error list done Jan 4 08:39:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:39:42 raspberrypi p4d: Checking state ... Jan 4 08:39:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:39:52 raspberrypi p4d: Checking state ... Jan 4 08:39:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:40:02 raspberrypi p4d: Checking state ... Jan 4 08:40:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:40:12 raspberrypi p4d: Checking state ... Jan 4 08:40:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:40:22 raspberrypi p4d: Checking state ... Jan 4 08:40:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:40:32 raspberrypi p4d: Checking state ... Jan 4 08:40:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:40:32 raspberrypi p4d: Reading values ... Jan 4 08:40:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:40:32 raspberrypi p4d: Updating error list Jan 4 08:40:33 raspberrypi p4d: Updating error list done Jan 4 08:40:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:40:42 raspberrypi p4d: Checking state ... Jan 4 08:40:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:40:52 raspberrypi p4d: Checking state ... Jan 4 08:40:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:41:02 raspberrypi p4d: Checking state ... Jan 4 08:41:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:41:12 raspberrypi p4d: Checking state ... Jan 4 08:41:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:41:22 raspberrypi p4d: Checking state ... Jan 4 08:41:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:41:32 raspberrypi p4d: Checking state ... Jan 4 08:41:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:41:32 raspberrypi p4d: Reading values ... Jan 4 08:41:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:41:32 raspberrypi p4d: Updating error list Jan 4 08:41:33 raspberrypi p4d: Updating error list done Jan 4 08:41:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:41:42 raspberrypi p4d: Checking state ... Jan 4 08:41:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:41:52 raspberrypi p4d: Checking state ... Jan 4 08:41:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:42:02 raspberrypi p4d: Checking state ... Jan 4 08:42:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:42:12 raspberrypi p4d: Checking state ... Jan 4 08:42:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:42:22 raspberrypi p4d: Checking state ... Jan 4 08:42:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:42:32 raspberrypi p4d: Checking state ... Jan 4 08:42:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:42:32 raspberrypi p4d: Reading values ... Jan 4 08:42:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:42:32 raspberrypi p4d: Updating error list Jan 4 08:42:33 raspberrypi p4d: Updating error list done Jan 4 08:42:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:42:42 raspberrypi p4d: Checking state ... Jan 4 08:42:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:42:52 raspberrypi p4d: Checking state ... Jan 4 08:42:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:43:02 raspberrypi p4d: Checking state ... Jan 4 08:43:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:43:12 raspberrypi p4d: Checking state ... Jan 4 08:43:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:43:22 raspberrypi p4d: Checking state ... Jan 4 08:43:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:43:32 raspberrypi p4d: Checking state ... Jan 4 08:43:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:43:32 raspberrypi p4d: Reading values ... Jan 4 08:43:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:43:32 raspberrypi p4d: Updating error list Jan 4 08:43:33 raspberrypi p4d: Updating error list done Jan 4 08:43:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:43:42 raspberrypi p4d: Checking state ... Jan 4 08:43:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:43:52 raspberrypi p4d: Checking state ... Jan 4 08:43:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:44:02 raspberrypi p4d: Checking state ... Jan 4 08:44:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:44:12 raspberrypi p4d: Checking state ... Jan 4 08:44:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:44:22 raspberrypi p4d: Checking state ... Jan 4 08:44:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:44:32 raspberrypi p4d: Checking state ... Jan 4 08:44:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:44:32 raspberrypi p4d: Reading values ... Jan 4 08:44:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:44:32 raspberrypi p4d: Updating error list Jan 4 08:44:33 raspberrypi p4d: Updating error list done Jan 4 08:44:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:44:42 raspberrypi p4d: Checking state ... Jan 4 08:44:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:44:52 raspberrypi p4d: Checking state ... Jan 4 08:44:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:45:02 raspberrypi p4d: Checking state ... Jan 4 08:45:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:45:12 raspberrypi p4d: Checking state ... Jan 4 08:45:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:45:22 raspberrypi p4d: Checking state ... Jan 4 08:45:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:45:32 raspberrypi p4d: Checking state ... Jan 4 08:45:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:45:32 raspberrypi p4d: Reading values ... Jan 4 08:45:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:45:32 raspberrypi p4d: Updating error list Jan 4 08:45:33 raspberrypi p4d: Updating error list done Jan 4 08:45:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:45:42 raspberrypi p4d: Checking state ... Jan 4 08:45:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:45:52 raspberrypi p4d: Checking state ... Jan 4 08:45:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:46:02 raspberrypi p4d: Checking state ... Jan 4 08:46:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:46:12 raspberrypi p4d: Checking state ... Jan 4 08:46:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:46:22 raspberrypi p4d: Checking state ... Jan 4 08:46:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:46:32 raspberrypi p4d: Checking state ... Jan 4 08:46:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:46:32 raspberrypi p4d: Reading values ... Jan 4 08:46:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:46:32 raspberrypi p4d: Updating error list Jan 4 08:46:33 raspberrypi p4d: Updating error list done Jan 4 08:46:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:46:42 raspberrypi p4d: Checking state ... Jan 4 08:46:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:46:52 raspberrypi p4d: Checking state ... Jan 4 08:46:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:47:02 raspberrypi p4d: Checking state ... Jan 4 08:47:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:47:12 raspberrypi p4d: Checking state ... Jan 4 08:47:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:47:22 raspberrypi p4d: Checking state ... Jan 4 08:47:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:47:32 raspberrypi p4d: Checking state ... Jan 4 08:47:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:47:32 raspberrypi p4d: Reading values ... Jan 4 08:47:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:47:32 raspberrypi p4d: Updating error list Jan 4 08:47:33 raspberrypi p4d: Updating error list done Jan 4 08:47:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:47:42 raspberrypi p4d: Checking state ... Jan 4 08:47:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:47:52 raspberrypi p4d: Checking state ... Jan 4 08:47:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:48:02 raspberrypi p4d: Checking state ... Jan 4 08:48:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:48:12 raspberrypi p4d: Checking state ... Jan 4 08:48:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:48:22 raspberrypi p4d: Checking state ... Jan 4 08:48:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:48:32 raspberrypi p4d: Checking state ... Jan 4 08:48:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:48:32 raspberrypi p4d: Reading values ... Jan 4 08:48:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:48:32 raspberrypi p4d: Updating error list Jan 4 08:48:33 raspberrypi p4d: Updating error list done Jan 4 08:48:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:48:42 raspberrypi p4d: Checking state ... Jan 4 08:48:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:48:52 raspberrypi p4d: Checking state ... Jan 4 08:48:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:49:02 raspberrypi p4d: Checking state ... Jan 4 08:49:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:49:12 raspberrypi p4d: Checking state ... Jan 4 08:49:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:49:22 raspberrypi p4d: Checking state ... Jan 4 08:49:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:49:32 raspberrypi p4d: Checking state ... Jan 4 08:49:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:49:32 raspberrypi p4d: Reading values ... Jan 4 08:49:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:49:32 raspberrypi p4d: Updating error list Jan 4 08:49:33 raspberrypi p4d: Updating error list done Jan 4 08:49:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:49:42 raspberrypi p4d: Checking state ... Jan 4 08:49:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:49:52 raspberrypi p4d: Checking state ... Jan 4 08:49:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:50:02 raspberrypi p4d: Checking state ... Jan 4 08:50:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:50:12 raspberrypi p4d: Checking state ... Jan 4 08:50:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:50:22 raspberrypi p4d: Checking state ... Jan 4 08:50:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:50:32 raspberrypi p4d: Checking state ... Jan 4 08:50:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:50:32 raspberrypi p4d: Reading values ... Jan 4 08:50:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:50:32 raspberrypi p4d: Updating error list Jan 4 08:50:33 raspberrypi p4d: Updating error list done Jan 4 08:50:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:50:42 raspberrypi p4d: Checking state ... Jan 4 08:50:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:50:52 raspberrypi p4d: Checking state ... Jan 4 08:50:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:51:02 raspberrypi p4d: Checking state ... Jan 4 08:51:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:51:12 raspberrypi p4d: Checking state ... Jan 4 08:51:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:51:22 raspberrypi p4d: Checking state ... Jan 4 08:51:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:51:32 raspberrypi p4d: Checking state ... Jan 4 08:51:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:51:32 raspberrypi p4d: Reading values ... Jan 4 08:51:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:51:32 raspberrypi p4d: Updating error list Jan 4 08:51:33 raspberrypi p4d: Updating error list done Jan 4 08:51:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:51:42 raspberrypi p4d: Checking state ... Jan 4 08:51:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:51:52 raspberrypi p4d: Checking state ... Jan 4 08:51:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:52:02 raspberrypi p4d: Checking state ... Jan 4 08:52:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:52:12 raspberrypi p4d: Checking state ... Jan 4 08:52:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:52:22 raspberrypi p4d: Checking state ... Jan 4 08:52:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:52:32 raspberrypi p4d: Checking state ... Jan 4 08:52:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:52:32 raspberrypi p4d: Reading values ... Jan 4 08:52:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:52:32 raspberrypi p4d: Updating error list Jan 4 08:52:33 raspberrypi p4d: Updating error list done Jan 4 08:52:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:52:42 raspberrypi p4d: Checking state ... Jan 4 08:52:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:52:52 raspberrypi p4d: Checking state ... Jan 4 08:52:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:53:02 raspberrypi p4d: Checking state ... Jan 4 08:53:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:53:12 raspberrypi p4d: Checking state ... Jan 4 08:53:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:53:22 raspberrypi p4d: Checking state ... Jan 4 08:53:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:53:32 raspberrypi p4d: Checking state ... Jan 4 08:53:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:53:32 raspberrypi p4d: Reading values ... Jan 4 08:53:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:53:32 raspberrypi p4d: Updating error list Jan 4 08:53:33 raspberrypi p4d: Updating error list done Jan 4 08:53:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:53:42 raspberrypi p4d: Checking state ... Jan 4 08:53:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:53:52 raspberrypi p4d: Checking state ... Jan 4 08:53:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:54:02 raspberrypi p4d: Checking state ... Jan 4 08:54:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:54:12 raspberrypi p4d: Checking state ... Jan 4 08:54:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:54:22 raspberrypi p4d: Checking state ... Jan 4 08:54:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:54:32 raspberrypi p4d: Checking state ... Jan 4 08:54:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:54:32 raspberrypi p4d: Reading values ... Jan 4 08:54:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:54:32 raspberrypi p4d: Updating error list Jan 4 08:54:33 raspberrypi p4d: Updating error list done Jan 4 08:54:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:54:42 raspberrypi p4d: Checking state ... Jan 4 08:54:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:54:52 raspberrypi p4d: Checking state ... Jan 4 08:54:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:55:02 raspberrypi p4d: Checking state ... Jan 4 08:55:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:55:12 raspberrypi p4d: Checking state ... Jan 4 08:55:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:55:22 raspberrypi p4d: Checking state ... Jan 4 08:55:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:55:32 raspberrypi p4d: Checking state ... Jan 4 08:55:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:55:32 raspberrypi p4d: Reading values ... Jan 4 08:55:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:55:32 raspberrypi p4d: Updating error list Jan 4 08:55:33 raspberrypi p4d: Updating error list done Jan 4 08:55:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:55:42 raspberrypi p4d: Checking state ... Jan 4 08:55:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:55:52 raspberrypi p4d: Checking state ... Jan 4 08:55:52 raspberrypi p4d: Communication error while reading state, got size 3, status was 0 Jan 4 08:55:52 raspberrypi p4d: <- 02 FD 00 05 39 04 68 0E 68 5B ....9.h.h[ Jan 4 08:55:52 raspberrypi p4d: Closing io device Jan 4 08:55:52 raspberrypi p4d: Error reading serial interface, reopen now! Jan 4 08:55:52 raspberrypi p4d: Opening '/dev/ttyUSB0' succeeded! Jan 4 08:55:52 raspberrypi p4d: Checking state ... Jan 4 08:55:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:56:02 raspberrypi p4d: Checking state ... Jan 4 08:56:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:56:12 raspberrypi p4d: Checking state ... Jan 4 08:56:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:56:22 raspberrypi p4d: Checking state ... Jan 4 08:56:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:56:32 raspberrypi p4d: Checking state ... Jan 4 08:56:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:56:32 raspberrypi p4d: Reading values ... Jan 4 08:56:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:56:32 raspberrypi p4d: Updating error list Jan 4 08:56:33 raspberrypi p4d: Updating error list done Jan 4 08:56:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:56:42 raspberrypi p4d: Checking state ... Jan 4 08:56:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:56:52 raspberrypi p4d: Checking state ... Jan 4 08:56:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:57:02 raspberrypi p4d: Checking state ... Jan 4 08:57:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:57:12 raspberrypi p4d: Checking state ... Jan 4 08:57:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:57:22 raspberrypi p4d: Checking state ... Jan 4 08:57:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:57:32 raspberrypi p4d: Checking state ... Jan 4 08:57:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:57:32 raspberrypi p4d: Reading values ... Jan 4 08:57:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:57:32 raspberrypi p4d: Updating error list Jan 4 08:57:33 raspberrypi p4d: Updating error list done Jan 4 08:57:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:57:42 raspberrypi p4d: Checking state ... Jan 4 08:57:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:57:52 raspberrypi p4d: Checking state ... Jan 4 08:57:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:58:02 raspberrypi p4d: Checking state ... Jan 4 08:58:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:58:12 raspberrypi p4d: Checking state ... Jan 4 08:58:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:58:22 raspberrypi p4d: Checking state ... Jan 4 08:58:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:58:32 raspberrypi p4d: Checking state ... Jan 4 08:58:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:58:32 raspberrypi p4d: Reading values ... Jan 4 08:58:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:58:32 raspberrypi p4d: Updating error list Jan 4 08:58:33 raspberrypi p4d: Updating error list done Jan 4 08:58:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:58:42 raspberrypi p4d: Checking state ... Jan 4 08:58:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:58:52 raspberrypi p4d: Checking state ... Jan 4 08:58:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:59:02 raspberrypi p4d: Checking state ... Jan 4 08:59:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:59:12 raspberrypi p4d: Checking state ... Jan 4 08:59:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:59:22 raspberrypi p4d: Checking state ... Jan 4 08:59:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:59:32 raspberrypi p4d: Checking state ... Jan 4 08:59:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:59:32 raspberrypi p4d: Reading values ... Jan 4 08:59:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 08:59:32 raspberrypi p4d: Updating error list Jan 4 08:59:33 raspberrypi p4d: Updating error list done Jan 4 08:59:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 08:59:42 raspberrypi p4d: Checking state ... Jan 4 08:59:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 08:59:52 raspberrypi p4d: Checking state ... Jan 4 08:59:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:00:02 raspberrypi p4d: Checking state ... Jan 4 09:00:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:00:12 raspberrypi p4d: Checking state ... Jan 4 09:00:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:00:22 raspberrypi p4d: Checking state ... Jan 4 09:00:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:00:32 raspberrypi p4d: Checking state ... Jan 4 09:00:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:00:32 raspberrypi p4d: Reading values ... Jan 4 09:00:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:00:32 raspberrypi p4d: Updating error list Jan 4 09:00:33 raspberrypi p4d: Updating error list done Jan 4 09:00:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:00:42 raspberrypi p4d: Checking state ... Jan 4 09:00:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:00:52 raspberrypi p4d: Checking state ... Jan 4 09:00:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:01:02 raspberrypi p4d: Checking state ... Jan 4 09:01:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:01:12 raspberrypi p4d: Checking state ... Jan 4 09:01:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:01:22 raspberrypi p4d: Checking state ... Jan 4 09:01:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:01:32 raspberrypi p4d: Checking state ... Jan 4 09:01:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:01:32 raspberrypi p4d: Reading values ... Jan 4 09:01:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:01:32 raspberrypi p4d: Updating error list Jan 4 09:01:33 raspberrypi p4d: Updating error list done Jan 4 09:01:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:01:42 raspberrypi p4d: Checking state ... Jan 4 09:01:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:01:52 raspberrypi p4d: Checking state ... Jan 4 09:01:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:02:02 raspberrypi p4d: Checking state ... Jan 4 09:02:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:02:12 raspberrypi p4d: Checking state ... Jan 4 09:02:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:02:22 raspberrypi p4d: Checking state ... Jan 4 09:02:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:02:32 raspberrypi p4d: Checking state ... Jan 4 09:02:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:02:32 raspberrypi p4d: Reading values ... Jan 4 09:02:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:02:32 raspberrypi p4d: Updating error list Jan 4 09:02:33 raspberrypi p4d: Updating error list done Jan 4 09:02:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:02:42 raspberrypi p4d: Checking state ... Jan 4 09:02:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:02:52 raspberrypi p4d: Checking state ... Jan 4 09:02:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:03:02 raspberrypi p4d: Checking state ... Jan 4 09:03:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:03:12 raspberrypi p4d: Checking state ... Jan 4 09:03:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:03:22 raspberrypi p4d: Checking state ... Jan 4 09:03:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:03:32 raspberrypi p4d: Checking state ... Jan 4 09:03:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:03:32 raspberrypi p4d: Reading values ... Jan 4 09:03:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:03:32 raspberrypi p4d: Updating error list Jan 4 09:03:33 raspberrypi p4d: Updating error list done Jan 4 09:03:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:03:42 raspberrypi p4d: Checking state ... Jan 4 09:03:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:03:52 raspberrypi p4d: Checking state ... Jan 4 09:03:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:04:02 raspberrypi p4d: Checking state ... Jan 4 09:04:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:04:12 raspberrypi p4d: Checking state ... Jan 4 09:04:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:04:22 raspberrypi p4d: Checking state ... Jan 4 09:04:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:04:32 raspberrypi p4d: Checking state ... Jan 4 09:04:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:04:32 raspberrypi p4d: Reading values ... Jan 4 09:04:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:04:32 raspberrypi p4d: Updating error list Jan 4 09:04:33 raspberrypi p4d: Updating error list done Jan 4 09:04:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:04:42 raspberrypi p4d: Checking state ... Jan 4 09:04:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:04:52 raspberrypi p4d: Checking state ... Jan 4 09:04:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:05:02 raspberrypi p4d: Checking state ... Jan 4 09:05:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:05:12 raspberrypi p4d: Checking state ... Jan 4 09:05:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:05:22 raspberrypi p4d: Checking state ... Jan 4 09:05:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:05:32 raspberrypi p4d: Checking state ... Jan 4 09:05:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:05:32 raspberrypi p4d: Reading values ... Jan 4 09:05:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:05:32 raspberrypi p4d: Updating error list Jan 4 09:05:33 raspberrypi p4d: Updating error list done Jan 4 09:05:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:05:42 raspberrypi p4d: Checking state ... Jan 4 09:05:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:05:52 raspberrypi p4d: Checking state ... Jan 4 09:05:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:06:02 raspberrypi p4d: Checking state ... Jan 4 09:06:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:06:12 raspberrypi p4d: Checking state ... Jan 4 09:06:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:06:22 raspberrypi p4d: Checking state ... Jan 4 09:06:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:06:32 raspberrypi p4d: Checking state ... Jan 4 09:06:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:06:32 raspberrypi p4d: Reading values ... Jan 4 09:06:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:06:32 raspberrypi p4d: Updating error list Jan 4 09:06:33 raspberrypi p4d: Updating error list done Jan 4 09:06:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:06:42 raspberrypi p4d: Checking state ... Jan 4 09:06:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:06:52 raspberrypi p4d: Checking state ... Jan 4 09:06:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:07:02 raspberrypi p4d: Checking state ... Jan 4 09:07:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:07:12 raspberrypi p4d: Checking state ... Jan 4 09:07:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:07:22 raspberrypi p4d: Checking state ... Jan 4 09:07:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:07:32 raspberrypi p4d: Checking state ... Jan 4 09:07:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:07:32 raspberrypi p4d: Reading values ... Jan 4 09:07:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:07:32 raspberrypi p4d: Updating error list Jan 4 09:07:33 raspberrypi p4d: Updating error list done Jan 4 09:07:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:07:42 raspberrypi p4d: Checking state ... Jan 4 09:07:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:07:52 raspberrypi p4d: Checking state ... Jan 4 09:07:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:08:02 raspberrypi p4d: Checking state ... Jan 4 09:08:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:08:12 raspberrypi p4d: Checking state ... Jan 4 09:08:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:08:22 raspberrypi p4d: Checking state ... Jan 4 09:08:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:08:32 raspberrypi p4d: Checking state ... Jan 4 09:08:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:08:32 raspberrypi p4d: Reading values ... Jan 4 09:08:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:08:32 raspberrypi p4d: Updating error list Jan 4 09:08:33 raspberrypi p4d: Updating error list done Jan 4 09:08:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:08:42 raspberrypi p4d: Checking state ... Jan 4 09:08:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:08:52 raspberrypi p4d: Checking state ... Jan 4 09:08:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:09:02 raspberrypi p4d: Checking state ... Jan 4 09:09:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:09:12 raspberrypi p4d: Checking state ... Jan 4 09:09:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:09:22 raspberrypi p4d: Checking state ... Jan 4 09:09:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:09:32 raspberrypi p4d: Checking state ... Jan 4 09:09:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:09:32 raspberrypi p4d: Reading values ... Jan 4 09:09:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:09:32 raspberrypi p4d: Updating error list Jan 4 09:09:33 raspberrypi p4d: Updating error list done Jan 4 09:09:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:09:42 raspberrypi p4d: Checking state ... Jan 4 09:09:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:09:52 raspberrypi p4d: Checking state ... Jan 4 09:09:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:10:02 raspberrypi p4d: Checking state ... Jan 4 09:10:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:10:12 raspberrypi p4d: Checking state ... Jan 4 09:10:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:10:22 raspberrypi p4d: Checking state ... Jan 4 09:10:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:10:32 raspberrypi p4d: Checking state ... Jan 4 09:10:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:10:32 raspberrypi p4d: Reading values ... Jan 4 09:10:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:10:32 raspberrypi p4d: Updating error list Jan 4 09:10:33 raspberrypi p4d: Updating error list done Jan 4 09:10:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:10:42 raspberrypi p4d: Checking state ... Jan 4 09:10:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:10:52 raspberrypi p4d: Checking state ... Jan 4 09:10:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:11:02 raspberrypi p4d: Checking state ... Jan 4 09:11:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:11:12 raspberrypi p4d: Checking state ... Jan 4 09:11:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:11:22 raspberrypi p4d: Checking state ... Jan 4 09:11:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:11:32 raspberrypi p4d: Checking state ... Jan 4 09:11:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:11:32 raspberrypi p4d: Reading values ... Jan 4 09:11:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:11:32 raspberrypi p4d: Updating error list Jan 4 09:11:33 raspberrypi p4d: Updating error list done Jan 4 09:11:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:11:42 raspberrypi p4d: Checking state ... Jan 4 09:11:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:11:52 raspberrypi p4d: Checking state ... Jan 4 09:11:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:12:02 raspberrypi p4d: Checking state ... Jan 4 09:12:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:12:12 raspberrypi p4d: Checking state ... Jan 4 09:12:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:12:22 raspberrypi p4d: Checking state ... Jan 4 09:12:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:12:32 raspberrypi p4d: Checking state ... Jan 4 09:12:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:12:32 raspberrypi p4d: Reading values ... Jan 4 09:12:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:12:32 raspberrypi p4d: Updating error list Jan 4 09:12:33 raspberrypi p4d: Updating error list done Jan 4 09:12:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:12:42 raspberrypi p4d: Checking state ... Jan 4 09:12:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:12:52 raspberrypi p4d: Checking state ... Jan 4 09:12:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:13:02 raspberrypi p4d: Checking state ... Jan 4 09:13:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:13:12 raspberrypi p4d: Checking state ... Jan 4 09:13:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:13:22 raspberrypi p4d: Checking state ... Jan 4 09:13:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:13:32 raspberrypi p4d: Checking state ... Jan 4 09:13:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:13:32 raspberrypi p4d: Reading values ... Jan 4 09:13:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:13:32 raspberrypi p4d: Updating error list Jan 4 09:13:33 raspberrypi p4d: Updating error list done Jan 4 09:13:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:13:42 raspberrypi p4d: Checking state ... Jan 4 09:13:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:13:52 raspberrypi p4d: Checking state ... Jan 4 09:13:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:14:02 raspberrypi p4d: Checking state ... Jan 4 09:14:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:14:12 raspberrypi p4d: Checking state ... Jan 4 09:14:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:14:22 raspberrypi p4d: Checking state ... Jan 4 09:14:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:14:32 raspberrypi p4d: Checking state ... Jan 4 09:14:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:14:32 raspberrypi p4d: Reading values ... Jan 4 09:14:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:14:32 raspberrypi p4d: Updating error list Jan 4 09:14:33 raspberrypi p4d: Updating error list done Jan 4 09:14:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:14:42 raspberrypi p4d: Checking state ... Jan 4 09:14:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:14:52 raspberrypi p4d: Checking state ... Jan 4 09:14:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:15:02 raspberrypi p4d: Checking state ... Jan 4 09:15:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:15:12 raspberrypi p4d: Checking state ... Jan 4 09:15:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:15:22 raspberrypi p4d: Checking state ... Jan 4 09:15:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:15:32 raspberrypi p4d: Checking state ... Jan 4 09:15:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:15:32 raspberrypi p4d: Reading values ... Jan 4 09:15:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:15:32 raspberrypi p4d: Updating error list Jan 4 09:15:33 raspberrypi p4d: Updating error list done Jan 4 09:15:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:15:42 raspberrypi p4d: Checking state ... Jan 4 09:15:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:15:52 raspberrypi p4d: Checking state ... Jan 4 09:15:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:16:02 raspberrypi p4d: Checking state ... Jan 4 09:16:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:16:12 raspberrypi p4d: Checking state ... Jan 4 09:16:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:16:22 raspberrypi p4d: Checking state ... Jan 4 09:16:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:16:32 raspberrypi p4d: Checking state ... Jan 4 09:16:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:16:32 raspberrypi p4d: Reading values ... Jan 4 09:16:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:16:32 raspberrypi p4d: Updating error list Jan 4 09:16:33 raspberrypi p4d: Updating error list done Jan 4 09:16:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:16:42 raspberrypi p4d: Checking state ... Jan 4 09:16:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:16:52 raspberrypi p4d: Checking state ... Jan 4 09:16:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:17:02 raspberrypi p4d: Checking state ... Jan 4 09:17:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:17:12 raspberrypi p4d: Checking state ... Jan 4 09:17:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:17:22 raspberrypi p4d: Checking state ... Jan 4 09:17:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:17:32 raspberrypi p4d: Checking state ... Jan 4 09:17:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:17:32 raspberrypi p4d: Reading values ... Jan 4 09:17:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:17:32 raspberrypi p4d: Updating error list Jan 4 09:17:33 raspberrypi p4d: Updating error list done Jan 4 09:17:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:17:42 raspberrypi p4d: Checking state ... Jan 4 09:17:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:17:52 raspberrypi p4d: Checking state ... Jan 4 09:17:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:18:02 raspberrypi p4d: Checking state ... Jan 4 09:18:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:18:12 raspberrypi p4d: Checking state ... Jan 4 09:18:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:18:22 raspberrypi p4d: Checking state ... Jan 4 09:18:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:18:32 raspberrypi p4d: Checking state ... Jan 4 09:18:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:18:32 raspberrypi p4d: Reading values ... Jan 4 09:18:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:18:32 raspberrypi p4d: Updating error list Jan 4 09:18:33 raspberrypi p4d: Updating error list done Jan 4 09:18:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:18:42 raspberrypi p4d: Checking state ... Jan 4 09:18:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:18:52 raspberrypi p4d: Checking state ... Jan 4 09:18:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:19:02 raspberrypi p4d: Checking state ... Jan 4 09:19:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:19:12 raspberrypi p4d: Checking state ... Jan 4 09:19:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:19:22 raspberrypi p4d: Checking state ... Jan 4 09:19:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:19:32 raspberrypi p4d: Checking state ... Jan 4 09:19:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:19:32 raspberrypi p4d: Reading values ... Jan 4 09:19:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:19:32 raspberrypi p4d: Updating error list Jan 4 09:19:33 raspberrypi p4d: Updating error list done Jan 4 09:19:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:19:42 raspberrypi p4d: Checking state ... Jan 4 09:19:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:19:52 raspberrypi p4d: Checking state ... Jan 4 09:19:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:20:02 raspberrypi p4d: Checking state ... Jan 4 09:20:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:20:12 raspberrypi p4d: Checking state ... Jan 4 09:20:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:20:22 raspberrypi p4d: Checking state ... Jan 4 09:20:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:20:32 raspberrypi p4d: Checking state ... Jan 4 09:20:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:20:32 raspberrypi p4d: Reading values ... Jan 4 09:20:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:20:32 raspberrypi p4d: Updating error list Jan 4 09:20:33 raspberrypi p4d: Updating error list done Jan 4 09:20:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:20:42 raspberrypi p4d: Checking state ... Jan 4 09:20:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:20:52 raspberrypi p4d: Checking state ... Jan 4 09:20:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:21:02 raspberrypi p4d: Checking state ... Jan 4 09:21:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:21:12 raspberrypi p4d: Checking state ... Jan 4 09:21:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:21:22 raspberrypi p4d: Checking state ... Jan 4 09:21:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:21:32 raspberrypi p4d: Checking state ... Jan 4 09:21:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:21:32 raspberrypi p4d: Reading values ... Jan 4 09:21:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:21:32 raspberrypi p4d: Updating error list Jan 4 09:21:33 raspberrypi p4d: Updating error list done Jan 4 09:21:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:21:42 raspberrypi p4d: Checking state ... Jan 4 09:21:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:21:52 raspberrypi p4d: Checking state ... Jan 4 09:21:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:22:02 raspberrypi p4d: Checking state ... Jan 4 09:22:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:22:12 raspberrypi p4d: Checking state ... Jan 4 09:22:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:22:22 raspberrypi p4d: Checking state ... Jan 4 09:22:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:22:32 raspberrypi p4d: Checking state ... Jan 4 09:22:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:22:32 raspberrypi p4d: Reading values ... Jan 4 09:22:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:22:32 raspberrypi p4d: Updating error list Jan 4 09:22:33 raspberrypi p4d: Updating error list done Jan 4 09:22:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:22:42 raspberrypi p4d: Checking state ... Jan 4 09:22:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:22:52 raspberrypi p4d: Checking state ... Jan 4 09:22:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:23:02 raspberrypi p4d: Checking state ... Jan 4 09:23:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:23:12 raspberrypi p4d: Checking state ... Jan 4 09:23:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:23:22 raspberrypi p4d: Checking state ... Jan 4 09:23:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:23:32 raspberrypi p4d: Checking state ... Jan 4 09:23:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:23:32 raspberrypi p4d: Reading values ... Jan 4 09:23:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:23:32 raspberrypi p4d: Updating error list Jan 4 09:23:33 raspberrypi p4d: Updating error list done Jan 4 09:23:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:23:42 raspberrypi p4d: Checking state ... Jan 4 09:23:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:23:52 raspberrypi p4d: Checking state ... Jan 4 09:23:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:24:02 raspberrypi p4d: Checking state ... Jan 4 09:24:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:24:12 raspberrypi p4d: Checking state ... Jan 4 09:24:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:24:22 raspberrypi p4d: Checking state ... Jan 4 09:24:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:24:32 raspberrypi p4d: Checking state ... Jan 4 09:24:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:24:32 raspberrypi p4d: Reading values ... Jan 4 09:24:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:24:32 raspberrypi p4d: Updating error list Jan 4 09:24:33 raspberrypi p4d: Updating error list done Jan 4 09:24:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:24:42 raspberrypi p4d: Checking state ... Jan 4 09:24:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:24:52 raspberrypi p4d: Checking state ... Jan 4 09:24:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:25:02 raspberrypi p4d: Checking state ... Jan 4 09:25:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:25:12 raspberrypi p4d: Checking state ... Jan 4 09:25:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:25:22 raspberrypi p4d: Checking state ... Jan 4 09:25:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:25:32 raspberrypi p4d: Checking state ... Jan 4 09:25:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:25:32 raspberrypi p4d: Reading values ... Jan 4 09:25:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:25:32 raspberrypi p4d: Updating error list Jan 4 09:25:33 raspberrypi p4d: Updating error list done Jan 4 09:25:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:25:42 raspberrypi p4d: Checking state ... Jan 4 09:25:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:25:52 raspberrypi p4d: Checking state ... Jan 4 09:25:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:26:02 raspberrypi p4d: Checking state ... Jan 4 09:26:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:26:12 raspberrypi p4d: Checking state ... Jan 4 09:26:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:26:22 raspberrypi p4d: Checking state ... Jan 4 09:26:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:26:32 raspberrypi p4d: Checking state ... Jan 4 09:26:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:26:32 raspberrypi p4d: Reading values ... Jan 4 09:26:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:26:32 raspberrypi p4d: Updating error list Jan 4 09:26:33 raspberrypi p4d: Updating error list done Jan 4 09:26:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:26:42 raspberrypi p4d: Checking state ... Jan 4 09:26:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:26:52 raspberrypi p4d: Checking state ... Jan 4 09:26:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:27:02 raspberrypi p4d: Checking state ... Jan 4 09:27:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:27:12 raspberrypi p4d: Checking state ... Jan 4 09:27:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:27:22 raspberrypi p4d: Checking state ... Jan 4 09:27:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:27:32 raspberrypi p4d: Checking state ... Jan 4 09:27:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:27:32 raspberrypi p4d: Reading values ... Jan 4 09:27:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:27:32 raspberrypi p4d: Updating error list Jan 4 09:27:33 raspberrypi p4d: Updating error list done Jan 4 09:27:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:27:42 raspberrypi p4d: Checking state ... Jan 4 09:27:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:27:52 raspberrypi p4d: Checking state ... Jan 4 09:27:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:28:02 raspberrypi p4d: Checking state ... Jan 4 09:28:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:28:12 raspberrypi p4d: Checking state ... Jan 4 09:28:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:28:22 raspberrypi p4d: Checking state ... Jan 4 09:28:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:28:32 raspberrypi p4d: Checking state ... Jan 4 09:28:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:28:32 raspberrypi p4d: Reading values ... Jan 4 09:28:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:28:32 raspberrypi p4d: Updating error list Jan 4 09:28:33 raspberrypi p4d: Updating error list done Jan 4 09:28:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:28:42 raspberrypi p4d: Checking state ... Jan 4 09:28:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:28:52 raspberrypi p4d: Checking state ... Jan 4 09:28:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:29:02 raspberrypi p4d: Checking state ... Jan 4 09:29:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:29:12 raspberrypi p4d: Checking state ... Jan 4 09:29:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:29:22 raspberrypi p4d: Checking state ... Jan 4 09:29:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:29:32 raspberrypi p4d: Checking state ... Jan 4 09:29:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:29:32 raspberrypi p4d: Reading values ... Jan 4 09:29:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:29:32 raspberrypi p4d: Updating error list Jan 4 09:29:33 raspberrypi p4d: Updating error list done Jan 4 09:29:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:29:42 raspberrypi p4d: Checking state ... Jan 4 09:29:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:29:52 raspberrypi p4d: Checking state ... Jan 4 09:29:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:30:02 raspberrypi p4d: Checking state ... Jan 4 09:30:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:30:12 raspberrypi p4d: Checking state ... Jan 4 09:30:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:30:22 raspberrypi p4d: Checking state ... Jan 4 09:30:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:30:32 raspberrypi p4d: Checking state ... Jan 4 09:30:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:30:32 raspberrypi p4d: Reading values ... Jan 4 09:30:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:30:32 raspberrypi p4d: Updating error list Jan 4 09:30:33 raspberrypi p4d: Updating error list done Jan 4 09:30:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:30:42 raspberrypi p4d: Checking state ... Jan 4 09:30:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:30:52 raspberrypi p4d: Checking state ... Jan 4 09:30:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:31:02 raspberrypi p4d: Checking state ... Jan 4 09:31:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:31:12 raspberrypi p4d: Checking state ... Jan 4 09:31:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:31:22 raspberrypi p4d: Checking state ... Jan 4 09:31:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:31:32 raspberrypi p4d: Checking state ... Jan 4 09:31:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:31:32 raspberrypi p4d: Reading values ... Jan 4 09:31:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:31:32 raspberrypi p4d: Updating error list Jan 4 09:31:33 raspberrypi p4d: Updating error list done Jan 4 09:31:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:31:42 raspberrypi p4d: Checking state ... Jan 4 09:31:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:31:52 raspberrypi p4d: Checking state ... Jan 4 09:31:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:32:02 raspberrypi p4d: Checking state ... Jan 4 09:32:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:32:12 raspberrypi p4d: Checking state ... Jan 4 09:32:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:32:22 raspberrypi p4d: Checking state ... Jan 4 09:32:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:32:32 raspberrypi p4d: Checking state ... Jan 4 09:32:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:32:32 raspberrypi p4d: Reading values ... Jan 4 09:32:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:32:32 raspberrypi p4d: Updating error list Jan 4 09:32:33 raspberrypi p4d: Updating error list done Jan 4 09:32:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:32:42 raspberrypi p4d: Checking state ... Jan 4 09:32:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:32:52 raspberrypi p4d: Checking state ... Jan 4 09:32:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:33:02 raspberrypi p4d: Checking state ... Jan 4 09:33:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:33:12 raspberrypi p4d: Checking state ... Jan 4 09:33:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:33:22 raspberrypi p4d: Checking state ... Jan 4 09:33:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:33:32 raspberrypi p4d: Checking state ... Jan 4 09:33:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:33:32 raspberrypi p4d: Reading values ... Jan 4 09:33:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:33:32 raspberrypi p4d: Updating error list Jan 4 09:33:33 raspberrypi p4d: Updating error list done Jan 4 09:33:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:33:42 raspberrypi p4d: Checking state ... Jan 4 09:33:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:33:52 raspberrypi p4d: Checking state ... Jan 4 09:33:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:34:02 raspberrypi p4d: Checking state ... Jan 4 09:34:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:34:12 raspberrypi p4d: Checking state ... Jan 4 09:34:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:34:22 raspberrypi p4d: Checking state ... Jan 4 09:34:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:34:32 raspberrypi p4d: Checking state ... Jan 4 09:34:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:34:32 raspberrypi p4d: Reading values ... Jan 4 09:34:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:34:32 raspberrypi p4d: Updating error list Jan 4 09:34:33 raspberrypi p4d: Updating error list done Jan 4 09:34:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:34:42 raspberrypi p4d: Checking state ... Jan 4 09:34:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:34:52 raspberrypi p4d: Checking state ... Jan 4 09:34:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:35:02 raspberrypi p4d: Checking state ... Jan 4 09:35:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:35:12 raspberrypi p4d: Checking state ... Jan 4 09:35:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:35:22 raspberrypi p4d: Checking state ... Jan 4 09:35:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:35:32 raspberrypi p4d: Checking state ... Jan 4 09:35:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:35:32 raspberrypi p4d: Reading values ... Jan 4 09:35:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:35:32 raspberrypi p4d: Updating error list Jan 4 09:35:33 raspberrypi p4d: Updating error list done Jan 4 09:35:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:35:42 raspberrypi p4d: Checking state ... Jan 4 09:35:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:35:52 raspberrypi p4d: Checking state ... Jan 4 09:35:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:36:02 raspberrypi p4d: Checking state ... Jan 4 09:36:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:36:12 raspberrypi p4d: Checking state ... Jan 4 09:36:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:36:22 raspberrypi p4d: Checking state ... Jan 4 09:36:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:36:32 raspberrypi p4d: Checking state ... Jan 4 09:36:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:36:32 raspberrypi p4d: Reading values ... Jan 4 09:36:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:36:32 raspberrypi p4d: Updating error list Jan 4 09:36:33 raspberrypi p4d: Updating error list done Jan 4 09:36:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:36:42 raspberrypi p4d: Checking state ... Jan 4 09:36:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:36:52 raspberrypi p4d: Checking state ... Jan 4 09:36:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:37:02 raspberrypi p4d: Checking state ... Jan 4 09:37:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:37:12 raspberrypi p4d: Checking state ... Jan 4 09:37:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:37:22 raspberrypi p4d: Checking state ... Jan 4 09:37:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:37:32 raspberrypi p4d: Checking state ... Jan 4 09:37:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:37:32 raspberrypi p4d: Reading values ... Jan 4 09:37:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:37:32 raspberrypi p4d: Updating error list Jan 4 09:37:33 raspberrypi p4d: Updating error list done Jan 4 09:37:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:37:42 raspberrypi p4d: Checking state ... Jan 4 09:37:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:37:52 raspberrypi p4d: Checking state ... Jan 4 09:37:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:38:02 raspberrypi p4d: Checking state ... Jan 4 09:38:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:38:12 raspberrypi p4d: Checking state ... Jan 4 09:38:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:38:22 raspberrypi p4d: Checking state ... Jan 4 09:38:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:38:32 raspberrypi p4d: Checking state ... Jan 4 09:38:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:38:32 raspberrypi p4d: Reading values ... Jan 4 09:38:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:38:32 raspberrypi p4d: Updating error list Jan 4 09:38:33 raspberrypi p4d: Updating error list done Jan 4 09:38:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:38:42 raspberrypi p4d: Checking state ... Jan 4 09:38:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:38:52 raspberrypi p4d: Checking state ... Jan 4 09:38:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:39:02 raspberrypi p4d: Checking state ... Jan 4 09:39:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:39:12 raspberrypi p4d: Checking state ... Jan 4 09:39:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:39:22 raspberrypi p4d: Checking state ... Jan 4 09:39:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:39:32 raspberrypi p4d: Checking state ... Jan 4 09:39:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:39:32 raspberrypi p4d: Reading values ... Jan 4 09:39:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:39:32 raspberrypi p4d: Updating error list Jan 4 09:39:33 raspberrypi p4d: Updating error list done Jan 4 09:39:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:39:42 raspberrypi p4d: Checking state ... Jan 4 09:39:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:39:52 raspberrypi p4d: Checking state ... Jan 4 09:39:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:40:02 raspberrypi p4d: Checking state ... Jan 4 09:40:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:40:12 raspberrypi p4d: Checking state ... Jan 4 09:40:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:40:22 raspberrypi p4d: Checking state ... Jan 4 09:40:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:40:32 raspberrypi p4d: Checking state ... Jan 4 09:40:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:40:32 raspberrypi p4d: Reading values ... Jan 4 09:40:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:40:32 raspberrypi p4d: Updating error list Jan 4 09:40:33 raspberrypi p4d: Updating error list done Jan 4 09:40:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:40:42 raspberrypi p4d: Checking state ... Jan 4 09:40:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:40:52 raspberrypi p4d: Checking state ... Jan 4 09:40:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:41:02 raspberrypi p4d: Checking state ... Jan 4 09:41:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:41:12 raspberrypi p4d: Checking state ... Jan 4 09:41:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:41:22 raspberrypi p4d: Checking state ... Jan 4 09:41:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:41:32 raspberrypi p4d: Checking state ... Jan 4 09:41:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:41:32 raspberrypi p4d: Reading values ... Jan 4 09:41:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:41:32 raspberrypi p4d: Updating error list Jan 4 09:41:33 raspberrypi p4d: Updating error list done Jan 4 09:41:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:41:42 raspberrypi p4d: Checking state ... Jan 4 09:41:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:41:52 raspberrypi p4d: Checking state ... Jan 4 09:41:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:42:02 raspberrypi p4d: Checking state ... Jan 4 09:42:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:42:12 raspberrypi p4d: Checking state ... Jan 4 09:42:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:42:22 raspberrypi p4d: Checking state ... Jan 4 09:42:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:42:32 raspberrypi p4d: Checking state ... Jan 4 09:42:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:42:32 raspberrypi p4d: Reading values ... Jan 4 09:42:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:42:32 raspberrypi p4d: Updating error list Jan 4 09:42:33 raspberrypi p4d: Updating error list done Jan 4 09:42:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:42:42 raspberrypi p4d: Checking state ... Jan 4 09:42:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:42:52 raspberrypi p4d: Checking state ... Jan 4 09:42:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:43:02 raspberrypi p4d: Checking state ... Jan 4 09:43:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:43:12 raspberrypi p4d: Checking state ... Jan 4 09:43:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:43:22 raspberrypi p4d: Checking state ... Jan 4 09:43:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:43:32 raspberrypi p4d: Checking state ... Jan 4 09:43:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:43:32 raspberrypi p4d: Reading values ... Jan 4 09:43:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:43:32 raspberrypi p4d: Updating error list Jan 4 09:43:33 raspberrypi p4d: Updating error list done Jan 4 09:43:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:43:42 raspberrypi p4d: Checking state ... Jan 4 09:43:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:43:52 raspberrypi p4d: Checking state ... Jan 4 09:43:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:44:02 raspberrypi p4d: Checking state ... Jan 4 09:44:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:44:12 raspberrypi p4d: Checking state ... Jan 4 09:44:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:44:22 raspberrypi p4d: Checking state ... Jan 4 09:44:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:44:32 raspberrypi p4d: Checking state ... Jan 4 09:44:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:44:32 raspberrypi p4d: Reading values ... Jan 4 09:44:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:44:32 raspberrypi p4d: Updating error list Jan 4 09:44:33 raspberrypi p4d: Updating error list done Jan 4 09:44:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:44:42 raspberrypi p4d: Checking state ... Jan 4 09:44:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:44:52 raspberrypi p4d: Checking state ... Jan 4 09:44:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:45:02 raspberrypi p4d: Checking state ... Jan 4 09:45:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:45:12 raspberrypi p4d: Checking state ... Jan 4 09:45:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:45:22 raspberrypi p4d: Checking state ... Jan 4 09:45:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:45:32 raspberrypi p4d: Checking state ... Jan 4 09:45:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:45:32 raspberrypi p4d: Reading values ... Jan 4 09:45:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:45:32 raspberrypi p4d: Updating error list Jan 4 09:45:33 raspberrypi p4d: Updating error list done Jan 4 09:45:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:45:42 raspberrypi p4d: Checking state ... Jan 4 09:45:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:45:52 raspberrypi p4d: Checking state ... Jan 4 09:45:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:46:02 raspberrypi p4d: Checking state ... Jan 4 09:46:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:46:12 raspberrypi p4d: Checking state ... Jan 4 09:46:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:46:22 raspberrypi p4d: Checking state ... Jan 4 09:46:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:46:32 raspberrypi p4d: Checking state ... Jan 4 09:46:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:46:32 raspberrypi p4d: Reading values ... Jan 4 09:46:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:46:32 raspberrypi p4d: Updating error list Jan 4 09:46:33 raspberrypi p4d: Updating error list done Jan 4 09:46:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:46:42 raspberrypi p4d: Checking state ... Jan 4 09:46:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:46:52 raspberrypi p4d: Checking state ... Jan 4 09:46:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:47:02 raspberrypi p4d: Checking state ... Jan 4 09:47:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:47:12 raspberrypi p4d: Checking state ... Jan 4 09:47:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:47:22 raspberrypi p4d: Checking state ... Jan 4 09:47:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:47:32 raspberrypi p4d: Checking state ... Jan 4 09:47:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:47:32 raspberrypi p4d: Reading values ... Jan 4 09:47:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:47:32 raspberrypi p4d: Updating error list Jan 4 09:47:33 raspberrypi p4d: Updating error list done Jan 4 09:47:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:47:42 raspberrypi p4d: Checking state ... Jan 4 09:47:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:47:52 raspberrypi p4d: Checking state ... Jan 4 09:47:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:48:02 raspberrypi p4d: Checking state ... Jan 4 09:48:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:48:12 raspberrypi p4d: Checking state ... Jan 4 09:48:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:48:22 raspberrypi p4d: Checking state ... Jan 4 09:48:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:48:32 raspberrypi p4d: Checking state ... Jan 4 09:48:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:48:32 raspberrypi p4d: Reading values ... Jan 4 09:48:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:48:32 raspberrypi p4d: Updating error list Jan 4 09:48:33 raspberrypi p4d: Updating error list done Jan 4 09:48:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:48:42 raspberrypi p4d: Checking state ... Jan 4 09:48:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:48:52 raspberrypi p4d: Checking state ... Jan 4 09:48:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:49:02 raspberrypi p4d: Checking state ... Jan 4 09:49:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:49:12 raspberrypi p4d: Checking state ... Jan 4 09:49:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:49:22 raspberrypi p4d: Checking state ... Jan 4 09:49:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:49:32 raspberrypi p4d: Checking state ... Jan 4 09:49:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:49:32 raspberrypi p4d: Reading values ... Jan 4 09:49:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:49:32 raspberrypi p4d: Updating error list Jan 4 09:49:33 raspberrypi p4d: Updating error list done Jan 4 09:49:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:49:42 raspberrypi p4d: Checking state ... Jan 4 09:49:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:49:52 raspberrypi p4d: Checking state ... Jan 4 09:49:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:50:02 raspberrypi p4d: Checking state ... Jan 4 09:50:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:50:12 raspberrypi p4d: Checking state ... Jan 4 09:50:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:50:22 raspberrypi p4d: Checking state ... Jan 4 09:50:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:50:32 raspberrypi p4d: Checking state ... Jan 4 09:50:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:50:32 raspberrypi p4d: Reading values ... Jan 4 09:50:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:50:32 raspberrypi p4d: Updating error list Jan 4 09:50:33 raspberrypi p4d: Updating error list done Jan 4 09:50:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:50:42 raspberrypi p4d: Checking state ... Jan 4 09:50:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:50:52 raspberrypi p4d: Checking state ... Jan 4 09:50:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:51:02 raspberrypi p4d: Checking state ... Jan 4 09:51:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:51:12 raspberrypi p4d: Checking state ... Jan 4 09:51:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:51:22 raspberrypi p4d: Checking state ... Jan 4 09:51:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:51:32 raspberrypi p4d: Checking state ... Jan 4 09:51:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:51:32 raspberrypi p4d: Reading values ... Jan 4 09:51:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:51:32 raspberrypi p4d: Updating error list Jan 4 09:51:33 raspberrypi p4d: Updating error list done Jan 4 09:51:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:51:42 raspberrypi p4d: Checking state ... Jan 4 09:51:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:51:52 raspberrypi p4d: Checking state ... Jan 4 09:51:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:52:02 raspberrypi p4d: Checking state ... Jan 4 09:52:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:52:12 raspberrypi p4d: Checking state ... Jan 4 09:52:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:52:22 raspberrypi p4d: Checking state ... Jan 4 09:52:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:52:32 raspberrypi p4d: Checking state ... Jan 4 09:52:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:52:32 raspberrypi p4d: Reading values ... Jan 4 09:52:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:52:32 raspberrypi p4d: Updating error list Jan 4 09:52:33 raspberrypi p4d: Updating error list done Jan 4 09:52:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:52:42 raspberrypi p4d: Checking state ... Jan 4 09:52:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:52:52 raspberrypi p4d: Checking state ... Jan 4 09:52:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:53:02 raspberrypi p4d: Checking state ... Jan 4 09:53:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:53:12 raspberrypi p4d: Checking state ... Jan 4 09:53:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:53:22 raspberrypi p4d: Checking state ... Jan 4 09:53:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:53:32 raspberrypi p4d: Checking state ... Jan 4 09:53:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:53:32 raspberrypi p4d: Reading values ... Jan 4 09:53:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:53:32 raspberrypi p4d: Updating error list Jan 4 09:53:33 raspberrypi p4d: Updating error list done Jan 4 09:53:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:53:42 raspberrypi p4d: Checking state ... Jan 4 09:53:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:53:52 raspberrypi p4d: Checking state ... Jan 4 09:53:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:54:02 raspberrypi p4d: Checking state ... Jan 4 09:54:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:54:12 raspberrypi p4d: Checking state ... Jan 4 09:54:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:54:22 raspberrypi p4d: Checking state ... Jan 4 09:54:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:54:32 raspberrypi p4d: Checking state ... Jan 4 09:54:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:54:32 raspberrypi p4d: Reading values ... Jan 4 09:54:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:54:32 raspberrypi p4d: Updating error list Jan 4 09:54:33 raspberrypi p4d: Updating error list done Jan 4 09:54:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:54:42 raspberrypi p4d: Checking state ... Jan 4 09:54:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:54:52 raspberrypi p4d: Checking state ... Jan 4 09:54:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:55:02 raspberrypi p4d: Checking state ... Jan 4 09:55:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:55:12 raspberrypi p4d: Checking state ... Jan 4 09:55:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:55:22 raspberrypi p4d: Checking state ... Jan 4 09:55:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:55:32 raspberrypi p4d: Checking state ... Jan 4 09:55:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:55:32 raspberrypi p4d: Reading values ... Jan 4 09:55:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:55:32 raspberrypi p4d: Updating error list Jan 4 09:55:33 raspberrypi p4d: Updating error list done Jan 4 09:55:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:55:42 raspberrypi p4d: Checking state ... Jan 4 09:55:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:55:52 raspberrypi p4d: Checking state ... Jan 4 09:55:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:56:02 raspberrypi p4d: Checking state ... Jan 4 09:56:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:56:12 raspberrypi p4d: Checking state ... Jan 4 09:56:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:56:22 raspberrypi p4d: Checking state ... Jan 4 09:56:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:56:32 raspberrypi p4d: Checking state ... Jan 4 09:56:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:56:32 raspberrypi p4d: Reading values ... Jan 4 09:56:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:56:32 raspberrypi p4d: Updating error list Jan 4 09:56:33 raspberrypi p4d: Updating error list done Jan 4 09:56:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:56:42 raspberrypi p4d: Checking state ... Jan 4 09:56:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:56:52 raspberrypi p4d: Checking state ... Jan 4 09:56:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:57:02 raspberrypi p4d: Checking state ... Jan 4 09:57:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:57:12 raspberrypi p4d: Checking state ... Jan 4 09:57:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:57:22 raspberrypi p4d: Checking state ... Jan 4 09:57:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:57:32 raspberrypi p4d: Checking state ... Jan 4 09:57:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:57:32 raspberrypi p4d: Reading values ... Jan 4 09:57:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:57:32 raspberrypi p4d: Updating error list Jan 4 09:57:33 raspberrypi p4d: Updating error list done Jan 4 09:57:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:57:42 raspberrypi p4d: Checking state ... Jan 4 09:57:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:57:52 raspberrypi p4d: Checking state ... Jan 4 09:57:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:58:02 raspberrypi p4d: Checking state ... Jan 4 09:58:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:58:12 raspberrypi p4d: Checking state ... Jan 4 09:58:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:58:22 raspberrypi p4d: Checking state ... Jan 4 09:58:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:58:32 raspberrypi p4d: Checking state ... Jan 4 09:58:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:58:32 raspberrypi p4d: Reading values ... Jan 4 09:58:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:58:32 raspberrypi p4d: Updating error list Jan 4 09:58:33 raspberrypi p4d: Updating error list done Jan 4 09:58:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:58:42 raspberrypi p4d: Checking state ... Jan 4 09:58:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:58:52 raspberrypi p4d: Checking state ... Jan 4 09:58:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:59:02 raspberrypi p4d: Checking state ... Jan 4 09:59:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:59:12 raspberrypi p4d: Checking state ... Jan 4 09:59:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:59:22 raspberrypi p4d: Checking state ... Jan 4 09:59:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:59:32 raspberrypi p4d: Checking state ... Jan 4 09:59:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:59:32 raspberrypi p4d: Reading values ... Jan 4 09:59:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 09:59:32 raspberrypi p4d: Updating error list Jan 4 09:59:33 raspberrypi p4d: Updating error list done Jan 4 09:59:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 09:59:42 raspberrypi p4d: Checking state ... Jan 4 09:59:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 09:59:52 raspberrypi p4d: Checking state ... Jan 4 09:59:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:00:02 raspberrypi p4d: Checking state ... Jan 4 10:00:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:00:12 raspberrypi p4d: Checking state ... Jan 4 10:00:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:00:22 raspberrypi p4d: Checking state ... Jan 4 10:00:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:00:32 raspberrypi p4d: Checking state ... Jan 4 10:00:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:00:32 raspberrypi p4d: Reading values ... Jan 4 10:00:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:00:32 raspberrypi p4d: Updating error list Jan 4 10:00:33 raspberrypi p4d: Updating error list done Jan 4 10:00:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:00:42 raspberrypi p4d: Checking state ... Jan 4 10:00:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:00:52 raspberrypi p4d: Checking state ... Jan 4 10:00:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:01:02 raspberrypi p4d: Checking state ... Jan 4 10:01:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:01:12 raspberrypi p4d: Checking state ... Jan 4 10:01:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:01:22 raspberrypi p4d: Checking state ... Jan 4 10:01:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:01:32 raspberrypi p4d: Checking state ... Jan 4 10:01:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:01:32 raspberrypi p4d: Reading values ... Jan 4 10:01:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:01:32 raspberrypi p4d: Updating error list Jan 4 10:01:33 raspberrypi p4d: Updating error list done Jan 4 10:01:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:01:42 raspberrypi p4d: Checking state ... Jan 4 10:01:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:01:52 raspberrypi p4d: Checking state ... Jan 4 10:01:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:02:02 raspberrypi p4d: Checking state ... Jan 4 10:02:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:02:12 raspberrypi p4d: Checking state ... Jan 4 10:02:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:02:22 raspberrypi p4d: Checking state ... Jan 4 10:02:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:02:32 raspberrypi p4d: Checking state ... Jan 4 10:02:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:02:32 raspberrypi p4d: Reading values ... Jan 4 10:02:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:02:32 raspberrypi p4d: Updating error list Jan 4 10:02:33 raspberrypi p4d: Updating error list done Jan 4 10:02:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:02:42 raspberrypi p4d: Checking state ... Jan 4 10:02:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:02:52 raspberrypi p4d: Checking state ... Jan 4 10:02:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:03:02 raspberrypi p4d: Checking state ... Jan 4 10:03:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:03:12 raspberrypi p4d: Checking state ... Jan 4 10:03:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:03:22 raspberrypi p4d: Checking state ... Jan 4 10:03:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:03:32 raspberrypi p4d: Checking state ... Jan 4 10:03:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:03:32 raspberrypi p4d: Reading values ... Jan 4 10:03:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:03:32 raspberrypi p4d: Updating error list Jan 4 10:03:33 raspberrypi p4d: Updating error list done Jan 4 10:03:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:03:42 raspberrypi p4d: Checking state ... Jan 4 10:03:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:03:52 raspberrypi p4d: Checking state ... Jan 4 10:03:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:04:02 raspberrypi p4d: Checking state ... Jan 4 10:04:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:04:12 raspberrypi p4d: Checking state ... Jan 4 10:04:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:04:22 raspberrypi p4d: Checking state ... Jan 4 10:04:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:04:32 raspberrypi p4d: Checking state ... Jan 4 10:04:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:04:32 raspberrypi p4d: Reading values ... Jan 4 10:04:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:04:32 raspberrypi p4d: Updating error list Jan 4 10:04:33 raspberrypi p4d: Updating error list done Jan 4 10:04:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:04:42 raspberrypi p4d: Checking state ... Jan 4 10:04:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:04:52 raspberrypi p4d: Checking state ... Jan 4 10:04:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:05:02 raspberrypi p4d: Checking state ... Jan 4 10:05:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:05:12 raspberrypi p4d: Checking state ... Jan 4 10:05:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:05:22 raspberrypi p4d: Checking state ... Jan 4 10:05:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:05:32 raspberrypi p4d: Checking state ... Jan 4 10:05:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:05:32 raspberrypi p4d: Reading values ... Jan 4 10:05:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:05:32 raspberrypi p4d: Updating error list Jan 4 10:05:33 raspberrypi p4d: Updating error list done Jan 4 10:05:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:05:42 raspberrypi p4d: Checking state ... Jan 4 10:05:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:05:52 raspberrypi p4d: Checking state ... Jan 4 10:05:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:06:02 raspberrypi p4d: Checking state ... Jan 4 10:06:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:06:10 raspberrypi p4d: Cleanup jobs table with history of 2 days Jan 4 10:06:12 raspberrypi p4d: Checking state ... Jan 4 10:06:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:06:22 raspberrypi p4d: Checking state ... Jan 4 10:06:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:06:32 raspberrypi p4d: Checking state ... Jan 4 10:06:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:06:32 raspberrypi p4d: Reading values ... Jan 4 10:06:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:06:32 raspberrypi p4d: Updating error list Jan 4 10:06:33 raspberrypi p4d: Updating error list done Jan 4 10:06:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:06:42 raspberrypi p4d: Checking state ... Jan 4 10:06:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:06:52 raspberrypi p4d: Checking state ... Jan 4 10:06:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:07:02 raspberrypi p4d: Checking state ... Jan 4 10:07:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:07:12 raspberrypi p4d: Checking state ... Jan 4 10:07:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:07:22 raspberrypi p4d: Checking state ... Jan 4 10:07:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:07:32 raspberrypi p4d: Checking state ... Jan 4 10:07:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:07:32 raspberrypi p4d: Reading values ... Jan 4 10:07:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:07:32 raspberrypi p4d: Updating error list Jan 4 10:07:33 raspberrypi p4d: Updating error list done Jan 4 10:07:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:07:42 raspberrypi p4d: Checking state ... Jan 4 10:07:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:07:52 raspberrypi p4d: Checking state ... Jan 4 10:07:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:08:02 raspberrypi p4d: Checking state ... Jan 4 10:08:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:08:12 raspberrypi p4d: Checking state ... Jan 4 10:08:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:08:22 raspberrypi p4d: Checking state ... Jan 4 10:08:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:08:32 raspberrypi p4d: Checking state ... Jan 4 10:08:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:08:32 raspberrypi p4d: Reading values ... Jan 4 10:08:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:08:32 raspberrypi p4d: Updating error list Jan 4 10:08:33 raspberrypi p4d: Updating error list done Jan 4 10:08:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:08:42 raspberrypi p4d: Checking state ... Jan 4 10:08:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:08:52 raspberrypi p4d: Checking state ... Jan 4 10:08:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:09:02 raspberrypi p4d: Checking state ... Jan 4 10:09:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:09:12 raspberrypi p4d: Checking state ... Jan 4 10:09:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:09:22 raspberrypi p4d: Checking state ... Jan 4 10:09:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:09:32 raspberrypi p4d: Checking state ... Jan 4 10:09:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:09:32 raspberrypi p4d: Reading values ... Jan 4 10:09:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:09:32 raspberrypi p4d: Updating error list Jan 4 10:09:33 raspberrypi p4d: Updating error list done Jan 4 10:09:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:09:42 raspberrypi p4d: Checking state ... Jan 4 10:09:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:09:52 raspberrypi p4d: Checking state ... Jan 4 10:09:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:10:02 raspberrypi p4d: Checking state ... Jan 4 10:10:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:10:12 raspberrypi p4d: Checking state ... Jan 4 10:10:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:10:22 raspberrypi p4d: Checking state ... Jan 4 10:10:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:10:32 raspberrypi p4d: Checking state ... Jan 4 10:10:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:10:32 raspberrypi p4d: Reading values ... Jan 4 10:10:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:10:32 raspberrypi p4d: Updating error list Jan 4 10:10:33 raspberrypi p4d: Updating error list done Jan 4 10:10:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:10:42 raspberrypi p4d: Checking state ... Jan 4 10:10:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:10:52 raspberrypi p4d: Checking state ... Jan 4 10:10:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:11:02 raspberrypi p4d: Checking state ... Jan 4 10:11:02 raspberrypi p4d: Communication error while reading state, got size 3, status was 0 Jan 4 10:11:02 raspberrypi p4d: <- 02 FD 00 05 39 04 61 01 82 6F ....9.a..o Jan 4 10:11:02 raspberrypi p4d: Closing io device Jan 4 10:11:02 raspberrypi p4d: Error reading serial interface, reopen now! Jan 4 10:11:02 raspberrypi p4d: Opening '/dev/ttyUSB0' succeeded! Jan 4 10:11:02 raspberrypi p4d: Checking state ... Jan 4 10:11:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:11:12 raspberrypi p4d: Checking state ... Jan 4 10:11:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:11:22 raspberrypi p4d: Checking state ... Jan 4 10:11:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:11:32 raspberrypi p4d: Checking state ... Jan 4 10:11:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:11:32 raspberrypi p4d: Reading values ... Jan 4 10:11:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:11:32 raspberrypi p4d: Updating error list Jan 4 10:11:33 raspberrypi p4d: Updating error list done Jan 4 10:11:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:11:42 raspberrypi p4d: Checking state ... Jan 4 10:11:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:11:52 raspberrypi p4d: Checking state ... Jan 4 10:11:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:12:02 raspberrypi p4d: Checking state ... Jan 4 10:12:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:12:12 raspberrypi p4d: Checking state ... Jan 4 10:12:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:12:22 raspberrypi p4d: Checking state ... Jan 4 10:12:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:12:32 raspberrypi p4d: Checking state ... Jan 4 10:12:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:12:32 raspberrypi p4d: Reading values ... Jan 4 10:12:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:12:32 raspberrypi p4d: Updating error list Jan 4 10:12:33 raspberrypi p4d: Updating error list done Jan 4 10:12:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:12:42 raspberrypi p4d: Checking state ... Jan 4 10:12:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:12:52 raspberrypi p4d: Checking state ... Jan 4 10:12:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:13:02 raspberrypi p4d: Checking state ... Jan 4 10:13:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:13:12 raspberrypi p4d: Checking state ... Jan 4 10:13:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:13:22 raspberrypi p4d: Checking state ... Jan 4 10:13:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:13:32 raspberrypi p4d: Checking state ... Jan 4 10:13:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:13:32 raspberrypi p4d: Reading values ... Jan 4 10:13:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:13:32 raspberrypi p4d: Updating error list Jan 4 10:13:33 raspberrypi p4d: Updating error list done Jan 4 10:13:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:13:42 raspberrypi p4d: Checking state ... Jan 4 10:13:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:13:52 raspberrypi p4d: Checking state ... Jan 4 10:13:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:14:02 raspberrypi p4d: Checking state ... Jan 4 10:14:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:14:12 raspberrypi p4d: Checking state ... Jan 4 10:14:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:14:22 raspberrypi p4d: Checking state ... Jan 4 10:14:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:14:32 raspberrypi p4d: Checking state ... Jan 4 10:14:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:14:32 raspberrypi p4d: Reading values ... Jan 4 10:14:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:14:32 raspberrypi p4d: Updating error list Jan 4 10:14:33 raspberrypi p4d: Updating error list done Jan 4 10:14:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:14:42 raspberrypi p4d: Checking state ... Jan 4 10:14:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:14:52 raspberrypi p4d: Checking state ... Jan 4 10:14:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:15:02 raspberrypi p4d: Checking state ... Jan 4 10:15:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:15:12 raspberrypi p4d: Checking state ... Jan 4 10:15:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:15:22 raspberrypi p4d: Checking state ... Jan 4 10:15:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:15:32 raspberrypi p4d: Checking state ... Jan 4 10:15:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:15:32 raspberrypi p4d: Reading values ... Jan 4 10:15:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:15:32 raspberrypi p4d: Updating error list Jan 4 10:15:33 raspberrypi p4d: Updating error list done Jan 4 10:15:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:15:42 raspberrypi p4d: Checking state ... Jan 4 10:15:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:15:52 raspberrypi p4d: Checking state ... Jan 4 10:15:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:16:02 raspberrypi p4d: Checking state ... Jan 4 10:16:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:16:12 raspberrypi p4d: Checking state ... Jan 4 10:16:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:16:22 raspberrypi p4d: Checking state ... Jan 4 10:16:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:16:32 raspberrypi p4d: Checking state ... Jan 4 10:16:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:16:32 raspberrypi p4d: Reading values ... Jan 4 10:16:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:16:32 raspberrypi p4d: Updating error list Jan 4 10:16:33 raspberrypi p4d: Updating error list done Jan 4 10:16:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:16:42 raspberrypi p4d: Checking state ... Jan 4 10:16:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:16:52 raspberrypi p4d: Checking state ... Jan 4 10:16:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:17:02 raspberrypi p4d: Checking state ... Jan 4 10:17:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:17:12 raspberrypi p4d: Checking state ... Jan 4 10:17:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:17:22 raspberrypi p4d: Checking state ... Jan 4 10:17:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:17:32 raspberrypi p4d: Checking state ... Jan 4 10:17:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:17:32 raspberrypi p4d: Reading values ... Jan 4 10:17:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:17:32 raspberrypi p4d: Updating error list Jan 4 10:17:33 raspberrypi p4d: Updating error list done Jan 4 10:17:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:17:42 raspberrypi p4d: Checking state ... Jan 4 10:17:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:17:52 raspberrypi p4d: Checking state ... Jan 4 10:17:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:18:02 raspberrypi p4d: Checking state ... Jan 4 10:18:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:18:12 raspberrypi p4d: Checking state ... Jan 4 10:18:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:18:22 raspberrypi p4d: Checking state ... Jan 4 10:18:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:18:32 raspberrypi p4d: Checking state ... Jan 4 10:18:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:18:32 raspberrypi p4d: Reading values ... Jan 4 10:18:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:18:32 raspberrypi p4d: Updating error list Jan 4 10:18:33 raspberrypi p4d: Updating error list done Jan 4 10:18:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:18:42 raspberrypi p4d: Checking state ... Jan 4 10:18:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:18:52 raspberrypi p4d: Checking state ... Jan 4 10:18:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:19:02 raspberrypi p4d: Checking state ... Jan 4 10:19:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:19:12 raspberrypi p4d: Checking state ... Jan 4 10:19:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:19:22 raspberrypi p4d: Checking state ... Jan 4 10:19:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:19:32 raspberrypi p4d: Checking state ... Jan 4 10:19:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:19:32 raspberrypi p4d: Reading values ... Jan 4 10:19:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:19:32 raspberrypi p4d: Updating error list Jan 4 10:19:33 raspberrypi p4d: Updating error list done Jan 4 10:19:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:19:42 raspberrypi p4d: Checking state ... Jan 4 10:19:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:19:52 raspberrypi p4d: Checking state ... Jan 4 10:19:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:20:02 raspberrypi p4d: Checking state ... Jan 4 10:20:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:20:12 raspberrypi p4d: Checking state ... Jan 4 10:20:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:20:22 raspberrypi p4d: Checking state ... Jan 4 10:20:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:20:32 raspberrypi p4d: Checking state ... Jan 4 10:20:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:20:32 raspberrypi p4d: Reading values ... Jan 4 10:20:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:20:32 raspberrypi p4d: Updating error list Jan 4 10:20:33 raspberrypi p4d: Updating error list done Jan 4 10:20:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:20:42 raspberrypi p4d: Checking state ... Jan 4 10:20:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:20:52 raspberrypi p4d: Checking state ... Jan 4 10:20:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:21:02 raspberrypi p4d: Checking state ... Jan 4 10:21:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:21:12 raspberrypi p4d: Checking state ... Jan 4 10:21:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:21:22 raspberrypi p4d: Checking state ... Jan 4 10:21:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:21:32 raspberrypi p4d: Checking state ... Jan 4 10:21:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:21:32 raspberrypi p4d: Reading values ... Jan 4 10:21:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:21:32 raspberrypi p4d: Updating error list Jan 4 10:21:33 raspberrypi p4d: Updating error list done Jan 4 10:21:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:21:42 raspberrypi p4d: Checking state ... Jan 4 10:21:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:21:52 raspberrypi p4d: Checking state ... Jan 4 10:21:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:22:02 raspberrypi p4d: Checking state ... Jan 4 10:22:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:22:12 raspberrypi p4d: Checking state ... Jan 4 10:22:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:22:22 raspberrypi p4d: Checking state ... Jan 4 10:22:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:22:32 raspberrypi p4d: Checking state ... Jan 4 10:22:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:22:32 raspberrypi p4d: Reading values ... Jan 4 10:22:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:22:32 raspberrypi p4d: Updating error list Jan 4 10:22:33 raspberrypi p4d: Updating error list done Jan 4 10:22:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:22:42 raspberrypi p4d: Checking state ... Jan 4 10:22:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:22:52 raspberrypi p4d: Checking state ... Jan 4 10:22:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:23:02 raspberrypi p4d: Checking state ... Jan 4 10:23:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:23:12 raspberrypi p4d: Checking state ... Jan 4 10:23:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:23:22 raspberrypi p4d: Checking state ... Jan 4 10:23:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:23:32 raspberrypi p4d: Checking state ... Jan 4 10:23:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:23:32 raspberrypi p4d: Reading values ... Jan 4 10:23:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:23:32 raspberrypi p4d: Updating error list Jan 4 10:23:33 raspberrypi p4d: Updating error list done Jan 4 10:23:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:23:42 raspberrypi p4d: Checking state ... Jan 4 10:23:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:23:52 raspberrypi p4d: Checking state ... Jan 4 10:23:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:24:02 raspberrypi p4d: Checking state ... Jan 4 10:24:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:24:12 raspberrypi p4d: Checking state ... Jan 4 10:24:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:24:22 raspberrypi p4d: Checking state ... Jan 4 10:24:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:24:32 raspberrypi p4d: Checking state ... Jan 4 10:24:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:24:32 raspberrypi p4d: Reading values ... Jan 4 10:24:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:24:32 raspberrypi p4d: Updating error list Jan 4 10:24:33 raspberrypi p4d: Updating error list done Jan 4 10:24:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:24:42 raspberrypi p4d: Checking state ... Jan 4 10:24:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:24:52 raspberrypi p4d: Checking state ... Jan 4 10:24:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:25:02 raspberrypi p4d: Checking state ... Jan 4 10:25:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:25:12 raspberrypi p4d: Checking state ... Jan 4 10:25:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:25:22 raspberrypi p4d: Checking state ... Jan 4 10:25:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:25:32 raspberrypi p4d: Checking state ... Jan 4 10:25:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:25:32 raspberrypi p4d: Reading values ... Jan 4 10:25:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:25:32 raspberrypi p4d: Updating error list Jan 4 10:25:33 raspberrypi p4d: Updating error list done Jan 4 10:25:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:25:42 raspberrypi p4d: Checking state ... Jan 4 10:25:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:25:52 raspberrypi p4d: Checking state ... Jan 4 10:25:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:26:02 raspberrypi p4d: Checking state ... Jan 4 10:26:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:26:12 raspberrypi p4d: Checking state ... Jan 4 10:26:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:26:22 raspberrypi p4d: Checking state ... Jan 4 10:26:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:26:32 raspberrypi p4d: Checking state ... Jan 4 10:26:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:26:32 raspberrypi p4d: Reading values ... Jan 4 10:26:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:26:32 raspberrypi p4d: Updating error list Jan 4 10:26:33 raspberrypi p4d: Updating error list done Jan 4 10:26:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:26:42 raspberrypi p4d: Checking state ... Jan 4 10:26:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:26:52 raspberrypi p4d: Checking state ... Jan 4 10:26:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:27:02 raspberrypi p4d: Checking state ... Jan 4 10:27:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:27:12 raspberrypi p4d: Checking state ... Jan 4 10:27:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:27:22 raspberrypi p4d: Checking state ... Jan 4 10:27:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:27:32 raspberrypi p4d: Checking state ... Jan 4 10:27:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:27:32 raspberrypi p4d: Reading values ... Jan 4 10:27:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:27:32 raspberrypi p4d: Updating error list Jan 4 10:27:33 raspberrypi p4d: Updating error list done Jan 4 10:27:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:27:42 raspberrypi p4d: Checking state ... Jan 4 10:27:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:27:52 raspberrypi p4d: Checking state ... Jan 4 10:27:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:28:02 raspberrypi p4d: Checking state ... Jan 4 10:28:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:28:12 raspberrypi p4d: Checking state ... Jan 4 10:28:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:28:22 raspberrypi p4d: Checking state ... Jan 4 10:28:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:28:32 raspberrypi p4d: Checking state ... Jan 4 10:28:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:28:32 raspberrypi p4d: Reading values ... Jan 4 10:28:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:28:32 raspberrypi p4d: Updating error list Jan 4 10:28:33 raspberrypi p4d: Updating error list done Jan 4 10:28:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:28:42 raspberrypi p4d: Checking state ... Jan 4 10:28:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:28:52 raspberrypi p4d: Checking state ... Jan 4 10:28:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:29:02 raspberrypi p4d: Checking state ... Jan 4 10:29:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:29:12 raspberrypi p4d: Checking state ... Jan 4 10:29:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:29:22 raspberrypi p4d: Checking state ... Jan 4 10:29:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:29:32 raspberrypi p4d: Checking state ... Jan 4 10:29:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:29:32 raspberrypi p4d: Reading values ... Jan 4 10:29:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:29:32 raspberrypi p4d: Updating error list Jan 4 10:29:33 raspberrypi p4d: Updating error list done Jan 4 10:29:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:29:42 raspberrypi p4d: Checking state ... Jan 4 10:29:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:29:52 raspberrypi p4d: Checking state ... Jan 4 10:29:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:30:02 raspberrypi p4d: Checking state ... Jan 4 10:30:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:30:12 raspberrypi p4d: Checking state ... Jan 4 10:30:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:30:22 raspberrypi p4d: Checking state ... Jan 4 10:30:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:30:32 raspberrypi p4d: Checking state ... Jan 4 10:30:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:30:32 raspberrypi p4d: Reading values ... Jan 4 10:30:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:30:32 raspberrypi p4d: Updating error list Jan 4 10:30:33 raspberrypi p4d: Updating error list done Jan 4 10:30:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:30:42 raspberrypi p4d: Checking state ... Jan 4 10:30:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:30:52 raspberrypi p4d: Checking state ... Jan 4 10:30:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:31:02 raspberrypi p4d: Checking state ... Jan 4 10:31:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:31:12 raspberrypi p4d: Checking state ... Jan 4 10:31:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:31:22 raspberrypi p4d: Checking state ... Jan 4 10:31:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:31:32 raspberrypi p4d: Checking state ... Jan 4 10:31:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:31:32 raspberrypi p4d: Reading values ... Jan 4 10:31:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:31:32 raspberrypi p4d: Updating error list Jan 4 10:31:33 raspberrypi p4d: Updating error list done Jan 4 10:31:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:31:42 raspberrypi p4d: Checking state ... Jan 4 10:31:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:31:52 raspberrypi p4d: Checking state ... Jan 4 10:31:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:32:02 raspberrypi p4d: Checking state ... Jan 4 10:32:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:32:12 raspberrypi p4d: Checking state ... Jan 4 10:32:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:32:22 raspberrypi p4d: Checking state ... Jan 4 10:32:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:32:32 raspberrypi p4d: Checking state ... Jan 4 10:32:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:32:32 raspberrypi p4d: Reading values ... Jan 4 10:32:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:32:32 raspberrypi p4d: Updating error list Jan 4 10:32:33 raspberrypi p4d: Updating error list done Jan 4 10:32:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:32:42 raspberrypi p4d: Checking state ... Jan 4 10:32:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:32:52 raspberrypi p4d: Checking state ... Jan 4 10:32:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:33:02 raspberrypi p4d: Checking state ... Jan 4 10:33:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:33:12 raspberrypi p4d: Checking state ... Jan 4 10:33:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:33:22 raspberrypi p4d: Checking state ... Jan 4 10:33:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:33:32 raspberrypi p4d: Checking state ... Jan 4 10:33:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:33:32 raspberrypi p4d: Reading values ... Jan 4 10:33:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:33:32 raspberrypi p4d: Updating error list Jan 4 10:33:33 raspberrypi p4d: Updating error list done Jan 4 10:33:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:33:42 raspberrypi p4d: Checking state ... Jan 4 10:33:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:33:52 raspberrypi p4d: Checking state ... Jan 4 10:33:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:34:02 raspberrypi p4d: Checking state ... Jan 4 10:34:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:34:12 raspberrypi p4d: Checking state ... Jan 4 10:34:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:34:22 raspberrypi p4d: Checking state ... Jan 4 10:34:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:34:32 raspberrypi p4d: Checking state ... Jan 4 10:34:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:34:32 raspberrypi p4d: Reading values ... Jan 4 10:34:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:34:32 raspberrypi p4d: Updating error list Jan 4 10:34:33 raspberrypi p4d: Updating error list done Jan 4 10:34:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:34:42 raspberrypi p4d: Checking state ... Jan 4 10:34:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:34:52 raspberrypi p4d: Checking state ... Jan 4 10:34:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:35:02 raspberrypi p4d: Checking state ... Jan 4 10:35:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:35:12 raspberrypi p4d: Checking state ... Jan 4 10:35:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:35:22 raspberrypi p4d: Checking state ... Jan 4 10:35:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:35:32 raspberrypi p4d: Checking state ... Jan 4 10:35:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:35:32 raspberrypi p4d: Reading values ... Jan 4 10:35:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:35:32 raspberrypi p4d: Updating error list Jan 4 10:35:33 raspberrypi p4d: Updating error list done Jan 4 10:35:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:35:42 raspberrypi p4d: Checking state ... Jan 4 10:35:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:35:52 raspberrypi p4d: Checking state ... Jan 4 10:35:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:36:02 raspberrypi p4d: Checking state ... Jan 4 10:36:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:36:12 raspberrypi p4d: Checking state ... Jan 4 10:36:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:36:22 raspberrypi p4d: Checking state ... Jan 4 10:36:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:36:32 raspberrypi p4d: Checking state ... Jan 4 10:36:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:36:32 raspberrypi p4d: Reading values ... Jan 4 10:36:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:36:32 raspberrypi p4d: Updating error list Jan 4 10:36:33 raspberrypi p4d: Updating error list done Jan 4 10:36:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:36:42 raspberrypi p4d: Checking state ... Jan 4 10:36:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:36:52 raspberrypi p4d: Checking state ... Jan 4 10:36:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:37:02 raspberrypi p4d: Checking state ... Jan 4 10:37:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:37:12 raspberrypi p4d: Checking state ... Jan 4 10:37:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:37:22 raspberrypi p4d: Checking state ... Jan 4 10:37:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:37:32 raspberrypi p4d: Checking state ... Jan 4 10:37:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:37:32 raspberrypi p4d: Reading values ... Jan 4 10:37:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:37:32 raspberrypi p4d: Updating error list Jan 4 10:37:33 raspberrypi p4d: Updating error list done Jan 4 10:37:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:37:42 raspberrypi p4d: Checking state ... Jan 4 10:37:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:37:52 raspberrypi p4d: Checking state ... Jan 4 10:37:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:38:02 raspberrypi p4d: Checking state ... Jan 4 10:38:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:38:12 raspberrypi p4d: Checking state ... Jan 4 10:38:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:38:22 raspberrypi p4d: Checking state ... Jan 4 10:38:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:38:32 raspberrypi p4d: Checking state ... Jan 4 10:38:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:38:32 raspberrypi p4d: Reading values ... Jan 4 10:38:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:38:32 raspberrypi p4d: Updating error list Jan 4 10:38:33 raspberrypi p4d: Updating error list done Jan 4 10:38:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:38:42 raspberrypi p4d: Checking state ... Jan 4 10:38:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:38:52 raspberrypi p4d: Checking state ... Jan 4 10:38:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:39:02 raspberrypi p4d: Checking state ... Jan 4 10:39:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:39:12 raspberrypi p4d: Checking state ... Jan 4 10:39:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:39:22 raspberrypi p4d: Checking state ... Jan 4 10:39:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:39:32 raspberrypi p4d: Checking state ... Jan 4 10:39:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:39:32 raspberrypi p4d: Reading values ... Jan 4 10:39:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:39:32 raspberrypi p4d: Updating error list Jan 4 10:39:33 raspberrypi p4d: Updating error list done Jan 4 10:39:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:39:42 raspberrypi p4d: Checking state ... Jan 4 10:39:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:39:52 raspberrypi p4d: Checking state ... Jan 4 10:39:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:40:02 raspberrypi p4d: Checking state ... Jan 4 10:40:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:40:12 raspberrypi p4d: Checking state ... Jan 4 10:40:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:40:22 raspberrypi p4d: Checking state ... Jan 4 10:40:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:40:32 raspberrypi p4d: Checking state ... Jan 4 10:40:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:40:32 raspberrypi p4d: Reading values ... Jan 4 10:40:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:40:32 raspberrypi p4d: Updating error list Jan 4 10:40:33 raspberrypi p4d: Updating error list done Jan 4 10:40:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:40:42 raspberrypi p4d: Checking state ... Jan 4 10:40:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:40:52 raspberrypi p4d: Checking state ... Jan 4 10:40:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:41:02 raspberrypi p4d: Checking state ... Jan 4 10:41:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:41:12 raspberrypi p4d: Checking state ... Jan 4 10:41:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:41:22 raspberrypi p4d: Checking state ... Jan 4 10:41:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:41:32 raspberrypi p4d: Checking state ... Jan 4 10:41:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:41:32 raspberrypi p4d: Reading values ... Jan 4 10:41:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:41:32 raspberrypi p4d: Updating error list Jan 4 10:41:33 raspberrypi p4d: Updating error list done Jan 4 10:41:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:41:42 raspberrypi p4d: Checking state ... Jan 4 10:41:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:41:52 raspberrypi p4d: Checking state ... Jan 4 10:41:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:42:02 raspberrypi p4d: Checking state ... Jan 4 10:42:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:42:12 raspberrypi p4d: Checking state ... Jan 4 10:42:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:42:22 raspberrypi p4d: Checking state ... Jan 4 10:42:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:42:32 raspberrypi p4d: Checking state ... Jan 4 10:42:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:42:32 raspberrypi p4d: Reading values ... Jan 4 10:42:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:42:32 raspberrypi p4d: Updating error list Jan 4 10:42:33 raspberrypi p4d: Updating error list done Jan 4 10:42:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:42:42 raspberrypi p4d: Checking state ... Jan 4 10:42:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:42:52 raspberrypi p4d: Checking state ... Jan 4 10:42:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:43:02 raspberrypi p4d: Checking state ... Jan 4 10:43:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:43:12 raspberrypi p4d: Checking state ... Jan 4 10:43:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:43:22 raspberrypi p4d: Checking state ... Jan 4 10:43:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:43:32 raspberrypi p4d: Checking state ... Jan 4 10:43:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:43:32 raspberrypi p4d: Reading values ... Jan 4 10:43:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:43:32 raspberrypi p4d: Updating error list Jan 4 10:43:33 raspberrypi p4d: Updating error list done Jan 4 10:43:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:43:42 raspberrypi p4d: Checking state ... Jan 4 10:43:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:43:52 raspberrypi p4d: Checking state ... Jan 4 10:43:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:44:02 raspberrypi p4d: Checking state ... Jan 4 10:44:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:44:12 raspberrypi p4d: Checking state ... Jan 4 10:44:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:44:22 raspberrypi p4d: Checking state ... Jan 4 10:44:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:44:32 raspberrypi p4d: Checking state ... Jan 4 10:44:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:44:32 raspberrypi p4d: Reading values ... Jan 4 10:44:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:44:32 raspberrypi p4d: Updating error list Jan 4 10:44:33 raspberrypi p4d: Updating error list done Jan 4 10:44:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:44:42 raspberrypi p4d: Checking state ... Jan 4 10:44:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:44:52 raspberrypi p4d: Checking state ... Jan 4 10:44:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:45:02 raspberrypi p4d: Checking state ... Jan 4 10:45:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:45:12 raspberrypi p4d: Checking state ... Jan 4 10:45:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:45:22 raspberrypi p4d: Checking state ... Jan 4 10:45:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:45:32 raspberrypi p4d: Checking state ... Jan 4 10:45:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:45:32 raspberrypi p4d: Reading values ... Jan 4 10:45:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:45:32 raspberrypi p4d: Updating error list Jan 4 10:45:33 raspberrypi p4d: Updating error list done Jan 4 10:45:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:45:42 raspberrypi p4d: Checking state ... Jan 4 10:45:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:45:52 raspberrypi p4d: Checking state ... Jan 4 10:45:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:46:02 raspberrypi p4d: Checking state ... Jan 4 10:46:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:46:12 raspberrypi p4d: Checking state ... Jan 4 10:46:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:46:22 raspberrypi p4d: Checking state ... Jan 4 10:46:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:46:32 raspberrypi p4d: Checking state ... Jan 4 10:46:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:46:32 raspberrypi p4d: Reading values ... Jan 4 10:46:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:46:32 raspberrypi p4d: Updating error list Jan 4 10:46:33 raspberrypi p4d: Updating error list done Jan 4 10:46:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:46:42 raspberrypi p4d: Checking state ... Jan 4 10:46:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:46:52 raspberrypi p4d: Checking state ... Jan 4 10:46:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:47:02 raspberrypi p4d: Checking state ... Jan 4 10:47:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:47:12 raspberrypi p4d: Checking state ... Jan 4 10:47:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:47:22 raspberrypi p4d: Checking state ... Jan 4 10:47:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:47:32 raspberrypi p4d: Checking state ... Jan 4 10:47:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:47:32 raspberrypi p4d: Reading values ... Jan 4 10:47:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:47:32 raspberrypi p4d: Updating error list Jan 4 10:47:33 raspberrypi p4d: Updating error list done Jan 4 10:47:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:47:42 raspberrypi p4d: Checking state ... Jan 4 10:47:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:47:52 raspberrypi p4d: Checking state ... Jan 4 10:47:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:48:02 raspberrypi p4d: Checking state ... Jan 4 10:48:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:48:12 raspberrypi p4d: Checking state ... Jan 4 10:48:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:48:22 raspberrypi p4d: Checking state ... Jan 4 10:48:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:48:32 raspberrypi p4d: Checking state ... Jan 4 10:48:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:48:32 raspberrypi p4d: Reading values ... Jan 4 10:48:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:48:32 raspberrypi p4d: Updating error list Jan 4 10:48:33 raspberrypi p4d: Updating error list done Jan 4 10:48:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:48:42 raspberrypi p4d: Checking state ... Jan 4 10:48:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:48:52 raspberrypi p4d: Checking state ... Jan 4 10:48:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:49:02 raspberrypi p4d: Checking state ... Jan 4 10:49:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:49:12 raspberrypi p4d: Checking state ... Jan 4 10:49:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:49:22 raspberrypi p4d: Checking state ... Jan 4 10:49:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:49:32 raspberrypi p4d: Checking state ... Jan 4 10:49:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:49:32 raspberrypi p4d: Reading values ... Jan 4 10:49:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:49:32 raspberrypi p4d: Updating error list Jan 4 10:49:33 raspberrypi p4d: Updating error list done Jan 4 10:49:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:49:42 raspberrypi p4d: Checking state ... Jan 4 10:49:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:49:52 raspberrypi p4d: Checking state ... Jan 4 10:49:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:50:02 raspberrypi p4d: Checking state ... Jan 4 10:50:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:50:12 raspberrypi p4d: Checking state ... Jan 4 10:50:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:50:22 raspberrypi p4d: Checking state ... Jan 4 10:50:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:50:32 raspberrypi p4d: Checking state ... Jan 4 10:50:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:50:32 raspberrypi p4d: Reading values ... Jan 4 10:50:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:50:32 raspberrypi p4d: Updating error list Jan 4 10:50:33 raspberrypi p4d: Updating error list done Jan 4 10:50:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:50:42 raspberrypi p4d: Checking state ... Jan 4 10:50:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:50:52 raspberrypi p4d: Checking state ... Jan 4 10:50:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:51:02 raspberrypi p4d: Checking state ... Jan 4 10:51:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:51:12 raspberrypi p4d: Checking state ... Jan 4 10:51:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:51:22 raspberrypi p4d: Checking state ... Jan 4 10:51:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:51:32 raspberrypi p4d: Checking state ... Jan 4 10:51:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:51:32 raspberrypi p4d: Reading values ... Jan 4 10:51:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:51:32 raspberrypi p4d: Updating error list Jan 4 10:51:33 raspberrypi p4d: Updating error list done Jan 4 10:51:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:51:42 raspberrypi p4d: Checking state ... Jan 4 10:51:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:51:52 raspberrypi p4d: Checking state ... Jan 4 10:51:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:52:02 raspberrypi p4d: Checking state ... Jan 4 10:52:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:52:12 raspberrypi p4d: Checking state ... Jan 4 10:52:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:52:22 raspberrypi p4d: Checking state ... Jan 4 10:52:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:52:32 raspberrypi p4d: Checking state ... Jan 4 10:52:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:52:32 raspberrypi p4d: Reading values ... Jan 4 10:52:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:52:32 raspberrypi p4d: Updating error list Jan 4 10:52:33 raspberrypi p4d: Updating error list done Jan 4 10:52:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:52:42 raspberrypi p4d: Checking state ... Jan 4 10:52:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:52:52 raspberrypi p4d: Checking state ... Jan 4 10:52:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:53:02 raspberrypi p4d: Checking state ... Jan 4 10:53:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:53:12 raspberrypi p4d: Checking state ... Jan 4 10:53:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:53:22 raspberrypi p4d: Checking state ... Jan 4 10:53:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:53:32 raspberrypi p4d: Checking state ... Jan 4 10:53:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:53:32 raspberrypi p4d: Reading values ... Jan 4 10:53:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:53:32 raspberrypi p4d: Updating error list Jan 4 10:53:33 raspberrypi p4d: Updating error list done Jan 4 10:53:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:53:42 raspberrypi p4d: Checking state ... Jan 4 10:53:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:53:52 raspberrypi p4d: Checking state ... Jan 4 10:53:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:54:02 raspberrypi p4d: Checking state ... Jan 4 10:54:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:54:12 raspberrypi p4d: Checking state ... Jan 4 10:54:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:54:22 raspberrypi p4d: Checking state ... Jan 4 10:54:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:54:32 raspberrypi p4d: Checking state ... Jan 4 10:54:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:54:32 raspberrypi p4d: Reading values ... Jan 4 10:54:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:54:32 raspberrypi p4d: Updating error list Jan 4 10:54:33 raspberrypi p4d: Updating error list done Jan 4 10:54:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:54:42 raspberrypi p4d: Checking state ... Jan 4 10:54:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:54:52 raspberrypi p4d: Checking state ... Jan 4 10:54:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:55:02 raspberrypi p4d: Checking state ... Jan 4 10:55:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:55:12 raspberrypi p4d: Checking state ... Jan 4 10:55:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:55:22 raspberrypi p4d: Checking state ... Jan 4 10:55:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:55:32 raspberrypi p4d: Checking state ... Jan 4 10:55:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:55:32 raspberrypi p4d: Reading values ... Jan 4 10:55:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:55:32 raspberrypi p4d: Updating error list Jan 4 10:55:33 raspberrypi p4d: Updating error list done Jan 4 10:55:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:55:42 raspberrypi p4d: Checking state ... Jan 4 10:55:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:55:52 raspberrypi p4d: Checking state ... Jan 4 10:55:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:56:02 raspberrypi p4d: Checking state ... Jan 4 10:56:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:56:12 raspberrypi p4d: Checking state ... Jan 4 10:56:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:56:22 raspberrypi p4d: Checking state ... Jan 4 10:56:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:56:32 raspberrypi p4d: Checking state ... Jan 4 10:56:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:56:32 raspberrypi p4d: Reading values ... Jan 4 10:56:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:56:32 raspberrypi p4d: Updating error list Jan 4 10:56:33 raspberrypi p4d: Updating error list done Jan 4 10:56:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:56:42 raspberrypi p4d: Checking state ... Jan 4 10:56:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:56:52 raspberrypi p4d: Checking state ... Jan 4 10:56:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:57:02 raspberrypi p4d: Checking state ... Jan 4 10:57:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:57:12 raspberrypi p4d: Checking state ... Jan 4 10:57:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:57:22 raspberrypi p4d: Checking state ... Jan 4 10:57:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:57:32 raspberrypi p4d: Checking state ... Jan 4 10:57:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:57:32 raspberrypi p4d: Reading values ... Jan 4 10:57:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:57:32 raspberrypi p4d: Updating error list Jan 4 10:57:33 raspberrypi p4d: Updating error list done Jan 4 10:57:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:57:42 raspberrypi p4d: Checking state ... Jan 4 10:57:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:57:52 raspberrypi p4d: Checking state ... Jan 4 10:57:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:58:02 raspberrypi p4d: Checking state ... Jan 4 10:58:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:58:12 raspberrypi p4d: Checking state ... Jan 4 10:58:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:58:22 raspberrypi p4d: Checking state ... Jan 4 10:58:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:58:32 raspberrypi p4d: Checking state ... Jan 4 10:58:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:58:32 raspberrypi p4d: Reading values ... Jan 4 10:58:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:58:32 raspberrypi p4d: Updating error list Jan 4 10:58:33 raspberrypi p4d: Updating error list done Jan 4 10:58:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:58:42 raspberrypi p4d: Checking state ... Jan 4 10:58:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:58:52 raspberrypi p4d: Checking state ... Jan 4 10:58:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:59:02 raspberrypi p4d: Checking state ... Jan 4 10:59:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:59:12 raspberrypi p4d: Checking state ... Jan 4 10:59:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:59:22 raspberrypi p4d: Checking state ... Jan 4 10:59:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:59:32 raspberrypi p4d: Checking state ... Jan 4 10:59:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:59:32 raspberrypi p4d: Reading values ... Jan 4 10:59:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 10:59:32 raspberrypi p4d: Updating error list Jan 4 10:59:33 raspberrypi p4d: Updating error list done Jan 4 10:59:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 10:59:42 raspberrypi p4d: Checking state ... Jan 4 10:59:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 10:59:52 raspberrypi p4d: Checking state ... Jan 4 10:59:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:00:02 raspberrypi p4d: Checking state ... Jan 4 11:00:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:00:12 raspberrypi p4d: Checking state ... Jan 4 11:00:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:00:22 raspberrypi p4d: Checking state ... Jan 4 11:00:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:00:32 raspberrypi p4d: Checking state ... Jan 4 11:00:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:00:32 raspberrypi p4d: Reading values ... Jan 4 11:00:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:00:32 raspberrypi p4d: Updating error list Jan 4 11:00:33 raspberrypi p4d: Updating error list done Jan 4 11:00:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:00:42 raspberrypi p4d: Checking state ... Jan 4 11:00:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:00:52 raspberrypi p4d: Checking state ... Jan 4 11:00:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:01:02 raspberrypi p4d: Checking state ... Jan 4 11:01:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:01:12 raspberrypi p4d: Checking state ... Jan 4 11:01:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:01:22 raspberrypi p4d: Checking state ... Jan 4 11:01:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:01:32 raspberrypi p4d: Checking state ... Jan 4 11:01:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:01:32 raspberrypi p4d: Reading values ... Jan 4 11:01:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:01:32 raspberrypi p4d: Updating error list Jan 4 11:01:33 raspberrypi p4d: Updating error list done Jan 4 11:01:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:01:42 raspberrypi p4d: Checking state ... Jan 4 11:01:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:01:52 raspberrypi p4d: Checking state ... Jan 4 11:01:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:02:02 raspberrypi p4d: Checking state ... Jan 4 11:02:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:02:12 raspberrypi p4d: Checking state ... Jan 4 11:02:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:02:22 raspberrypi p4d: Checking state ... Jan 4 11:02:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:02:32 raspberrypi p4d: Checking state ... Jan 4 11:02:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:02:32 raspberrypi p4d: Reading values ... Jan 4 11:02:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:02:32 raspberrypi p4d: Updating error list Jan 4 11:02:33 raspberrypi p4d: Updating error list done Jan 4 11:02:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:02:42 raspberrypi p4d: Checking state ... Jan 4 11:02:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:02:52 raspberrypi p4d: Checking state ... Jan 4 11:02:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:03:02 raspberrypi p4d: Checking state ... Jan 4 11:03:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:03:12 raspberrypi p4d: Checking state ... Jan 4 11:03:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:03:22 raspberrypi p4d: Checking state ... Jan 4 11:03:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:03:32 raspberrypi p4d: Checking state ... Jan 4 11:03:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:03:32 raspberrypi p4d: Reading values ... Jan 4 11:03:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:03:32 raspberrypi p4d: Updating error list Jan 4 11:03:33 raspberrypi p4d: Updating error list done Jan 4 11:03:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:03:42 raspberrypi p4d: Checking state ... Jan 4 11:03:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:03:52 raspberrypi p4d: Checking state ... Jan 4 11:03:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:04:02 raspberrypi p4d: Checking state ... Jan 4 11:04:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:04:12 raspberrypi p4d: Checking state ... Jan 4 11:04:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:04:22 raspberrypi p4d: Checking state ... Jan 4 11:04:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:04:32 raspberrypi p4d: Checking state ... Jan 4 11:04:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:04:32 raspberrypi p4d: Reading values ... Jan 4 11:04:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:04:32 raspberrypi p4d: Updating error list Jan 4 11:04:33 raspberrypi p4d: Updating error list done Jan 4 11:04:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:04:42 raspberrypi p4d: Checking state ... Jan 4 11:04:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:04:52 raspberrypi p4d: Checking state ... Jan 4 11:04:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:05:02 raspberrypi p4d: Checking state ... Jan 4 11:05:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:05:12 raspberrypi p4d: Checking state ... Jan 4 11:05:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:05:22 raspberrypi p4d: Checking state ... Jan 4 11:05:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:05:32 raspberrypi p4d: Checking state ... Jan 4 11:05:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:05:32 raspberrypi p4d: Reading values ... Jan 4 11:05:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:05:32 raspberrypi p4d: Updating error list Jan 4 11:05:33 raspberrypi p4d: Updating error list done Jan 4 11:05:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:05:42 raspberrypi p4d: Checking state ... Jan 4 11:05:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:05:52 raspberrypi p4d: Checking state ... Jan 4 11:05:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:06:02 raspberrypi p4d: Checking state ... Jan 4 11:06:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:06:12 raspberrypi p4d: Checking state ... Jan 4 11:06:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:06:22 raspberrypi p4d: Checking state ... Jan 4 11:06:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:06:32 raspberrypi p4d: Checking state ... Jan 4 11:06:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:06:32 raspberrypi p4d: Reading values ... Jan 4 11:06:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:06:32 raspberrypi p4d: Updating error list Jan 4 11:06:33 raspberrypi p4d: Updating error list done Jan 4 11:06:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:06:42 raspberrypi p4d: Checking state ... Jan 4 11:06:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:06:52 raspberrypi p4d: Checking state ... Jan 4 11:06:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:07:02 raspberrypi p4d: Checking state ... Jan 4 11:07:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:07:12 raspberrypi p4d: Checking state ... Jan 4 11:07:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:07:22 raspberrypi p4d: Checking state ... Jan 4 11:07:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:07:32 raspberrypi p4d: Checking state ... Jan 4 11:07:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:07:32 raspberrypi p4d: Reading values ... Jan 4 11:07:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:07:32 raspberrypi p4d: Updating error list Jan 4 11:07:33 raspberrypi p4d: Updating error list done Jan 4 11:07:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:07:42 raspberrypi p4d: Checking state ... Jan 4 11:07:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:07:52 raspberrypi p4d: Checking state ... Jan 4 11:07:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:08:02 raspberrypi p4d: Checking state ... Jan 4 11:08:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:08:12 raspberrypi p4d: Checking state ... Jan 4 11:08:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:08:22 raspberrypi p4d: Checking state ... Jan 4 11:08:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:08:32 raspberrypi p4d: Checking state ... Jan 4 11:08:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:08:32 raspberrypi p4d: Reading values ... Jan 4 11:08:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:08:32 raspberrypi p4d: Updating error list Jan 4 11:08:33 raspberrypi p4d: Updating error list done Jan 4 11:08:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:08:42 raspberrypi p4d: Checking state ... Jan 4 11:08:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:08:52 raspberrypi p4d: Checking state ... Jan 4 11:08:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:09:02 raspberrypi p4d: Checking state ... Jan 4 11:09:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:09:12 raspberrypi p4d: Checking state ... Jan 4 11:09:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:09:22 raspberrypi p4d: Checking state ... Jan 4 11:09:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:09:32 raspberrypi p4d: Checking state ... Jan 4 11:09:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:09:32 raspberrypi p4d: Reading values ... Jan 4 11:09:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:09:32 raspberrypi p4d: Updating error list Jan 4 11:09:33 raspberrypi p4d: Updating error list done Jan 4 11:09:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:09:42 raspberrypi p4d: Checking state ... Jan 4 11:09:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:09:52 raspberrypi p4d: Checking state ... Jan 4 11:09:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:10:02 raspberrypi p4d: Checking state ... Jan 4 11:10:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:10:12 raspberrypi p4d: Checking state ... Jan 4 11:10:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:10:22 raspberrypi p4d: Checking state ... Jan 4 11:10:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:10:32 raspberrypi p4d: Checking state ... Jan 4 11:10:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:10:32 raspberrypi p4d: Reading values ... Jan 4 11:10:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:10:32 raspberrypi p4d: Updating error list Jan 4 11:10:33 raspberrypi p4d: Updating error list done Jan 4 11:10:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:10:42 raspberrypi p4d: Checking state ... Jan 4 11:10:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:10:52 raspberrypi p4d: Checking state ... Jan 4 11:10:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:11:02 raspberrypi p4d: Checking state ... Jan 4 11:11:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:11:12 raspberrypi p4d: Checking state ... Jan 4 11:11:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:11:22 raspberrypi p4d: Checking state ... Jan 4 11:11:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:11:32 raspberrypi p4d: Checking state ... Jan 4 11:11:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:11:32 raspberrypi p4d: Reading values ... Jan 4 11:11:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:11:32 raspberrypi p4d: Updating error list Jan 4 11:11:33 raspberrypi p4d: Updating error list done Jan 4 11:11:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:11:42 raspberrypi p4d: Checking state ... Jan 4 11:11:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:11:52 raspberrypi p4d: Checking state ... Jan 4 11:11:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:12:02 raspberrypi p4d: Checking state ... Jan 4 11:12:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:12:12 raspberrypi p4d: Checking state ... Jan 4 11:12:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:12:22 raspberrypi p4d: Checking state ... Jan 4 11:12:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:12:32 raspberrypi p4d: Checking state ... Jan 4 11:12:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:12:32 raspberrypi p4d: Reading values ... Jan 4 11:12:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:12:32 raspberrypi p4d: Updating error list Jan 4 11:12:33 raspberrypi p4d: Updating error list done Jan 4 11:12:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:12:42 raspberrypi p4d: Checking state ... Jan 4 11:12:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:12:52 raspberrypi p4d: Checking state ... Jan 4 11:12:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:13:02 raspberrypi p4d: Checking state ... Jan 4 11:13:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:13:12 raspberrypi p4d: Checking state ... Jan 4 11:13:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:13:22 raspberrypi p4d: Checking state ... Jan 4 11:13:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:13:32 raspberrypi p4d: Checking state ... Jan 4 11:13:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:13:32 raspberrypi p4d: Reading values ... Jan 4 11:13:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:13:32 raspberrypi p4d: Updating error list Jan 4 11:13:33 raspberrypi p4d: Updating error list done Jan 4 11:13:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:13:42 raspberrypi p4d: Checking state ... Jan 4 11:13:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:13:52 raspberrypi p4d: Checking state ... Jan 4 11:13:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:14:02 raspberrypi p4d: Checking state ... Jan 4 11:14:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:14:12 raspberrypi p4d: Checking state ... Jan 4 11:14:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:14:22 raspberrypi p4d: Checking state ... Jan 4 11:14:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:14:32 raspberrypi p4d: Checking state ... Jan 4 11:14:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:14:32 raspberrypi p4d: Reading values ... Jan 4 11:14:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:14:32 raspberrypi p4d: Updating error list Jan 4 11:14:33 raspberrypi p4d: Updating error list done Jan 4 11:14:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:14:42 raspberrypi p4d: Checking state ... Jan 4 11:14:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:14:52 raspberrypi p4d: Checking state ... Jan 4 11:14:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:15:02 raspberrypi p4d: Checking state ... Jan 4 11:15:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:15:12 raspberrypi p4d: Checking state ... Jan 4 11:15:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:15:22 raspberrypi p4d: Checking state ... Jan 4 11:15:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:15:32 raspberrypi p4d: Checking state ... Jan 4 11:15:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:15:32 raspberrypi p4d: Reading values ... Jan 4 11:15:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:15:32 raspberrypi p4d: Updating error list Jan 4 11:15:33 raspberrypi p4d: Updating error list done Jan 4 11:15:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:15:42 raspberrypi p4d: Checking state ... Jan 4 11:15:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:15:52 raspberrypi p4d: Checking state ... Jan 4 11:15:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:16:02 raspberrypi p4d: Checking state ... Jan 4 11:16:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:16:12 raspberrypi p4d: Checking state ... Jan 4 11:16:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:16:22 raspberrypi p4d: Checking state ... Jan 4 11:16:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:16:32 raspberrypi p4d: Checking state ... Jan 4 11:16:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:16:32 raspberrypi p4d: Reading values ... Jan 4 11:16:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:16:32 raspberrypi p4d: Updating error list Jan 4 11:16:33 raspberrypi p4d: Updating error list done Jan 4 11:16:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:16:42 raspberrypi p4d: Checking state ... Jan 4 11:16:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:16:52 raspberrypi p4d: Checking state ... Jan 4 11:16:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:17:02 raspberrypi p4d: Checking state ... Jan 4 11:17:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:17:12 raspberrypi p4d: Checking state ... Jan 4 11:17:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:17:22 raspberrypi p4d: Checking state ... Jan 4 11:17:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:17:32 raspberrypi p4d: Checking state ... Jan 4 11:17:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:17:32 raspberrypi p4d: Reading values ... Jan 4 11:17:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:17:32 raspberrypi p4d: Updating error list Jan 4 11:17:33 raspberrypi p4d: Updating error list done Jan 4 11:17:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:17:42 raspberrypi p4d: Checking state ... Jan 4 11:17:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:17:52 raspberrypi p4d: Checking state ... Jan 4 11:17:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:18:02 raspberrypi p4d: Checking state ... Jan 4 11:18:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:18:12 raspberrypi p4d: Checking state ... Jan 4 11:18:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:18:22 raspberrypi p4d: Checking state ... Jan 4 11:18:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:18:32 raspberrypi p4d: Checking state ... Jan 4 11:18:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:18:32 raspberrypi p4d: Reading values ... Jan 4 11:18:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:18:32 raspberrypi p4d: Updating error list Jan 4 11:18:33 raspberrypi p4d: Updating error list done Jan 4 11:18:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:18:42 raspberrypi p4d: Checking state ... Jan 4 11:18:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:18:52 raspberrypi p4d: Checking state ... Jan 4 11:18:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:19:02 raspberrypi p4d: Checking state ... Jan 4 11:19:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:19:12 raspberrypi p4d: Checking state ... Jan 4 11:19:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:19:22 raspberrypi p4d: Checking state ... Jan 4 11:19:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:19:32 raspberrypi p4d: Checking state ... Jan 4 11:19:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:19:32 raspberrypi p4d: Reading values ... Jan 4 11:19:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:19:32 raspberrypi p4d: Updating error list Jan 4 11:19:33 raspberrypi p4d: Updating error list done Jan 4 11:19:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:19:42 raspberrypi p4d: Checking state ... Jan 4 11:19:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:19:52 raspberrypi p4d: Checking state ... Jan 4 11:19:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:20:02 raspberrypi p4d: Checking state ... Jan 4 11:20:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:20:12 raspberrypi p4d: Checking state ... Jan 4 11:20:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:20:22 raspberrypi p4d: Checking state ... Jan 4 11:20:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:20:32 raspberrypi p4d: Checking state ... Jan 4 11:20:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:20:32 raspberrypi p4d: Reading values ... Jan 4 11:20:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:20:32 raspberrypi p4d: Updating error list Jan 4 11:20:33 raspberrypi p4d: Updating error list done Jan 4 11:20:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:20:42 raspberrypi p4d: Checking state ... Jan 4 11:20:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:20:52 raspberrypi p4d: Checking state ... Jan 4 11:20:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:21:02 raspberrypi p4d: Checking state ... Jan 4 11:21:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:21:12 raspberrypi p4d: Checking state ... Jan 4 11:21:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:21:22 raspberrypi p4d: Checking state ... Jan 4 11:21:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:21:32 raspberrypi p4d: Checking state ... Jan 4 11:21:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:21:32 raspberrypi p4d: Reading values ... Jan 4 11:21:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:21:32 raspberrypi p4d: Updating error list Jan 4 11:21:33 raspberrypi p4d: Updating error list done Jan 4 11:21:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:21:42 raspberrypi p4d: Checking state ... Jan 4 11:21:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:21:52 raspberrypi p4d: Checking state ... Jan 4 11:21:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:22:02 raspberrypi p4d: Checking state ... Jan 4 11:22:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:22:12 raspberrypi p4d: Checking state ... Jan 4 11:22:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:22:22 raspberrypi p4d: Checking state ... Jan 4 11:22:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:22:32 raspberrypi p4d: Checking state ... Jan 4 11:22:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:22:32 raspberrypi p4d: Reading values ... Jan 4 11:22:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:22:32 raspberrypi p4d: Updating error list Jan 4 11:22:33 raspberrypi p4d: Updating error list done Jan 4 11:22:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:22:42 raspberrypi p4d: Checking state ... Jan 4 11:22:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:22:52 raspberrypi p4d: Checking state ... Jan 4 11:22:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:23:02 raspberrypi p4d: Checking state ... Jan 4 11:23:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:23:12 raspberrypi p4d: Checking state ... Jan 4 11:23:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:23:22 raspberrypi p4d: Checking state ... Jan 4 11:23:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:23:32 raspberrypi p4d: Checking state ... Jan 4 11:23:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:23:32 raspberrypi p4d: Reading values ... Jan 4 11:23:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:23:32 raspberrypi p4d: Updating error list Jan 4 11:23:33 raspberrypi p4d: Updating error list done Jan 4 11:23:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:23:42 raspberrypi p4d: Checking state ... Jan 4 11:23:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:23:52 raspberrypi p4d: Checking state ... Jan 4 11:23:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:24:02 raspberrypi p4d: Checking state ... Jan 4 11:24:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:24:12 raspberrypi p4d: Checking state ... Jan 4 11:24:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:24:22 raspberrypi p4d: Checking state ... Jan 4 11:24:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:24:32 raspberrypi p4d: Checking state ... Jan 4 11:24:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:24:32 raspberrypi p4d: Reading values ... Jan 4 11:24:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:24:32 raspberrypi p4d: Updating error list Jan 4 11:24:33 raspberrypi p4d: Updating error list done Jan 4 11:24:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:24:42 raspberrypi p4d: Checking state ... Jan 4 11:24:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:24:52 raspberrypi p4d: Checking state ... Jan 4 11:24:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:25:02 raspberrypi p4d: Checking state ... Jan 4 11:25:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:25:12 raspberrypi p4d: Checking state ... Jan 4 11:25:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:25:22 raspberrypi p4d: Checking state ... Jan 4 11:25:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:25:32 raspberrypi p4d: Checking state ... Jan 4 11:25:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:25:32 raspberrypi p4d: Reading values ... Jan 4 11:25:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:25:32 raspberrypi p4d: Updating error list Jan 4 11:25:33 raspberrypi p4d: Updating error list done Jan 4 11:25:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:25:42 raspberrypi p4d: Checking state ... Jan 4 11:25:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:25:52 raspberrypi p4d: Checking state ... Jan 4 11:25:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:26:02 raspberrypi p4d: Checking state ... Jan 4 11:26:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:26:12 raspberrypi p4d: Checking state ... Jan 4 11:26:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:26:22 raspberrypi p4d: Checking state ... Jan 4 11:26:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:26:32 raspberrypi p4d: Checking state ... Jan 4 11:26:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:26:32 raspberrypi p4d: Reading values ... Jan 4 11:26:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:26:32 raspberrypi p4d: Updating error list Jan 4 11:26:33 raspberrypi p4d: Updating error list done Jan 4 11:26:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:26:42 raspberrypi p4d: Checking state ... Jan 4 11:26:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:26:52 raspberrypi p4d: Checking state ... Jan 4 11:26:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:27:02 raspberrypi p4d: Checking state ... Jan 4 11:27:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:27:12 raspberrypi p4d: Checking state ... Jan 4 11:27:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:27:22 raspberrypi p4d: Checking state ... Jan 4 11:27:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:27:32 raspberrypi p4d: Checking state ... Jan 4 11:27:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:27:32 raspberrypi p4d: Reading values ... Jan 4 11:27:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:27:32 raspberrypi p4d: Updating error list Jan 4 11:27:33 raspberrypi p4d: Updating error list done Jan 4 11:27:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:27:42 raspberrypi p4d: Checking state ... Jan 4 11:27:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:27:52 raspberrypi p4d: Checking state ... Jan 4 11:27:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:28:02 raspberrypi p4d: Checking state ... Jan 4 11:28:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:28:12 raspberrypi p4d: Checking state ... Jan 4 11:28:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:28:22 raspberrypi p4d: Checking state ... Jan 4 11:28:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:28:32 raspberrypi p4d: Checking state ... Jan 4 11:28:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:28:32 raspberrypi p4d: Reading values ... Jan 4 11:28:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:28:32 raspberrypi p4d: Updating error list Jan 4 11:28:33 raspberrypi p4d: Updating error list done Jan 4 11:28:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:28:42 raspberrypi p4d: Checking state ... Jan 4 11:28:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:28:52 raspberrypi p4d: Checking state ... Jan 4 11:28:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:29:02 raspberrypi p4d: Checking state ... Jan 4 11:29:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:29:12 raspberrypi p4d: Checking state ... Jan 4 11:29:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:29:22 raspberrypi p4d: Checking state ... Jan 4 11:29:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:29:32 raspberrypi p4d: Checking state ... Jan 4 11:29:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:29:32 raspberrypi p4d: Reading values ... Jan 4 11:29:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:29:32 raspberrypi p4d: Updating error list Jan 4 11:29:33 raspberrypi p4d: Updating error list done Jan 4 11:29:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:29:42 raspberrypi p4d: Checking state ... Jan 4 11:29:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:29:52 raspberrypi p4d: Checking state ... Jan 4 11:29:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:30:02 raspberrypi p4d: Checking state ... Jan 4 11:30:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:30:12 raspberrypi p4d: Checking state ... Jan 4 11:30:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:30:22 raspberrypi p4d: Checking state ... Jan 4 11:30:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:30:32 raspberrypi p4d: Checking state ... Jan 4 11:30:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:30:32 raspberrypi p4d: Reading values ... Jan 4 11:30:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:30:32 raspberrypi p4d: Updating error list Jan 4 11:30:33 raspberrypi p4d: Updating error list done Jan 4 11:30:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:30:42 raspberrypi p4d: Checking state ... Jan 4 11:30:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:30:52 raspberrypi p4d: Checking state ... Jan 4 11:30:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:31:02 raspberrypi p4d: Checking state ... Jan 4 11:31:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:31:12 raspberrypi p4d: Checking state ... Jan 4 11:31:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:31:22 raspberrypi p4d: Checking state ... Jan 4 11:31:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:31:32 raspberrypi p4d: Checking state ... Jan 4 11:31:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:31:32 raspberrypi p4d: Reading values ... Jan 4 11:31:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:31:32 raspberrypi p4d: Updating error list Jan 4 11:31:33 raspberrypi p4d: Updating error list done Jan 4 11:31:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:31:42 raspberrypi p4d: Checking state ... Jan 4 11:31:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:31:52 raspberrypi p4d: Checking state ... Jan 4 11:31:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:32:02 raspberrypi p4d: Checking state ... Jan 4 11:32:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:32:12 raspberrypi p4d: Checking state ... Jan 4 11:32:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:32:22 raspberrypi p4d: Checking state ... Jan 4 11:32:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:32:32 raspberrypi p4d: Checking state ... Jan 4 11:32:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:32:32 raspberrypi p4d: Reading values ... Jan 4 11:32:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:32:32 raspberrypi p4d: Updating error list Jan 4 11:32:33 raspberrypi p4d: Updating error list done Jan 4 11:32:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:32:42 raspberrypi p4d: Checking state ... Jan 4 11:32:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:32:52 raspberrypi p4d: Checking state ... Jan 4 11:32:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:33:02 raspberrypi p4d: Checking state ... Jan 4 11:33:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:33:12 raspberrypi p4d: Checking state ... Jan 4 11:33:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:33:22 raspberrypi p4d: Checking state ... Jan 4 11:33:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:33:32 raspberrypi p4d: Checking state ... Jan 4 11:33:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:33:32 raspberrypi p4d: Reading values ... Jan 4 11:33:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:33:32 raspberrypi p4d: Updating error list Jan 4 11:33:33 raspberrypi p4d: Updating error list done Jan 4 11:33:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:33:42 raspberrypi p4d: Checking state ... Jan 4 11:33:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:33:52 raspberrypi p4d: Checking state ... Jan 4 11:33:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:34:02 raspberrypi p4d: Checking state ... Jan 4 11:34:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:34:12 raspberrypi p4d: Checking state ... Jan 4 11:34:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:34:22 raspberrypi p4d: Checking state ... Jan 4 11:34:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:34:32 raspberrypi p4d: Checking state ... Jan 4 11:34:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:34:32 raspberrypi p4d: Reading values ... Jan 4 11:34:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:34:32 raspberrypi p4d: Updating error list Jan 4 11:34:33 raspberrypi p4d: Updating error list done Jan 4 11:34:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:34:42 raspberrypi p4d: Checking state ... Jan 4 11:34:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:34:52 raspberrypi p4d: Checking state ... Jan 4 11:34:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:35:02 raspberrypi p4d: Checking state ... Jan 4 11:35:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:35:12 raspberrypi p4d: Checking state ... Jan 4 11:35:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:35:22 raspberrypi p4d: Checking state ... Jan 4 11:35:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:35:32 raspberrypi p4d: Checking state ... Jan 4 11:35:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:35:32 raspberrypi p4d: Reading values ... Jan 4 11:35:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:35:32 raspberrypi p4d: Updating error list Jan 4 11:35:33 raspberrypi p4d: Updating error list done Jan 4 11:35:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:35:42 raspberrypi p4d: Checking state ... Jan 4 11:35:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:35:52 raspberrypi p4d: Checking state ... Jan 4 11:35:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:36:02 raspberrypi p4d: Checking state ... Jan 4 11:36:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:36:12 raspberrypi p4d: Checking state ... Jan 4 11:36:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:36:22 raspberrypi p4d: Checking state ... Jan 4 11:36:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:36:32 raspberrypi p4d: Checking state ... Jan 4 11:36:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:36:32 raspberrypi p4d: Reading values ... Jan 4 11:36:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:36:32 raspberrypi p4d: Updating error list Jan 4 11:36:33 raspberrypi p4d: Updating error list done Jan 4 11:36:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:36:42 raspberrypi p4d: Checking state ... Jan 4 11:36:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:36:52 raspberrypi p4d: Checking state ... Jan 4 11:36:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:37:02 raspberrypi p4d: Checking state ... Jan 4 11:37:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:37:12 raspberrypi p4d: Checking state ... Jan 4 11:37:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:37:22 raspberrypi p4d: Checking state ... Jan 4 11:37:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:37:32 raspberrypi p4d: Checking state ... Jan 4 11:37:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:37:32 raspberrypi p4d: Reading values ... Jan 4 11:37:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:37:32 raspberrypi p4d: Updating error list Jan 4 11:37:33 raspberrypi p4d: Updating error list done Jan 4 11:37:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:37:42 raspberrypi p4d: Checking state ... Jan 4 11:37:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:37:52 raspberrypi p4d: Checking state ... Jan 4 11:37:52 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:38:02 raspberrypi p4d: Checking state ... Jan 4 11:38:02 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:38:12 raspberrypi p4d: Checking state ... Jan 4 11:38:12 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:38:22 raspberrypi p4d: Checking state ... Jan 4 11:38:22 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:38:32 raspberrypi p4d: Checking state ... Jan 4 11:38:32 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:38:32 raspberrypi p4d: Reading values ... Jan 4 11:38:32 raspberrypi p4d: Processed 8 samples, state is 'Heizen' Jan 4 11:38:32 raspberrypi p4d: Updating error list Jan 4 11:38:33 raspberrypi p4d: Updating error list done Jan 4 11:38:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:38:42 raspberrypi p4d: Checking state ... Jan 4 11:38:42 raspberrypi p4d: ... got (3) 'Heizen' Jan 4 11:38:52 raspberrypi p4d: Checking state ... Jan 4 11:38:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:38:52 raspberrypi p4d: State changed to 'Abstellen Warten1' Jan 4 11:38:52 raspberrypi p4d: Reading values ... Jan 4 11:38:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:38:52 raspberrypi p4d: Updating error list Jan 4 11:38:53 raspberrypi p4d: Updating error list done Jan 4 11:38:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:39:02 raspberrypi p4d: Checking state ... Jan 4 11:39:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:39:12 raspberrypi p4d: Checking state ... Jan 4 11:39:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:39:22 raspberrypi p4d: Checking state ... Jan 4 11:39:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:39:32 raspberrypi p4d: Checking state ... Jan 4 11:39:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:39:42 raspberrypi p4d: Checking state ... Jan 4 11:39:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:39:52 raspberrypi p4d: Checking state ... Jan 4 11:39:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:39:52 raspberrypi p4d: Reading values ... Jan 4 11:39:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:39:52 raspberrypi p4d: Updating error list Jan 4 11:39:53 raspberrypi p4d: Updating error list done Jan 4 11:39:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:40:02 raspberrypi p4d: Checking state ... Jan 4 11:40:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:40:12 raspberrypi p4d: Checking state ... Jan 4 11:40:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:40:22 raspberrypi p4d: Checking state ... Jan 4 11:40:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:40:32 raspberrypi p4d: Checking state ... Jan 4 11:40:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:40:42 raspberrypi p4d: Checking state ... Jan 4 11:40:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:40:52 raspberrypi p4d: Checking state ... Jan 4 11:40:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:40:52 raspberrypi p4d: Reading values ... Jan 4 11:40:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:40:52 raspberrypi p4d: Updating error list Jan 4 11:40:53 raspberrypi p4d: Updating error list done Jan 4 11:40:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:41:02 raspberrypi p4d: Checking state ... Jan 4 11:41:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:41:12 raspberrypi p4d: Checking state ... Jan 4 11:41:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:41:22 raspberrypi p4d: Checking state ... Jan 4 11:41:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:41:32 raspberrypi p4d: Checking state ... Jan 4 11:41:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:41:42 raspberrypi p4d: Checking state ... Jan 4 11:41:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:41:52 raspberrypi p4d: Checking state ... Jan 4 11:41:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:41:52 raspberrypi p4d: Reading values ... Jan 4 11:41:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:41:52 raspberrypi p4d: Updating error list Jan 4 11:41:53 raspberrypi p4d: Updating error list done Jan 4 11:41:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:42:02 raspberrypi p4d: Checking state ... Jan 4 11:42:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:42:12 raspberrypi p4d: Checking state ... Jan 4 11:42:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:42:22 raspberrypi p4d: Checking state ... Jan 4 11:42:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:42:32 raspberrypi p4d: Checking state ... Jan 4 11:42:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:42:42 raspberrypi p4d: Checking state ... Jan 4 11:42:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:42:52 raspberrypi p4d: Checking state ... Jan 4 11:42:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:42:52 raspberrypi p4d: Reading values ... Jan 4 11:42:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:42:52 raspberrypi p4d: Updating error list Jan 4 11:42:53 raspberrypi p4d: Updating error list done Jan 4 11:42:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:43:02 raspberrypi p4d: Checking state ... Jan 4 11:43:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:43:12 raspberrypi p4d: Checking state ... Jan 4 11:43:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:43:22 raspberrypi p4d: Checking state ... Jan 4 11:43:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:43:32 raspberrypi p4d: Checking state ... Jan 4 11:43:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:43:42 raspberrypi p4d: Checking state ... Jan 4 11:43:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:43:52 raspberrypi p4d: Checking state ... Jan 4 11:43:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:43:52 raspberrypi p4d: Reading values ... Jan 4 11:43:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:43:52 raspberrypi p4d: Updating error list Jan 4 11:43:53 raspberrypi p4d: Updating error list done Jan 4 11:43:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:44:02 raspberrypi p4d: Checking state ... Jan 4 11:44:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:44:12 raspberrypi p4d: Checking state ... Jan 4 11:44:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:44:22 raspberrypi p4d: Checking state ... Jan 4 11:44:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:44:32 raspberrypi p4d: Checking state ... Jan 4 11:44:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:44:42 raspberrypi p4d: Checking state ... Jan 4 11:44:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:44:52 raspberrypi p4d: Checking state ... Jan 4 11:44:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:44:52 raspberrypi p4d: Reading values ... Jan 4 11:44:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:44:52 raspberrypi p4d: Updating error list Jan 4 11:44:53 raspberrypi p4d: Updating error list done Jan 4 11:44:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:45:02 raspberrypi p4d: Checking state ... Jan 4 11:45:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:45:12 raspberrypi p4d: Checking state ... Jan 4 11:45:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:45:22 raspberrypi p4d: Checking state ... Jan 4 11:45:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:45:32 raspberrypi p4d: Checking state ... Jan 4 11:45:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:45:42 raspberrypi p4d: Checking state ... Jan 4 11:45:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:45:52 raspberrypi p4d: Checking state ... Jan 4 11:45:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:45:52 raspberrypi p4d: Reading values ... Jan 4 11:45:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:45:52 raspberrypi p4d: Updating error list Jan 4 11:45:53 raspberrypi p4d: Updating error list done Jan 4 11:45:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:46:02 raspberrypi p4d: Checking state ... Jan 4 11:46:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:46:12 raspberrypi p4d: Checking state ... Jan 4 11:46:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:46:22 raspberrypi p4d: Checking state ... Jan 4 11:46:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:46:32 raspberrypi p4d: Checking state ... Jan 4 11:46:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:46:42 raspberrypi p4d: Checking state ... Jan 4 11:46:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:46:52 raspberrypi p4d: Checking state ... Jan 4 11:46:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:46:52 raspberrypi p4d: Reading values ... Jan 4 11:46:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:46:52 raspberrypi p4d: Updating error list Jan 4 11:46:53 raspberrypi p4d: Updating error list done Jan 4 11:46:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:47:02 raspberrypi p4d: Checking state ... Jan 4 11:47:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:47:12 raspberrypi p4d: Checking state ... Jan 4 11:47:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:47:22 raspberrypi p4d: Checking state ... Jan 4 11:47:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:47:32 raspberrypi p4d: Checking state ... Jan 4 11:47:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:47:42 raspberrypi p4d: Checking state ... Jan 4 11:47:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:47:52 raspberrypi p4d: Checking state ... Jan 4 11:47:52 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:47:52 raspberrypi p4d: Reading values ... Jan 4 11:47:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten1' Jan 4 11:47:52 raspberrypi p4d: Updating error list Jan 4 11:47:53 raspberrypi p4d: Updating error list done Jan 4 11:47:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:48:02 raspberrypi p4d: Checking state ... Jan 4 11:48:02 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:48:12 raspberrypi p4d: Checking state ... Jan 4 11:48:12 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:48:22 raspberrypi p4d: Checking state ... Jan 4 11:48:22 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:48:32 raspberrypi p4d: Checking state ... Jan 4 11:48:32 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:48:42 raspberrypi p4d: Checking state ... Jan 4 11:48:42 raspberrypi p4d: ... got (11) 'Abstellen Warten 1' Jan 4 11:48:52 raspberrypi p4d: Checking state ... Jan 4 11:48:52 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:48:52 raspberrypi p4d: State changed to 'Abstellen Warten2' Jan 4 11:48:52 raspberrypi p4d: Reading values ... Jan 4 11:48:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten2' Jan 4 11:48:52 raspberrypi p4d: Updating error list Jan 4 11:48:53 raspberrypi p4d: Updating error list done Jan 4 11:48:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:49:02 raspberrypi p4d: Checking state ... Jan 4 11:49:02 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:49:12 raspberrypi p4d: Checking state ... Jan 4 11:49:12 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:49:22 raspberrypi p4d: Checking state ... Jan 4 11:49:22 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:49:32 raspberrypi p4d: Checking state ... Jan 4 11:49:32 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:49:42 raspberrypi p4d: Checking state ... Jan 4 11:49:42 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:49:52 raspberrypi p4d: Checking state ... Jan 4 11:49:52 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:49:52 raspberrypi p4d: Reading values ... Jan 4 11:49:52 raspberrypi p4d: Processed 8 samples, state is 'Abstellen Warten2' Jan 4 11:49:52 raspberrypi p4d: Updating error list Jan 4 11:49:53 raspberrypi p4d: Updating error list done Jan 4 11:49:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:50:02 raspberrypi p4d: Checking state ... Jan 4 11:50:02 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:50:12 raspberrypi p4d: Checking state ... Jan 4 11:50:12 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:50:22 raspberrypi p4d: Checking state ... Jan 4 11:50:22 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:50:32 raspberrypi p4d: Checking state ... Jan 4 11:50:32 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:50:42 raspberrypi p4d: Checking state ... Jan 4 11:50:42 raspberrypi p4d: ... got (13) 'Abstellen Warten 2' Jan 4 11:50:52 raspberrypi p4d: Checking state ... Jan 4 11:50:52 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:50:52 raspberrypi p4d: State changed to 'Abreinigen' Jan 4 11:50:52 raspberrypi p4d: Reading values ... Jan 4 11:50:52 raspberrypi p4d: Processed 8 samples, state is 'Abreinigen' Jan 4 11:50:52 raspberrypi p4d: Updating error list Jan 4 11:50:53 raspberrypi p4d: Updating error list done Jan 4 11:50:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:51:02 raspberrypi p4d: Checking state ... Jan 4 11:51:02 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:51:12 raspberrypi p4d: Checking state ... Jan 4 11:51:12 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:51:22 raspberrypi p4d: Checking state ... Jan 4 11:51:22 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:51:32 raspberrypi p4d: Checking state ... Jan 4 11:51:32 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:51:42 raspberrypi p4d: Checking state ... Jan 4 11:51:42 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:51:52 raspberrypi p4d: Checking state ... Jan 4 11:51:52 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:51:52 raspberrypi p4d: Reading values ... Jan 4 11:51:52 raspberrypi p4d: Processed 8 samples, state is 'Abreinigen' Jan 4 11:51:52 raspberrypi p4d: Updating error list Jan 4 11:51:53 raspberrypi p4d: Updating error list done Jan 4 11:51:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:52:02 raspberrypi p4d: Checking state ... Jan 4 11:52:02 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:52:12 raspberrypi p4d: Checking state ... Jan 4 11:52:12 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:52:22 raspberrypi p4d: Checking state ... Jan 4 11:52:22 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:52:32 raspberrypi p4d: Checking state ... Jan 4 11:52:32 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:52:42 raspberrypi p4d: Checking state ... Jan 4 11:52:42 raspberrypi p4d: ... got (15) 'Abreinigen' Jan 4 11:52:52 raspberrypi p4d: Checking state ... Jan 4 11:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:52:52 raspberrypi p4d: State changed to 'Betriebsbereit' Jan 4 11:52:52 raspberrypi p4d: Reading values ... Jan 4 11:52:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 11:52:52 raspberrypi p4d: Updating error list Jan 4 11:52:53 raspberrypi p4d: Updating error list done Jan 4 11:52:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:53:02 raspberrypi p4d: Checking state ... Jan 4 11:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:53:12 raspberrypi p4d: Checking state ... Jan 4 11:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:53:22 raspberrypi p4d: Checking state ... Jan 4 11:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:53:32 raspberrypi p4d: Checking state ... Jan 4 11:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:53:42 raspberrypi p4d: Checking state ... Jan 4 11:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:53:52 raspberrypi p4d: Checking state ... Jan 4 11:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:53:52 raspberrypi p4d: Reading values ... Jan 4 11:53:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 11:53:52 raspberrypi p4d: Updating error list Jan 4 11:53:53 raspberrypi p4d: Updating error list done Jan 4 11:53:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:54:02 raspberrypi p4d: Checking state ... Jan 4 11:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:54:12 raspberrypi p4d: Checking state ... Jan 4 11:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:54:22 raspberrypi p4d: Checking state ... Jan 4 11:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:54:32 raspberrypi p4d: Checking state ... Jan 4 11:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:54:42 raspberrypi p4d: Checking state ... Jan 4 11:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:54:52 raspberrypi p4d: Checking state ... Jan 4 11:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:54:52 raspberrypi p4d: Reading values ... Jan 4 11:54:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 11:54:52 raspberrypi p4d: Updating error list Jan 4 11:54:53 raspberrypi p4d: Updating error list done Jan 4 11:54:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:55:02 raspberrypi p4d: Checking state ... Jan 4 11:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:55:12 raspberrypi p4d: Checking state ... Jan 4 11:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:55:22 raspberrypi p4d: Checking state ... Jan 4 11:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:55:32 raspberrypi p4d: Checking state ... Jan 4 11:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:55:42 raspberrypi p4d: Checking state ... Jan 4 11:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:55:52 raspberrypi p4d: Checking state ... Jan 4 11:55:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:55:52 raspberrypi p4d: Reading values ... Jan 4 11:55:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 11:55:52 raspberrypi p4d: Updating error list Jan 4 11:55:53 raspberrypi p4d: Updating error list done Jan 4 11:55:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:56:02 raspberrypi p4d: Checking state ... Jan 4 11:56:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:56:12 raspberrypi p4d: Checking state ... Jan 4 11:56:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:56:22 raspberrypi p4d: Checking state ... Jan 4 11:56:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:56:32 raspberrypi p4d: Checking state ... Jan 4 11:56:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:56:42 raspberrypi p4d: Checking state ... Jan 4 11:56:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:56:52 raspberrypi p4d: Checking state ... Jan 4 11:56:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:56:52 raspberrypi p4d: Reading values ... Jan 4 11:56:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 11:56:52 raspberrypi p4d: Updating error list Jan 4 11:56:53 raspberrypi p4d: Updating error list done Jan 4 11:56:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:57:02 raspberrypi p4d: Checking state ... Jan 4 11:57:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:57:12 raspberrypi p4d: Checking state ... Jan 4 11:57:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:57:22 raspberrypi p4d: Checking state ... Jan 4 11:57:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:57:32 raspberrypi p4d: Checking state ... Jan 4 11:57:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:57:42 raspberrypi p4d: Checking state ... Jan 4 11:57:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:57:52 raspberrypi p4d: Checking state ... Jan 4 11:57:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:57:52 raspberrypi p4d: Reading values ... Jan 4 11:57:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 11:57:52 raspberrypi p4d: Updating error list Jan 4 11:57:53 raspberrypi p4d: Updating error list done Jan 4 11:57:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:58:02 raspberrypi p4d: Checking state ... Jan 4 11:58:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:58:12 raspberrypi p4d: Checking state ... Jan 4 11:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:58:22 raspberrypi p4d: Checking state ... Jan 4 11:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:58:32 raspberrypi p4d: Checking state ... Jan 4 11:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:58:42 raspberrypi p4d: Checking state ... Jan 4 11:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:58:52 raspberrypi p4d: Checking state ... Jan 4 11:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:58:52 raspberrypi p4d: Reading values ... Jan 4 11:58:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 11:58:52 raspberrypi p4d: Updating error list Jan 4 11:58:53 raspberrypi p4d: Updating error list done Jan 4 11:58:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 11:59:02 raspberrypi p4d: Checking state ... Jan 4 11:59:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:59:12 raspberrypi p4d: Checking state ... Jan 4 11:59:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:59:22 raspberrypi p4d: Checking state ... Jan 4 11:59:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:59:32 raspberrypi p4d: Checking state ... Jan 4 11:59:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:59:42 raspberrypi p4d: Checking state ... Jan 4 11:59:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:59:52 raspberrypi p4d: Checking state ... Jan 4 11:59:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 11:59:52 raspberrypi p4d: Reading values ... Jan 4 11:59:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 11:59:52 raspberrypi p4d: Updating error list Jan 4 11:59:53 raspberrypi p4d: Updating error list done Jan 4 11:59:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:00:02 raspberrypi p4d: Checking state ... Jan 4 12:00:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:00:12 raspberrypi p4d: Checking state ... Jan 4 12:00:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:00:22 raspberrypi p4d: Checking state ... Jan 4 12:00:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:00:32 raspberrypi p4d: Checking state ... Jan 4 12:00:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:00:42 raspberrypi p4d: Checking state ... Jan 4 12:00:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:00:52 raspberrypi p4d: Checking state ... Jan 4 12:00:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:00:52 raspberrypi p4d: Reading values ... Jan 4 12:00:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:00:52 raspberrypi p4d: Updating error list Jan 4 12:00:53 raspberrypi p4d: Updating error list done Jan 4 12:00:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:01:02 raspberrypi p4d: Checking state ... Jan 4 12:01:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:01:12 raspberrypi p4d: Checking state ... Jan 4 12:01:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:01:22 raspberrypi p4d: Checking state ... Jan 4 12:01:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:01:32 raspberrypi p4d: Checking state ... Jan 4 12:01:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:01:42 raspberrypi p4d: Checking state ... Jan 4 12:01:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:01:52 raspberrypi p4d: Checking state ... Jan 4 12:01:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:01:52 raspberrypi p4d: Reading values ... Jan 4 12:01:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:01:52 raspberrypi p4d: Updating error list Jan 4 12:01:53 raspberrypi p4d: Updating error list done Jan 4 12:01:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:02:02 raspberrypi p4d: Checking state ... Jan 4 12:02:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:02:12 raspberrypi p4d: Checking state ... Jan 4 12:02:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:02:22 raspberrypi p4d: Checking state ... Jan 4 12:02:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:02:32 raspberrypi p4d: Checking state ... Jan 4 12:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:02:42 raspberrypi p4d: Checking state ... Jan 4 12:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:02:52 raspberrypi p4d: Checking state ... Jan 4 12:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:02:52 raspberrypi p4d: Reading values ... Jan 4 12:02:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:02:52 raspberrypi p4d: Updating error list Jan 4 12:02:53 raspberrypi p4d: Updating error list done Jan 4 12:02:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:03:02 raspberrypi p4d: Checking state ... Jan 4 12:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:03:12 raspberrypi p4d: Checking state ... Jan 4 12:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:03:22 raspberrypi p4d: Checking state ... Jan 4 12:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:03:32 raspberrypi p4d: Checking state ... Jan 4 12:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:03:42 raspberrypi p4d: Checking state ... Jan 4 12:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:03:52 raspberrypi p4d: Checking state ... Jan 4 12:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:03:52 raspberrypi p4d: Reading values ... Jan 4 12:03:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:03:52 raspberrypi p4d: Updating error list Jan 4 12:03:53 raspberrypi p4d: Updating error list done Jan 4 12:03:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:04:02 raspberrypi p4d: Checking state ... Jan 4 12:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:04:12 raspberrypi p4d: Checking state ... Jan 4 12:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:04:22 raspberrypi p4d: Checking state ... Jan 4 12:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:04:32 raspberrypi p4d: Checking state ... Jan 4 12:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:04:42 raspberrypi p4d: Checking state ... Jan 4 12:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:04:52 raspberrypi p4d: Checking state ... Jan 4 12:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:04:52 raspberrypi p4d: Reading values ... Jan 4 12:04:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:04:52 raspberrypi p4d: Updating error list Jan 4 12:04:53 raspberrypi p4d: Updating error list done Jan 4 12:04:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:05:02 raspberrypi p4d: Checking state ... Jan 4 12:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:05:12 raspberrypi p4d: Checking state ... Jan 4 12:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:05:22 raspberrypi p4d: Checking state ... Jan 4 12:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:05:32 raspberrypi p4d: Checking state ... Jan 4 12:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:05:42 raspberrypi p4d: Checking state ... Jan 4 12:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:05:52 raspberrypi p4d: Checking state ... Jan 4 12:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:05:52 raspberrypi p4d: Reading values ... Jan 4 12:05:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:05:52 raspberrypi p4d: Updating error list Jan 4 12:05:53 raspberrypi p4d: Updating error list done Jan 4 12:05:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:06:02 raspberrypi p4d: Checking state ... Jan 4 12:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:06:12 raspberrypi p4d: Checking state ... Jan 4 12:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:06:22 raspberrypi p4d: Checking state ... Jan 4 12:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:06:32 raspberrypi p4d: Checking state ... Jan 4 12:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:06:42 raspberrypi p4d: Checking state ... Jan 4 12:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:06:52 raspberrypi p4d: Checking state ... Jan 4 12:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:06:52 raspberrypi p4d: Reading values ... Jan 4 12:06:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:06:52 raspberrypi p4d: Updating error list Jan 4 12:06:53 raspberrypi p4d: Updating error list done Jan 4 12:06:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:07:02 raspberrypi p4d: Checking state ... Jan 4 12:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:07:12 raspberrypi p4d: Checking state ... Jan 4 12:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:07:22 raspberrypi p4d: Checking state ... Jan 4 12:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:07:32 raspberrypi p4d: Checking state ... Jan 4 12:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:07:42 raspberrypi p4d: Checking state ... Jan 4 12:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:07:52 raspberrypi p4d: Checking state ... Jan 4 12:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:07:52 raspberrypi p4d: Reading values ... Jan 4 12:07:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:07:52 raspberrypi p4d: Updating error list Jan 4 12:07:53 raspberrypi p4d: Updating error list done Jan 4 12:07:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:08:02 raspberrypi p4d: Checking state ... Jan 4 12:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:08:12 raspberrypi p4d: Checking state ... Jan 4 12:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:08:22 raspberrypi p4d: Checking state ... Jan 4 12:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:08:32 raspberrypi p4d: Checking state ... Jan 4 12:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:08:42 raspberrypi p4d: Checking state ... Jan 4 12:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:08:52 raspberrypi p4d: Checking state ... Jan 4 12:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:08:52 raspberrypi p4d: Reading values ... Jan 4 12:08:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:08:52 raspberrypi p4d: Updating error list Jan 4 12:08:53 raspberrypi p4d: Updating error list done Jan 4 12:08:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:09:02 raspberrypi p4d: Checking state ... Jan 4 12:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:09:12 raspberrypi p4d: Checking state ... Jan 4 12:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:09:22 raspberrypi p4d: Checking state ... Jan 4 12:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:09:32 raspberrypi p4d: Checking state ... Jan 4 12:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:09:42 raspberrypi p4d: Checking state ... Jan 4 12:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:09:52 raspberrypi p4d: Checking state ... Jan 4 12:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:09:52 raspberrypi p4d: Reading values ... Jan 4 12:09:54 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:09:54 raspberrypi p4d: Updating error list Jan 4 12:09:55 raspberrypi p4d: Updating error list done Jan 4 12:09:55 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:10:02 raspberrypi p4d: Checking state ... Jan 4 12:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:10:12 raspberrypi p4d: Checking state ... Jan 4 12:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:10:22 raspberrypi p4d: Checking state ... Jan 4 12:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:10:32 raspberrypi p4d: Checking state ... Jan 4 12:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:10:42 raspberrypi p4d: Checking state ... Jan 4 12:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:10:52 raspberrypi p4d: Checking state ... Jan 4 12:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:10:52 raspberrypi p4d: Reading values ... Jan 4 12:10:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:10:52 raspberrypi p4d: Updating error list Jan 4 12:10:53 raspberrypi p4d: Updating error list done Jan 4 12:10:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:11:02 raspberrypi p4d: Checking state ... Jan 4 12:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:11:12 raspberrypi p4d: Checking state ... Jan 4 12:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:11:22 raspberrypi p4d: Checking state ... Jan 4 12:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:11:32 raspberrypi p4d: Checking state ... Jan 4 12:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:11:42 raspberrypi p4d: Checking state ... Jan 4 12:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:11:52 raspberrypi p4d: Checking state ... Jan 4 12:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:11:52 raspberrypi p4d: Reading values ... Jan 4 12:11:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:11:52 raspberrypi p4d: Updating error list Jan 4 12:11:53 raspberrypi p4d: Updating error list done Jan 4 12:11:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:12:02 raspberrypi p4d: Checking state ... Jan 4 12:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:12:12 raspberrypi p4d: Checking state ... Jan 4 12:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:12:22 raspberrypi p4d: Checking state ... Jan 4 12:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:12:32 raspberrypi p4d: Checking state ... Jan 4 12:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:12:42 raspberrypi p4d: Checking state ... Jan 4 12:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:12:52 raspberrypi p4d: Checking state ... Jan 4 12:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:12:52 raspberrypi p4d: Reading values ... Jan 4 12:12:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:12:52 raspberrypi p4d: Updating error list Jan 4 12:12:53 raspberrypi p4d: Updating error list done Jan 4 12:12:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:13:02 raspberrypi p4d: Checking state ... Jan 4 12:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:13:12 raspberrypi p4d: Checking state ... Jan 4 12:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:13:22 raspberrypi p4d: Checking state ... Jan 4 12:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:13:32 raspberrypi p4d: Checking state ... Jan 4 12:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:13:42 raspberrypi p4d: Checking state ... Jan 4 12:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:13:52 raspberrypi p4d: Checking state ... Jan 4 12:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:13:52 raspberrypi p4d: Reading values ... Jan 4 12:13:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:13:52 raspberrypi p4d: Updating error list Jan 4 12:13:53 raspberrypi p4d: Updating error list done Jan 4 12:13:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:14:02 raspberrypi p4d: Checking state ... Jan 4 12:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:14:12 raspberrypi p4d: Checking state ... Jan 4 12:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:14:22 raspberrypi p4d: Checking state ... Jan 4 12:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:14:32 raspberrypi p4d: Checking state ... Jan 4 12:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:14:42 raspberrypi p4d: Checking state ... Jan 4 12:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:14:52 raspberrypi p4d: Checking state ... Jan 4 12:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:14:52 raspberrypi p4d: Reading values ... Jan 4 12:14:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:14:52 raspberrypi p4d: Updating error list Jan 4 12:14:53 raspberrypi p4d: Updating error list done Jan 4 12:14:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:15:02 raspberrypi p4d: Checking state ... Jan 4 12:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:15:12 raspberrypi p4d: Checking state ... Jan 4 12:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:15:22 raspberrypi p4d: Checking state ... Jan 4 12:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:15:32 raspberrypi p4d: Checking state ... Jan 4 12:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:15:42 raspberrypi p4d: Checking state ... Jan 4 12:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:15:52 raspberrypi p4d: Checking state ... Jan 4 12:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:15:52 raspberrypi p4d: Reading values ... Jan 4 12:15:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:15:52 raspberrypi p4d: Updating error list Jan 4 12:15:53 raspberrypi p4d: Updating error list done Jan 4 12:15:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:16:02 raspberrypi p4d: Checking state ... Jan 4 12:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:16:12 raspberrypi p4d: Checking state ... Jan 4 12:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:16:22 raspberrypi p4d: Checking state ... Jan 4 12:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:16:32 raspberrypi p4d: Checking state ... Jan 4 12:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:16:42 raspberrypi p4d: Checking state ... Jan 4 12:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:16:52 raspberrypi p4d: Checking state ... Jan 4 12:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:16:52 raspberrypi p4d: Reading values ... Jan 4 12:16:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:16:52 raspberrypi p4d: Updating error list Jan 4 12:16:53 raspberrypi p4d: Updating error list done Jan 4 12:16:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:17:02 raspberrypi p4d: Checking state ... Jan 4 12:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:17:12 raspberrypi p4d: Checking state ... Jan 4 12:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:17:22 raspberrypi p4d: Checking state ... Jan 4 12:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:17:32 raspberrypi p4d: Checking state ... Jan 4 12:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:17:42 raspberrypi p4d: Checking state ... Jan 4 12:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:17:52 raspberrypi p4d: Checking state ... Jan 4 12:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:17:52 raspberrypi p4d: Reading values ... Jan 4 12:17:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:17:52 raspberrypi p4d: Updating error list Jan 4 12:17:53 raspberrypi p4d: Updating error list done Jan 4 12:17:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:18:02 raspberrypi p4d: Checking state ... Jan 4 12:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:18:12 raspberrypi p4d: Checking state ... Jan 4 12:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:18:22 raspberrypi p4d: Checking state ... Jan 4 12:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:18:32 raspberrypi p4d: Checking state ... Jan 4 12:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:18:42 raspberrypi p4d: Checking state ... Jan 4 12:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:18:52 raspberrypi p4d: Checking state ... Jan 4 12:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:18:52 raspberrypi p4d: Reading values ... Jan 4 12:18:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:18:52 raspberrypi p4d: Updating error list Jan 4 12:18:53 raspberrypi p4d: Updating error list done Jan 4 12:18:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:19:02 raspberrypi p4d: Checking state ... Jan 4 12:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:19:12 raspberrypi p4d: Checking state ... Jan 4 12:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:19:22 raspberrypi p4d: Checking state ... Jan 4 12:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:19:32 raspberrypi p4d: Checking state ... Jan 4 12:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:19:42 raspberrypi p4d: Checking state ... Jan 4 12:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:19:52 raspberrypi p4d: Checking state ... Jan 4 12:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:19:52 raspberrypi p4d: Reading values ... Jan 4 12:19:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:19:52 raspberrypi p4d: Updating error list Jan 4 12:19:53 raspberrypi p4d: Updating error list done Jan 4 12:19:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:20:02 raspberrypi p4d: Checking state ... Jan 4 12:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:20:12 raspberrypi p4d: Checking state ... Jan 4 12:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:20:22 raspberrypi p4d: Checking state ... Jan 4 12:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:20:32 raspberrypi p4d: Checking state ... Jan 4 12:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:20:42 raspberrypi p4d: Checking state ... Jan 4 12:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:20:52 raspberrypi p4d: Checking state ... Jan 4 12:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:20:52 raspberrypi p4d: Reading values ... Jan 4 12:20:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:20:52 raspberrypi p4d: Updating error list Jan 4 12:20:53 raspberrypi p4d: Updating error list done Jan 4 12:20:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:21:02 raspberrypi p4d: Checking state ... Jan 4 12:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:21:12 raspberrypi p4d: Checking state ... Jan 4 12:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:21:22 raspberrypi p4d: Checking state ... Jan 4 12:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:21:32 raspberrypi p4d: Checking state ... Jan 4 12:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:21:42 raspberrypi p4d: Checking state ... Jan 4 12:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:21:52 raspberrypi p4d: Checking state ... Jan 4 12:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:21:52 raspberrypi p4d: Reading values ... Jan 4 12:21:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:21:52 raspberrypi p4d: Updating error list Jan 4 12:21:53 raspberrypi p4d: Updating error list done Jan 4 12:21:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:22:02 raspberrypi p4d: Checking state ... Jan 4 12:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:22:12 raspberrypi p4d: Checking state ... Jan 4 12:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:22:22 raspberrypi p4d: Checking state ... Jan 4 12:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:22:32 raspberrypi p4d: Checking state ... Jan 4 12:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:22:42 raspberrypi p4d: Checking state ... Jan 4 12:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:22:52 raspberrypi p4d: Checking state ... Jan 4 12:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:22:52 raspberrypi p4d: Reading values ... Jan 4 12:22:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:22:52 raspberrypi p4d: Updating error list Jan 4 12:22:53 raspberrypi p4d: Updating error list done Jan 4 12:22:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:23:02 raspberrypi p4d: Checking state ... Jan 4 12:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:23:12 raspberrypi p4d: Checking state ... Jan 4 12:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:23:22 raspberrypi p4d: Checking state ... Jan 4 12:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:23:32 raspberrypi p4d: Checking state ... Jan 4 12:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:23:42 raspberrypi p4d: Checking state ... Jan 4 12:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:23:52 raspberrypi p4d: Checking state ... Jan 4 12:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:23:52 raspberrypi p4d: Reading values ... Jan 4 12:23:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:23:52 raspberrypi p4d: Updating error list Jan 4 12:23:53 raspberrypi p4d: Updating error list done Jan 4 12:23:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:24:02 raspberrypi p4d: Checking state ... Jan 4 12:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:24:12 raspberrypi p4d: Checking state ... Jan 4 12:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:24:22 raspberrypi p4d: Checking state ... Jan 4 12:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:24:32 raspberrypi p4d: Checking state ... Jan 4 12:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:24:42 raspberrypi p4d: Checking state ... Jan 4 12:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:24:52 raspberrypi p4d: Checking state ... Jan 4 12:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:24:52 raspberrypi p4d: Reading values ... Jan 4 12:24:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:24:52 raspberrypi p4d: Updating error list Jan 4 12:24:53 raspberrypi p4d: Updating error list done Jan 4 12:24:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:25:02 raspberrypi p4d: Checking state ... Jan 4 12:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:25:12 raspberrypi p4d: Checking state ... Jan 4 12:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:25:22 raspberrypi p4d: Checking state ... Jan 4 12:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:25:32 raspberrypi p4d: Checking state ... Jan 4 12:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:25:42 raspberrypi p4d: Checking state ... Jan 4 12:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:25:52 raspberrypi p4d: Checking state ... Jan 4 12:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:25:52 raspberrypi p4d: Reading values ... Jan 4 12:25:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:25:52 raspberrypi p4d: Updating error list Jan 4 12:25:53 raspberrypi p4d: Updating error list done Jan 4 12:25:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:26:02 raspberrypi p4d: Checking state ... Jan 4 12:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:26:12 raspberrypi p4d: Checking state ... Jan 4 12:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:26:22 raspberrypi p4d: Checking state ... Jan 4 12:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:26:32 raspberrypi p4d: Checking state ... Jan 4 12:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:26:42 raspberrypi p4d: Checking state ... Jan 4 12:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:26:52 raspberrypi p4d: Checking state ... Jan 4 12:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:26:52 raspberrypi p4d: Reading values ... Jan 4 12:26:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:26:52 raspberrypi p4d: Updating error list Jan 4 12:26:53 raspberrypi p4d: Updating error list done Jan 4 12:26:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:27:02 raspberrypi p4d: Checking state ... Jan 4 12:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:27:12 raspberrypi p4d: Checking state ... Jan 4 12:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:27:22 raspberrypi p4d: Checking state ... Jan 4 12:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:27:32 raspberrypi p4d: Checking state ... Jan 4 12:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:27:42 raspberrypi p4d: Checking state ... Jan 4 12:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:27:52 raspberrypi p4d: Checking state ... Jan 4 12:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:27:52 raspberrypi p4d: Reading values ... Jan 4 12:27:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:27:52 raspberrypi p4d: Updating error list Jan 4 12:27:53 raspberrypi p4d: Updating error list done Jan 4 12:27:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:28:02 raspberrypi p4d: Checking state ... Jan 4 12:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:28:12 raspberrypi p4d: Checking state ... Jan 4 12:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:28:22 raspberrypi p4d: Checking state ... Jan 4 12:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:28:32 raspberrypi p4d: Checking state ... Jan 4 12:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:28:42 raspberrypi p4d: Checking state ... Jan 4 12:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:28:52 raspberrypi p4d: Checking state ... Jan 4 12:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:28:52 raspberrypi p4d: Reading values ... Jan 4 12:28:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:28:52 raspberrypi p4d: Updating error list Jan 4 12:28:53 raspberrypi p4d: Updating error list done Jan 4 12:28:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:29:02 raspberrypi p4d: Checking state ... Jan 4 12:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:29:12 raspberrypi p4d: Checking state ... Jan 4 12:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:29:22 raspberrypi p4d: Checking state ... Jan 4 12:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:29:32 raspberrypi p4d: Checking state ... Jan 4 12:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:29:42 raspberrypi p4d: Checking state ... Jan 4 12:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:29:52 raspberrypi p4d: Checking state ... Jan 4 12:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:29:52 raspberrypi p4d: Reading values ... Jan 4 12:29:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:29:52 raspberrypi p4d: Updating error list Jan 4 12:29:53 raspberrypi p4d: Updating error list done Jan 4 12:29:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:30:02 raspberrypi p4d: Checking state ... Jan 4 12:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:30:12 raspberrypi p4d: Checking state ... Jan 4 12:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:30:22 raspberrypi p4d: Checking state ... Jan 4 12:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:30:32 raspberrypi p4d: Checking state ... Jan 4 12:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:30:42 raspberrypi p4d: Checking state ... Jan 4 12:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:30:52 raspberrypi p4d: Checking state ... Jan 4 12:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:30:52 raspberrypi p4d: Reading values ... Jan 4 12:30:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:30:52 raspberrypi p4d: Updating error list Jan 4 12:30:53 raspberrypi p4d: Updating error list done Jan 4 12:30:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:31:02 raspberrypi p4d: Checking state ... Jan 4 12:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:31:12 raspberrypi p4d: Checking state ... Jan 4 12:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:31:22 raspberrypi p4d: Checking state ... Jan 4 12:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:31:32 raspberrypi p4d: Checking state ... Jan 4 12:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:31:42 raspberrypi p4d: Checking state ... Jan 4 12:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:31:52 raspberrypi p4d: Checking state ... Jan 4 12:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:31:52 raspberrypi p4d: Reading values ... Jan 4 12:31:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:31:52 raspberrypi p4d: Updating error list Jan 4 12:31:53 raspberrypi p4d: Updating error list done Jan 4 12:31:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:32:02 raspberrypi p4d: Checking state ... Jan 4 12:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:32:12 raspberrypi p4d: Checking state ... Jan 4 12:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:32:22 raspberrypi p4d: Checking state ... Jan 4 12:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:32:32 raspberrypi p4d: Checking state ... Jan 4 12:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:32:42 raspberrypi p4d: Checking state ... Jan 4 12:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:32:52 raspberrypi p4d: Checking state ... Jan 4 12:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:32:52 raspberrypi p4d: Reading values ... Jan 4 12:32:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:32:52 raspberrypi p4d: Updating error list Jan 4 12:32:53 raspberrypi p4d: Updating error list done Jan 4 12:32:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:33:02 raspberrypi p4d: Checking state ... Jan 4 12:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:33:12 raspberrypi p4d: Checking state ... Jan 4 12:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:33:22 raspberrypi p4d: Checking state ... Jan 4 12:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:33:32 raspberrypi p4d: Checking state ... Jan 4 12:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:33:42 raspberrypi p4d: Checking state ... Jan 4 12:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:33:52 raspberrypi p4d: Checking state ... Jan 4 12:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:33:52 raspberrypi p4d: Reading values ... Jan 4 12:33:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:33:52 raspberrypi p4d: Updating error list Jan 4 12:33:53 raspberrypi p4d: Updating error list done Jan 4 12:33:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:34:02 raspberrypi p4d: Checking state ... Jan 4 12:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:34:12 raspberrypi p4d: Checking state ... Jan 4 12:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:34:22 raspberrypi p4d: Checking state ... Jan 4 12:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:34:32 raspberrypi p4d: Checking state ... Jan 4 12:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:34:42 raspberrypi p4d: Checking state ... Jan 4 12:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:34:52 raspberrypi p4d: Checking state ... Jan 4 12:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:34:52 raspberrypi p4d: Reading values ... Jan 4 12:34:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:34:52 raspberrypi p4d: Updating error list Jan 4 12:34:53 raspberrypi p4d: Updating error list done Jan 4 12:34:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:35:02 raspberrypi p4d: Checking state ... Jan 4 12:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:35:12 raspberrypi p4d: Checking state ... Jan 4 12:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:35:22 raspberrypi p4d: Checking state ... Jan 4 12:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:35:32 raspberrypi p4d: Checking state ... Jan 4 12:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:35:42 raspberrypi p4d: Checking state ... Jan 4 12:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:35:52 raspberrypi p4d: Checking state ... Jan 4 12:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:35:52 raspberrypi p4d: Reading values ... Jan 4 12:35:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:35:52 raspberrypi p4d: Updating error list Jan 4 12:35:53 raspberrypi p4d: Updating error list done Jan 4 12:35:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:36:02 raspberrypi p4d: Checking state ... Jan 4 12:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:36:12 raspberrypi p4d: Checking state ... Jan 4 12:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:36:22 raspberrypi p4d: Checking state ... Jan 4 12:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:36:32 raspberrypi p4d: Checking state ... Jan 4 12:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:36:42 raspberrypi p4d: Checking state ... Jan 4 12:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:36:52 raspberrypi p4d: Checking state ... Jan 4 12:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:36:52 raspberrypi p4d: Reading values ... Jan 4 12:36:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:36:52 raspberrypi p4d: Updating error list Jan 4 12:36:53 raspberrypi p4d: Updating error list done Jan 4 12:36:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:37:02 raspberrypi p4d: Checking state ... Jan 4 12:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:37:12 raspberrypi p4d: Checking state ... Jan 4 12:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:37:22 raspberrypi p4d: Checking state ... Jan 4 12:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:37:32 raspberrypi p4d: Checking state ... Jan 4 12:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:37:42 raspberrypi p4d: Checking state ... Jan 4 12:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:37:52 raspberrypi p4d: Checking state ... Jan 4 12:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:37:52 raspberrypi p4d: Reading values ... Jan 4 12:37:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:37:52 raspberrypi p4d: Updating error list Jan 4 12:37:53 raspberrypi p4d: Updating error list done Jan 4 12:37:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:38:02 raspberrypi p4d: Checking state ... Jan 4 12:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:38:12 raspberrypi p4d: Checking state ... Jan 4 12:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:38:22 raspberrypi p4d: Checking state ... Jan 4 12:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:38:32 raspberrypi p4d: Checking state ... Jan 4 12:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:38:42 raspberrypi p4d: Checking state ... Jan 4 12:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:38:52 raspberrypi p4d: Checking state ... Jan 4 12:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:38:52 raspberrypi p4d: Reading values ... Jan 4 12:38:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:38:52 raspberrypi p4d: Updating error list Jan 4 12:38:53 raspberrypi p4d: Updating error list done Jan 4 12:38:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:39:02 raspberrypi p4d: Checking state ... Jan 4 12:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:39:12 raspberrypi p4d: Checking state ... Jan 4 12:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:39:22 raspberrypi p4d: Checking state ... Jan 4 12:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:39:32 raspberrypi p4d: Checking state ... Jan 4 12:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:39:42 raspberrypi p4d: Checking state ... Jan 4 12:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:39:52 raspberrypi p4d: Checking state ... Jan 4 12:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:39:52 raspberrypi p4d: Reading values ... Jan 4 12:39:53 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:39:53 raspberrypi p4d: Updating error list Jan 4 12:39:54 raspberrypi p4d: Updating error list done Jan 4 12:39:54 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:40:02 raspberrypi p4d: Checking state ... Jan 4 12:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:40:12 raspberrypi p4d: Checking state ... Jan 4 12:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:40:22 raspberrypi p4d: Checking state ... Jan 4 12:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:40:32 raspberrypi p4d: Checking state ... Jan 4 12:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:40:42 raspberrypi p4d: Checking state ... Jan 4 12:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:40:52 raspberrypi p4d: Checking state ... Jan 4 12:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:40:52 raspberrypi p4d: Reading values ... Jan 4 12:40:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:40:52 raspberrypi p4d: Updating error list Jan 4 12:40:53 raspberrypi p4d: Updating error list done Jan 4 12:40:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:41:02 raspberrypi p4d: Checking state ... Jan 4 12:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:41:12 raspberrypi p4d: Checking state ... Jan 4 12:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:41:22 raspberrypi p4d: Checking state ... Jan 4 12:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:41:32 raspberrypi p4d: Checking state ... Jan 4 12:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:41:42 raspberrypi p4d: Checking state ... Jan 4 12:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:41:52 raspberrypi p4d: Checking state ... Jan 4 12:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:41:52 raspberrypi p4d: Reading values ... Jan 4 12:41:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:41:52 raspberrypi p4d: Updating error list Jan 4 12:41:53 raspberrypi p4d: Updating error list done Jan 4 12:41:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:42:02 raspberrypi p4d: Checking state ... Jan 4 12:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:42:12 raspberrypi p4d: Checking state ... Jan 4 12:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:42:22 raspberrypi p4d: Checking state ... Jan 4 12:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:42:32 raspberrypi p4d: Checking state ... Jan 4 12:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:42:42 raspberrypi p4d: Checking state ... Jan 4 12:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:42:52 raspberrypi p4d: Checking state ... Jan 4 12:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:42:52 raspberrypi p4d: Reading values ... Jan 4 12:42:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:42:52 raspberrypi p4d: Updating error list Jan 4 12:42:53 raspberrypi p4d: Updating error list done Jan 4 12:42:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:43:02 raspberrypi p4d: Checking state ... Jan 4 12:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:43:12 raspberrypi p4d: Checking state ... Jan 4 12:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:43:22 raspberrypi p4d: Checking state ... Jan 4 12:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:43:32 raspberrypi p4d: Checking state ... Jan 4 12:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:43:42 raspberrypi p4d: Checking state ... Jan 4 12:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:43:52 raspberrypi p4d: Checking state ... Jan 4 12:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:43:52 raspberrypi p4d: Reading values ... Jan 4 12:43:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:43:52 raspberrypi p4d: Updating error list Jan 4 12:43:53 raspberrypi p4d: Updating error list done Jan 4 12:43:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:44:02 raspberrypi p4d: Checking state ... Jan 4 12:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:44:12 raspberrypi p4d: Checking state ... Jan 4 12:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:44:22 raspberrypi p4d: Checking state ... Jan 4 12:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:44:32 raspberrypi p4d: Checking state ... Jan 4 12:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:44:42 raspberrypi p4d: Checking state ... Jan 4 12:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:44:52 raspberrypi p4d: Checking state ... Jan 4 12:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:44:52 raspberrypi p4d: Reading values ... Jan 4 12:44:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:44:52 raspberrypi p4d: Updating error list Jan 4 12:44:53 raspberrypi p4d: Updating error list done Jan 4 12:44:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:45:02 raspberrypi p4d: Checking state ... Jan 4 12:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:45:12 raspberrypi p4d: Checking state ... Jan 4 12:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:45:22 raspberrypi p4d: Checking state ... Jan 4 12:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:45:32 raspberrypi p4d: Checking state ... Jan 4 12:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:45:42 raspberrypi p4d: Checking state ... Jan 4 12:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:45:52 raspberrypi p4d: Checking state ... Jan 4 12:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:45:52 raspberrypi p4d: Reading values ... Jan 4 12:45:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:45:52 raspberrypi p4d: Updating error list Jan 4 12:45:53 raspberrypi p4d: Updating error list done Jan 4 12:45:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:46:02 raspberrypi p4d: Checking state ... Jan 4 12:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:46:12 raspberrypi p4d: Checking state ... Jan 4 12:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:46:22 raspberrypi p4d: Checking state ... Jan 4 12:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:46:32 raspberrypi p4d: Checking state ... Jan 4 12:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:46:42 raspberrypi p4d: Checking state ... Jan 4 12:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:46:52 raspberrypi p4d: Checking state ... Jan 4 12:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:46:52 raspberrypi p4d: Reading values ... Jan 4 12:46:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:46:52 raspberrypi p4d: Updating error list Jan 4 12:46:53 raspberrypi p4d: Updating error list done Jan 4 12:46:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:47:02 raspberrypi p4d: Checking state ... Jan 4 12:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:47:12 raspberrypi p4d: Checking state ... Jan 4 12:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:47:22 raspberrypi p4d: Checking state ... Jan 4 12:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:47:32 raspberrypi p4d: Checking state ... Jan 4 12:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:47:42 raspberrypi p4d: Checking state ... Jan 4 12:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:47:52 raspberrypi p4d: Checking state ... Jan 4 12:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:47:52 raspberrypi p4d: Reading values ... Jan 4 12:47:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:47:52 raspberrypi p4d: Updating error list Jan 4 12:47:53 raspberrypi p4d: Updating error list done Jan 4 12:47:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:48:02 raspberrypi p4d: Checking state ... Jan 4 12:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:48:12 raspberrypi p4d: Checking state ... Jan 4 12:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:48:22 raspberrypi p4d: Checking state ... Jan 4 12:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:48:32 raspberrypi p4d: Checking state ... Jan 4 12:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:48:42 raspberrypi p4d: Checking state ... Jan 4 12:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:48:52 raspberrypi p4d: Checking state ... Jan 4 12:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:48:52 raspberrypi p4d: Reading values ... Jan 4 12:48:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:48:52 raspberrypi p4d: Updating error list Jan 4 12:48:53 raspberrypi p4d: Updating error list done Jan 4 12:48:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:49:02 raspberrypi p4d: Checking state ... Jan 4 12:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:49:12 raspberrypi p4d: Checking state ... Jan 4 12:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:49:22 raspberrypi p4d: Checking state ... Jan 4 12:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:49:32 raspberrypi p4d: Checking state ... Jan 4 12:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:49:42 raspberrypi p4d: Checking state ... Jan 4 12:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:49:52 raspberrypi p4d: Checking state ... Jan 4 12:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:49:52 raspberrypi p4d: Reading values ... Jan 4 12:49:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:49:52 raspberrypi p4d: Updating error list Jan 4 12:49:53 raspberrypi p4d: Updating error list done Jan 4 12:49:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:50:02 raspberrypi p4d: Checking state ... Jan 4 12:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:50:12 raspberrypi p4d: Checking state ... Jan 4 12:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:50:22 raspberrypi p4d: Checking state ... Jan 4 12:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:50:32 raspberrypi p4d: Checking state ... Jan 4 12:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:50:42 raspberrypi p4d: Checking state ... Jan 4 12:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:50:52 raspberrypi p4d: Checking state ... Jan 4 12:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:50:52 raspberrypi p4d: Reading values ... Jan 4 12:50:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:50:52 raspberrypi p4d: Updating error list Jan 4 12:50:53 raspberrypi p4d: Updating error list done Jan 4 12:50:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:51:02 raspberrypi p4d: Checking state ... Jan 4 12:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:51:12 raspberrypi p4d: Checking state ... Jan 4 12:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:51:22 raspberrypi p4d: Checking state ... Jan 4 12:51:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:51:32 raspberrypi p4d: Checking state ... Jan 4 12:51:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:51:42 raspberrypi p4d: Checking state ... Jan 4 12:51:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:51:52 raspberrypi p4d: Checking state ... Jan 4 12:51:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:51:52 raspberrypi p4d: Reading values ... Jan 4 12:51:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:51:52 raspberrypi p4d: Updating error list Jan 4 12:51:53 raspberrypi p4d: Updating error list done Jan 4 12:51:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:52:02 raspberrypi p4d: Checking state ... Jan 4 12:52:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:52:12 raspberrypi p4d: Checking state ... Jan 4 12:52:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:52:22 raspberrypi p4d: Checking state ... Jan 4 12:52:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:52:32 raspberrypi p4d: Checking state ... Jan 4 12:52:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:52:42 raspberrypi p4d: Checking state ... Jan 4 12:52:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:52:52 raspberrypi p4d: Checking state ... Jan 4 12:52:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:52:52 raspberrypi p4d: Reading values ... Jan 4 12:52:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:52:52 raspberrypi p4d: Updating error list Jan 4 12:52:53 raspberrypi p4d: Updating error list done Jan 4 12:52:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:53:02 raspberrypi p4d: Checking state ... Jan 4 12:53:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:53:12 raspberrypi p4d: Checking state ... Jan 4 12:53:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:53:22 raspberrypi p4d: Checking state ... Jan 4 12:53:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:53:32 raspberrypi p4d: Checking state ... Jan 4 12:53:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:53:42 raspberrypi p4d: Checking state ... Jan 4 12:53:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:53:52 raspberrypi p4d: Checking state ... Jan 4 12:53:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:53:52 raspberrypi p4d: Reading values ... Jan 4 12:53:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:53:52 raspberrypi p4d: Updating error list Jan 4 12:53:53 raspberrypi p4d: Updating error list done Jan 4 12:53:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:54:02 raspberrypi p4d: Checking state ... Jan 4 12:54:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:54:12 raspberrypi p4d: Checking state ... Jan 4 12:54:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:54:22 raspberrypi p4d: Checking state ... Jan 4 12:54:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:54:32 raspberrypi p4d: Checking state ... Jan 4 12:54:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:54:42 raspberrypi p4d: Checking state ... Jan 4 12:54:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:54:52 raspberrypi p4d: Checking state ... Jan 4 12:54:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:54:52 raspberrypi p4d: Reading values ... Jan 4 12:54:52 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:54:52 raspberrypi p4d: Updating error list Jan 4 12:54:53 raspberrypi p4d: Updating error list done Jan 4 12:54:53 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:55:02 raspberrypi p4d: Checking state ... Jan 4 12:55:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:55:12 raspberrypi p4d: Checking state ... Jan 4 12:55:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:55:22 raspberrypi p4d: Checking state ... Jan 4 12:55:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:55:32 raspberrypi p4d: Checking state ... Jan 4 12:55:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:55:42 raspberrypi p4d: Checking state ... Jan 4 12:55:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:55:43 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 12:55:43 raspberrypi p4d: Processing WEBIF job 497 'p4d-state:0x0000/' Jan 4 12:55:43 raspberrypi p4d: Processing WEBIF job 497 done with 'success:12:55:52#0.2.335-GITec50da3#20 Stunden 49 Minuten#0.15 0.11 0.09' after 0 seconds Jan 4 12:55:43 raspberrypi p4d: Processing WEBIF job 498 's3200-state:0x0000/' Jan 4 12:55:43 raspberrypi p4d: Processing WEBIF job 498 done with 'success:Friday, 04. Jan. 2019 12:53:33#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 12:55:46 raspberrypi p4d: Processing WEBIF job 499 'check-login:0x0000/p4:141785a8765705819f5495b2c539c7b9' Jan 4 12:55:46 raspberrypi p4d: 141785a8765705819f5495b2c539c7b9/141785a8765705819f5495b2c539c7b9 Jan 4 12:55:47 raspberrypi p4d: Processing WEBIF job 499 done with 'success:login-confirmed' after 1 seconds Jan 4 12:55:48 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 12:55:48 raspberrypi p4d: Processing WEBIF job 500 'p4d-state:0x0000/' Jan 4 12:55:50 raspberrypi p4d: Processing WEBIF job 500 done with 'success:12:55:52#0.2.335-GITec50da3#20 Stunden 49 Minuten#0.30 0.14 0.10' after 2 seconds Jan 4 12:55:51 raspberrypi p4d: Processing WEBIF job 501 's3200-state:0x0000/' Jan 4 12:55:53 raspberrypi p4d: Processing WEBIF job 501 done with 'success:Friday, 04. Jan. 2019 12:53:33#19#Betriebsbereit#Übergangsbetrieb' after 2 seconds Jan 4 12:55:53 raspberrypi p4d: Checking state ... Jan 4 12:55:53 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:55:53 raspberrypi p4d: Reading values ... Jan 4 12:55:54 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:55:54 raspberrypi p4d: Updating error list Jan 4 12:55:55 raspberrypi p4d: Updating error list done Jan 4 12:55:55 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:56:03 raspberrypi p4d: Checking state ... Jan 4 12:56:03 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:56:13 raspberrypi p4d: Checking state ... Jan 4 12:56:13 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:56:23 raspberrypi p4d: Checking state ... Jan 4 12:56:23 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:56:33 raspberrypi p4d: Checking state ... Jan 4 12:56:33 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:56:34 raspberrypi p4d: Processing WEBIF job 502 'updatemenu:0x0000/' Jan 4 12:57:54 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 12:57:57 raspberrypi apache2: p4: timeout on p4d-state Jan 4 12:57:57 raspberrypi p4d: Processing WEBIF job 502 done with 'success:done' after 83 seconds Jan 4 12:57:57 raspberrypi p4d: Checking state ... Jan 4 12:57:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:57:57 raspberrypi p4d: Reading values ... Jan 4 12:57:57 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:57:57 raspberrypi p4d: Updating error list Jan 4 12:57:58 raspberrypi p4d: Updating error list done Jan 4 12:57:58 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:57:58 raspberrypi p4d: Processing WEBIF job 503 'getp:0x05fc/' Jan 4 12:57:58 raspberrypi p4d: Processing WEBIF job 503 done with 'success#18#°C#16#10#30#0' after 0 seconds Jan 4 12:57:58 raspberrypi p4d: Processing WEBIF job 504 'p4d-state:0x0000/' Jan 4 12:57:58 raspberrypi p4d: Processing WEBIF job 504 done with 'success:12:58:57#0.2.335-GITec50da3#20 Stunden 51 Minuten#2.02 0.80 0.35' after 0 seconds Jan 4 12:57:58 raspberrypi p4d: Processing WEBIF job 505 's3200-state:0x0000/' Jan 4 12:57:58 raspberrypi p4d: Processing WEBIF job 505 done with 'success:Friday, 04. Jan. 2019 12:55:48#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 12:58:06 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 12:58:06 raspberrypi p4d: Processing WEBIF job 506 'p4d-state:0x0000/' Jan 4 12:58:12 raspberrypi apache2: p4: timeout on p4d-state Jan 4 12:58:12 raspberrypi p4d: Processing WEBIF job 506 done with 'success:12:58:57#0.2.335-GITec50da3#20 Stunden 51 Minuten#1.94 0.81 0.35' after 6 seconds Jan 4 12:58:12 raspberrypi p4d: Checking state ... Jan 4 12:58:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:58:12 raspberrypi p4d: Processing WEBIF job 507 's3200-state:0x0000/' Jan 4 12:58:13 raspberrypi p4d: Processing WEBIF job 507 done with 'success:Friday, 04. Jan. 2019 12:56:03#19#Betriebsbereit#Übergangsbetrieb' after 1 seconds Jan 4 12:58:22 raspberrypi p4d: Checking state ... Jan 4 12:58:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:58:32 raspberrypi p4d: Checking state ... Jan 4 12:58:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:58:42 raspberrypi p4d: Checking state ... Jan 4 12:58:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:58:52 raspberrypi p4d: Checking state ... Jan 4 12:58:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:58:57 raspberrypi p4d: Checking state ... Jan 4 12:58:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:58:57 raspberrypi p4d: Reading values ... Jan 4 12:58:57 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:58:57 raspberrypi p4d: Updating error list Jan 4 12:58:58 raspberrypi p4d: Updating error list done Jan 4 12:58:58 raspberrypi p4d: Info: Found (0) pending errors Jan 4 12:59:07 raspberrypi p4d: Checking state ... Jan 4 12:59:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:59:17 raspberrypi p4d: Checking state ... Jan 4 12:59:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:59:27 raspberrypi p4d: Checking state ... Jan 4 12:59:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:59:37 raspberrypi p4d: Checking state ... Jan 4 12:59:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:59:47 raspberrypi p4d: Checking state ... Jan 4 12:59:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:59:57 raspberrypi p4d: Checking state ... Jan 4 12:59:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 12:59:57 raspberrypi p4d: Reading values ... Jan 4 12:59:57 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 12:59:57 raspberrypi p4d: Updating error list Jan 4 12:59:58 raspberrypi p4d: Updating error list done Jan 4 12:59:58 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:00:07 raspberrypi p4d: Checking state ... Jan 4 13:00:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:00:09 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:00:09 raspberrypi p4d: Processing WEBIF job 508 'p4d-state:0x0000/' Jan 4 13:00:09 raspberrypi p4d: Processing WEBIF job 508 done with 'success:13:00:57#0.2.335-GITec50da3#20 Stunden 54 Minuten#0.62 0.72 0.38' after 0 seconds Jan 4 13:00:09 raspberrypi p4d: Processing WEBIF job 509 's3200-state:0x0000/' Jan 4 13:00:09 raspberrypi p4d: Processing WEBIF job 509 done with 'success:Friday, 04. Jan. 2019 12:57:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:00:12 raspberrypi p4d: Processing WEBIF job 510 'check-login:0x0000/p4:141785a8765705819f5495b2c539c7b9' Jan 4 13:00:12 raspberrypi p4d: 141785a8765705819f5495b2c539c7b9/141785a8765705819f5495b2c539c7b9 Jan 4 13:00:14 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:00:14 raspberrypi p4d: Processing WEBIF job 510 done with 'success:login-confirmed' after 2 seconds Jan 4 13:00:14 raspberrypi p4d: Processing WEBIF job 511 'p4d-state:0x0000/' Jan 4 13:00:14 raspberrypi p4d: Processing WEBIF job 511 done with 'success:13:00:57#0.2.335-GITec50da3#20 Stunden 54 Minuten#0.65 0.72 0.38' after 0 seconds Jan 4 13:00:14 raspberrypi p4d: Processing WEBIF job 512 's3200-state:0x0000/' Jan 4 13:00:15 raspberrypi p4d: Processing WEBIF job 512 done with 'success:Friday, 04. Jan. 2019 12:57:58#19#Betriebsbereit#Übergangsbetrieb' after 1 seconds Jan 4 13:00:17 raspberrypi p4d: Checking state ... Jan 4 13:00:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:00:27 raspberrypi p4d: Checking state ... Jan 4 13:00:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:00:37 raspberrypi p4d: Checking state ... Jan 4 13:00:37 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:00:47 raspberrypi p4d: Checking state ... Jan 4 13:00:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:00:57 raspberrypi p4d: Checking state ... Jan 4 13:00:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:00:57 raspberrypi p4d: Reading values ... Jan 4 13:00:57 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:00:57 raspberrypi p4d: Updating error list Jan 4 13:00:58 raspberrypi p4d: Updating error list done Jan 4 13:00:58 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:01:07 raspberrypi p4d: Checking state ... Jan 4 13:01:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:01:17 raspberrypi p4d: Checking state ... Jan 4 13:01:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:01:21 raspberrypi p4d: Processing WEBIF job 513 'updatemenu:0x0000/' Jan 4 13:02:03 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:02:06 raspberrypi apache2: p4: timeout on p4d-state Jan 4 13:02:29 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:02:32 raspberrypi apache2: p4: timeout on p4d-state Jan 4 13:02:32 raspberrypi p4d: Processing WEBIF job 513 done with 'success:done' after 71 seconds Jan 4 13:02:32 raspberrypi p4d: Checking state ... Jan 4 13:02:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:02:32 raspberrypi p4d: Reading values ... Jan 4 13:02:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:02:32 raspberrypi p4d: Updating error list Jan 4 13:02:33 raspberrypi p4d: Updating error list done Jan 4 13:02:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:02:33 raspberrypi p4d: Processing WEBIF job 514 'p4d-state:0x0000/' Jan 4 13:02:33 raspberrypi p4d: Processing WEBIF job 514 done with 'success:13:03:32#0.2.335-GITec50da3#20 Stunden 56 Minuten#1.10 0.83 0.47' after 0 seconds Jan 4 13:02:33 raspberrypi p4d: Processing WEBIF job 515 's3200-state:0x0000/' Jan 4 13:02:33 raspberrypi p4d: Processing WEBIF job 515 done with 'success:Friday, 04. Jan. 2019 13:00:23#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:02:33 raspberrypi p4d: Processing WEBIF job 516 'p4d-state:0x0000/' Jan 4 13:02:33 raspberrypi p4d: Processing WEBIF job 516 done with 'success:13:03:32#0.2.335-GITec50da3#20 Stunden 56 Minuten#1.10 0.83 0.47' after 0 seconds Jan 4 13:02:33 raspberrypi p4d: Processing WEBIF job 517 's3200-state:0x0000/' Jan 4 13:02:33 raspberrypi p4d: Processing WEBIF job 517 done with 'success:Friday, 04. Jan. 2019 13:00:23#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:02:42 raspberrypi p4d: Checking state ... Jan 4 13:02:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:02:52 raspberrypi p4d: Checking state ... Jan 4 13:02:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:03:02 raspberrypi p4d: Checking state ... Jan 4 13:03:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:03:12 raspberrypi p4d: Checking state ... Jan 4 13:03:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:03:22 raspberrypi p4d: Checking state ... Jan 4 13:03:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:03:32 raspberrypi p4d: Checking state ... Jan 4 13:03:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:03:32 raspberrypi p4d: Reading values ... Jan 4 13:03:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:03:32 raspberrypi p4d: Updating error list Jan 4 13:03:33 raspberrypi p4d: Updating error list done Jan 4 13:03:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:03:36 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:03:37 raspberrypi p4d: Processing WEBIF job 518 'p4d-state:0x0000/' Jan 4 13:03:37 raspberrypi p4d: Processing WEBIF job 518 done with 'success:13:04:32#0.2.335-GITec50da3#20 Stunden 57 Minuten#0.67 0.75 0.46' after 0 seconds Jan 4 13:03:42 raspberrypi p4d: Checking state ... Jan 4 13:03:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:03:42 raspberrypi p4d: Processing WEBIF job 519 's3200-state:0x0000/' Jan 4 13:03:42 raspberrypi p4d: Processing WEBIF job 519 done with 'success:Friday, 04. Jan. 2019 13:01:33#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:03:52 raspberrypi p4d: Checking state ... Jan 4 13:03:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:04:02 raspberrypi p4d: Checking state ... Jan 4 13:04:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:04:12 raspberrypi p4d: Checking state ... Jan 4 13:04:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:04:22 raspberrypi p4d: Checking state ... Jan 4 13:04:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:04:32 raspberrypi p4d: Checking state ... Jan 4 13:04:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:04:32 raspberrypi p4d: Reading values ... Jan 4 13:04:34 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:04:34 raspberrypi p4d: Updating error list Jan 4 13:04:35 raspberrypi p4d: Updating error list done Jan 4 13:04:35 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:04:42 raspberrypi p4d: Checking state ... Jan 4 13:04:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:04:43 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:04:43 raspberrypi p4d: Processing WEBIF job 520 'p4d-state:0x0000/' Jan 4 13:04:46 raspberrypi apache2: p4: timeout on p4d-state Jan 4 13:04:46 raspberrypi p4d: Processing WEBIF job 520 done with 'success:13:05:32#0.2.335-GITec50da3#20 Stunden 58 Minuten#0.36 0.65 0.44' after 3 seconds Jan 4 13:04:46 raspberrypi p4d: Processing WEBIF job 521 's3200-state:0x0000/' Jan 4 13:04:46 raspberrypi p4d: Processing WEBIF job 521 done with 'success:Friday, 04. Jan. 2019 13:02:33#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:04:52 raspberrypi p4d: Checking state ... Jan 4 13:04:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:05:02 raspberrypi p4d: Checking state ... Jan 4 13:05:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:05:09 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:05:09 raspberrypi p4d: Processing WEBIF job 522 'p4d-state:0x0000/' Jan 4 13:05:09 raspberrypi p4d: Processing WEBIF job 522 done with 'success:13:05:32#0.2.335-GITec50da3#20 Stunden 59 Minuten#0.23 0.59 0.43' after 0 seconds Jan 4 13:05:09 raspberrypi p4d: Processing WEBIF job 523 's3200-state:0x0000/' Jan 4 13:05:10 raspberrypi p4d: Processing WEBIF job 523 done with 'success:Friday, 04. Jan. 2019 13:02:53#19#Betriebsbereit#Übergangsbetrieb' after 1 seconds Jan 4 13:05:12 raspberrypi p4d: Checking state ... Jan 4 13:05:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:05:22 raspberrypi p4d: Checking state ... Jan 4 13:05:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:05:32 raspberrypi p4d: Checking state ... Jan 4 13:05:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:05:32 raspberrypi p4d: Reading values ... Jan 4 13:05:36 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:05:36 raspberrypi p4d: Updating error list Jan 4 13:05:37 raspberrypi p4d: Updating error list done Jan 4 13:05:37 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:05:42 raspberrypi p4d: Checking state ... Jan 4 13:05:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:05:52 raspberrypi p4d: Checking state ... Jan 4 13:05:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:05:54 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:05:54 raspberrypi p4d: Processing WEBIF job 524 'p4d-state:0x0000/' Jan 4 13:05:54 raspberrypi p4d: Processing WEBIF job 524 done with 'success:13:06:32#0.2.335-GITec50da3#20 Stunden 59 Minuten#0.29 0.56 0.43' after 0 seconds Jan 4 13:05:54 raspberrypi p4d: Processing WEBIF job 525 's3200-state:0x0000/' Jan 4 13:05:54 raspberrypi p4d: Processing WEBIF job 525 done with 'success:Friday, 04. Jan. 2019 13:03:43#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:06:02 raspberrypi p4d: Checking state ... Jan 4 13:06:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:06:12 raspberrypi p4d: Checking state ... Jan 4 13:06:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:06:22 raspberrypi p4d: Checking state ... Jan 4 13:06:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:06:32 raspberrypi p4d: Checking state ... Jan 4 13:06:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:06:32 raspberrypi p4d: Reading values ... Jan 4 13:06:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:06:32 raspberrypi p4d: Updating error list Jan 4 13:06:33 raspberrypi p4d: Updating error list done Jan 4 13:06:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:06:42 raspberrypi p4d: Checking state ... Jan 4 13:06:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:06:52 raspberrypi p4d: Checking state ... Jan 4 13:06:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:07:02 raspberrypi p4d: Checking state ... Jan 4 13:07:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:07:12 raspberrypi p4d: Checking state ... Jan 4 13:07:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:07:22 raspberrypi p4d: Checking state ... Jan 4 13:07:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:07:32 raspberrypi p4d: Checking state ... Jan 4 13:07:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:07:32 raspberrypi p4d: Reading values ... Jan 4 13:07:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:07:32 raspberrypi p4d: Updating error list Jan 4 13:07:33 raspberrypi p4d: Updating error list done Jan 4 13:07:34 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:07:42 raspberrypi p4d: Checking state ... Jan 4 13:07:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:07:52 raspberrypi p4d: Checking state ... Jan 4 13:07:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:08:02 raspberrypi p4d: Checking state ... Jan 4 13:08:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:08:12 raspberrypi p4d: Checking state ... Jan 4 13:08:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:08:22 raspberrypi p4d: Checking state ... Jan 4 13:08:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:08:32 raspberrypi p4d: Checking state ... Jan 4 13:08:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:08:32 raspberrypi p4d: Reading values ... Jan 4 13:08:34 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:08:34 raspberrypi p4d: Updating error list Jan 4 13:08:35 raspberrypi p4d: Updating error list done Jan 4 13:08:35 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:08:42 raspberrypi p4d: Checking state ... Jan 4 13:08:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:08:52 raspberrypi p4d: Checking state ... Jan 4 13:08:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:09:02 raspberrypi p4d: Checking state ... Jan 4 13:09:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:09:12 raspberrypi p4d: Checking state ... Jan 4 13:09:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:09:22 raspberrypi p4d: Checking state ... Jan 4 13:09:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:09:32 raspberrypi p4d: Checking state ... Jan 4 13:09:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:09:32 raspberrypi p4d: Reading values ... Jan 4 13:09:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:09:32 raspberrypi p4d: Updating error list Jan 4 13:09:33 raspberrypi p4d: Updating error list done Jan 4 13:09:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:09:42 raspberrypi p4d: Checking state ... Jan 4 13:09:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:09:52 raspberrypi p4d: Checking state ... Jan 4 13:09:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:10:02 raspberrypi p4d: Checking state ... Jan 4 13:10:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:10:12 raspberrypi p4d: Checking state ... Jan 4 13:10:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:10:22 raspberrypi p4d: Checking state ... Jan 4 13:10:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:10:32 raspberrypi p4d: Checking state ... Jan 4 13:10:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:10:32 raspberrypi p4d: Reading values ... Jan 4 13:10:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:10:32 raspberrypi p4d: Updating error list Jan 4 13:10:33 raspberrypi p4d: Updating error list done Jan 4 13:10:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:10:42 raspberrypi p4d: Checking state ... Jan 4 13:10:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:10:52 raspberrypi p4d: Checking state ... Jan 4 13:10:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:11:02 raspberrypi p4d: Checking state ... Jan 4 13:11:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:11:12 raspberrypi p4d: Checking state ... Jan 4 13:11:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:11:22 raspberrypi p4d: Checking state ... Jan 4 13:11:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:11:32 raspberrypi p4d: Checking state ... Jan 4 13:11:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:11:32 raspberrypi p4d: Reading values ... Jan 4 13:11:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:11:32 raspberrypi p4d: Updating error list Jan 4 13:11:33 raspberrypi p4d: Updating error list done Jan 4 13:11:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:11:42 raspberrypi p4d: Checking state ... Jan 4 13:11:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:11:52 raspberrypi p4d: Checking state ... Jan 4 13:11:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:12:02 raspberrypi p4d: Checking state ... Jan 4 13:12:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:12:12 raspberrypi p4d: Checking state ... Jan 4 13:12:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:12:22 raspberrypi p4d: Checking state ... Jan 4 13:12:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:12:32 raspberrypi p4d: Checking state ... Jan 4 13:12:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:12:32 raspberrypi p4d: Reading values ... Jan 4 13:12:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:12:32 raspberrypi p4d: Updating error list Jan 4 13:12:33 raspberrypi p4d: Updating error list done Jan 4 13:12:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:12:42 raspberrypi p4d: Checking state ... Jan 4 13:12:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:12:52 raspberrypi p4d: Checking state ... Jan 4 13:12:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:13:02 raspberrypi p4d: Checking state ... Jan 4 13:13:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:13:12 raspberrypi p4d: Checking state ... Jan 4 13:13:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:13:22 raspberrypi p4d: Checking state ... Jan 4 13:13:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:13:32 raspberrypi p4d: Checking state ... Jan 4 13:13:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:13:32 raspberrypi p4d: Reading values ... Jan 4 13:13:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:13:32 raspberrypi p4d: Updating error list Jan 4 13:13:33 raspberrypi p4d: Updating error list done Jan 4 13:13:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:13:42 raspberrypi p4d: Checking state ... Jan 4 13:13:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:13:52 raspberrypi p4d: Checking state ... Jan 4 13:13:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:14:02 raspberrypi p4d: Checking state ... Jan 4 13:14:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:14:12 raspberrypi p4d: Checking state ... Jan 4 13:14:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:14:22 raspberrypi p4d: Checking state ... Jan 4 13:14:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:14:32 raspberrypi p4d: Checking state ... Jan 4 13:14:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:14:32 raspberrypi p4d: Reading values ... Jan 4 13:14:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:14:32 raspberrypi p4d: Updating error list Jan 4 13:14:33 raspberrypi p4d: Updating error list done Jan 4 13:14:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:14:42 raspberrypi p4d: Checking state ... Jan 4 13:14:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:14:52 raspberrypi p4d: Checking state ... Jan 4 13:14:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:15:02 raspberrypi p4d: Checking state ... Jan 4 13:15:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:15:12 raspberrypi p4d: Checking state ... Jan 4 13:15:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:15:22 raspberrypi p4d: Checking state ... Jan 4 13:15:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:15:32 raspberrypi p4d: Checking state ... Jan 4 13:15:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:15:32 raspberrypi p4d: Reading values ... Jan 4 13:15:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:15:32 raspberrypi p4d: Updating error list Jan 4 13:15:33 raspberrypi p4d: Updating error list done Jan 4 13:15:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:15:42 raspberrypi p4d: Checking state ... Jan 4 13:15:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:15:52 raspberrypi p4d: Checking state ... Jan 4 13:15:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:16:02 raspberrypi p4d: Checking state ... Jan 4 13:16:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:16:12 raspberrypi p4d: Checking state ... Jan 4 13:16:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:16:22 raspberrypi p4d: Checking state ... Jan 4 13:16:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:16:32 raspberrypi p4d: Checking state ... Jan 4 13:16:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:16:32 raspberrypi p4d: Reading values ... Jan 4 13:16:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:16:32 raspberrypi p4d: Updating error list Jan 4 13:16:33 raspberrypi p4d: Updating error list done Jan 4 13:16:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:16:42 raspberrypi p4d: Checking state ... Jan 4 13:16:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:16:52 raspberrypi p4d: Checking state ... Jan 4 13:16:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:17:02 raspberrypi p4d: Checking state ... Jan 4 13:17:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:17:12 raspberrypi p4d: Checking state ... Jan 4 13:17:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:17:22 raspberrypi p4d: Checking state ... Jan 4 13:17:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:17:32 raspberrypi p4d: Checking state ... Jan 4 13:17:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:17:32 raspberrypi p4d: Reading values ... Jan 4 13:17:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:17:32 raspberrypi p4d: Updating error list Jan 4 13:17:33 raspberrypi p4d: Updating error list done Jan 4 13:17:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:17:42 raspberrypi p4d: Checking state ... Jan 4 13:17:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:17:52 raspberrypi p4d: Checking state ... Jan 4 13:17:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:18:02 raspberrypi p4d: Checking state ... Jan 4 13:18:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:18:12 raspberrypi p4d: Checking state ... Jan 4 13:18:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:18:22 raspberrypi p4d: Checking state ... Jan 4 13:18:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:18:32 raspberrypi p4d: Checking state ... Jan 4 13:18:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:18:32 raspberrypi p4d: Reading values ... Jan 4 13:18:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:18:32 raspberrypi p4d: Updating error list Jan 4 13:18:33 raspberrypi p4d: Updating error list done Jan 4 13:18:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:18:42 raspberrypi p4d: Checking state ... Jan 4 13:18:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:18:52 raspberrypi p4d: Checking state ... Jan 4 13:18:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:19:02 raspberrypi p4d: Checking state ... Jan 4 13:19:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:19:12 raspberrypi p4d: Checking state ... Jan 4 13:19:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:19:22 raspberrypi p4d: Checking state ... Jan 4 13:19:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:19:32 raspberrypi p4d: Checking state ... Jan 4 13:19:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:19:32 raspberrypi p4d: Reading values ... Jan 4 13:19:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:19:32 raspberrypi p4d: Updating error list Jan 4 13:19:33 raspberrypi p4d: Updating error list done Jan 4 13:19:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:19:42 raspberrypi p4d: Checking state ... Jan 4 13:19:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:19:52 raspberrypi p4d: Checking state ... Jan 4 13:19:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:20:02 raspberrypi p4d: Checking state ... Jan 4 13:20:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:20:12 raspberrypi p4d: Checking state ... Jan 4 13:20:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:20:22 raspberrypi p4d: Checking state ... Jan 4 13:20:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:20:32 raspberrypi p4d: Checking state ... Jan 4 13:20:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:20:32 raspberrypi p4d: Reading values ... Jan 4 13:20:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:20:32 raspberrypi p4d: Updating error list Jan 4 13:20:33 raspberrypi p4d: Updating error list done Jan 4 13:20:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:20:42 raspberrypi p4d: Checking state ... Jan 4 13:20:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:20:52 raspberrypi p4d: Checking state ... Jan 4 13:20:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:21:02 raspberrypi p4d: Checking state ... Jan 4 13:21:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:21:12 raspberrypi p4d: Checking state ... Jan 4 13:21:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:21:22 raspberrypi p4d: Checking state ... Jan 4 13:21:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:21:32 raspberrypi p4d: Checking state ... Jan 4 13:21:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:21:32 raspberrypi p4d: Reading values ... Jan 4 13:21:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:21:32 raspberrypi p4d: Updating error list Jan 4 13:21:33 raspberrypi p4d: Updating error list done Jan 4 13:21:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:21:42 raspberrypi p4d: Checking state ... Jan 4 13:21:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:21:52 raspberrypi p4d: Checking state ... Jan 4 13:21:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:22:02 raspberrypi p4d: Checking state ... Jan 4 13:22:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:22:12 raspberrypi p4d: Checking state ... Jan 4 13:22:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:22:22 raspberrypi p4d: Checking state ... Jan 4 13:22:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:22:32 raspberrypi p4d: Checking state ... Jan 4 13:22:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:22:32 raspberrypi p4d: Reading values ... Jan 4 13:22:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:22:32 raspberrypi p4d: Updating error list Jan 4 13:22:33 raspberrypi p4d: Updating error list done Jan 4 13:22:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:22:42 raspberrypi p4d: Checking state ... Jan 4 13:22:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:22:52 raspberrypi p4d: Checking state ... Jan 4 13:22:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:23:02 raspberrypi p4d: Checking state ... Jan 4 13:23:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:23:12 raspberrypi p4d: Checking state ... Jan 4 13:23:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:23:22 raspberrypi p4d: Checking state ... Jan 4 13:23:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:23:32 raspberrypi p4d: Checking state ... Jan 4 13:23:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:23:32 raspberrypi p4d: Reading values ... Jan 4 13:23:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:23:32 raspberrypi p4d: Updating error list Jan 4 13:23:33 raspberrypi p4d: Updating error list done Jan 4 13:23:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:23:42 raspberrypi p4d: Checking state ... Jan 4 13:23:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:23:52 raspberrypi p4d: Checking state ... Jan 4 13:23:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:24:02 raspberrypi p4d: Checking state ... Jan 4 13:24:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:24:12 raspberrypi p4d: Checking state ... Jan 4 13:24:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:24:22 raspberrypi p4d: Checking state ... Jan 4 13:24:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:24:32 raspberrypi p4d: Checking state ... Jan 4 13:24:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:24:32 raspberrypi p4d: Reading values ... Jan 4 13:24:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:24:32 raspberrypi p4d: Updating error list Jan 4 13:24:33 raspberrypi p4d: Updating error list done Jan 4 13:24:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:24:42 raspberrypi p4d: Checking state ... Jan 4 13:24:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:24:52 raspberrypi p4d: Checking state ... Jan 4 13:24:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:25:02 raspberrypi p4d: Checking state ... Jan 4 13:25:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:25:12 raspberrypi p4d: Checking state ... Jan 4 13:25:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:25:22 raspberrypi p4d: Checking state ... Jan 4 13:25:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:25:32 raspberrypi p4d: Checking state ... Jan 4 13:25:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:25:32 raspberrypi p4d: Reading values ... Jan 4 13:25:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:25:32 raspberrypi p4d: Updating error list Jan 4 13:25:33 raspberrypi p4d: Updating error list done Jan 4 13:25:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:25:42 raspberrypi p4d: Checking state ... Jan 4 13:25:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:25:52 raspberrypi p4d: Checking state ... Jan 4 13:25:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:26:02 raspberrypi p4d: Checking state ... Jan 4 13:26:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:26:12 raspberrypi p4d: Checking state ... Jan 4 13:26:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:26:22 raspberrypi p4d: Checking state ... Jan 4 13:26:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:26:32 raspberrypi p4d: Checking state ... Jan 4 13:26:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:26:32 raspberrypi p4d: Reading values ... Jan 4 13:26:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:26:32 raspberrypi p4d: Updating error list Jan 4 13:26:33 raspberrypi p4d: Updating error list done Jan 4 13:26:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:26:42 raspberrypi p4d: Checking state ... Jan 4 13:26:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:26:52 raspberrypi p4d: Checking state ... Jan 4 13:26:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:27:02 raspberrypi p4d: Checking state ... Jan 4 13:27:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:27:12 raspberrypi p4d: Checking state ... Jan 4 13:27:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:27:22 raspberrypi p4d: Checking state ... Jan 4 13:27:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:27:32 raspberrypi p4d: Checking state ... Jan 4 13:27:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:27:32 raspberrypi p4d: Reading values ... Jan 4 13:27:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:27:32 raspberrypi p4d: Updating error list Jan 4 13:27:33 raspberrypi p4d: Updating error list done Jan 4 13:27:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:27:42 raspberrypi p4d: Checking state ... Jan 4 13:27:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:27:52 raspberrypi p4d: Checking state ... Jan 4 13:27:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:28:02 raspberrypi p4d: Checking state ... Jan 4 13:28:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:28:12 raspberrypi p4d: Checking state ... Jan 4 13:28:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:28:22 raspberrypi p4d: Checking state ... Jan 4 13:28:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:28:32 raspberrypi p4d: Checking state ... Jan 4 13:28:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:28:32 raspberrypi p4d: Reading values ... Jan 4 13:28:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:28:32 raspberrypi p4d: Updating error list Jan 4 13:28:33 raspberrypi p4d: Updating error list done Jan 4 13:28:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:28:42 raspberrypi p4d: Checking state ... Jan 4 13:28:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:28:52 raspberrypi p4d: Checking state ... Jan 4 13:28:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:29:02 raspberrypi p4d: Checking state ... Jan 4 13:29:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:29:12 raspberrypi p4d: Checking state ... Jan 4 13:29:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:29:22 raspberrypi p4d: Checking state ... Jan 4 13:29:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:29:32 raspberrypi p4d: Checking state ... Jan 4 13:29:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:29:32 raspberrypi p4d: Reading values ... Jan 4 13:29:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:29:32 raspberrypi p4d: Updating error list Jan 4 13:29:33 raspberrypi p4d: Updating error list done Jan 4 13:29:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:29:42 raspberrypi p4d: Checking state ... Jan 4 13:29:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:29:52 raspberrypi p4d: Checking state ... Jan 4 13:29:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:30:02 raspberrypi p4d: Checking state ... Jan 4 13:30:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:30:12 raspberrypi p4d: Checking state ... Jan 4 13:30:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:30:22 raspberrypi p4d: Checking state ... Jan 4 13:30:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:30:32 raspberrypi p4d: Checking state ... Jan 4 13:30:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:30:32 raspberrypi p4d: Reading values ... Jan 4 13:30:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:30:32 raspberrypi p4d: Updating error list Jan 4 13:30:33 raspberrypi p4d: Updating error list done Jan 4 13:30:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:30:42 raspberrypi p4d: Checking state ... Jan 4 13:30:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:30:52 raspberrypi p4d: Checking state ... Jan 4 13:30:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:31:02 raspberrypi p4d: Checking state ... Jan 4 13:31:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:31:12 raspberrypi p4d: Checking state ... Jan 4 13:31:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:31:22 raspberrypi p4d: Checking state ... Jan 4 13:31:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:31:32 raspberrypi p4d: Checking state ... Jan 4 13:31:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:31:32 raspberrypi p4d: Reading values ... Jan 4 13:31:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:31:32 raspberrypi p4d: Updating error list Jan 4 13:31:33 raspberrypi p4d: Updating error list done Jan 4 13:31:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:31:42 raspberrypi p4d: Checking state ... Jan 4 13:31:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:31:52 raspberrypi p4d: Checking state ... Jan 4 13:31:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:32:02 raspberrypi p4d: Checking state ... Jan 4 13:32:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:32:12 raspberrypi p4d: Checking state ... Jan 4 13:32:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:32:22 raspberrypi p4d: Checking state ... Jan 4 13:32:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:32:32 raspberrypi p4d: Checking state ... Jan 4 13:32:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:32:32 raspberrypi p4d: Reading values ... Jan 4 13:32:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:32:32 raspberrypi p4d: Updating error list Jan 4 13:32:33 raspberrypi p4d: Updating error list done Jan 4 13:32:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:32:42 raspberrypi p4d: Checking state ... Jan 4 13:32:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:32:52 raspberrypi p4d: Checking state ... Jan 4 13:32:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:33:02 raspberrypi p4d: Checking state ... Jan 4 13:33:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:33:12 raspberrypi p4d: Checking state ... Jan 4 13:33:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:33:22 raspberrypi p4d: Checking state ... Jan 4 13:33:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:33:32 raspberrypi p4d: Checking state ... Jan 4 13:33:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:33:32 raspberrypi p4d: Reading values ... Jan 4 13:33:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:33:32 raspberrypi p4d: Updating error list Jan 4 13:33:33 raspberrypi p4d: Updating error list done Jan 4 13:33:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:33:42 raspberrypi p4d: Checking state ... Jan 4 13:33:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:33:52 raspberrypi p4d: Checking state ... Jan 4 13:33:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:34:02 raspberrypi p4d: Checking state ... Jan 4 13:34:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:34:12 raspberrypi p4d: Checking state ... Jan 4 13:34:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:34:22 raspberrypi p4d: Checking state ... Jan 4 13:34:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:34:32 raspberrypi p4d: Checking state ... Jan 4 13:34:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:34:32 raspberrypi p4d: Reading values ... Jan 4 13:34:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:34:32 raspberrypi p4d: Updating error list Jan 4 13:34:33 raspberrypi p4d: Updating error list done Jan 4 13:34:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:34:42 raspberrypi p4d: Checking state ... Jan 4 13:34:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:34:52 raspberrypi p4d: Checking state ... Jan 4 13:34:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:35:02 raspberrypi p4d: Checking state ... Jan 4 13:35:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:35:12 raspberrypi p4d: Checking state ... Jan 4 13:35:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:35:22 raspberrypi p4d: Checking state ... Jan 4 13:35:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:35:32 raspberrypi p4d: Checking state ... Jan 4 13:35:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:35:32 raspberrypi p4d: Reading values ... Jan 4 13:35:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:35:32 raspberrypi p4d: Updating error list Jan 4 13:35:33 raspberrypi p4d: Updating error list done Jan 4 13:35:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:35:42 raspberrypi p4d: Checking state ... Jan 4 13:35:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:35:52 raspberrypi p4d: Checking state ... Jan 4 13:35:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:35:54 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:35:54 raspberrypi p4d: Processing WEBIF job 526 'p4d-state:0x0000/' Jan 4 13:35:54 raspberrypi p4d: Processing WEBIF job 526 done with 'success:13:36:32#0.2.335-GITec50da3#21 Stunden 29 Minuten#0.07 0.11 0.15' after 0 seconds Jan 4 13:35:54 raspberrypi p4d: Processing WEBIF job 527 's3200-state:0x0000/' Jan 4 13:35:54 raspberrypi p4d: Processing WEBIF job 527 done with 'success:Friday, 04. Jan. 2019 13:33:43#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:36:02 raspberrypi p4d: Checking state ... Jan 4 13:36:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:36:12 raspberrypi p4d: Checking state ... Jan 4 13:36:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:36:22 raspberrypi p4d: Checking state ... Jan 4 13:36:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:36:32 raspberrypi p4d: Checking state ... Jan 4 13:36:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:36:32 raspberrypi p4d: Reading values ... Jan 4 13:36:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:36:32 raspberrypi p4d: Updating error list Jan 4 13:36:33 raspberrypi p4d: Updating error list done Jan 4 13:36:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:36:42 raspberrypi p4d: Checking state ... Jan 4 13:36:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:36:48 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:36:48 raspberrypi p4d: Processing WEBIF job 528 'p4d-state:0x0000/' Jan 4 13:36:49 raspberrypi p4d: Processing WEBIF job 528 done with 'success:13:37:32#0.2.335-GITec50da3#21 Stunden 30 Minuten#0.14 0.12 0.15' after 1 seconds Jan 4 13:36:49 raspberrypi p4d: Processing WEBIF job 529 's3200-state:0x0000/' Jan 4 13:36:49 raspberrypi p4d: Processing WEBIF job 529 done with 'success:Friday, 04. Jan. 2019 13:34:33#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:36:52 raspberrypi p4d: Checking state ... Jan 4 13:36:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:37:02 raspberrypi p4d: Checking state ... Jan 4 13:37:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:37:12 raspberrypi p4d: Checking state ... Jan 4 13:37:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:37:22 raspberrypi p4d: Checking state ... Jan 4 13:37:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:37:32 raspberrypi p4d: Checking state ... Jan 4 13:37:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:37:32 raspberrypi p4d: Reading values ... Jan 4 13:37:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:37:32 raspberrypi p4d: Updating error list Jan 4 13:37:33 raspberrypi p4d: Updating error list done Jan 4 13:37:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:37:42 raspberrypi p4d: Checking state ... Jan 4 13:37:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:37:49 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:37:49 raspberrypi p4d: Processing WEBIF job 530 'p4d-state:0x0000/' Jan 4 13:37:49 raspberrypi p4d: Processing WEBIF job 530 done with 'success:13:38:32#0.2.335-GITec50da3#21 Stunden 31 Minuten#0.22 0.14 0.16' after 0 seconds Jan 4 13:37:49 raspberrypi p4d: Processing WEBIF job 531 's3200-state:0x0000/' Jan 4 13:37:49 raspberrypi p4d: Processing WEBIF job 531 done with 'success:Friday, 04. Jan. 2019 13:35:33#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:37:52 raspberrypi p4d: Checking state ... Jan 4 13:37:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:38:02 raspberrypi p4d: Checking state ... Jan 4 13:38:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:38:12 raspberrypi p4d: Checking state ... Jan 4 13:38:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:38:22 raspberrypi p4d: Checking state ... Jan 4 13:38:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:38:32 raspberrypi p4d: Checking state ... Jan 4 13:38:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:38:32 raspberrypi p4d: Reading values ... Jan 4 13:38:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:38:32 raspberrypi p4d: Updating error list Jan 4 13:38:33 raspberrypi p4d: Updating error list done Jan 4 13:38:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:38:42 raspberrypi p4d: Checking state ... Jan 4 13:38:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:38:50 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:38:50 raspberrypi p4d: Processing WEBIF job 532 'p4d-state:0x0000/' Jan 4 13:38:50 raspberrypi p4d: Processing WEBIF job 532 done with 'success:13:39:32#0.2.335-GITec50da3#21 Stunden 32 Minuten#0.12 0.13 0.15' after 0 seconds Jan 4 13:38:50 raspberrypi p4d: Processing WEBIF job 533 's3200-state:0x0000/' Jan 4 13:38:50 raspberrypi p4d: Processing WEBIF job 533 done with 'success:Friday, 04. Jan. 2019 13:36:33#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:38:52 raspberrypi p4d: Checking state ... Jan 4 13:38:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:39:02 raspberrypi p4d: Checking state ... Jan 4 13:39:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:39:12 raspberrypi p4d: Checking state ... Jan 4 13:39:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:39:22 raspberrypi p4d: Checking state ... Jan 4 13:39:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:39:32 raspberrypi p4d: Checking state ... Jan 4 13:39:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:39:32 raspberrypi p4d: Reading values ... Jan 4 13:39:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:39:32 raspberrypi p4d: Updating error list Jan 4 13:39:33 raspberrypi p4d: Updating error list done Jan 4 13:39:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:39:42 raspberrypi p4d: Checking state ... Jan 4 13:39:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:39:51 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:39:51 raspberrypi p4d: Processing WEBIF job 534 'p4d-state:0x0000/' Jan 4 13:39:51 raspberrypi p4d: Processing WEBIF job 534 done with 'success:13:40:32#0.2.335-GITec50da3#21 Stunden 33 Minuten#0.18 0.14 0.15' after 0 seconds Jan 4 13:39:51 raspberrypi p4d: Processing WEBIF job 535 's3200-state:0x0000/' Jan 4 13:39:51 raspberrypi p4d: Processing WEBIF job 535 done with 'success:Friday, 04. Jan. 2019 13:37:33#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:39:52 raspberrypi p4d: Checking state ... Jan 4 13:39:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:40:02 raspberrypi p4d: Checking state ... Jan 4 13:40:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:40:12 raspberrypi p4d: Checking state ... Jan 4 13:40:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:40:22 raspberrypi p4d: Checking state ... Jan 4 13:40:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:40:32 raspberrypi p4d: Checking state ... Jan 4 13:40:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:40:32 raspberrypi p4d: Reading values ... Jan 4 13:40:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:40:32 raspberrypi p4d: Updating error list Jan 4 13:40:33 raspberrypi p4d: Updating error list done Jan 4 13:40:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:40:42 raspberrypi p4d: Checking state ... Jan 4 13:40:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:40:52 raspberrypi p4d: Checking state ... Jan 4 13:40:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:40:52 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:40:52 raspberrypi p4d: Processing WEBIF job 536 'p4d-state:0x0000/' Jan 4 13:40:52 raspberrypi p4d: Processing WEBIF job 536 done with 'success:13:41:32#0.2.335-GITec50da3#21 Stunden 34 Minuten#0.26 0.18 0.17' after 0 seconds Jan 4 13:40:53 raspberrypi p4d: Processing WEBIF job 537 's3200-state:0x0000/' Jan 4 13:40:53 raspberrypi p4d: Processing WEBIF job 537 done with 'success:Friday, 04. Jan. 2019 13:38:43#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:41:02 raspberrypi p4d: Checking state ... Jan 4 13:41:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:41:12 raspberrypi p4d: Checking state ... Jan 4 13:41:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:41:22 raspberrypi p4d: Checking state ... Jan 4 13:41:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:41:32 raspberrypi p4d: Checking state ... Jan 4 13:41:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:41:32 raspberrypi p4d: Reading values ... Jan 4 13:41:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:41:32 raspberrypi p4d: Updating error list Jan 4 13:41:33 raspberrypi p4d: Updating error list done Jan 4 13:41:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:41:42 raspberrypi p4d: Checking state ... Jan 4 13:41:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:41:52 raspberrypi p4d: Checking state ... Jan 4 13:41:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:41:54 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:41:54 raspberrypi p4d: Processing WEBIF job 538 'p4d-state:0x0000/' Jan 4 13:41:54 raspberrypi p4d: Processing WEBIF job 538 done with 'success:13:42:32#0.2.335-GITec50da3#21 Stunden 35 Minuten#0.36 0.22 0.18' after 0 seconds Jan 4 13:41:55 raspberrypi p4d: Processing WEBIF job 539 's3200-state:0x0000/' Jan 4 13:41:55 raspberrypi p4d: Processing WEBIF job 539 done with 'success:Friday, 04. Jan. 2019 13:39:43#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:42:02 raspberrypi p4d: Checking state ... Jan 4 13:42:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:42:12 raspberrypi p4d: Checking state ... Jan 4 13:42:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:42:22 raspberrypi p4d: Checking state ... Jan 4 13:42:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:42:32 raspberrypi p4d: Checking state ... Jan 4 13:42:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:42:32 raspberrypi p4d: Reading values ... Jan 4 13:42:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:42:32 raspberrypi p4d: Updating error list Jan 4 13:42:33 raspberrypi p4d: Updating error list done Jan 4 13:42:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:42:42 raspberrypi p4d: Checking state ... Jan 4 13:42:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:42:52 raspberrypi p4d: Checking state ... Jan 4 13:42:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:42:55 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:42:55 raspberrypi p4d: Processing WEBIF job 540 'p4d-state:0x0000/' Jan 4 13:42:57 raspberrypi p4d: Processing WEBIF job 540 done with 'success:13:43:32#0.2.335-GITec50da3#21 Stunden 36 Minuten#0.25 0.22 0.18' after 2 seconds Jan 4 13:42:57 raspberrypi p4d: Processing WEBIF job 541 's3200-state:0x0000/' Jan 4 13:42:57 raspberrypi p4d: Processing WEBIF job 541 done with 'success:Friday, 04. Jan. 2019 13:40:43#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:43:02 raspberrypi p4d: Checking state ... Jan 4 13:43:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:43:12 raspberrypi p4d: Checking state ... Jan 4 13:43:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:43:22 raspberrypi p4d: Checking state ... Jan 4 13:43:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:43:32 raspberrypi p4d: Checking state ... Jan 4 13:43:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:43:32 raspberrypi p4d: Reading values ... Jan 4 13:43:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:43:32 raspberrypi p4d: Updating error list Jan 4 13:43:33 raspberrypi p4d: Updating error list done Jan 4 13:43:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:43:42 raspberrypi p4d: Checking state ... Jan 4 13:43:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:43:52 raspberrypi p4d: Checking state ... Jan 4 13:43:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:43:58 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:43:58 raspberrypi p4d: Processing WEBIF job 542 'p4d-state:0x0000/' Jan 4 13:43:59 raspberrypi p4d: Processing WEBIF job 542 done with 'success:13:44:32#0.2.335-GITec50da3#21 Stunden 37 Minuten#0.38 0.28 0.20' after 1 seconds Jan 4 13:43:59 raspberrypi p4d: Processing WEBIF job 543 's3200-state:0x0000/' Jan 4 13:44:02 raspberrypi p4d: Processing WEBIF job 543 done with 'success:Friday, 04. Jan. 2019 13:41:43#19#Betriebsbereit#Übergangsbetrieb' after 3 seconds Jan 4 13:44:02 raspberrypi p4d: Checking state ... Jan 4 13:44:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:44:12 raspberrypi p4d: Checking state ... Jan 4 13:44:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:44:22 raspberrypi p4d: Checking state ... Jan 4 13:44:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:44:32 raspberrypi p4d: Checking state ... Jan 4 13:44:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:44:32 raspberrypi p4d: Reading values ... Jan 4 13:44:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:44:32 raspberrypi p4d: Updating error list Jan 4 13:44:33 raspberrypi p4d: Updating error list done Jan 4 13:44:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:44:42 raspberrypi p4d: Checking state ... Jan 4 13:44:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:44:52 raspberrypi p4d: Checking state ... Jan 4 13:44:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:45:02 raspberrypi p4d: Checking state ... Jan 4 13:45:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:45:02 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:45:02 raspberrypi p4d: Processing WEBIF job 544 'p4d-state:0x0000/' Jan 4 13:45:02 raspberrypi p4d: Processing WEBIF job 544 done with 'success:13:45:32#0.2.335-GITec50da3#21 Stunden 38 Minuten#0.16 0.24 0.19' after 0 seconds Jan 4 13:45:02 raspberrypi p4d: Processing WEBIF job 545 's3200-state:0x0000/' Jan 4 13:45:02 raspberrypi p4d: Processing WEBIF job 545 done with 'success:Friday, 04. Jan. 2019 13:42:53#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:45:12 raspberrypi p4d: Checking state ... Jan 4 13:45:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:45:22 raspberrypi p4d: Checking state ... Jan 4 13:45:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:45:32 raspberrypi p4d: Checking state ... Jan 4 13:45:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:45:32 raspberrypi p4d: Reading values ... Jan 4 13:45:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:45:32 raspberrypi p4d: Updating error list Jan 4 13:45:33 raspberrypi p4d: Updating error list done Jan 4 13:45:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:45:42 raspberrypi p4d: Checking state ... Jan 4 13:45:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:45:52 raspberrypi p4d: Checking state ... Jan 4 13:45:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:46:02 raspberrypi p4d: Checking state ... Jan 4 13:46:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:46:03 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:46:03 raspberrypi p4d: Processing WEBIF job 546 'p4d-state:0x0000/' Jan 4 13:46:03 raspberrypi p4d: Processing WEBIF job 546 done with 'success:13:46:32#0.2.335-GITec50da3#21 Stunden 39 Minuten#0.39 0.30 0.21' after 0 seconds Jan 4 13:46:03 raspberrypi p4d: Processing WEBIF job 547 's3200-state:0x0000/' Jan 4 13:46:03 raspberrypi p4d: Processing WEBIF job 547 done with 'success:Friday, 04. Jan. 2019 13:43:53#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:46:12 raspberrypi p4d: Checking state ... Jan 4 13:46:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:46:20 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:46:20 raspberrypi p4d: Processing WEBIF job 548 'p4d-state:0x0000/' Jan 4 13:46:20 raspberrypi p4d: Processing WEBIF job 548 done with 'success:13:46:32#0.2.335-GITec50da3#21 Stunden 40 Minuten#0.66 0.36 0.24' after 0 seconds Jan 4 13:46:21 raspberrypi p4d: Processing WEBIF job 549 's3200-state:0x0000/' Jan 4 13:46:21 raspberrypi p4d: Processing WEBIF job 549 done with 'success:Friday, 04. Jan. 2019 13:44:03#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:46:22 raspberrypi p4d: Checking state ... Jan 4 13:46:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:46:32 raspberrypi p4d: Checking state ... Jan 4 13:46:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:46:32 raspberrypi p4d: Reading values ... Jan 4 13:46:33 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:46:33 raspberrypi p4d: Updating error list Jan 4 13:46:34 raspberrypi p4d: Updating error list done Jan 4 13:46:34 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:46:42 raspberrypi p4d: Checking state ... Jan 4 13:46:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:46:52 raspberrypi p4d: Checking state ... Jan 4 13:46:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:47:02 raspberrypi p4d: Checking state ... Jan 4 13:47:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:47:12 raspberrypi p4d: Checking state ... Jan 4 13:47:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:47:21 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:47:21 raspberrypi p4d: Processing WEBIF job 550 'p4d-state:0x0000/' Jan 4 13:47:21 raspberrypi p4d: Processing WEBIF job 550 done with 'success:13:47:32#0.2.335-GITec50da3#21 Stunden 41 Minuten#0.39 0.34 0.24' after 0 seconds Jan 4 13:47:21 raspberrypi p4d: Processing WEBIF job 551 's3200-state:0x0000/' Jan 4 13:47:21 raspberrypi p4d: Processing WEBIF job 551 done with 'success:Friday, 04. Jan. 2019 13:45:03#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:47:22 raspberrypi p4d: Checking state ... Jan 4 13:47:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:47:32 raspberrypi p4d: Checking state ... Jan 4 13:47:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:47:32 raspberrypi p4d: Reading values ... Jan 4 13:47:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:47:32 raspberrypi p4d: Updating error list Jan 4 13:47:33 raspberrypi p4d: Updating error list done Jan 4 13:47:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:47:42 raspberrypi p4d: Checking state ... Jan 4 13:47:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:47:52 raspberrypi p4d: Checking state ... Jan 4 13:47:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:48:02 raspberrypi p4d: Checking state ... Jan 4 13:48:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:48:12 raspberrypi p4d: Checking state ... Jan 4 13:48:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:48:22 raspberrypi p4d: Checking state ... Jan 4 13:48:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:48:22 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:48:22 raspberrypi p4d: Processing WEBIF job 552 'p4d-state:0x0000/' Jan 4 13:48:23 raspberrypi p4d: Processing WEBIF job 552 done with 'success:13:48:32#0.2.335-GITec50da3#21 Stunden 42 Minuten#0.18 0.29 0.22' after 1 seconds Jan 4 13:48:23 raspberrypi p4d: Processing WEBIF job 553 's3200-state:0x0000/' Jan 4 13:48:24 raspberrypi p4d: Processing WEBIF job 553 done with 'success:Friday, 04. Jan. 2019 13:46:13#19#Betriebsbereit#Übergangsbetrieb' after 1 seconds Jan 4 13:48:32 raspberrypi p4d: Checking state ... Jan 4 13:48:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:48:32 raspberrypi p4d: Reading values ... Jan 4 13:48:34 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:48:34 raspberrypi p4d: Updating error list Jan 4 13:48:35 raspberrypi p4d: Updating error list done Jan 4 13:48:35 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:48:42 raspberrypi p4d: Checking state ... Jan 4 13:48:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:48:52 raspberrypi p4d: Checking state ... Jan 4 13:48:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:49:02 raspberrypi p4d: Checking state ... Jan 4 13:49:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:49:12 raspberrypi p4d: Checking state ... Jan 4 13:49:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:49:22 raspberrypi p4d: Checking state ... Jan 4 13:49:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:49:24 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:49:24 raspberrypi p4d: Processing WEBIF job 554 'p4d-state:0x0000/' Jan 4 13:49:24 raspberrypi p4d: Processing WEBIF job 554 done with 'success:13:49:32#0.2.335-GITec50da3#21 Stunden 43 Minuten#0.26 0.32 0.24' after 0 seconds Jan 4 13:49:24 raspberrypi p4d: Processing WEBIF job 555 's3200-state:0x0000/' Jan 4 13:49:24 raspberrypi p4d: Processing WEBIF job 555 done with 'success:Friday, 04. Jan. 2019 13:47:13#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:49:32 raspberrypi p4d: Checking state ... Jan 4 13:49:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:49:32 raspberrypi p4d: Reading values ... Jan 4 13:49:32 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:49:32 raspberrypi p4d: Updating error list Jan 4 13:49:33 raspberrypi p4d: Updating error list done Jan 4 13:49:33 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:49:42 raspberrypi p4d: Checking state ... Jan 4 13:49:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:49:52 raspberrypi p4d: Checking state ... Jan 4 13:49:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:50:02 raspberrypi p4d: Checking state ... Jan 4 13:50:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:50:12 raspberrypi p4d: Checking state ... Jan 4 13:50:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:50:22 raspberrypi p4d: Checking state ... Jan 4 13:50:22 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:50:25 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:50:25 raspberrypi p4d: Processing WEBIF job 556 'p4d-state:0x0000/' Jan 4 13:50:25 raspberrypi p4d: Processing WEBIF job 556 done with 'success:13:50:32#0.2.335-GITec50da3#21 Stunden 44 Minuten#0.26 0.31 0.25' after 0 seconds Jan 4 13:50:25 raspberrypi p4d: Processing WEBIF job 557 's3200-state:0x0000/' Jan 4 13:50:25 raspberrypi p4d: Processing WEBIF job 557 done with 'success:Friday, 04. Jan. 2019 13:48:13#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:50:32 raspberrypi p4d: Checking state ... Jan 4 13:50:32 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:50:32 raspberrypi p4d: Reading values ... Jan 4 13:50:35 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:50:35 raspberrypi p4d: Updating error list Jan 4 13:50:36 raspberrypi p4d: Updating error list done Jan 4 13:50:36 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:50:42 raspberrypi p4d: Checking state ... Jan 4 13:50:42 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:50:52 raspberrypi p4d: Checking state ... Jan 4 13:50:52 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:51:02 raspberrypi p4d: Checking state ... Jan 4 13:51:02 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:51:12 raspberrypi p4d: Checking state ... Jan 4 13:51:12 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:51:17 raspberrypi p4d: Checking state ... Jan 4 13:51:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:51:18 raspberrypi p4d: Closing io device Jan 4 13:51:18 raspberrypi p4d: shutdown Jan 4 13:51:18 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(534) Jan 4 13:51:18 raspberrypi p4d: Info: Released the last usage of mysql_lib, calling mysql_library_end() now Jan 4 13:51:18 raspberrypi p4d[5933]: Stopping Deamon to capture data of the P4 pellet heating: p4d. Jan 4 13:51:18 raspberrypi p4d[5940]: Starting Deamon to capture data of the P4 pellet heating: p4d. Jan 4 13:51:18 raspberrypi p4d: Read 9 option from /etc/p4d/p4d.conf Jan 4 13:51:18 raspberrypi p4d: Info: Calling mysql_library_init() Jan 4 13:51:18 raspberrypi p4d: Dictionary '/etc/p4d/p4d.dat' loaded Jan 4 13:51:18 raspberrypi p4d: Info: No One-Wire sensors found, path '/sys/bus/w1/devices' not exist (No such file or directory) Jan 4 13:51:18 raspberrypi p4d: Opening '/dev/ttyUSB0' succeeded! Jan 4 13:51:18 raspberrypi p4d: Try conneting to database Jan 4 13:51:18 raspberrypi p4d: Checking database connection ... Jan 4 13:51:18 raspberrypi p4d: Calling mysql_init(5950) Jan 4 13:51:18 raspberrypi p4d: SQL client character now 'utf8' Jan 4 13:51:18 raspberrypi p4d: Checking table structure and indices ... Jan 4 13:51:18 raspberrypi p4d: Checking table 'config' Jan 4 13:51:18 raspberrypi p4d: Checking table 'errors' Jan 4 13:51:18 raspberrypi p4d: Checking table 'hmsysvars' Jan 4 13:51:18 raspberrypi p4d: Checking table 'jobs' Jan 4 13:51:18 raspberrypi p4d: Checking table 'menu' Jan 4 13:51:18 raspberrypi p4d: Checking table 'samples' Jan 4 13:51:18 raspberrypi p4d: Checking table 'schemaconf' Jan 4 13:51:18 raspberrypi p4d: Checking table 'scripts' Jan 4 13:51:18 raspberrypi p4d: Checking table 'sensoralert' Jan 4 13:51:18 raspberrypi p4d: Checking table 'smartconfig' Jan 4 13:51:18 raspberrypi p4d: Checking table 'timeranges' Jan 4 13:51:18 raspberrypi p4d: Checking table 'valuefacts' Jan 4 13:51:18 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(5950) Jan 4 13:51:18 raspberrypi p4d: Checking table structure and indices succeeded Jan 4 13:51:18 raspberrypi p4d: Calling mysql_init(5950) Jan 4 13:51:18 raspberrypi p4d: Connection to database established Jan 4 13:51:18 raspberrypi p4d: Checking state ... Jan 4 13:51:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:51:18 raspberrypi p4d: State changed to 'Betriebsbereit' Jan 4 13:51:18 raspberrypi p4d: Reading values ... Jan 4 13:51:19 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:51:19 raspberrypi p4d: Updating error list Jan 4 13:51:20 raspberrypi p4d: Updating error list done Jan 4 13:51:20 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:51:26 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:51:26 raspberrypi p4d: Processing WEBIF job 558 'p4d-state:0x0000/' Jan 4 13:51:27 raspberrypi p4d: Processing WEBIF job 558 done with 'success:13:52:18#0.2.335-GITec50da3#8 Sekunden#0.41 0.36 0.27' after 1 seconds Jan 4 13:51:27 raspberrypi p4d: Processing WEBIF job 559 's3200-state:0x0000/' Jan 4 13:51:29 raspberrypi p4d: Processing WEBIF job 559 done with 'success:Friday, 04. Jan. 2019 13:49:09#19#Betriebsbereit#Übergangsbetrieb' after 2 seconds Jan 4 13:51:29 raspberrypi p4d: Checking state ... Jan 4 13:51:29 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:51:39 raspberrypi p4d: Checking state ... Jan 4 13:51:39 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:51:49 raspberrypi p4d: Checking state ... Jan 4 13:51:49 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:51:59 raspberrypi p4d: Checking state ... Jan 4 13:51:59 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:52:09 raspberrypi p4d: Checking state ... Jan 4 13:52:09 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:52:18 raspberrypi p4d: Checking state ... Jan 4 13:52:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:52:18 raspberrypi p4d: Reading values ... Jan 4 13:52:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:52:18 raspberrypi p4d: Updating error list Jan 4 13:52:19 raspberrypi p4d: Updating error list done Jan 4 13:52:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:52:28 raspberrypi p4d: Checking state ... Jan 4 13:52:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:52:29 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:52:29 raspberrypi p4d: Processing WEBIF job 560 'p4d-state:0x0000/' Jan 4 13:52:30 raspberrypi p4d: Processing WEBIF job 560 done with 'success:13:53:18#0.2.335-GITec50da3#1 Minute#0.48 0.39 0.28' after 1 seconds Jan 4 13:52:30 raspberrypi p4d: Processing WEBIF job 561 's3200-state:0x0000/' Jan 4 13:52:32 raspberrypi p4d: Processing WEBIF job 561 done with 'success:Friday, 04. Jan. 2019 13:50:19#19#Betriebsbereit#Übergangsbetrieb' after 2 seconds Jan 4 13:52:38 raspberrypi p4d: Checking state ... Jan 4 13:52:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:52:48 raspberrypi p4d: Checking state ... Jan 4 13:52:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:52:58 raspberrypi p4d: Checking state ... Jan 4 13:52:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:53:08 raspberrypi p4d: Checking state ... Jan 4 13:53:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:53:18 raspberrypi p4d: Checking state ... Jan 4 13:53:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:53:18 raspberrypi p4d: Reading values ... Jan 4 13:53:20 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:53:20 raspberrypi p4d: Updating error list Jan 4 13:53:21 raspberrypi p4d: Updating error list done Jan 4 13:53:21 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:53:28 raspberrypi p4d: Checking state ... Jan 4 13:53:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:53:32 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:53:32 raspberrypi p4d: Processing WEBIF job 562 'p4d-state:0x0000/' Jan 4 13:53:32 raspberrypi p4d: Processing WEBIF job 562 done with 'success:13:54:18#0.2.335-GITec50da3#2 Minuten#0.32 0.36 0.28' after 0 seconds Jan 4 13:53:32 raspberrypi p4d: Processing WEBIF job 563 's3200-state:0x0000/' Jan 4 13:53:32 raspberrypi p4d: Processing WEBIF job 563 done with 'success:Friday, 04. Jan. 2019 13:51:19#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:53:38 raspberrypi p4d: Checking state ... Jan 4 13:53:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:53:48 raspberrypi p4d: Checking state ... Jan 4 13:53:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:53:58 raspberrypi p4d: Checking state ... Jan 4 13:53:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:54:08 raspberrypi p4d: Checking state ... Jan 4 13:54:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:54:18 raspberrypi p4d: Checking state ... Jan 4 13:54:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:54:18 raspberrypi p4d: Reading values ... Jan 4 13:54:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:54:18 raspberrypi p4d: Updating error list Jan 4 13:54:19 raspberrypi p4d: Updating error list done Jan 4 13:54:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:54:28 raspberrypi p4d: Checking state ... Jan 4 13:54:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:54:33 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 13:54:33 raspberrypi p4d: Processing WEBIF job 564 'p4d-state:0x0000/' Jan 4 13:54:33 raspberrypi p4d: Processing WEBIF job 564 done with 'success:13:55:18#0.2.335-GITec50da3#3 Minuten#0.67 0.45 0.31' after 0 seconds Jan 4 13:54:33 raspberrypi p4d: Processing WEBIF job 565 's3200-state:0x0000/' Jan 4 13:54:33 raspberrypi p4d: Processing WEBIF job 565 done with 'success:Friday, 04. Jan. 2019 13:52:19#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 13:54:38 raspberrypi p4d: Checking state ... Jan 4 13:54:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:54:48 raspberrypi p4d: Checking state ... Jan 4 13:54:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:54:58 raspberrypi p4d: Checking state ... Jan 4 13:54:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:55:08 raspberrypi p4d: Checking state ... Jan 4 13:55:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:55:18 raspberrypi p4d: Checking state ... Jan 4 13:55:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:55:18 raspberrypi p4d: Reading values ... Jan 4 13:55:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:55:18 raspberrypi p4d: Updating error list Jan 4 13:55:19 raspberrypi p4d: Updating error list done Jan 4 13:55:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:55:28 raspberrypi p4d: Checking state ... Jan 4 13:55:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:55:38 raspberrypi p4d: Checking state ... Jan 4 13:55:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:55:48 raspberrypi p4d: Checking state ... Jan 4 13:55:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:55:58 raspberrypi p4d: Checking state ... Jan 4 13:55:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:56:08 raspberrypi p4d: Checking state ... Jan 4 13:56:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:56:18 raspberrypi p4d: Checking state ... Jan 4 13:56:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:56:18 raspberrypi p4d: Reading values ... Jan 4 13:56:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:56:18 raspberrypi p4d: Updating error list Jan 4 13:56:19 raspberrypi p4d: Updating error list done Jan 4 13:56:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:56:28 raspberrypi p4d: Checking state ... Jan 4 13:56:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:56:38 raspberrypi p4d: Checking state ... Jan 4 13:56:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:56:48 raspberrypi p4d: Checking state ... Jan 4 13:56:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:56:58 raspberrypi p4d: Checking state ... Jan 4 13:56:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:57:08 raspberrypi p4d: Checking state ... Jan 4 13:57:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:57:18 raspberrypi p4d: Checking state ... Jan 4 13:57:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:57:18 raspberrypi p4d: Reading values ... Jan 4 13:57:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:57:18 raspberrypi p4d: Updating error list Jan 4 13:57:19 raspberrypi p4d: Updating error list done Jan 4 13:57:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:57:28 raspberrypi p4d: Checking state ... Jan 4 13:57:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:57:38 raspberrypi p4d: Checking state ... Jan 4 13:57:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:57:48 raspberrypi p4d: Checking state ... Jan 4 13:57:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:57:58 raspberrypi p4d: Checking state ... Jan 4 13:57:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:58:08 raspberrypi p4d: Checking state ... Jan 4 13:58:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:58:18 raspberrypi p4d: Checking state ... Jan 4 13:58:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:58:18 raspberrypi p4d: Reading values ... Jan 4 13:58:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:58:18 raspberrypi p4d: Updating error list Jan 4 13:58:19 raspberrypi p4d: Updating error list done Jan 4 13:58:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:58:28 raspberrypi p4d: Checking state ... Jan 4 13:58:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:58:38 raspberrypi p4d: Checking state ... Jan 4 13:58:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:58:48 raspberrypi p4d: Checking state ... Jan 4 13:58:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:58:58 raspberrypi p4d: Checking state ... Jan 4 13:58:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:59:08 raspberrypi p4d: Checking state ... Jan 4 13:59:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:59:18 raspberrypi p4d: Checking state ... Jan 4 13:59:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:59:18 raspberrypi p4d: Reading values ... Jan 4 13:59:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 13:59:18 raspberrypi p4d: Updating error list Jan 4 13:59:19 raspberrypi p4d: Updating error list done Jan 4 13:59:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 13:59:28 raspberrypi p4d: Checking state ... Jan 4 13:59:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:59:38 raspberrypi p4d: Checking state ... Jan 4 13:59:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:59:48 raspberrypi p4d: Checking state ... Jan 4 13:59:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 13:59:58 raspberrypi p4d: Checking state ... Jan 4 13:59:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:00:08 raspberrypi p4d: Checking state ... Jan 4 14:00:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:00:18 raspberrypi p4d: Checking state ... Jan 4 14:00:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:00:18 raspberrypi p4d: Reading values ... Jan 4 14:00:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:00:18 raspberrypi p4d: Updating error list Jan 4 14:00:19 raspberrypi p4d: Updating error list done Jan 4 14:00:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:00:28 raspberrypi p4d: Checking state ... Jan 4 14:00:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:00:38 raspberrypi p4d: Checking state ... Jan 4 14:00:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:00:48 raspberrypi p4d: Checking state ... Jan 4 14:00:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:00:58 raspberrypi p4d: Checking state ... Jan 4 14:00:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:01:08 raspberrypi p4d: Checking state ... Jan 4 14:01:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:01:18 raspberrypi p4d: Checking state ... Jan 4 14:01:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:01:18 raspberrypi p4d: Reading values ... Jan 4 14:01:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:01:18 raspberrypi p4d: Updating error list Jan 4 14:01:19 raspberrypi p4d: Updating error list done Jan 4 14:01:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:01:28 raspberrypi p4d: Checking state ... Jan 4 14:01:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:01:38 raspberrypi p4d: Checking state ... Jan 4 14:01:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:01:48 raspberrypi p4d: Checking state ... Jan 4 14:01:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:01:58 raspberrypi p4d: Checking state ... Jan 4 14:01:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:02:08 raspberrypi p4d: Checking state ... Jan 4 14:02:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:02:18 raspberrypi p4d: Checking state ... Jan 4 14:02:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:02:18 raspberrypi p4d: Reading values ... Jan 4 14:02:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:02:18 raspberrypi p4d: Updating error list Jan 4 14:02:19 raspberrypi p4d: Updating error list done Jan 4 14:02:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:02:28 raspberrypi p4d: Checking state ... Jan 4 14:02:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:02:38 raspberrypi p4d: Checking state ... Jan 4 14:02:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:02:48 raspberrypi p4d: Checking state ... Jan 4 14:02:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:02:58 raspberrypi p4d: Checking state ... Jan 4 14:02:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:03:08 raspberrypi p4d: Checking state ... Jan 4 14:03:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:03:18 raspberrypi p4d: Checking state ... Jan 4 14:03:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:03:18 raspberrypi p4d: Reading values ... Jan 4 14:03:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:03:18 raspberrypi p4d: Updating error list Jan 4 14:03:19 raspberrypi p4d: Updating error list done Jan 4 14:03:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:03:28 raspberrypi p4d: Checking state ... Jan 4 14:03:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:03:38 raspberrypi p4d: Checking state ... Jan 4 14:03:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:03:48 raspberrypi p4d: Checking state ... Jan 4 14:03:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:03:58 raspberrypi p4d: Checking state ... Jan 4 14:03:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:04:08 raspberrypi p4d: Checking state ... Jan 4 14:04:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:04:18 raspberrypi p4d: Checking state ... Jan 4 14:04:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:04:18 raspberrypi p4d: Reading values ... Jan 4 14:04:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:04:18 raspberrypi p4d: Updating error list Jan 4 14:04:19 raspberrypi p4d: Updating error list done Jan 4 14:04:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:04:28 raspberrypi p4d: Checking state ... Jan 4 14:04:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:04:38 raspberrypi p4d: Checking state ... Jan 4 14:04:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:04:48 raspberrypi p4d: Checking state ... Jan 4 14:04:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:04:58 raspberrypi p4d: Checking state ... Jan 4 14:04:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:05:08 raspberrypi p4d: Checking state ... Jan 4 14:05:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:05:18 raspberrypi p4d: Checking state ... Jan 4 14:05:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:05:18 raspberrypi p4d: Reading values ... Jan 4 14:05:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:05:18 raspberrypi p4d: Updating error list Jan 4 14:05:19 raspberrypi p4d: Updating error list done Jan 4 14:05:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:05:28 raspberrypi p4d: Checking state ... Jan 4 14:05:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:05:38 raspberrypi p4d: Checking state ... Jan 4 14:05:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:05:48 raspberrypi p4d: Checking state ... Jan 4 14:05:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:05:58 raspberrypi p4d: Checking state ... Jan 4 14:05:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:06:08 raspberrypi p4d: Checking state ... Jan 4 14:06:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:06:18 raspberrypi p4d: Checking state ... Jan 4 14:06:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:06:18 raspberrypi p4d: Reading values ... Jan 4 14:06:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:06:18 raspberrypi p4d: Updating error list Jan 4 14:06:19 raspberrypi p4d: Updating error list done Jan 4 14:06:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:06:28 raspberrypi p4d: Checking state ... Jan 4 14:06:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:06:38 raspberrypi p4d: Checking state ... Jan 4 14:06:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:06:48 raspberrypi p4d: Checking state ... Jan 4 14:06:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:06:58 raspberrypi p4d: Checking state ... Jan 4 14:06:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:07:08 raspberrypi p4d: Checking state ... Jan 4 14:07:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:07:18 raspberrypi p4d: Checking state ... Jan 4 14:07:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:07:18 raspberrypi p4d: Reading values ... Jan 4 14:07:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:07:18 raspberrypi p4d: Updating error list Jan 4 14:07:19 raspberrypi p4d: Updating error list done Jan 4 14:07:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:07:28 raspberrypi p4d: Checking state ... Jan 4 14:07:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:07:38 raspberrypi p4d: Checking state ... Jan 4 14:07:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:07:48 raspberrypi p4d: Checking state ... Jan 4 14:07:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:07:58 raspberrypi p4d: Checking state ... Jan 4 14:07:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:08:08 raspberrypi p4d: Checking state ... Jan 4 14:08:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:08:18 raspberrypi p4d: Checking state ... Jan 4 14:08:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:08:18 raspberrypi p4d: Reading values ... Jan 4 14:08:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:08:18 raspberrypi p4d: Updating error list Jan 4 14:08:19 raspberrypi p4d: Updating error list done Jan 4 14:08:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:08:28 raspberrypi p4d: Checking state ... Jan 4 14:08:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:08:38 raspberrypi p4d: Checking state ... Jan 4 14:08:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:08:48 raspberrypi p4d: Checking state ... Jan 4 14:08:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:08:58 raspberrypi p4d: Checking state ... Jan 4 14:08:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:09:08 raspberrypi p4d: Checking state ... Jan 4 14:09:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:09:18 raspberrypi p4d: Checking state ... Jan 4 14:09:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:09:18 raspberrypi p4d: Reading values ... Jan 4 14:09:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:09:18 raspberrypi p4d: Updating error list Jan 4 14:09:19 raspberrypi p4d: Updating error list done Jan 4 14:09:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:09:28 raspberrypi p4d: Checking state ... Jan 4 14:09:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:09:38 raspberrypi p4d: Checking state ... Jan 4 14:09:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:09:48 raspberrypi p4d: Checking state ... Jan 4 14:09:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:09:58 raspberrypi p4d: Checking state ... Jan 4 14:09:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:10:08 raspberrypi p4d: Checking state ... Jan 4 14:10:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:10:18 raspberrypi p4d: Checking state ... Jan 4 14:10:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:10:18 raspberrypi p4d: Reading values ... Jan 4 14:10:20 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:10:20 raspberrypi p4d: Updating error list Jan 4 14:10:21 raspberrypi p4d: Updating error list done Jan 4 14:10:21 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:10:28 raspberrypi p4d: Checking state ... Jan 4 14:10:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:10:38 raspberrypi p4d: Checking state ... Jan 4 14:10:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:10:48 raspberrypi p4d: Checking state ... Jan 4 14:10:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:10:58 raspberrypi p4d: Checking state ... Jan 4 14:10:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:11:08 raspberrypi p4d: Checking state ... Jan 4 14:11:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:11:18 raspberrypi p4d: Checking state ... Jan 4 14:11:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:11:18 raspberrypi p4d: Reading values ... Jan 4 14:11:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:11:18 raspberrypi p4d: Updating error list Jan 4 14:11:20 raspberrypi p4d: Updating error list done Jan 4 14:11:20 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:11:28 raspberrypi p4d: Checking state ... Jan 4 14:11:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:11:38 raspberrypi p4d: Checking state ... Jan 4 14:11:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:11:48 raspberrypi p4d: Checking state ... Jan 4 14:11:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:11:58 raspberrypi p4d: Checking state ... Jan 4 14:11:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:12:08 raspberrypi p4d: Checking state ... Jan 4 14:12:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:12:18 raspberrypi p4d: Checking state ... Jan 4 14:12:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:12:18 raspberrypi p4d: Reading values ... Jan 4 14:12:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:12:18 raspberrypi p4d: Updating error list Jan 4 14:12:19 raspberrypi p4d: Updating error list done Jan 4 14:12:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:12:28 raspberrypi p4d: Checking state ... Jan 4 14:12:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:12:38 raspberrypi p4d: Checking state ... Jan 4 14:12:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:12:48 raspberrypi p4d: Checking state ... Jan 4 14:12:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:12:58 raspberrypi p4d: Checking state ... Jan 4 14:12:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:13:08 raspberrypi p4d: Checking state ... Jan 4 14:13:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:13:18 raspberrypi p4d: Checking state ... Jan 4 14:13:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:13:18 raspberrypi p4d: Reading values ... Jan 4 14:13:20 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:13:20 raspberrypi p4d: Updating error list Jan 4 14:13:21 raspberrypi p4d: Updating error list done Jan 4 14:13:21 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:13:28 raspberrypi p4d: Checking state ... Jan 4 14:13:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:13:38 raspberrypi p4d: Checking state ... Jan 4 14:13:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:13:48 raspberrypi p4d: Checking state ... Jan 4 14:13:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:13:58 raspberrypi p4d: Checking state ... Jan 4 14:13:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:14:08 raspberrypi p4d: Checking state ... Jan 4 14:14:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:14:18 raspberrypi p4d: Checking state ... Jan 4 14:14:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:14:18 raspberrypi p4d: Reading values ... Jan 4 14:14:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:14:18 raspberrypi p4d: Updating error list Jan 4 14:14:19 raspberrypi p4d: Updating error list done Jan 4 14:14:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:14:28 raspberrypi p4d: Checking state ... Jan 4 14:14:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:14:38 raspberrypi p4d: Checking state ... Jan 4 14:14:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:14:48 raspberrypi p4d: Checking state ... Jan 4 14:14:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:14:58 raspberrypi p4d: Checking state ... Jan 4 14:14:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:15:08 raspberrypi p4d: Checking state ... Jan 4 14:15:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:15:18 raspberrypi p4d: Checking state ... Jan 4 14:15:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:15:18 raspberrypi p4d: Reading values ... Jan 4 14:15:19 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:15:19 raspberrypi p4d: Updating error list Jan 4 14:15:20 raspberrypi p4d: Updating error list done Jan 4 14:15:20 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:15:28 raspberrypi p4d: Checking state ... Jan 4 14:15:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:15:38 raspberrypi p4d: Checking state ... Jan 4 14:15:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:15:48 raspberrypi p4d: Checking state ... Jan 4 14:15:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:15:58 raspberrypi p4d: Checking state ... Jan 4 14:15:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:16:08 raspberrypi p4d: Checking state ... Jan 4 14:16:08 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:16:18 raspberrypi p4d: Checking state ... Jan 4 14:16:18 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:16:18 raspberrypi p4d: Reading values ... Jan 4 14:16:18 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:16:18 raspberrypi p4d: Updating error list Jan 4 14:16:19 raspberrypi p4d: Updating error list done Jan 4 14:16:19 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:16:28 raspberrypi p4d: Checking state ... Jan 4 14:16:28 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:16:38 raspberrypi p4d: Checking state ... Jan 4 14:16:38 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:16:48 raspberrypi p4d: Checking state ... Jan 4 14:16:48 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:16:58 raspberrypi p4d: Checking state ... Jan 4 14:16:58 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:17:20 raspberrypi p4d[506]: Starting Deamon to capture data of the P4 pellet heating: p4d. Jan 4 14:17:21 raspberrypi p4d: Read 9 option from /etc/p4d/p4d.conf Jan 4 14:17:21 raspberrypi p4d: Info: Calling mysql_library_init() Jan 4 14:17:21 raspberrypi p4d: Dictionary '/etc/p4d/p4d.dat' loaded Jan 4 14:17:21 raspberrypi p4d: Info: No One-Wire sensors found, path '/sys/bus/w1/devices' not exist (No such file or directory) Jan 4 14:17:21 raspberrypi p4d: Opening '/dev/ttyUSB0' succeeded! Jan 4 14:17:21 raspberrypi p4d: Try conneting to database Jan 4 14:17:21 raspberrypi p4d: Checking database connection ... Jan 4 14:17:21 raspberrypi p4d: Calling mysql_init(550) Jan 4 14:17:21 raspberrypi p4d: SQL-Error in 'connecting to database' - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2 "No such file or directory") (2002) Jan 4 14:17:21 raspberrypi p4d: Fatal, lost connection to mysql server, aborting pending actions Jan 4 14:17:21 raspberrypi p4d: Error, connecting to database at 'localhost' on port (3306) failed Jan 4 14:17:21 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(550) Jan 4 14:17:21 raspberrypi p4d: Error: Initial database connect failed Jan 4 14:17:21 raspberrypi p4d: Retrying in 10 seconds Jan 4 14:17:31 raspberrypi p4d: Try conneting to database Jan 4 14:17:31 raspberrypi p4d: Checking database connection ... Jan 4 14:17:31 raspberrypi p4d: Calling mysql_init(550) Jan 4 14:17:31 raspberrypi p4d: SQL client character now 'utf8' Jan 4 14:17:31 raspberrypi p4d: Checking table structure and indices ... Jan 4 14:17:31 raspberrypi p4d: Checking table 'config' Jan 4 14:17:31 raspberrypi p4d: Checking table 'errors' Jan 4 14:17:31 raspberrypi p4d: Checking table 'hmsysvars' Jan 4 14:17:31 raspberrypi p4d: Checking table 'jobs' Jan 4 14:17:31 raspberrypi p4d: Checking table 'menu' Jan 4 14:17:31 raspberrypi p4d: Checking table 'samples' Jan 4 14:17:31 raspberrypi p4d: Checking table 'schemaconf' Jan 4 14:17:31 raspberrypi p4d: Checking table 'scripts' Jan 4 14:17:31 raspberrypi p4d: Checking table 'sensoralert' Jan 4 14:17:31 raspberrypi p4d: Checking table 'smartconfig' Jan 4 14:17:31 raspberrypi p4d: Checking table 'timeranges' Jan 4 14:17:31 raspberrypi p4d: Checking table 'valuefacts' Jan 4 14:17:31 raspberrypi p4d: Closing mysql connection and calling mysql_thread_end(550) Jan 4 14:17:31 raspberrypi p4d: Checking table structure and indices succeeded Jan 4 14:17:31 raspberrypi p4d: Calling mysql_init(550) Jan 4 14:17:31 raspberrypi p4d: Connection to database established Jan 4 14:17:31 raspberrypi p4d: Checking state ... Jan 4 14:17:31 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:17:31 raspberrypi p4d: State changed to 'Betriebsbereit' Jan 4 14:17:31 raspberrypi p4d: Reading values ... Jan 4 14:17:31 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:17:31 raspberrypi p4d: Updating error list Jan 4 14:17:32 raspberrypi p4d: Updating error list done Jan 4 14:17:32 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:17:47 raspberrypi p4d: Checking state ... Jan 4 14:17:47 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:17:57 raspberrypi p4d: Checking state ... Jan 4 14:17:57 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:18:07 raspberrypi p4d: Checking state ... Jan 4 14:18:07 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:18:13 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 14:18:13 raspberrypi p4d: Processing WEBIF job 566 'p4d-state:0x0000/' Jan 4 14:18:13 raspberrypi p4d: Processing WEBIF job 566 done with 'success:14:18:31#0.2.335-GITec50da3#52 Sekunden#1.45 0.45 0.16' after 0 seconds Jan 4 14:18:13 raspberrypi p4d: Processing WEBIF job 567 's3200-state:0x0000/' Jan 4 14:18:13 raspberrypi p4d: Processing WEBIF job 567 done with 'success:Friday, 04. Jan. 2019 14:15:58#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 14:18:17 raspberrypi p4d: Checking state ... Jan 4 14:18:17 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:18:22 raspberrypi apache2: p4: requesting p4d-state with 0, '' Jan 4 14:18:22 raspberrypi p4d: Processing WEBIF job 568 'p4d-state:0x0000/' Jan 4 14:18:22 raspberrypi p4d: Processing WEBIF job 568 done with 'success:14:18:31#0.2.335-GITec50da3#1 Minute#1.38 0.47 0.17' after 0 seconds Jan 4 14:18:22 raspberrypi p4d: Processing WEBIF job 569 's3200-state:0x0000/' Jan 4 14:18:22 raspberrypi p4d: Processing WEBIF job 569 done with 'success:Friday, 04. Jan. 2019 14:16:08#19#Betriebsbereit#Übergangsbetrieb' after 0 seconds Jan 4 14:18:27 raspberrypi p4d: Checking state ... Jan 4 14:18:27 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:18:31 raspberrypi p4d: Checking state ... Jan 4 14:18:31 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:18:31 raspberrypi p4d: Reading values ... Jan 4 14:18:34 raspberrypi p4d: Processed 8 samples, state is 'Betriebsbereit' Jan 4 14:18:34 raspberrypi p4d: Updating error list Jan 4 14:18:35 raspberrypi p4d: Updating error list done Jan 4 14:18:35 raspberrypi p4d: Info: Found (0) pending errors Jan 4 14:18:41 raspberrypi p4d: Checking state ... Jan 4 14:18:41 raspberrypi p4d: ... got (19) 'Betriebsbereit' Jan 4 14:18:51 raspberrypi p4d: Checking state ... Jan 4 14:18:51 raspberrypi p4d: ... got (19) 'Betriebsbereit'