1
2
3
4
5
6
7
8
9
10
11
12
13
14
2013.08.28 11:56:01 3: Connecting to database mysql:fhem;localhost;port=3306 with user fhemuser
2013.08.28 11:56:01 3: Connection to db mysql:fhem;localhost;port=3306 established
2013.08.28 11:56:01 3: Connection to db mysql:fhem;localhost;port=3306 established
2013.08.28 11:56:02 3: Opening CUL_433 device /dev/ttyACM0
2013.08.28 11:56:02 3: CUL_433 device opened
2013.08.28 11:56:02 3: CUL_433: Possible commands: BCFiAGMRTVWXefmltux
2013.08.28 11:56:02 3: Opening CUL_868 device /dev/ttyACM1
2013.08.28 11:56:02 3: CUL_868 device opened
2013.08.28 11:56:02 3: CUL_868: Possible commands: BCFiAGMRTVWXefmltux
2013.08.28 11:56:02 1: Including ./log/fhem.save
2013.08.28 11:56:02 1: usb create starting
2013.08.28 11:56:03 1: usb create end
2013.08.28 11:56:03 2: DbLog: Failed to insert new readings into database: DBD::mysql::st execute failed: UPDATE command denied to user 'fhemuser'@'localhost' for table 'current' at ./FHEM/93_DbLog.pm line 410.
1
2
3
4
5
408 if ($DbLogType =~ m(Current) ) {
409 # update or insert current
410 my $rv_uc = $sth_uc->execute(($ts, $t, $s, $value, $unit, $n, $reading));
411 if ($rv_uc == 0) {
412 my $rv_ic = $sth_ic->execute(@is);